* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    line-height: 1.5em;
}

a {
    font-size: 14px;
    line-height: 1.5;
}

.LeftImgArticle {
    display: flex;
    width: 100%;
    height: 100px;
    overflow: hidden;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.LeftImgArticle>a {
    flex: 1 1 200px;
}

.LeftImgArticle img,
.TopTitle_LeftImgArticle article img,
.TopImgBottomTitle>a img,
.LeftImgRightTitleBottomContent article>a img {
    width: 100%;
    height: 150px;
}

.LeftImgArticle article {
    flex: 1 1 100%;
    padding: 0px 1em;
}

.LeftImgArticle article header {
    height: 2em;
    line-height: 2em;
    overflow: hidden;
}

.LeftImgArticle article header a {
    font-weight: bold;
}

.LeftImgArticle article p {
    margin-top: 3px;
    text-indent: 2em;
}

.ColumnContainer {
    display: flex;
    flex-flow: column wrap;
}

.ColumnContainer>a {
    height: 2em;
    line-height: 2em;
    overflow: hidden;
}

.ColumnNavContainer {
    display: flex;
    flex-flow: row nowrap;
}

.ColumnNavContainer>a {
    height: 1.5em;
    overflow: hidden;
    flex: 1;
    justify-content: space-between;
    text-align: center;
}

.TopTitle_LeftImgArticle {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.TopTitle_LeftImgArticle header {
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
}

.TopTitle_LeftImgArticle header a {
    font-weight: bold;
}

.TopTitle_LeftImgArticle article {
    display: flex;
    flex-flow: row nowrap;
    height: 65px;
}

.TopTitle_LeftImgArticle article a {
    flex: 1 1 120px;
}

.TopTitle_LeftImgArticle article p {
    flex: 1 1 65%;
    padding: 0px 0.5em;
}

.TopImgBottomTitle {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.TopImgBottomTitle>a {
    flex: 1 1 1em;
}

.TopImgBottomTitle header {
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
}

.LeftImgRightTitleBottomContent {
    margin-bottom: 10px;
}

.LeftImgRightTitleBottomContent article {
    display: flex;
    flex-flow: row nowrap;
    height: 73px;
}

.LeftImgRightTitleBottomContent article>a {
    flex: 1 1 190px;
}

.LeftImgRightTitleBottomContent article header {
    flex: 1 1 100%;
    padding-left: 12px;
    overflow: hidden;
}

.LeftImgRightTitleBottomContent article header a {
    font-size: 120%;
    font-weight: bold;
}

.LeftImgRightTitleBottomContent p {
    text-indent: 2em;
    height: 4.5em;
    margin-top: 8px;
    overflow: hidden;
}