@charset "UTF-8";
.linkBox{
    width: 1280px;
    height: 52px;
    opacity: 1;
    border-bottom: 1px solid #EEEEEE;
}
.linkBox a{
    height: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    line-height: 52px;
    display: inline-block;
}
.newsBox{
    width: 1280px;
    padding:22px 0;
    opacity: 1;
    border-bottom: 1px solid #EEEEEE;
}
.newsTitle{
    width: 1280px;
    line-height: 55px;
    font-size: 38px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: 700;
    color: #262626;
    line-height: 55px;
    text-align: center;
    margin: 24px 0;
}
.newsMsg span{
    width: 173px;
    height: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #868686;
    line-height: 20px;
    margin: 0 30px 0 0 ;
}
.newsContent{
    width: 881px;
    float: left;
}
.newsRight{
    width: 350px;
    float:right;
}
.listNewsDiv {
    float: left;
    width: 350px;
    height: 97px;
    margin: 13px 0 0 0;
}

.listNewsDiv img {
    width: 156px;
    height: 97px;
    float: left;
    margin: 0 11px 0 0;
}

.listNews1 {
    width: 181px;
    height: 40px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    line-height: 20px;
}
.divName {
    background: url("../imgs/index/name.png") 0 center no-repeat;
    padding-left: 32px;
    float: left;
    width: 350px;
    height: 32px;
    font-size: 22px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: 700;
    color: #000000;
    line-height: 32px;
}
.topMainDiv {
    width: 100%;
    display: flex;
}
.news{
    margin: 20px auto;
}
.cmc-main{
    margin:0 auto !important;
}