/* common css */
body{
    font-size: 14px;
    font-family: '微软雅黑';
    background: #FFF;
}
*{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
.clear:after{
    clear: both;
    display: block;
    content: ''
}
.fll{
    float: left;
}
.flr{
    float: right;
}
li{
    list-style:none;
}
/* style css */
.CHIMA-metting-hd{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #211034;
}
.main-layout-container{
    width: 1200px;
    margin: 0 auto;
}
.logo-img{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.banner-container{
    position: relative;
    height: 605px;
    margin-top: 55px;
}
.banner-img{
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.meeting-overview-box{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #444;
}
.meeting-overview-hd{
    margin-top: 22px;
    padding: 18px 0;
    border-bottom: 1px solid #EAEAEA;
}
.meeting-overview-tit{
    width: 243px;
}
.department-intro-txt{
    font-size: 16px;
    margin: 38px 0 33px 0;
}
.depratment-details{
    
}
.depratment-details .meeting-organizer{
    width: 336px;
}
.depratment-details .meeting-time{
    width: 436px;
}
.depratment-details .meeting-place {
    width: 419px;
}
.vertical-line{
    width: 4px;
    height: 14px;
    background: #F5CA4A;
    display:inline-block;
}
.meeting-organizer-title{
    font-weight: bold;
    margin-left: 12px;
    font-size: 16px;
}
.meeting-organizer-con{
    margin-top: 16px;
}
.meeting-organizer-con p{
    line-height: 24px;
}
.meeting-step-txt{
    color: #DD791D;
}
.relate-department-box{
    margin-bottom: 63px;
}
.meeting-organizer-hd{
    height: 21px;
    line-height: 21px;
}
.meeting-detail-con{
    margin-top: 22px;
}
.square{
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #F5CA4A;
}
.meeting-detail-title{
    color: #DD791D;
}
.meeting-square-box{
    width: 18px;
}
.meeting-square-details{
    width: 1182px;
}
.meeting-detail-item{
    margin-bottom: 28px;
}
.attend-person-txt{
    margin-top: 22px;
    margin-bottom: 32px;
}
.ads-img-box{
    position: relative;
    height: 605px;
}
.ads-img{
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.meeting-msg-tit{
    width: 332px;
}
.meeting-msg-box{
    width: 1200px;
    margin: 0 auto;
}
.meeting-msg-img{
    width: 500px;
}
.meeting-msg-list{
    padding: 70px 26px 70px 26px;
}
.meeting-msg-item:first-child{
    margin-right: 146px;
}
.footer{
    width: 100%;
    padding: 19px 0;
    background: #000A2F;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}
 /* 动态为footer添加类fixed-bottom */
 .fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-address{
    margin-bottom: 14px;
}