.index-background {
    background-image: url(../img/index-background.jpg);
    min-height: 700px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.sub-menu-segment-end{
    height: 40px;
    margin:0px;
    background-color: white;
    padding: 10px 0;
    background-image: url('../img/segment-end-detail.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
}

.sub-menu-segment-end > .parCateName {
    padding-left: 50px;
    line-height: 40px;
    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #FFF;
}
.sub-menu-segment-end > .cateName {
    padding-left: 136px;
    line-height: 40px;
    font-size: 22px;
    color: #a43717;
}
.sub-menu-segment-end > div {
    float:right;
    line-height: 47px;
    font-size: 14px;
    color: #a43717;
    margin-right:30px;
}
.sub-menu-segment-end > .positonName > a{
    text-decoration: none;
    color: #a43717;
}
.sub-menu-segment-end > div > span{
    cursor: pointer;
}

.sub-menu-layout {
    width: 100%;
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
}
.sub-menu-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:space-between
}
.sub-menu-left {
    display: flex;
    flex-direction: column;
}
.sub-menu-left > div {
    width: 200px;
    height: 80px;
    border: solid 1px #c6c6c6;
    border-top: 0;
    font-size: 22px;
    color: #333333;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    margin-left: 38px;
}
.sub-menu-left > div:hover {
    background-color: #fff2f4;
    border: solid 1px #c6c6c6;
    color: #a43717;
}
.sub-menu-right {
    width: 960px;
    min-height: 600px;
}

.sub-menu-right .list-layout .list-item {
    padding-left: 50px;
    flex-direction: row;
    display: flex;
    align-items: center;
    height: 43px;
    justify-content: space-between;

}
.sub-menu-right .list-layout .list-item > a:hover {
    color: #a43717;
}
.sub-menu-left > div.selected {
    color: #a43717;
    background-color: #fff2f4;
}
.sub-menu-right .list-layout .list-item .point {
    width: 8px;
    height: 8px;
    background-color: #df0617;
    border-radius: 4px;
}
.sub-menu-right .list-layout .list-item > a {
    margin-left: 10px;
    font-size: 16px;
    flex-grow: 1;
}

.article-content {
    padding-left: 40px;
    padding-right: 25px;
}
.sub-menu-title {
    color: #333333;
    font-size: 22px;
    text-align: center;
}
.sub-menu-createtime {
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sub-menu-article-content {
    margin-top: 36px;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}
.article-content > .back {
    margin-top: 40px;
    font-size: 18px;
    color: #333333;
    text-align: right;
    cursor: pointer;
}

.pagination a {
    cursor: pointer;
}