.headTabBox{
    width:1200px;
    height:90px;
    background: #555;
    margin:0 auto;
}
.bodyBox{
    width:100%;
    background: #f5f5f5;
}
.mainBody{
    width:1200px;
    margin:0 auto;
    margin-top:90px;
    padding-top:10px;
}
.newsBlock{
    padding:0 22px;
    box-sizing: border-box;
    width:100%;
    height:444px;
    box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 20px 0px;	
    background: #fff;
}

.blockMid{
    width:100%;
    height:300px;
}
.blockMidLeft{
    width:480px;
    height: 300px;
    float:left;
}
.blockBigImg{
    width:100%;
    height:270px;
}
.blockBigImgTitle{
    width:100%;
    height:30px;
    line-height:30px;
    overflow: hidden;
    font-size:14px;
    color:#333;
    word-break: break-all;
}
.blockMidRight{
    width:658px;
    height:100%;
    margin-left: 18px;
    float:left;
}
.rightImgBox{
    width:207px;
    height: 150px;
    float:left; 
}
.rightImgBox:nth-child(3n-1){
    margin:0 18px;
}
.blockSmallImg{
    width: 100%;
    height:120px;
    background:#004382;
}
.blockSmallImgTitle{
    width:100%;
    height:30px;
    line-height:30px;
    overflow: hidden;
    font-size:12px;
    color:#333;
    word-break: break-all;
}
.meetingRomm{
    margin-top:50px;
    padding:0 22px;
    box-sizing: border-box;
    width:100%;
    height:344px;
    box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 20px 0px;	
    background: #fff;
}
.meetBlockBot{
    height:190px;
    width:100%;
}
.meetBlock{
    width:275px;
    height:100%;
    float:left;
    margin-right:18px;
}
.meetBlock:nth-last-child(1){
    margin:0;
}
.meetImg{
    width:100%;
    height:160px;
    background:#004382;
}
.meetImgTitle{
    width:100%;
    height:30px;
    line-height: 30px;
    font-size:14px;
    color:#333;
    overflow: hidden;
}
.westImpor{
    padding:0 22px;
    box-sizing: border-box;
    width:100%;
    height:344px;
    background: #f5f5f5;
}
.zjNews{
    padding:0 22px;
    box-sizing: border-box;
    width:100%;
    height:444px;
}
.videoLogo{
    background: url(../images/videoLogo.png);
    background-size: 100% 100%;
    width:60px;
    height:60px;
    position: absolute;
    left:570px;
    top:160px;
}
.fixTitle{
    position: absolute;
    width:360px;
    height:70px;
    padding:5px 22px;
    line-height:60px;
    overflow: hidden;
    left:200px;
    top:290px;
    z-index:100;
    color:#fff;
    box-sizing:border-box;
}