.sub_main {
	width: 100%;
	background: url(../images/subPage_top_bg.jpg) #e3f1f9 no-repeat top center;
	-o-background-size: 100% auto;
	   background-size: 100% auto;
	overflow: hidden;
	position: relative;
}
.sub_main::after {
	content: '';
	display: block;
	width: 100%;
	height: 7rem;
	background: url(../images/subPage_bottom_bg.jpg) #e3f1f9 no-repeat bottom center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.sub_main .banner {
	height: 8.88rem;
}
.sub_footer {
	width: 100%;
	position: relative;
	z-index: 1;
}
.sub_footer .sub_footer_inner {
	margin: 0.6rem 0 0.8rem 0;
}
.sub_footer .sub_footer_inner .logo {
	float: left;
	width: 1.02rem;
	height: 0.95rem;
}
.sub_footer .sub_footer_inner .logo img {
	width: 100%;
	height: 100%;
}
.sub_footer .sub_footer_inner .copyright {
	float: left;
	margin-left: 0.36rem;
	width: 5.26rem;
	margin-top: 0.33rem;
	line-height: 1.4;
	font-size: 0.16rem;
	color: #000000;
}
.sub_footer .sub_footer_inner .address {
	float: right;
	font-size: 0.16rem;
	margin-top: 0.33rem;
	line-height: 1.4;
	/* width: 5.42rem; */
	color: #000000;
} 

/* 会议介绍 start*/
.meeting_main {
	position: relative;
	z-index: 1;
	min-height: 7rem;
}
.meeting_main .breadcrumb {
	font-size: 0.2rem;
	color: #000000;
}
.meeting_main .breadcrumb a {
	color: #000000;
}
.meeting_main .meeting_in {
	margin-top: 0.58rem;
}
.meeting_main .sub_nav {
	margin-top: 0.58rem;
	text-align: center;
}
.meeting_main .sub_nav a {
	display: inline-block;
	font-size: 0.24rem;
	color: #000000;
	height: 0.6rem;
	padding: 0 0.54rem;
	line-height: 0.6rem;
	margin: 0 0.1rem;
	background: #ffffff;
	border-radius: 0.6rem;
	font-weight: bold;
	position: relative;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.meeting_main .sub_nav a.active,.meeting_main .sub_nav a:hover  {
	color: #ffffff;     
	background: -o-linear-gradient(left,#0076a8,#00a847);     
	background: -webkit-gradient(linear,left top, right top,from(#0076a8),to(#00a847));     
	background: -webkit-linear-gradient(left,#0076a8,#00a847);     
	background: -moz-linear-gradient(left,#0076a8,#00a847);     
	background: linear-gradient(to right,#0076a8,#00a847);
}
.meeting_main .sub_nav a.active::after,.meeting_main .sub_nav a:hover::after {
	display: block;
	content: '';
	width: 0.19rem;
	height: 0.11rem;
	background: url(../images/meeting_nav_strangle_icon.png) no-repeat center center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	position: absolute;
	bottom: -0.1rem;
	left: 50%;
	margin-left: -0.1rem;
}
.meeting_main .sub_content {
	margin-top: 0.7rem;
	background: rgba(238,248,265,0.5);
	border-radius: 0.05rem;
	border: 1px solid #c5d7e8;
}
.meeting_main .sub_content .content_inner {
	margin: 0.56rem 0.38rem 0.65rem 0.38rem;
}
.meeting_main .sub_content .sub_title {
	font-size: 0.32rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.4rem;
	text-align: center;
	line-height: 1;
}
.meeting_main .sub_content .sub_info .info_video {
  width: 100%;
	position: relative;
	border-radius: 0.1rem;
  overflow: hidden;
}
.meeting_main .sub_content .sub_info .info_video video {
	width: 100%;
	min-height: 2.4rem;
	position: relative;
	z-index: 1;
}
.meeting_main .sub_content .sub_info .info_video .play_btn {
	width: 2.5rem;
	height: 2.4rem;
	background: url(../images/play_icon.png) no-repeat center center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1.25rem;
	margin-top: -1.2rem;
	z-index: 100;
	cursor: pointer;
}
.meeting_main .sub_content .sub_info .info_txt p {
	font-size: 0.18rem;
	line-height: 0.36rem;
	margin-bottom: 0.18rem;
	color: #646875;
	text-indent: 2em;
}
.meeting_main .media_content .content_inner{margin:1rem;}
.meeting_main .media_content .sub_title {
	font-size: 0.32rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.4rem;
	text-align: center;
	line-height: 1.4;
}
.meeting_main .media_content .sub_info .info_txt p{text-indent:  0; text-align:justify; margin-bottom:.24rem; line-height:1.8;}
.meeting_main .media_content .sub_info .info_txt p strong{font-weight: bold;}
.meeting_main .media_content .sub_info .info_txt p img{display:block; width:800px; margin:0 auto;}
.meeting_main .media_content .sub_info .info_txt p.p1{color:#0077b1; font-size:.16rem;margin-top:.18rem; line-height:1.5;}
.fypages{text-align:center;}
.fypages a{padding:.1rem;display:inline-block;}
.fypages a.current{color:#004ba7;font-weight:bold;}
/* 会议介绍 end*/


/* 会议通知 start*/
.meeting_main .sub_content .notice {
	text-align: center;
}
.meeting_main .sub_content .notice li {
	display: inline-block;
	width: 5.8rem;
	height: 3.18rem;
	border-radius: 0.05rem;
	padding: 0.04rem;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
}
.meeting_main .sub_content .notice li:nth-child(2n) {
	margin-right: 0;
}
.meeting_main .sub_content .notice li .notice_card {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.05rem;
	background: #eef7fd;
	position: relative;
	padding: 0.36rem 0.46rem 0 0.46rem;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.meeting_main .sub_content .notice li .notice_card .notice_icon {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto;
}
.meeting_main .sub_content .notice li .notice_card .notice_icon img {
	width: 100%;
	height: 100%;
}
.meeting_main .sub_content .notice li .notice_card h3 {
	font-size: 0.22rem;
	line-height: 0.4rem;
	color: #030303;
	font-weight: bold;
	text-align: center;
	margin-top: 0.18rem;
}
.meeting_main .sub_content .notice li .notice_card .notice_btn {
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 0.47rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        -moz-transform: translateX(-50%);
	          -o-transform: translateX(-50%);
	     transform: translateX(-50%);
	font-size: 0;
	white-space: nowrap;
}
.meeting_main .sub_content .notice li .notice_card .notice_btn a {
	display: inline-block;
	width: 1.45rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.18rem;
	color: #004ba7;
	border-radius: 0.4rem;
	margin: 0 0.07rem;
	border: 1px solid #004ba7;
}
.meeting_main .sub_content .notice li .notice_card .notice_btn a img {
	display: inline-block;
	width: 0.18rem;
	height: 0.18rem;
	margin-left: 0.26rem;
	vertical-align: middle;
}
/* 会议通知 end*/

/* 参会方式 start*/
.meeting_main .sub_content .method {
	margin-top: 0.7rem;
	padding: 0 0.22rem;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.meeting_main .sub_content .method .method_tit {
	font-size: 0.32rem;
	line-height: 0.32rem;
	padding-left: 0.36rem;
	color: #000000;
	position: relative;
	margin-bottom: 0.32rem;
}
.meeting_main .sub_content .method .method_tit::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.01rem;
	width: 0.05rem;
	height: 0.3rem;
	border-radius: 0.05rem;     
	background: -o-linear-gradient(top,#0076a8,#00a847);     
	background: -webkit-gradient(linear,left top, left bottom,from(#0076a8),to(#00a847));     
	background: -webkit-linear-gradient(top,#0076a8,#00a847);     
	background: -moz-linear-gradient(top,#0076a8,#00a847);     
	background: linear-gradient(to bottom,#0076a8,#00a847);
}
.meeting_main .sub_content .method .method_sub_tit {
	font-size: 0.24rem;
	line-height: 1;
	padding: 0.14rem 0 0.32rem 0;
	color: #000000;
}
.meeting_main .sub_content .method .method_txt {
  margin-bottom: 0.5rem;
}
.meeting_main .sub_content .method .method_txt p {
  font-size: 0.2rem;
	color: #030303;
	line-height: 0.32rem;
	margin-bottom: 0.14rem;
}
.meeting_main .sub_content .method .method_txt p a {
	color: #004ba7;
	text-decoration: underline;
}
/* 参会方式 end*/

/* 缴费说明 start */
.meeting_main .sub_content .explain {
  padding: 0 0.22rem;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.meeting_main .sub_content .explain .explain_top {
	border-bottom: 1px solid #c8daea;
	padding-bottom: 0.52rem;
}
.meeting_main .sub_content .explain .explain_top .explain_icon {
	width: 0.8rem;
	height: 0.8rem;
	margin: 0 auto;
}
.meeting_main .sub_content .explain .explain_top .explain_icon img {
	width: 100%;
	height: 100%;
}
.meeting_main .sub_content .explain .explain_top .explain_h3 {
	text-align: center;
	font-size: 0.32rem;
	color: #000000;
	margin-top: 0.3rem;
}
.meeting_main .sub_content .explain .explain_top .explain_h4 {
	text-align: center;
	font-size: 0.24rem;
	color: #000000;
	margin-top: 0.2rem;
	margin-bottom: 0.28rem;
}
.meeting_main .sub_content .explain .explain_top p {
	padding: 0 1.16rem;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.38rem;
	color: #030303;
}
.meeting_main .sub_content .explain .explain_bottom {
  padding-top: 0.56rem;
}
.meeting_main .sub_content .explain .explain_bottom .explain_tit {
	float: left;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #000000;
}
.meeting_main .sub_content .explain .explain_bottom .explain_txt {
	margin-left: 0.72rem;
}
.meeting_main .sub_content .explain .explain_bottom .explain_txt p {
	font-size: 0.18rem;
	line-height: 0.24rem;
	padding-left: 0.24rem;
	margin-bottom: 0.14rem;
	color: #000000;
	position: relative;
}
.meeting_main .sub_content .explain .explain_bottom .explain_txt p::before {
	content: '';
	display: block;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background: #004ba7;
	position: absolute;
	left: 0;
	top: 0.1rem;
}
/* 缴费说明 end */

/* 会议日程 start */
.schedule {
	width: 100%;
	background-image: url(../images/schedule_bg_line.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	margin-top: 0.6rem;
	padding: 0.6rem 0.48rem 0.8rem 0.48rem;
	border-radius: 0.05rem;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	position: relative;
}
.schedule::after {
	display: block;
	content: '';
	width: 100%;
	height: 7.14rem;
	background-image: url(../images/schedule_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.schedule .schedule_tit {
	font-size: 0.32rem;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.schedule .schedule_list {
  margin-top: 0.28rem;
	position: relative;
	z-index: 2;
}
.schedule .schedule_list li {
	margin-bottom: 0.2rem;
}
.schedule .schedule_list li:nth-last-child(1) {
	margin-bottom: 0;
}
.schedule .schedule_list li .date {
	height: 0.72rem;
	line-height: 0.72rem;
	-o-background-size: 0.17rem 0.15rem;
	   background-size: 0.17rem 0.15rem;
	font-size: 0.32rem;
	color: #ffffff;
}
.schedule .schedule_list li .date img {
	height: 0.32rem;
	margin-right: 0.18rem;
	vertical-align: middle;
}
.schedule .schedule_list li .date_detail {
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
	border-radius: 0.05rem;
	padding: 0.32rem 0.3rem 0.08rem 0.3rem;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.schedule .schedule_list li .date_detail .detail_item {
	margin-bottom: 0.18rem;
}
.schedule .schedule_list li .date_detail .detail_item:nth-last-child(1) {
	margin-bottom: 0;
}
.schedule .schedule_list li .date_detail .detail_item .date_left {
	font-size: 0.2rem;
	line-height: 0.36rem;
	color: #ffffff;
	float: left;
	margin-right: 0.2rem;
	min-width: 1.2rem;
}
.schedule .schedule_list li .date_detail .detail_item .date_right {
	margin-left: 0.98rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.schedule .schedule_list li .date_detail .detail_item .date_right .date_item{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	    -ms-flex: 0 0 49%;
	        -moz-box-flex: 0;
	     flex: 0 0 49%;
	font-size: 0.24rem;
	margin-bottom: 0.24rem;
	margin-right: 2%;
	font-weight: bold;
	line-height: 0.36rem;
	color: #ffffff;
}
.schedule .schedule_list li .date_detail .detail_item .date_right .date_item:nth-child(2n) {
	margin-right: 0;
}
/* 会议日程 end */

/* 特邀嘉宾 start */
.special_guest {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #c5d7e8;
	border-radius: 0.05rem;
	margin-top: 0.6rem;
	padding: 0.58rem 0.8rem;
}
.special_guest .guest_tit {
	font-size: 0.32rem;
	line-height: 1;
	text-align: center;
	color: #000000;
}
.special_guest .guest_list {
  margin-top: 0.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.special_guest .guest_list li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 23%;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 23%;
	        flex: 0 0 23%;
	margin: 0 1% 0.58rem 1%;
}
.special_guest .guest_list li:nth-child(4n) {
	margin-right: 0;
}
.special_guest .guest_list li .guest_img {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.special_guest .guest_list li .guest_img img {
	width: 100%;
	height: 100%;
}
.special_guest .guest_list li .guest_name {
  text-align: center;
	font-size: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	line-height: 1;
	color: #000000;
	margin-top: 0.28rem;
	margin-bottom: 0.1rem;
}
.special_guest .guest_list li p {
	font-size: 0.15rem;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 0.3rem;
	color: rgba(17,17,17,0.5);
}
.special_guest .guest_list li .guest_more {
	text-align: center;
}
.special_guest .guest_list li .guest_more p {
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #9ab3c3;
	margin-top: 0.4rem;
}
/* 特邀嘉宾 end */


/* 往届回顾 start */
.previous {
	margin-top: 0.6rem;
	background: rgba(255,255,255,0.5);
	border: 1px solid #c5d7e8;
	padding: 0.6rem 0.6rem 0.4rem 0.6rem;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 0.05rem;
}
.previous .previous_tit {
	font-size: 0.32rem;
	line-height: 1;
	color: #000000;
	margin-bottom: 0.4rem;
	text-align: center;
}
.previous .previous_list li {
	margin-bottom: 0.8rem;
}
.previous .previous_list li .previous_img {
	float: left;
	font-size: 0;
	width: 5.64rem;
	height: 3.8rem;
	border-radius: 0.05rem;
	overflow: hidden;
}
.previous .previous_list li .previous_img img {
	width: 100%;
	height: 100%;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.previous .previous_list li .previous_img img:hover {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
				-moz-transform: scale(1.1);
				  -o-transform: scale(1.1);
	     transform: scale(1.1);
}
.previous .previous_list li .previous_info {
	margin-left: 6.12rem;
}
.previous .previous_list li .previous_info h3 {
	font-size: 0.24rem;
	line-height: 1;
	margin-bottom: 0.24rem;
	color: #222222;
	margin-top: 0.28rem;
}
.previous .previous_list li .previous_info p {
	font-size: 0.18rem;
	line-height: 0.28rem;
	color: rgba(34,34,34,0.5);
	overflow:hidden;
	-o-text-overflow:ellipsis;
	   text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:8;
}
.previous .previous_list li .previous_info .enter_detail {
	display: block;
	width: 1.45rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.18rem;
	border: 1px solid #004ba7;
	border-radius: 0.4rem;
	color: #004ba7;
	margin-top: 0.34rem;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.previous .previous_list li .previous_info .enter_detail:hover {
	background: #004ba7;
	color: #ffffff;
}
.previous .previous_list li:nth-child(2n) .previous_img {
	float: right;
}
.previous .previous_list li:nth-child(2n) .previous_info {
	margin-left: 0;
	margin-right: 6.12rem;
}
/* 往届回顾 end */

/* 组织结构-组委会 end */
.zwh_list {
  padding: 0 0.12rem;
}
.zwh_list .list_item {
  margin-top: 0.2rem;
}
.zwh_list .list_item .tit {
	font-size: 0.28rem;
	line-height: 1;
	color: #000000;
}
.zwh_list .list_item ul {
	margin-top: 0.24rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
}
.zwh_list .list_item ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 2.74rem;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 2.74rem;
	        flex: 0 0 2.74rem;
	min-height: 3.9rem;
	position: relative;
	margin-right: 0.2rem;
	margin-bottom: 0.3rem;
	border-radius: 0.05rem;
	overflow: hidden;
	background: #ffffff;
}
.zwh_list .list_item ul li:nth-child(4n) {
	margin-right: 0;
}
.zwh_list .list_item ul li .zwh_img {
	width: 2.75rem;
	height: 2.39rem;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	overflow: hidden;
}
.zwh_list .list_item ul li .zwh_img img {
	width: 100%;
	height: 100%;
}
.zwh_list .list_item ul li .zwh_info {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: url(../images/organizing_people_bg.png) no-repeat center top;
	-o-background-size: 100% auto;
	   background-size: 100% auto;
	padding: 2.64rem 0.36rem 0.36rem 0.36rem;
	text-align: center;
	position: relative;
	z-index: 2;
}
.zwh_list .list_item ul li .zwh_info h3 {
	font-size: 0.24rem;
	color: #000000;
	line-height: 1;
}
.zwh_list .list_item ul li .zwh_info p {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #000000;
	text-align: center;
	margin-top: 0.18rem;
}
.msc_list {
	padding: 0 0.22rem;
	margin-top: 0.1rem;
}
.msc_list .list_item {
  margin-bottom: 0.38rem;
}
.msc_list .list_item .tit {
	font-size: 0.28rem;
	line-height: 1;
	padding: 0.2rem 0;
	color: #000000;
}
.msc_list .list_item ul {
	border-top: 0.02rem solid #c5d7e8;
  padding: 0.1rem 0.5rem 0 0.5rem;     
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));     
	background: -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0));     
	background: -webkit-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0));     
	background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0));     
	background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0));
}
.msc_list .list_item ul li {
  margin-top: 0.18rem;
	border-top: 1px solid #dee9f3;
}
.msc_list .list_item ul li:nth-child(1) {
	border-top: none;
}
.msc_list .list_item ul li .li_tit {
  font-size: 0.24rem;
	line-height: 1;
	color: #000000;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}
.msc_list .list_item ul li .li_nameList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.msc_list .list_item ul li .li_nameList span {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 1rem;
	    -ms-flex: 0 0 1rem;
	        -moz-box-flex: 0;
	     flex: 0 0 1rem;
	display: inline-block;
	line-height: 1;
	font-size: 0.2rem;
	margin-right: 0.15rem;
	margin-bottom: 0.2rem;
	white-space: nowrap;
	color: #888888;
}
.msc_list .list_item ul li .li_nameList2 {
	margin-top: 0.3rem;
}
.msc_list .list_item ul li .li_nameList2 span {
	margin-bottom: 0.4rem;
}


.zwh_list .worker_list_item {
	margin-bottom: 0.38rem;
}
.zwh_list .worker_list_item .tit {
	font-size: 0.28rem;
	line-height: 1;
	padding: 0.2rem 0;
	color: #000000;
}
.zwh_list .worker_list_item ul{
	border-top: 0.02rem solid #c5d7e8;
  padding: 0.2rem 0.5rem 0 0.5rem;     
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));     
	background: -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0));     
	background: -webkit-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0));     
	background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0));     
	background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0));
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.zwh_list .worker_list_item ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	border-top: 1px solid #dee9f4;
	padding: 0.22rem 0.2rem 0.22rem 0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.zwh_list .worker_list_item ul li:nth-child(1) {
	border-top: none;
}
.zwh_list .worker_list_item ul li:nth-child(2) {
	border-top: none;
}
.zwh_list .worker_list_item ul li span {
	display: block;
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #000000;
}
.zwh_list .worker_list_item ul li span:nth-child(1) {
	float: left;
	width: 0.75rem;
	text-align:justify;
	text-justify:distribute-all-lines;
	-moz-text-align-last:justify;
	     text-align-last:justify;
}
.zwh_list .worker_list_item ul li span:nth-child(2) {
	color: #888888;
	margin-left: 1rem;
	font-size: 0.18rem;
}
/* 组织结构-组委会 end */

/* 案例征集 start */
.case {
	background-color: rgba(238,248,255,0.5);
	border: 1px solid #c5d7e8;
	border-radius: 0.05rem;
	margin-top: 0.6rem;
	padding: 0.58rem 0.6rem;
}
.case .case_tit {
	font-size: 0.32rem;
	line-height: 1;
	text-align: center;
	color: #000000;
}
.case .case_preview {
  margin-top: 0.4rem;
	background: #ffffff;
	border-radius: 0.1rem;
	overflow: hidden;
	-webkit-box-shadow: 0px 0.12rem 0.34rem 0.02rem rgba(0, 118, 168, 0.08);
	        box-shadow: 0px 0.12rem 0.34rem 0.02rem rgba(0, 118, 168, 0.08);
}
.case .case_preview .case_left {
	float: left;
	width: 5.65rem;
	height: 3.8rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.case .case_preview .case_left img {
	width: 100%;
	height: 100%;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.case .case_preview .case_left img:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        -moz-transform: scale(1.1);
	          -o-transform: scale(1.1);
	     transform: scale(1.1);
}
.case .case_preview .case_right {
	margin-left: 6.14rem;
	padding: 0.58rem 0.36rem 0 0;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.case h4.date {
	font-size: 0.16rem;
	color: #004ba7;
	background: url(../images/date_blue_icon.png) no-repeat left center;
	-o-background-size: 0.22rem 0.21rem;
	   background-size: 0.22rem 0.21rem;
	padding-left: 0.3rem;
	line-height: 0.22rem;
}
.case h3.tit {
	font-size: 0.24rem;
	color: #222222;
	line-height: 0.32rem;
	margin-top: 0.26rem;
}
.case .case_preview .case_right p {
	font-size: 0.18rem;
	color: rgba(34,34,34,0.5);
	line-height: 0.28rem;
	margin-top: 0.2rem;
}
.case .case_btn {
	margin-top: 0.36rem;
}
.case .case_btn a {
	display: inline-block;
	width: 1.45rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 0.4rem;
	border: 1px solid #004ba7;
	text-align: center;
	font-size: 0.18rem;
	color: #004ba7;
	margin-right: 0.15rem;
}
.case .case_btn a span {
	padding-right: 0.46rem;
}
.case .case_btn a.preview_btn span {
	background-image: url(../images/preview_icon.png);
	background-repeat: no-repeat;
	-o-background-size: 0.17rem 0.18rem;
	   background-size: 0.17rem 0.18rem;
	background-position: right center;
}
.case .case_btn a.download_btn span {
	background-image: url(../images/download_icon.png);
	background-repeat: no-repeat;
	-o-background-size: 0.18rem 0.18rem;
	   background-size: 0.18rem 0.18rem;
	background-position: right center;
}
.case .case_btn a:hover {
	background: -o-linear-gradient(left,#0076a8,#00a847);
	background: -webkit-gradient(linear,left top, right top,from(#0076a8),to(#00a847));
	background: -webkit-linear-gradient(left,#0076a8,#00a847);
	background: -moz-linear-gradient(left,#0076a8,#00a847);
	background: linear-gradient(to right,#0076a8,#00a847);
	color: #ffffff;
	border: 1px solid transparent;
}
.case .case_btn a.preview_btn:hover span {
	background-image: url(../images/preview_white_icon.png);
}
.case .case_btn a.download_btn:hover span {
	background-image: url(../images/preview_white_icon.png);
}
.case .case_list {
	margin-top: 0.4rem;
}
.case .case_list li {
	float: left;
	width: 3.65rem;
	height: 2.88rem;
	margin-right: 0.22rem;
	margin-bottom: 0.3rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.case .case_list li:nth-child(3n) {
	margin-right: 0;
}
.case .case_list li .case_item {
	height: 2.8rem;
	border: 1px solid #c4d5ea;
	background: #ffffff;
	border-radius: 0.1rem;
	overflow: hidden;
}
.case .case_list li .case_item .case_top {
	height: 1.68rem;
	border-bottom: 1px solid #c4d5ea;
	padding: 0.38rem 0.3rem 0 0.3rem;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.case .case_list li .case_item .case_top .top_tit {
	font-size: 0.2rem;
	line-height: 0.34rem;
	color: #000000;
	margin-top: 0.11rem;
}
.case .case_list li .case_item .case_bottom {
	text-align: center;
}
.case .case_list li .case_item .case_bottom .case_btn {
	margin-top: 0.3rem;
}
.case .case_list li:hover {
	background: -o-linear-gradient(left,#0076a8,#00a847);
	background: -webkit-gradient(linear,left top, right top,from(#0076a8),to(#00a847));
	background: -webkit-linear-gradient(left,#0076a8,#00a847);
	background: -moz-linear-gradient(left,#0076a8,#00a847);
	background: linear-gradient(to right,#0076a8,#00a847);
}
.case_noData {
	height: 7.44rem;
	background: url(../images/case_noData_bg.jpg) no-repeat center center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	border: 1px solid #c5d7e8;
	border-radius: 0.05rem;
	margin-top: 0.6rem;
}
.case_noData .noData_icon {
	width: 0.62rem;
	height: 0.65rem;
	margin: 0.78rem auto 0;
}
.case_noData .noData_icon img {
	width: 100%;
	height: 100%;
}
.case_noData h4 {
	font-size: 0.32rem;
	color: #004ba7;
	line-height: 1;
	text-align: center;
	margin-top: 0.3rem;
}
/* 特邀嘉宾 end */


/* 举办单位 start */
.organizer {
	background-color: rgba(238,248,255,0.5);
	border: 1px solid #c5d7e8;
	border-radius: 0.05rem;
	margin-top: 0.6rem;
	padding: 0.58rem 0.6rem 0.15rem 0.6rem;
	-webkit-box-sizing:border-box;
	        -moz-box-sizing:border-box;
	     box-sizing:border-box;
}
.organizer .organizer_tit {
	font-size: 0.32rem;
	line-height: 1;
	text-align: center;
	color: #000000;
}
.organizer .organizer_content {
  margin-top: 0.4rem;
}
.organizer .organizer_content .organizer_item {
	padding: 0.5rem 0.2rem 0.23rem 0.2rem;
	border-bottom: 1px solid #c8daea;
}
.organizer .organizer_content .organizer_item:nth-last-child(1) {
	border-bottom: none;
}
.organizer .organizer_content .organizer_item .organizer_name {
	font-size: 0.28rem;
	line-height: 1;
	color: #000000;
	margin-bottom: 0.26rem;
}
.organizer .organizer_content .organizer_item ul li {
	float: left;
	width: 46%;
	margin-right: 3%;
	position: relative;
	margin-bottom: 0.22rem;
}
.organizer .organizer_content .organizer_item ul li:nth-child(odd) {
	width: 51%;
}
.organizer .organizer_content .organizer_item ul li:nth-child(2n) {
	margin-right: 0;
}
.organizer .organizer_content .organizer_item ul li::before {
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: -o-linear-gradient(left,#0076a8,#00a847);
	background: -webkit-gradient(linear,left top, right top,from(#0076a8),to(#00a847));
	background: -webkit-linear-gradient(left,#0076a8,#00a847);
	background: -moz-linear-gradient(left,#0076a8,#00a847);
	background: linear-gradient(to right,#0076a8,#00a847);
	position: absolute;
	left: -0.2rem;
	top: 0.11rem;
}
.organizer .organizer_content .organizer_item ul li p {
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #222222;
}
/* 举办单位 end */


/* 移动端 */
@media only screen and (max-width:1000px) {
  .sub_main .banner {
		height: 8.5rem;
	}
	.sub_footer {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.sub_footer .sub_footer_inner {
		margin: 0.6rem 0.5rem 0.8rem 0.5rem;
	}
	.sub_footer .sub_footer_inner .logo {
		float: inherit;
		margin: 0 auto;
	}
	.sub_footer .sub_footer_inner .copyright {
		float: inherit;
		width: inherit;
		margin-left: 0;
		text-align: center;
	}
	.sub_footer .sub_footer_inner .address {
		float: inherit;
		width: inherit;
		text-align: center;
	}

	/* 会议介绍 start*/
	.meeting_main .sub_content {
		margin-top: 0.2rem;
	}
	.meeting_main .sub_nav a {
		margin-bottom: 0.4rem;
		width: 45%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	/* 会议介绍 end*/

	.meeting_main .sub_content .explain .explain_top p {
		padding: 0;
	}
	.schedule .schedule_list li .date_detail .detail_item .date_right .date_item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-right: 0;
	}
	.schedule .schedule_list li {
		width: 100%;
		float: inherit;
		margin-right: 0;
	}
	.special_guest {
		padding: 0.58rem 0.2rem;
	}
	.special_guest .guest_list li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 48%;
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 48%;
		        flex: 0 0 48%;
	}
	.special_guest .guest_list li:nth-child(2n) {
		margin-right: 0;
	}
	.previous {
		padding: 0.6rem 0.4rem;
	}
	.previous .previous_list li .previous_img {
		float: inherit;
		width: 100%;
	}
	.previous .previous_list li:nth-child(2n) .previous_img {
		float: inherit;
		width: 100%;
	}
	.previous .previous_list li .previous_info {
		margin-left: 0;
	}
	.previous .previous_list li:nth-child(2n) .previous_info {
		margin-right: 0;
	}
	.zwh_list .list_item ul li:nth-child(2n) {
		margin-right: 0;
	}
	.case {
		padding: 0.38rem 0.3rem;
	}
	.case .case_preview .case_left {
		float: inherit;
		width: 100%;
		height: auto;
	}
	.case .case_preview .case_right {
		margin-left: 0;
		padding: 0.58rem 0.36rem;
	}
	.case .case_list li {
		width: 100%;
	}
	.organizer .organizer_content .organizer_item ul li {
		width: 100%;
	}
	.meeting_main .media_content .content_inner{margin:.4rem;}
	.meeting_main .media_content .sub_info .info_txt p img{ width:100%; }
	.meeting_main .media_content .sub_title{line-height:1.5;}
}