.body-content {
    width: 784px;
    font-size: 14px;
    color:#000;
}
.body-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}
.body-title .title{
    padding-left:10px;
    padding-right: 23px;
    font-size: 15px;
    font-weight: bold;
    color: #0071bd;;
}
.body-title .line{
    flex: 1;
    height: 2px;
    background-color: #0071bd;
}
.body-title .more{
    padding-right:9px;
    padding-left: 22px;
    font-size:12px;
    color: #0641a1;
    text-align: right;
}
.carousel{
    margin-right: 12px;
    position: relative;
    width: 386px;
    height:314px;
}
.carousel .hd{
    position: absolute;
    right: 3px;
    bottom: 6px;
    z-index: 1;
}
.carousel .hd ul{
    display: flex;
}
.carousel .hd li{
    margin-right: 7px;
    width:10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.carousel .hd li.on{
    background-color: red;
}
.carousel .img{
    display: block;
    width: 100%;
}
.top-news{
    width: 386px;
}
.top-news .title-news{
    margin-bottom: 1px;
    padding: 12px 14px 14px;
    background-color: #f6f6f6;
}
.title-news .title{
    font-size:18px;
    margin-bottom: 17px;
}
.top-news .item:not(:last-child) {
    margin-bottom: 1px;
}
.top-news .item{
    padding: 6px 13px; 
    background-color: #f6f6f6;
}
.top-news .item:hover{
    background-color: #d0dfee;
}
.section-item{
    width: 387px;
}
.news-wrap{
    background-color: #f6f6f6;
    padding: 12px 14px;
}
.news-wrap .title{
    margin-bottom: 17px;
}
.news-wrap .p{
    margin-bottom: 16px;
}
.news-img{
    width: 558px;
    height: 403px;
}
.news-img .img{
    display: block;
    width:100%;
}
.china-news .news-wrap2{
    width: 206px;
}
.china-news .news-wrap2 .item{
    margin-bottom: 17px;
    padding: 15px 13px;
    background-color: #f6f6f6;
    font-size: 18px;
	font-weight: bold;
}
.china-news .news-wrap2 .item:hover{
    background-color: #0071bd;
    color:#fff;
}
.scene-img{
    width: 357px;
	height: 211px;
}
.scene-img .img{
    display: block;
    width: 100%;
}
.interlocution{
    width: 380px;
}
.interlocution-wrap {
    padding-left:11px;
}
.interlocution-wrap .item{
    margin-bottom:10px;
}
.backlinks-warp .backlinks-list{
    margin: 0 -10px;
}
.backlinks-warp li{
    float: left;
    padding: 10px;
}
.backlinks-warp .img{
    width:132px;
    height: 41px;
}