.header {
    margin-bottom: 43px;
}
.header-mid .adver-item{
    width: 1143px;
    height: 112px;
}
.con{
    width: 1143px;
    margin: 0 auto;
    margin-bottom: 39px;
}
.con .con-top{
    margin-bottom: 35px;
}
.con-top .column-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 2px solid #004392;
    margin-bottom: 23px;
}
.con-top .column-logo{
    display: flex;
    align-items: center;
}
.con-top .column-logo img{
    width: 57px;
    height: 27px;
    margin-right: 15px;
}
.con-top .column-logo p{
    font-size: 25px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #010101;
    line-height: 1;
    display: inline-block;
}
.con-top .column-logo a{
    font-size: 15px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #999B9C;
    line-height: 21px;
}
.con-top .video-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con-top .video-box .video-big{
    width: 565px;
    height: 347px;
    position: relative;
}
.con-top .video-big .play-btn{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    bottom: 15px;
}
.con-top .video-big p{
    width: 100%;
    font-size: 29px;
    font-weight:400;
    color: #fff;
    padding: 15px 60px 15px 75px;
    background: rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
}

.con-top .video-small{
    width: 563px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con-top .video-small a{
    display: block;
    width: 274px;
    height: 168px;
    margin-bottom: 12px;
    position: relative;
}
.con-top .video-small a:nth-child(n+2){
    margin-bottom: 0;
}
.con-top .video-small a .play-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.con .con-bottom{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.con-bottom .con-bottom-left{
    width: 565px;
}
.con-bottom .con-bottom-right{
    width: 563px;
}
.con-bottom .column-logo{
    width: 100%;
    font-size: 0;
    position: relative;
}
.con-bottom .column-top{
    margin-bottom: 19px;
}
.con-bottom-left .column-logo::after{
    content:'';
    width: 435px;
    height: 8px;
    background: #6B1B1B;
    position: absolute;
    bottom: 0;
    left: 130px;
}
.con-bottom-left .video-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con-bottom-left .video-box .video-pic{
    width: 279px;
    height: 495px;
}
.con-bottom-right .column-logo::after{
    content:'';
    width: 455px;
    height: 8px;
    background: #6B1B1B;
    position: absolute;
    bottom: 0;
    left: 108px;
}
.con-bottom-right .video-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con-bottom-right .video-box .video-item{
    width: 274px;
    margin-bottom: 27px;
}
.video-box .video-item:nth-child(n+2){
    margin-bottom: 0;
}
.video-item .video-pic{
    width: 100%;
    height: 168px;
    position: relative;
}
.video-item .video-pic .play-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 4px;
    bottom: 10px;
}
.video-item p{
    width: 100%;
    height: 65px;
    background: #DADADA;
    font-size: 17px;
    font-family: Alibaba;
    font-weight: normal;
    color: #030303;
    line-height: 23px;
    padding: 11px 13px 13px 16px;
}