.main {
	width: 100%;
	background: url(../images/index_bg_top.jpg) #e6f1fa no-repeat top center;
	-o-background-size: 100% auto;
	   background-size: 100% auto;
	overflow: hidden;
	position: relative;
	-webkit-animation: bgAnim 5s linear 2s 1 normal forwards;
	   -moz-animation: bgAnim 5s linear 2s 1 normal forwards;
	     -o-animation: bgAnim 5s linear 2s 1 normal forwards;
	        animation: bgAnim 5s linear 2s 1 normal forwards;
}
@-webkit-keyframes bgAnim {
	0% {
		background-size: 100% auto;
	}
	100% {
		background-size: 105% auto;
	}
}
@-moz-keyframes bgAnim {
	0% {
		background-size: 100% auto;
	}
	100% {
		background-size: 105% auto;
	}
}
@-o-keyframes bgAnim {
	0% {
		-o-background-size: 100% auto;
		   background-size: 100% auto;
	}
	100% {
		-o-background-size: 105% auto;
		   background-size: 105% auto;
	}
}
@keyframes bgAnim {
	0% {
		-o-background-size: 100% auto;
		   background-size: 100% auto;
	}
	100% {
		-o-background-size: 105% auto;
		   background-size: 105% auto;
	}
}
.main::after {
	content: '';
	display: block;
	width: 100%;
	height: 8.85rem;
	background: url(../images/index_bg_bottom.jpg) #e6f1fa no-repeat bottom center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.banner {
	height: 10.37rem;
	text-align: center;
	overflow: hidden;
}
.banner .logo {
	width: 1.93rem;
	height: 1.82rem;
	margin: 2.74rem auto 0.32rem;
}
.banner .logo img {
	width: 100%;
	height: 100%;
}
.banner h3 {
	font-size: 0.46rem;
	font-weight: bold;
	line-height: 0.54rem;
	margin-bottom: 0.12rem;
	color: #0077b1;
}
.banner h4 {
	font-size: 0.27rem;
	line-height: 0.34rem;
	font-weight: bold;
	color: #0077b1;
}
.banner .msg {
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.5rem;
	padding: 0 0.3rem;
	margin: 0.4rem auto 0;
	display: inline-block;
}
.banner .msg span {
	font-size: 0.22rem;
	color: #ffffff;
	padding-left: 0.4rem;
	display: inline-block;
}
.banner .msg span.date {
  margin-right: 0.47rem;
	background: url(../images/banner_date_icon.png) no-repeat left center;
	-o-background-size: 0.25rem 0.25rem;
	   background-size: 0.25rem 0.25rem;
}
.banner .msg span.addr {
	background: url(../images/banner_addr_icon.png) no-repeat left center;
	-o-background-size: 0.23rem 0.26rem;
	   background-size: 0.23rem 0.26rem;
}


/* 会议简介 start*/
.aboutUs {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.aboutUs .aboutUs_img {
	/* width: 4.02rem; */
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 4.02rem;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 4.02rem;
	        flex: 0 0 4.02rem;
	height: 6.03rem;
	-webkit-box-shadow: 0px 0.3rem 0.6rem 0.07rem rgba(0, 11, 46, 0.18);
	        box-shadow: 0px 0.3rem 0.6rem 0.07rem rgba(0, 11, 46, 0.18);
	float: left;
	overflow: hidden;
}
.aboutUs .aboutUs_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;
}
.aboutUs .aboutUs_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);
}
.aboutUs .aboutUs_info {
	/* margin-left: 5.2rem; */
	margin-left: 1.18rem;
}
.aboutUs .aboutUs_info h3 {
	/* padding-top: 0.9rem; */
	padding-bottom: 0.58rem;
	font-size: 0.4rem;
	color: #000b2e;
	position: relative;
}
.aboutUs .aboutUs_info h3::after {
	content: '';
	display: block;
	width: 0.8rem;
	height: 0.07rem;
	background: #004ba7;
	position: absolute;
	left: 0;
	bottom: 0;
}
.aboutUs .aboutUs_info .info_txt {
	margin-top: 0.42rem;
}
.aboutUs .aboutUs_info .info_txt p {
	/* font-size: 0.18rem; */
	font-size: 20px;
	color: #646875;
	line-height: 2;text-align:justify;text-justify:inter-ideograph;
}
.aboutUs .aboutUs_info .more {
	display: block;
	margin-top: 0.45rem;
	width: 2.5rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 0.7rem;
	color: #ffffff;
	font-size: 0.2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.aboutUs .aboutUs_info .more:hover {
  opacity: 0.6;
}
/* 会议简介 end */

/* 会议通知 start */
.notice {
	position: relative;
	z-index: 1;
}
.notice .notice_tit {
	padding-top: 1.04rem;
	padding-bottom: 0.5rem;
	font-size: 0.4rem;
	color: #000b2e;
	position: relative;
}
.notice .notice_date {}
.notice .notice_date .notice_item {
	margin-bottom: 0.62rem;
}
.notice .notice_date .notice_item:nth-last-child(1) {
	margin-bottom: 0;
}
.notice .notice_date .notice_item .notice_left {
	float: left;
	width: 1.94rem;
	border: 1px solid #c5d7e8;
	background: #eff6fd;
	border-radius: 0.1rem;
	position: relative;
	text-align: center;
	padding: 0.15rem 0;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	font-size: 0.24rem;
  color: #000000;
}
.notice .notice_date .notice_item .notice_left::after {
	content: '';
	width: 0.16rem;
	height: 0.3rem;
	background: url(../images/date_strangle_icon.png) no-repeat center center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	position: absolute;
	right: -0.15rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        -moz-transform: translateY(-50%);
	          -o-transform: translateY(-50%);
	     transform: translateY(-50%);
	z-index: 1;
}
.notice .notice_date .notice_item .notice_left img {
	width: 0.37rem;
	height: 0.38rem;
	margin-bottom: 0.15rem;
}
.notice .notice_date .notice_item .notice_left p {
	line-height: 1;
}
.notice .notice_date .notice_item .notice_left h4 {
  padding: 0.15rem 0;
}
.notice .notice_date .notice_item .notice_right {
	margin-left: 2.38rem;
}
.notice .notice_date .notice_item .notice_right .date_sq {
	float: left;
	width: 5rem;
	border-radius: 0.1rem;
	margin-right: 0.24rem;
	margin-bottom: 0.2rem;
	padding: 0.34rem 0.3rem;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -moz-box-align: center;
	     align-items: center;
}
.notice .notice_date .notice_item .notice_right .date_sq .time_icon {
	width: 0.16rem;
	height: 0.16rem;
	position: relative;
	padding-bottom: 0.6rem;
}
.notice .notice_date .notice_item .notice_right .date_sq .time_icon img {
	width: 100%;
	height: 100%;
}
.notice .notice_date .notice_item .notice_right .date_sq .time_icon::after {
	content: '';
	width: 1px;
	height: 0.49rem;
	background: rgba(255,255,255,0.3);
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        -moz-transform: translateX(-50%);
	          -o-transform: translateX(-50%);
	     transform: translateX(-50%);
}
.notice .notice_date .notice_item .notice_right .date_sq .time_value {
	margin: 0 0.4rem 0 0.24rem;
}
.notice .notice_date .notice_item .notice_right .date_sq .time_value h3 {
	font-size: 0.36rem;
	line-height: 1;
	margin-bottom: 0.24rem;
	color: #ffffff;
}
.notice .notice_date .notice_item .notice_right .date_sq .time_value p {
	font-size: 0.18rem;
	line-height: 1;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        -moz-box-pack: justify;
	     justify-content: space-between;
}
.notice .notice_date .notice_item .notice_right .date_sq .time_tit {
	font-size: 0.28rem;
	line-height: 0.38rem;
	margin-left: 0.36rem;
	color: #ffffff;
	font-weight: bold;
	text-align: justify;
	-moz-text-align-last: justify;
	     text-align-last: justify;
}
.notice .notice_date .notice_item .notice_right .date_sq:nth-child(2n) {
	margin-right: 0;
}
.notice .notice_date .notice_item .notice_right .date_two {
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}
.notice .notice_date .notice_item .notice_right .date_two .count-down {
	margin-left: 0.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -moz-box-align: center;
	     align-items: center;
}
.notice .notice_date .notice_item .notice_right .date_two .count-down .countDown_name {
	font-size: 0.24rem;
	color: #ffffff;
}
.notice .notice_date .notice_item .notice_right .date_two .count-down .countDown_time {
  margin-left: 0.2rem;
}
.notice .notice_date .notice_item .notice_right .date_two .count-down .countDown_time span {
	display: inline-block;
	width: 0.81rem;
	height: 0.74rem;
	line-height: 0.74rem;
	text-align: center;
	font-size: 0.48rem;
	font-weight: bold;
	font-family: Airal;
	background: url(../images/countdown_bg.png) no-repeat center center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	margin-right: 0.1rem
}
.notice .notice_date .notice_item .notice_right .date_two .count-down .countDown_time span:nth-last-child(1) {
	margin-right: 0;
}
.notice .notice_date .notice_item .notice_right .date_two .count-down .countDown_time span i {
  background-image:-webkit-linear-gradient(left,#0076a8,#00a847); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
}
.notice .notice_date .notice_item .notice_right li {
	float: left;
	width: 5rem;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.28rem;
	color: #000000;
	font-weight: bold;
	margin-right: 0.24rem;
	border-radius: 0.1rem;
	background: #f1f6fe;
	border: 1px solid #c5d7e8;
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -moz-box-align: center;
	     align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        -moz-box-pack: justify;
	     justify-content: space-between;
	padding: 0 0.14rem 0 0.4rem;
}
.notice .notice_date .notice_item .notice_right li .notice_btn {
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.notice .notice_date .notice_item .notice_right li .notice_btn a {
	display: inline-block;
	width: 1.26rem;
	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;
	font-weight: normal;
}
.notice .notice_date .notice_item .notice_right li .notice_btn a img {
	display: inline-block;
	width: 0.18rem;
	height: 0.18rem;
	margin-left: 0.16rem;
	vertical-align: middle;
}
.notice .notice_date .notice_item .notice_right li:nth-child(2n) {
  margin-right: 0;
}
/* 会议通知 end */

/* 特邀嘉宾 start */
.invite {
	position: relative;
	z-index: 1;
}
.invite .invite_tit {
	padding-top: 0.98rem;
	padding-bottom: 0.45rem;
	font-size: 0.48rem;
	color: #000b2e;
	position: relative;
}
.invite .invite_tit .jump_more {
	top: 0.94rem;
}
.invite .invite_content {
	width: 100%;
	height: 4.42rem;
	position: relative;
	/* overflow: hidden; */
}
.invite .invite_content .swiper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.invite .invite_content .swiper .swiper-slide {
	/* margin-right: 0.4rem; */
}
.invite .invite_content .swiper .swiper-slide .invite_img {
	/* width: 3rem; */
	height: 3rem;
	overflow: hidden;
}
.invite .invite_content .swiper .swiper-slide .invite_img img {
	width: 100%;
	height: 100%;
}
.invite .invite_content .swiper .swiper-slide h3 {
	text-align: center;
	font-size: 0.2rem;
	padding: 0.3rem 0 0.2rem 0;
	line-height: 1;
	color: #111111;
}
.invite .invite_content .swiper .swiper-slide p {
	font-size: 0.18rem;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 0.3rem;
	color: rgba(17,17,17,0.5);
}
.invite .invite_content .swiper-button-prev, .invite .invite_content .swiper-button-next {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	left: -0.7rem;
	right: inherit;
	top: 1.6rem;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.invite .invite_content .swiper-button-prev {
	background-image: url(../images/invite_left_default.png);
}
.invite .invite_content .swiper-button-prev:hover {
	background-image: url(../images/invite_left_hover.png);
}
.invite .invite_content .swiper-button-next {
	right: -0.7rem;
	left: inherit;
	background-image: url(../images/invite_right_default.png);
}
.invite .invite_content .swiper-button-next:hover {
	background-image: url(../images/invite_right_hover.png);
}

.invite .invite_content ul {
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
}
.invite .invite_content ul li {
	float: left;
	margin-right: 0.4rem;
}
.invite .invite_content ul li .invite_img {
	width: 3rem;
	height: 3rem;
	overflow: hidden;
}
.invite .invite_content ul li .invite_img img {
	width: 100%;
	height: 100%;
}
.invite .invite_content ul li h3 {
	text-align: center;
	font-size: 0.26rem;
	padding: 0.4rem 0 0.2rem 0;
	line-height: 1;
	color: #111111;
}
.invite .invite_content ul li p {
	font-size: 0.18rem;
	text-align: center;
	padding-bottom: 0.3rem;
	color: rgba(17,17,17,0.5);
}
/* 特邀嘉宾 end */

/* 举办单位 start */
.unit {
	position: relative;
	z-index: 1;
}
.unit .unit_tit {
	padding-top: 0.68rem;
	padding-bottom: 0.45rem;
	font-size: 0.48rem;
	color: #000b2e;
	position: relative;
}
.unit .unit_tit .jump_more {
	top: 0.68rem;
}
.unit .unit_content {
	border: 1px solid #c5d7e8;
	background-color: #e9f4fd;
	border-radius: 0.05rem;
	padding: 0 0.58rem;
	background-image: url(../images/unit_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: 5.24rem 3.78rem;
	   background-size: 5.24rem 3.78rem;
}
.unit .unit_content .unit_item {
	padding: 0.5rem 0.2rem 0.23rem 0.2rem;
	border-bottom: 1px solid #c8daea;
}
.unit .unit_content .unit_item:nth-last-child(1) {
	border-bottom: none;
}
.unit .unit_content .unit_item .unit_name {
	font-size: 0.28rem;
	line-height: 1;
	color: #000000;
	margin-bottom: 0.26rem;
}
.unit .unit_content .unit_item ul li {
	float: left;
	width: 46%;
	margin-right: 3%;
	position: relative;
	margin-bottom: 0.22rem;
}
.unit .unit_content .unit_item ul li:nth-child(odd) {
	width: 51%;
}
.unit .unit_content .unit_item ul li:nth-child(2n) {
	margin-right: 0;
}
.unit .unit_content .unit_item ul li .unit_h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -moz-box-align: center;
	     align-items: center;
}
.unit .unit_content .unit_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;
}
.unit .unit_content .unit_item ul li .unit_h3 p {
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #222222;
}
/* 举办单位 end */

/* 媒体报道 start */
.media {
	position: relative;
	z-index: 1;
}
.media .media_tit {
	padding-top: 1rem;
	padding-bottom: 0.45rem;
	font-size: 0.48rem;
	color: #000b2e;
	position: relative;
}
.media .media_tit .jump_more {
	top: 0.98rem;
}
.media .media_content li {
	float: left;
	width: 3.7rem;
	height: 5.8rem;
  margin-right: 0.75rem;
	text-align: center;
}
.media .media_content li a {
	display: block;
}
.media .media_content li:nth-last-child(1) {
	margin-right: 0;
}
.media .media_content li .media_img {
	width: 3.7rem;
	height: 2.7rem;
	border-radius: 0.05rem;
	overflow: hidden;
}
.media .media_content li .media_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;
}
.media .media_content li .media_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);
}
.media .media_content li h4 {
	font-size: 0.18rem;
	line-height: 1;
	padding-top: 0.5rem;
	color: #666666;
}
.media .media_content li .media_name {
  font-size: 0.24rem;
	padding-top: 0.16rem;
	line-height: 1;
	color: #000b2e;
}
.media .media_content li p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #444444;
	padding-top: 0.38rem;
}
.media .media_content li:hover h3{
  color: #004ba7;
}
/* 媒体报道 end */


/* 移动端 */
@media only screen and (max-width:1000px) {
	#menuPc{display: none;}
	#menuWap{display: block;}
	#page{background:#FFFFFF;}
	
	.main-box {
		margin: 0 0.3rem;
	}
	.banner {
		height: 8.5rem;
	}
	/* 会议简介 start*/
	.aboutUs {
		position: relative;
		z-index: 1;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.aboutUs .aboutUs_img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		width: 100%;
		height: auto;
		float: inherit;
	}
	.aboutUs .aboutUs_info {
		margin-top: 0.4rem;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-left: 0;
	}
	.aboutUs .aboutUs_info .info_txt p  {
		font-size: 16px;
		line-height: 1.6;
	}
	/* 会议简介 end */

	/* 会议通知 start */
	.notice .notice_date .notice_item .notice_left {
		float: inherit;
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.notice .notice_date .notice_item .notice_left::after {
		left: 50%;
		top: inherit;
		bottom: -0.2rem;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        -moz-transform: rotate(90deg);
		          -o-transform: rotate(90deg);
		     transform: rotate(90deg);
		margin-left: -0.16rem;
	}
	.notice .notice_date .notice_item .notice_right {
		margin-left: 0;
	}
	.notice .notice_date .notice_item .notice_right .date_sq {
		margin-right: 0;
		width: 100%;
	}
	.notice .notice_date .notice_item .notice_right .date_two {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.notice .notice_date .notice_item .notice_right .date_two .count-down {
		margin-left: 0;
		margin-top: 0.3rem;
	}
	.notice .notice_date .notice_item .notice_right li {
		margin-bottom: 0.2rem;
		margin-right: 0;
		width: 100%;
	}
	/* 会议通知 end */

	/* 特邀嘉宾 start */
	.invite .invite_content {
		/* height: 3rem; */
		position: relative;
	}
	.invite .invite_content ul {
		width: 100%;
		position: inherit;
	}
	.invite .invite_content ul li:nth-child(2) {
		margin-right: 0;
	}
	/* 特邀嘉宾 end */

	/* 举办单位 start */
	.unit .unit_content {
		padding: 0 0.38rem;
	}
	.unit .unit_content .unit_item {
		padding: 0.5rem 0 0.23rem 0.2rem;
		border-bottom: 1px solid #c8daea;
	}
	.unit .unit_content .unit_item .unit_name {
		font-size: 0.28rem;
		line-height: 1;
		color: #000000;
		text-align: center;
		padding: 0.26rem 0 0.3rem 0;
	}
	.unit .unit_content .unit_item ul li {
		float: left;
		width: 100%;
		margin-right: 0%;
	}
	.unit .unit_content .unit_item ul li:nth-child(odd) {
		width: 100%;
	}
	/* 举办单位 end */

	/* 媒体报道 start */
	.media .media_content li {
		height: auto;
		padding-bottom: 0.6rem;
		width: 100%;
	}
	.media .media_content li p {
		line-height: 1.4;
	}
	.media .media_content li .media_img {
		width: 100%;
		height: auto;
	}
	/* 媒体报道 end */

}


/*202603*/
.notice .notice_date .notice_item .notice_right .date_two .count-down .countDown_name p{line-height:1.5;}
.notice .notice_date .notice_item .notice_right .date_sq .time_value{margin:0px .24rem;}
.notice .notice_date .notice_item .notice_right .date_sq .time_value p{display:flex;display:-webkit-flex;align-items:center;justify-content:space-between;}
.notice .notice_date .notice_item .notice_right .date_sq .time_value p .i2{width:.67rem;height:1px;display:block;background-color:#fff;margin:0px .14rem;}
.notice .notice_date .notice_item .notice_right .date_sq .time_value p .sp1{display:flex;display:-webkit-flex;align-items:center;justify-content:space-between;}


/*end*/



































