.top-content > .banner-mask.nav-bar .wrapper .fl{
    width: 250px;
    overflow: hidden;
}
/*banner 主题描述*/
.top-content {
    position: relative;
}

/*遮罩层*/
.top-content > .banner-mask {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    position: absolute;
    width: 450px;
    height: 255px;
    top: 45px;
    right: 45px;
    bottom: 45px;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.6);
}
/*ie6,7,8的半透明效果*/
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .top-content > .banner-mask {
    background-color:#000;
    filter:Alpha(opacity=60);
    /*position:static;  IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
  }
  .top-content > .banner-mask *{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }
}
/*遮罩层标题*/
.top-content > .banner-mask h3 {
    font-size: 24px;
    padding-bottom: 26px;
    margin-bottom: 26px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

/*时间、地点*/
.top-content > .banner-mask p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #fff;
}

/*中间tab*/
/*tab区块*/
.center-content > .tab {
    height: 55px;
    background-color: #F1F1F1;
}

/*tab item*/
.center-content > .tab .item {
    width: 299px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #343434;
    cursor: pointer;
}

.center-content > .tab .item:hover,
.center-content > .tab .item.active {
    width: 299px;
    background-color: #24a5de;
    color: #fff;
}

/*tab 分隔线*/
.center-content > .tab .line {
    width: 0;
    height: 35px;
    margin-top: 10px;
    border-right: 1px solid rgb(204, 204, 204);
}

.center-content > .tab .item:hover + .line,
.center-content > .tab .item.active + .line {
    border-width: 0;
}

/*会议背景、会议内容、组织机构、费用及联系标题*/
.meeting-bg .title,
.meeting-content .title,
.bottom-content .title,
.concat-content .title,
.topic-content .title,
.speech-content .title,
.fee-content .title, 
.concat-detail .title{
    display: inline-block;
    font-size: 24px;
    padding-bottom: 5px;
    color: #24a5de;
    border-bottom: 5px solid #24a5de;
}

/*会议背景*/
.meeting-bg {
    margin: 45px 0;
    text-align: center;
}

/*会议背景 底部图文描述*/
.meeting-bg > .media {
    background-color: #f1f1f1;
}

/*左侧宽度*/
.meeting-bg > .media .fl {
    width: 55%;
    text-align: center;
}

/*右侧宽度*/
.meeting-bg > .media .fr {
    width: 45%;
}

/*左侧文字描述*/
.meeting-bg > .media .desc {
    text-align: left;
    display: inline-block;
    width: 75%;
    margin-top: 5%;
    font-size: 14px;
}

/*会议内容*/
.meeting-content {
    margin: 45px 0;
    text-align: center;
}

/*标题*/
.meeting-content .title {
    display: inline-block;
    font-size: 24px;
    padding-bottom: 5px;
    color: #24a5de;
    border-bottom: 5px solid #24a5de;
}

/*标题底部描述*/
.meeting-content{
    font-size: 16px;
}
.meeting-content .content {
    display: table;
    height: 320px;
    margin-top: 35px;
    width: 100%;
    text-align: left;
    color: #666;
    line-height: 24px;
    background: #f1f1f1;
}
.meeting-content .content .left{
    vertical-align: middle;
    display: table-cell;
    width: 560px;
    padding:20px 20px 0;
}
.meeting-content .content .left p~p{
    margin-top:20px; 
}

.meeting-content .content .right{
    display: table-cell;
    width: 600px;
}
.meeting-content .content .right img{
    height: 100%;
    width:100%;
}
.meeting-content .content-more{
    background: url('../../img/meeting/metting_txt_more.jpg') transparent no-repeat top right;
    padding:80px 120px 40px;
    color:#333;
    text-align: left;
}
.meeting-content .content-more p~p{
    margin-top: 40px;
}
/*底部列表区域*/
.bottom-content {
    color: #333;
    padding: 45px;
    text-align: center;
    min-height: 150px;
    background: #f1f1f1 url('../../img/meeting/metting_bottom_more.png') no-repeat bottom left;

}
.bottom-content>div{
    width: 1200px;
    margin:0 auto;
    zoom:1;
}
.bottom-content>div:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.bottom-content > div {
    margin-top: 45px;
}

.bottom-content .fl,
.bottom-content .fr {
    width: 50%;
}

.bottom-content .fl {
    margin-right: -1px;
    border-right: 1px solid #ddd;
}

/*组织机构底部列表标题部分*/
.bottom-content table{
    color:#333;
    font-size: 14px;
    width: 960px;
    margin:0 auto;
    text-align: left;
}
.bottom-content table tbody td{
   vertical-align: top;
   padding:20px 0;
   line-height: 1.8em;
}
.bottom-content table tbody td i{
    color:#24a5de;
    padding:5px;
}
.bottom-content table tbody td>span{
    display: inline-block;
    width:380px;
    margin-right: 10px;
}
.bottom-content table tbody td>p span{
    width: 90px;
    display: inline-block;
}
.bottom-content table tbody tr~tr td{
    border-top: 1px dashed #ccc;
}
.bottom-content .table_title{
    font-size: 16px;
    font-weight: bold;
}
/*费用及联系*/
.fee-content {
    padding: 45px;
    text-align: center;
    min-height: 150px;
}

/*表格背景*/
.fee-content .fee-bg {
    margin-top: 45px;
    width: 1112px;
    height: 240px;
    background: url('../../img/meeting/fee-table-bg.jpg') transparent no-repeat top left;
    background-size: 100% auto;
}

.fee-content .fee-table {
    width: 100%;
}

/*表格标题高度*/
.fee-content .fee-table .head {
    height: 85px;
    margin-bottom: 5px;
    color: #fff;
}

/*表格内容高度*/
.fee-content .fee-table .content {
    height: 70px;
    margin-bottom: 5px;
    color: #03a6d5;
}

/*表格单元格宽度、文字大小*/
.fee-content .fee-table .sm-text {
    font-size: 14px;
}

/*大号表格字体*/
.fee-content .fee-table .lg-text {
    font-size: 18px;
}

/*超大号表格字体*/
.fee-content .fee-table .xlg-text {
    font-size: 22px;
}

/*表格第一列宽度*/
.fee-content .fee-table .sm-w {
    width: 142px;
    margin-right: 5px;
}

/*表格后边三列宽度*/
.fee-content .fee-table .lg-w {
    width: 280px;
    margin-right: 32px;
    margin-top: 14px;
}

/*表格备注*/
.fee-content .fee-remark {
    font-size: 16px;
    color: #666;
    margin-top: 25px;
    text-align:left;
}

/*联系方式*/
.concat-content {
    padding: 45px;
    text-align: center;
    min-height: 150px;
}

/*联系信息*/
.concat-content .concat-detail,
.audience-module .concat-detail{
    margin-top: 25px;
    padding: 35px 0;
    text-align: center;
    border: 1px solid #03a6d5;
    font-size: 16px;
    color: #333;
}

/*登记按钮*/
.concat-content .concat-btn {
    border-radius: 4px;
    width: 180px;
    height: 48px;
    margin: 25px auto 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    background-color: #03a6d5;
    cursor: pointer;
    border: none;
    outline: none;
}

/*主要议题*/
.topic-content {
    padding: 45px 0;
    text-align: center;
    min-height: 150px;
}

/*主要议题内容*/
.topic-content > ul .media {
    color: #333;
    padding: 20px 0;
}

/*左侧宽度*/
.topic-content > ul .media .fl,
.topic-content > ul .media .fr {
    width: 50%;
    text-align: center;
}

/*左侧文字描述*/
.topic-content > ul .media .desc {
    text-align: left;
    display: inline-block;
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
}

/*演讲嘉宾及议程*/
.speech-content {
    padding: 45px 0;
    text-align: center;
    min-height: 150px;
}

/*演讲嘉宾列表*/
.speech-content .speech-item {
    padding: 24px;
    border: 1px solid #ddd;
    position: relative;
    text-align: left;
    padding-left: 200px;
}
li.speech-item .speech-item_img{
    position: absolute;
    top:20px;
    left:20px;
    width: 140px;
    height:160px;
    overflow: hidden;
}
li.speech-item img{
    width: 100%;
    min-height: 160px;
}
/*嘉宾头像和右侧介绍*/
.speech-content .speech-item .avatar,
.speech-content .speech-item .desc {
    display: inline-block;
    vertical-align: top;
}

/*头像*/
.speech-content .speech-item .avatar {
    margin-right: 24px;
}

.speech-content .speech-item .desc {
    display: inline-block;
    vertical-align: top;
    width: 980px;
}

/*介绍*/
.speech-content .speech-item .desc > .speaker,
.speech-content .speech-item .desc > .speech-desc,
.speech-content .speech-item .desc > .speaker-desc {
    margin-top: 5px;
}

.speech-content .speech-item .desc > .speaker {
    font-size: 22px;
    color: #8f5a0f;
}

.speech-content .speech-item .desc > .speech-desc {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.speech-content .speech-item .desc > .speech-desc span {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 24px;
}

/*虚线分隔线*/
.speech-content .speech-item .desc > .hr {
    width: 100%;
    border-top: 1px dashed #999;
    margin: 24px 0;
}

/*嘉宾信息*/
.speech-content .speech-item .desc > .speaker-desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.speech-content .speech-item .desc > .speaker-desc span {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 24px;
}

/*仅演讲嘉宾 标题*/
.speech-content .meeting-table-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
}

/*表格*/
.speech-content .meeting-table {
    width: 100%;
    border: 1px solid rgb(36, 165, 222);
}

/*表格头部背景色*/
.speech-content .meeting-table thead {
    background-color: #f1f1f1;
}

/*表格边框*/
.speech-content .meeting-table tbody {
    border: 1px solid #ddd;
    font-size: 16px;
}

/*表格内容添加内补*/
.speech-content .meeting-table th {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

.speech-content .meeting-table td {
    padding: 10px;
    text-align: center;
    border-right: 1px dashed #ddd;
    border-bottom: 1px solid #ddd;
    margin-left: -1px;
}

/*蓝色头部背景的表格*/
.speech-content .meeting-table.blue thead {
    background-color: #24A5DE;
    color: #fff;
}

.speech-content .meeting-table.blue th {
    width: 25%;
}

/*蓝色背景表格内容没有右侧边框*/
.speech-content .meeting-table.blue td {
    width: 25%;
    height: 42px;
    margin-left: 0;
    border-right: none;
}

.speech-content .meeting-table.blue td.blue-bg {
    background-color: #DFF0F5;   
}
.ta_j{
	text-align:justify;
}
.meeting-content .ta_j{
	text-align:justify;
}