@charset "utf-8";

a:active,
a:hover {
	color: #ff7834 !important;
	font-family: "Georgia";
}

body,
td,
th {
	font-family: Georgia;
}

.content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

/*banner*/
body {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	font-family: "Georgia";
	min-width: 1400px;
}

.banner {
	width: 100%;
	height: 443px;
	background:url(https://english.news.cn/special/2023ciftis/images/banner.jpg) 50% 0 no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

.boxBg01 {
	height: auto;


}

/*导航*/
.nav {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 70px;
	background: #ce0000
}

.nav .part {
	width: 1240px
}

.nav a,
.nav span {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	line-height: 70px;
	padding: 0 20.5px;
	font-size: 18px;
	color: #fff;
	cursor: pointer
}

.nav a.active,
.nav span.active {
	font-weight: 700;
	color: #ffa800
}

.nav .nav-sub {
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-transition: height .8s;
	-moz-transition: height .8s;
	transition: height .8s;
	height: 0;
	overflow: hidden
}

.nav .nav-sub a {
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0;
	font-size: 14px;
	line-height: 35px;
	background: #ce0000
}

.nav span:hover .nav-sub {
	height: 350px
}
.part {
	width: 1200px;
	margin: 0 auto;
	position: static;
}

.nav .part a,
.nav .part a {
	text-align: center;
	float: left;
}

.nav {
	width: 100%;
	height: 70px;
	background: #023a9c;
	position: relative;
}

.nav .part {
	width: 1200px;
	margin: 0 auto;
	z-index: 500
}

.nav .part a,
.nav .part span {
	padding: 0 65px;
}

.nav .part a,
.nav .part a {
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 70px;
}

.nav .part a:hover {
	color: #ffa800 !important;
}

.nav .part .on,
.nav .part .on a {
	color: #ffa800 !important;
	font-weight: bold;
}

.nav .part .home,
.nav .part .home a {
	line-height: 70px;
	height: 70px;
	margin-left: 25px;
}

.nav .m h3 {
	font-weight: normal;
	position: relative;
	color: #fff;
}

.nav .m h3:before {
	content: "";
	position: absolute;
	right: -25px;
	top: 32px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.nav .m {
	float: left;
	width: auto;
	line-height: 70px;
	display: inline;
	text-align: center;
	cursor: pointer;
	position: static;
}

.nav .subbg {
	width: 100%;
	height: 0px;
	overflow: hidden;
	background: #557fc8;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	position: absolute;
	left: 0;
	top: 70px;
}

.shownav {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	height: 35px !important;
}

.nav .m h3 {
	font-size: 18px;
}

.nav .sub {
	width: 1200px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	font-size: 18px;
	border-top: none;
	font-family: "微软雅黑";
}

.nav .sub a {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	float: left;
	padding: 0;
	line-height: 35px;
	float: left;
	margin: 0 32px;
	zoom: 1;
}

.nav .sub a:hover {
	color: #ffda77;
}

.nav .m:hover .subbg {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	height: 35px;
}
@media screen and (min-width:0px) and (max-width: 1024px) {
	.domPC {
		display: none;
	}

	.domMobile {
		display: block;
	}

	.part {
		width: 100%;
		margin: 0 auto;
	}

	.mbtitle {
		width: 54%;
		margin-left: 2%;
		position: absolute;
		bottom: 2rem;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
		display: none;
	}

	.mbtitle h3 {
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.2;
		color: #c70000;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}

	.mbtitle span {
		font-size: 0.2rem;
		line-height: 1.4;
		display: inline-block;
		background: #c70000;
		color: #fff;
		padding: 0px 10px;
		margin-top: 10px;
	}

	.nav_box {
		position: relative;
		z-index: 2;
		/* margin-top: -36px; */
		width: 100%;
		height: 2.4rem;
		background: #ce0000;
		width: 94%;
		padding: 0 3% 0 3%;
		border-bottom: 2px solid #b71919;
		color: #fff;
	}

	.nav_list {
		list-style: none;
		width: 100%;
		height: 2.4rem;
		overflow-x: scroll;
		overflow-y: hidden;
		font-size: 0;
		white-space: nowrap;
	}

	.nav_list a {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 2.4rem;
		padding: 0 10px;
	}

	.nav_list a {
		color: #fff;
	}
}
/*title*/
.titlebox {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
}

.titlebox img {
	width: 100%;
	height: auto;
}

/*现场零距离*/
.tab_cont_item.on {
	/* display: block; */
	/* z-index: 10; */
	opacity: 1;
	visibility: visible;
}

.tab_cont_item .tab_cont_left {
	width: 790px;
	float: left;
}

.tab_cont_item .tab_cont_left .swiper-container {
	padding-bottom: 30px;
}

.tab_cont_item .tab_cont_left li {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.tab_cont_item .tab_cont_left li+li {
	margin-top: 20px;
}

.tab_cont_item .tab_cont_left img {
	width: 200px;
	height: 120px;
	float: left;
	margin-right: 20px;
}

.tab_cont_item .tab_cont_left h3 {
	padding-bottom: 10px;
	line-height: 28px;
	font-size: 18px;
}

.tab_cont_item .tab_cont_left p {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	float: right;
}

.tab_cont_item .tab_cont_left p a {
	color: #df0303;
}

.tab_cont_item .tab_cont_left dd {
	width: 255px;
	float: left;
	text-align: center;
}

.tab_cont_item .tab_cont_left dd img {
	width: 255px;
	height: 140px;
}

.tab_cont_item .tab_cont_left dd h3 {
	font-size: 16px;
}

.tab_cont_item .tab_cont_left dd+dd {
	margin-left: 10px;
}

.tab_cont_item .tab_cont_right {
	width: 370px;
	float: right;
}

.tab_cont_right {
	background: url(https://english.news.cn/special/2020ciftis/index/images/rc.jpg) 0 0 no-repeat;
	padding-top: 90px;
}

.tab_cont_right {
	width: 370px;
	height: 420px;
}

.tab_cont_right img {
	width: 370px;
	height: 420px;
}

.tab_cont_right {
	background: none;
	padding-top: 0px;
}

.tab_cont_right .tab_cont_right_box {
	width: 370px;
	height: 390px;
	padding-top: 30px;
	background: url(https://english.news.cn/special/2020ciftis/index/images/rlpaper.jpg) 0 0 no-repeat;
}

.tab_cont_right .tab_cont_right_box .swiper-container {
	width: 365px;
	height: 250px;
	margin: 0px 0 0 -4px;
}

.tab_cont_right .tab_cont_right_box h3 {
	background: url("http://www.news.cn.com/politics/2020lh/images/LHR_partXcljl_lmt02.png") 0 0 no-repeat;
	width: 313px;
	height: 47px;

	margin-bottom: 10px;
	line-height: 45px;
	color: #a0266e;
	font-weight: bold;
	text-align: center;
}

.tab_cont_right .tab_cont_right_box h3 a {
	color: #fff;
}

.tab_cont_right .tab_cont_right_box h4 {
	font-size: 16px;
	padding: 0px 20px 10px 33px;
	font-weight: normal;
	line-height: 26px;
	color: #fff;
}

.tab_cont_right .tab_cont_right_box h4 span {
	font-size: 16px;
	/* padding: 10px 20px 0px 20px; */
	font-weight: bolder;
	line-height: 26px;
	display: inline-block;
	color: #ad0a54;
	background: #fff;
	padding: 0 10px;
	border-radius: 15px;
	margin-right: 15px;
}

.tab_cont_right .swiper-slide {
	height: auto;
	min-height: 120px;
	cursor: pointer;
}

.tab_cont_right .swiper-slide+.swiper-slide {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #bfbfbf;
}

/*一图观服贸*/
.imglistbox {
	width: 1200px;
	height: 726px;
	background: url(https://english.news.cn/special/2020ciftis/index/images/imglistbg.jpg) no-repeat;
	margin-top: -170px;
}

.imglistbox ul {
	margin-left: 35px;
	padding-top: 210px;
}

.imglistbox ul li {
	float: left;
	width: 244px;
	height: 439px;
	background: url(https://english.news.cn/special/2020ciftis/index/images/imgbg.png) no-repeat;
	margin: 0 20px;
}

.imglistbox ul li img {
	margin-left: 6px;
	margin-top: 6px;
}

/*part3d*/
.tbch_box_ret {
	width: 1200px;
	height: 538px;
	margin: 0 auto;
	position: relative;
}

.tbch_box {
	width: 1200px;
	height: 538px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.tbch_box .swiper-container {
	padding: 30px 0;
	width: 1400px;
	height: 538px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -700px;
}

.tbch_box .swiper-slide {
	width: auto;
	height: 522px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}

.tbch_box .reflection {
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: -13px;
}

.tbch_box .swiper-slide a {
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	height: 100%;
	z-index: 1
}

.tbch_con {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.tbch_con .txt {
	font-size: 16px;
	color: #333;
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: 55px;

	z-index: 10;
}

.tbch_con .txt a {
	color: #fff;
}

.tbch_con .bg {
	width: 100%;
	height: 85px;
	background: url(http://www.news.cn.com/world/20190417ydyl/images/textbg.png) no-repeat;
	background-size: contain;
	background-position: bottom;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 5;
}

.swiper-slide-active .tbch_con .bg {
	background: url(https://english.news.cn/special/2020ciftis/index/images/gray.png) repeat;
	background-size: contain;
	background-position: bottom;
}

.swiper-slide-active .tbch_con .txt {
	font-size: 22px;
	color: #fff;
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: 84px;
	line-height: 30px;

	z-index: 10;
}

.swiper-slide-active .tbch_con .txt a {
	color: #fff;
}

.tbch_box_ret .arrow-left {
	background: url(https://english.news.cn/special/2020ciftis/index/images/left.png) no-repeat left top;
	position: absolute;
	left: 134px;
	top: 240px;
	width: 50px;
	height: 60px;
	z-index: 2
}

.tbch_box_ret .arrow-right {
	background: url(https://english.news.cn/special/2020ciftis/index/images/right.png) no-repeat left bottom;
	position: absolute;
	right: 134px;
	top: 240px;
	width: 50px;
	height: 60px;
	z-index: 2
}

.tbch_box_ret .pagination {
	position: absolute;
	text-align: center;
	bottom: -30px;
	margin-left: 0px;
	width: 100%;
	z-index: 66;
}

.tbch_box_ret .swiper-pagination-bullet {
	margin: 0 4px;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #0ea4d5;
	opacity: 1;
}

.tbch_box_ret .swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 4px;
	background: #f6861f;
}

.footer {
	padding: 25px 0 25px 0;
	background: #174a91;
	text-align: center;
	margin-top: 40px;
}

.footer p {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}

/*END*/
/*part1*/
.dtt {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.dtt .tit {
	width: 1200px;
	font-size: 36px;
	/*font-size: 25px;*/
	color: #305798;
	font-weight: bold;
	overflow: hidden;
	line-height: 47px;
	margin-top: 40px;
	text-align: center;
}

.dtt .tit a {
	color: #305798;
	font-weight: bold;
}

.dtt .txt {
	width: 1200px;
	font-size: 16px;
	color: #305798;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-top: 15px;
	text-align: center;
}

.dtt .txt a {
	color: #305798;
}

.part1 {
	width: 1200px;
	height: 458px;
	position: relative;
	margin: 0 auto;

	padding-top: 59px;

}

.part1-left {
	width: 815px;
	height: 458px;
	position: relative;
	float: left;
}

.part1-left .arrow-left {
	background: url("https://imgs.news.cn/global/img/iconBtn/arrows.png") no-repeat left top;
	position: absolute;
	left: 10px;
	top: 47%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2
}

.part1-left .arrow-right {
	background: url("https://imgs.news.cn/global/img/iconBtn/arrows.png") no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 47%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2
}

.part1-left .swiper-container {
	width: 815px;
	height: 458px;
}

.swiper-slide {
	position: relative;
}

.part1-left .pagination {
	position: absolute;
	right: 10px;
	text-align: right;
	bottom: 15px;
	z-index: 2;
}

.part1-left .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 3px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.part1-left .swiper-active-switch {
	background: #fb964c !important;
}

.part1-left .swiper-pagination-bullet {
	margin-left: 5px;
}

.part1-left .swiper-pagination-bullet-active {
	background: #fb964c !important;
}

.part1-left .picTitle {
	position: relative;
	width: 815px;
	height: 458px;
	overflow: hidden;
}

.part1-left .picTitle .img img {
	width: 815px;
	height: 458px;
	display: block;
}

.part1-left .picTitle .bg {
	background: #0076d8;
	bottom: 0;
	height: 67px;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	width: 100%;
	z-index: 10;
}

.part1-left .picTitle .name {
	bottom: 7px;
	color: #fff;
	height: 53px;
	left: 0;
	font-size: 22px;
	line-height: 25px;
	overflow: hidden;
	position: absolute;

	text-align: left;
	width: 93%;
	z-index: 11;
	padding: 0 10px;
}

.part1-left .picTitle .name a {
	color: #fff;
	text-decoration: none;
}

/* .part1-left .picTitle .name a:hover { text-decoration: underline; } */
/*chooseBox*/
.icon {
	display: inline-block;
	vertical-align: middle;
	background: url("http://www.news.cn/2015/img2015/icon_all.png") no-repeat;
	overflow: hidden;
}

.iconDownArrowWhite {
	width: 14px;
	height: 14px;
	background-position: -19px -45px;
}

.chooseBox-enter {
	position: absolute;
	z-index: 2;
	font-size: 14px;
	font-family: "Georgia";
	right: 30px;
	top: 10px;
	color: #fff;
	width: 95px;
	text-align: center;
}

.chooseBox-enter a {
	color: #fb964c;
	font-family: "Georgia";
	font-size: 14px;
}

.chooseBox-language {
	position: absolute;
	z-index: 2222;
	left: 50%;
	top: 310px;
	width: 95px;
	overflow: hidden;
	height: 20px;
	margin-left: 30px;
}

.chooseBox-language ul {
	z-index: 2;
	position: relative;
}

.chooseBox-language li {
	height: 20px;
	line-height: 19px;
	position: relative;
	color: #6ac6f0;
	text-align: left;
	padding-left: 12px;
}

.chooseBox-language li a {
	color: #fff;
	font-size: 12px;
	font-family: Arial;
}

.chooseBox-language-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #142751;
	opacity: 0.2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	z-index: 1;
}

.chooseBox-icon {
	position: absolute;
	right: 5px;
	top: 3px;
}

/*蓝*/
.part1-right {
	width: 385px;
	float: right;
	background: #f2f9fe;
	overflow: hidden;
}

.part1-right h3 {
	width: 340px;
	font-size: 24px;
	color: #333;
	padding: 25px 0px 15px 0px;
	border-bottom: 1px dashed #528dfa;
	text-align: center;
	margin: 0 auto;
	line-height: 35px;
	font-weight: bold;
}

.part1-right h3 a {
	color: #333;
	font-weight: bold;
}

/*.part1-right ul { width: 380px; margin: -3px auto 0; }*/
.part1-right ul {
	overflow: hidden;
	margin: -5px auto 0;
}

.part1-right li {
	font-size: 22px;
	color: #305798;
	padding: 11px 15px 0px 20px;
	height: 101px;
	overflow: hidden;
	line-height: 29px;
}

.part1-right li+li {
	border-top: 1px solid #fff;
	padding: 15px 15px 0px 20px
}

.part1-right li:hover {
	background: #023a9c;
}

.part1-right li a {
	color: #305798;
}

.part1-right li:hover a {
	color: #fff !important;
}

.part1-right li * {
	vertical-align: middle;
}

.indexlink {
	width: 106px;
	height: 33px;
	font-size: 14px;
	line-height: 33px;
	position: absolute;
	left: 50%;
	top: 305px;
	margin-left: -110px;
	background: url("http://www.news.cn.com/world/ciie2019/img/btnJbh.png") 0 0 no-repeat;
	text-align: center;
	color: #fff;
}

.indexlink a {
	color: #fff;
}

.mul-play {
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 57px;
	left: 10px;
	display: none;
	cursor: pointer;
	z-index: 999;
}

.mul-play img {
	width: 80%;
	height: 80%;
}

.videoPart {
	width: 800px;
	height: 450px;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

.videoPart video {
	width: 815px;
	height: 458px;
}

.videoPart .videoPart-close {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: -36px;
	z-index: 50;
	background: url("https://english.news.cn/special/images/s0830_icon_btn_close.png") no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}

.dizhi {
	position: absolute;
	display: block;
	width: 830px;
	height: 340px;
	z-index: 99;
	top: 0;
	left: 50%;
	margin-left: -402px;
	text-indent: -99999em;
}

.iphoto {
	width: 21px;
	height: 45px;
	float: left;
	margin-left: 5px;
	margin-right: 8px;
	display: inline-block;

}

.ivideo {
	width: 24px;
	height: 45px;
	float: left;
	margin-left: 5px;
	margin-right: 8px;
	display: inline-block;

}

.isound {
	width: 22px;
	height: 45px;
	float: left;
	margin-left: 5px;
	margin-right: 8px;
	display: inline-block;

}

.ipen {
	width: 21px;
	height: 45px;
	float: left;
	margin-left: 5px;
	margin-right: 8px;
	display: inline-block;

}

.itxt {
	width: 17px;
	height: 45px;
	float: left;
	margin-left: 5px;
	margin-right: 8px;
	display: inline-block;

}

/*END*/
/*线上云看展*/
.indexban {
	background: #FFF url(https://english.news.cn/special/2020ciftis/index/images/index-banbg.png) center center;
	width: 100%;
	height: 100%;
	min-height: 698px;
	position: relative;
}

.pic {
	/* position: relative; */
	/* overflow: hidden; */
	display: inline-block;
	-webkit-animation: anima 2s;
	-moz-animation: anima 2s;
	-o-animation: anima 2s;
	-ms-animation: anima 2s;
	animation: anima 2s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pic img {
	width: 100%;
}

.pic img:hover {
	transform: scale(1.2);
	transition: all 0.25s ease;
}

.btn-jyfw {
	position: absolute;
	left: 8%;
	top: 36%;
	width: 146px;
	height: 53px;
}

.btn-fwjqr {
	position: absolute;
	left: 12%;
	top: 55%;
	width: 165px;
	height: 53px;
}

.btn-5G {
	position: absolute;
	left: 33%;
	top: 75%;
	width: 176px;
	height: 52px;
}


.btn-jrfw {
	position: absolute;
	left: 25%;
	top: 20%;
	width: 146px;
	height: 53px;
}

.btn-djyd {
	position: absolute;
	left: 45%;
	top: 7%;
	width: 146px;
	height: 53px;
}

.btn-tyfw {
	position: absolute;
	left: 60%;
	top: 23%;
	width: 146px;
	height: 53px;
}

.btn-whfw {
	position: absolute;
	left: 77%;
	top: 25%;
	width: 146px;
	height: 53px;
}

.btn-lyfw {
	position: absolute;
	left: 65%;
	top: 55%;
	width: 146px;
	height: 53px;
}

.btn-zhz {
	position: absolute;
	left: 39%;
	top: 35%;
	width: 146px;
	height: 53px;
}

.synthes-con {
	position: absolute;
	left: 100%;
	top: -220%;
	width: 287px;
	height: 281px;
	padding: 6px 5px 5px 13px;
	overflow: hidden;
	z-index: 999;
	background: url(https://2dhall-pic.ciftis.org/static/view/image/zhzbg.png) top left no-repeat;
	display: none;
}

.synthes-con img {
	width: 131px;
	float: left;
	margin: 0 5px 5px 0;
}

/*放映厅*/
.videobox {
	width: 1200px;
	height: 535px;
	background: #0e6bac;
}

.vw {
	height: 535px;
	padding-top: 40px;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}

.vw .video {
	height: 450px;
	width: 800px;
	position: relative;
	overflow: hidden;
	background-color: #252525;
}

.vw .video iframe {
	display: none;
	width: 100%;
	height: 100%;
}

.vw .video .goter {
	display: block;
	width: 100%;
	height: 100%;
}

.vw .video .vBtn {
	position: absolute;
	width: 69px;
	height: 69px;
	left: 5%;
	top: 90%;
	margin-top: -40px;
	margin-left: -10px;
	background: url(https://english.news.cn/special/2020ciftis/index/images/play.png) no-repeat;
	cursor: pointer;
}

.listltle {
	width: 315px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 0;
	background: #2b2b2b;
}

.listltle h3 {
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	margin-left: 10px;
	padding-left: 40px;
	color: #fff;
}

.vlist {
	background-color: #0ea4d5;
	width: 360px;
	position: absolute;
	height: 535px;
	top: 0px;
	right: 0;
}

.vlist::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #626262;
}

.vlist .oth {
	position: absolute;
	width: 14px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	left: 0;
	cursor: pointer;
	display: none;
}

.vlist ul {
	padding: 25px 10px;
}

.vlist ul li {
	line-height: 28px;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
	font-size: 20px;
	color: #fff;
	padding-right: 5px;
	cursor: pointer;
}

.vlist ul li:after {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: absolute;
	left: -20px;
	top: 7px;
	background: #000;
}

.vlist ul .tit01:after {
	background: #fff100;
}

.vlist ul .tit02:after {
	background: #f39800;
}

.vlist ul .tit03:after {
	background: #e60014;
}

.vlist ul .tit04:after {
	background: #592cff;
}

.vlist ul .tit05:after {
	background: #21ec7a;
}

.vlist ul li .imgbox {
	position: relative;
	width: 100px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

.vlist ul li .imgbox img {
	width: 100%;
	height: auto;
}

.vlist ul li .imgbox i {
	width: 23px;
	height: 13px;
	position: absolute;
	left: 0;
	bottom: -6px;
}

.vlist ul li h3 {
	line-height: 30px;
	margin-bottom: 15px;
	padding-left: 0px;
	position: relative;
	font-size: 17px;
}

.vlist ul li p {
	display: none;
}

.vlist ul li em {
	display: none;
}

.vlist ul li span {
	float: left;
	font-size: 12px;
	margin-top: 10px;
}

.vlist ul li.cur {
	color: #ff9724;
}

.vlist ul li.cur a {
	color: #ff9724;
}

.vlist ul li.cur:after {
	width: 20px;
	height: 20px;
}

.vlist ul li.er {
	line-height: 20px;
	padding-top: 10px;
}

.vlist ul li.yi {
	line-height: 50px;
}

.vlist ul li .bg {
	background-color: #000;
	opacity: 0.8;
	width: 50px;
	height: 20px;
	bottom: 0;
	right: 0;
	position: absolute;
}

/*END*/
/*返回top*/
.backtop {
	width: 74px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 750px;
	right: 50%;
	margin-right: -750px;
	z-index: 99;
	display: none;
}

.pl {
	width: 1200px;
	margin: auto;
	margin-bottom: 20px;
}

.pll {
	float: left;
	width: 710px;
	height: 400px;
}

.pll img {
	width: 710px;
	height: 400px;
}

.plr {
	float: right;
	width: 490px;
}

.pllb ul {
	overflow: hidden;

}

.pllb li {
	font-size: 22px;
	color: #305798;
	padding: 11px 15px 0px 15px;
	height: 119px;
	overflow: hidden;
	line-height: 29px;
	width: 462px;
}

.pllb li+li {
	border-top: 1px solid #ccc;
	padding: 15px 15px 0px 15px
}

.pllb li:hover {
	background: url(https://english.news.cn/special/2020ciftis/index/images/pllbbg.jpg)
}

.pllb li a {
	color: #305798;
}

.pllb li:hover a {
	color: #fff !important;
}

.pllb li * {
	vertical-align: middle;
}

.zl h2 {
	font-size: 26px;
	color: #000;
	line-height: 28px;
	margin-bottom: 15px;
}

.zl h2 a {
	color: #000;
}




.photo {
	width: 1200px;
	margin: 10px auto 0;
	position: relative;
	padding-bottom: 55px;
}

.photo .swiper-container {
	padding: 0px 0;
	width: 1200px;
	margin: 0 auto;
	/* height: 500px; */
}

.photo .swiper-slide {
	width: 940px !important;
	height: auto;
	overflow: hidden;
}

.photo .swiper-slide .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	padding: 20px 5px 20px 5px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: rgba(67, 35, 33, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
	background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
	font-weight: bolder;
}

.photo .swiper-slide .tit a {
	color: #fff;
}

.photo .swiper-slide .tit h3 {
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.photo .swiper-slide .tit p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.photo .swiper-slide-active:after {
	display: none;
}

.photo .swiper-slide img {
	width: 100%;
	height: 525px;
	display: block;
}

.photo .swiper-button-prev {
	background: url(https://imgs.news.cn/zt/cf0119/static/imgs/bigarrows.png) no-repeat left top;
	position: absolute;
	left: -45px;
	top: 40%;
	margin-top: 16px;
	width: 85px;
	height: 49px;
	z-index: 2;
	background-size: 33% auto;
}

.photo .swiper-button-prev:hover {
	opacity: 0.6;
}

.photo .swiper-button-next {
	background: url(https://imgs.news.cn/zt/cf0119/static/imgs/bigarrows.png) no-repeat right bottom;
	position: absolute;
	right: -45px;
	top: 40%;
	margin-top: 16px;
	width: 85px;
	height: 49px;
	z-index: 2;
	background-size: 33% auto;
}

.photo .swiper-button-next:hover {
	opacity: 0.6;
}

.photo .swiper-pagination-bullet {
	margin-right: 10px;
	margin-top: 20px;
}

.photo .pagination {
	text-align: center;
}
.media-close {
	display:none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 30px;
	height: 30px;
	background: url(data:image/png;base64,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) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	cursor: pointer;
}