body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

.banner {
	position: relative;
	width: 100%;
	height: 3.68rem;
	background: url(../../img/news/banner.png) no-repeat top;
	background-size: cover;
}

.news-bg {
	margin-top: -9.11rem;
	width: 100%;
	height: 10.87rem;
	background: url(../../img/news/news-bg.png) no-repeat top;
	background-size: cover;
}

.content {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	border-top: .01rem solid transparent;
	width: 11.64rem;
	min-height: 2.3rem;
}

.content .news-title {
	margin: .4rem auto;
	width: 8.56rem;
	height: .56rem;
	background: url(../../img/media/title.png) no-repeat center;
	background-size: 100%;
}

.content .video-title {
	margin: .4rem auto;
	width: 8.56rem;
	height: .56rem;
	background: url(../../img/guide/shipin-title.png) no-repeat center;
	background-size: 100%;
}

.nav-list {
	display: flex;
	justify-content: center;
	margin-bottom: .4rem;
	width: 100%;
}

.nav-list li {
	list-style: none;
	cursor: pointer;
	text-align: center;
	font-size: .2rem;
	color: #000;
}

.nav-list li span {
	padding: .05rem .25rem;
	border-radius: .15rem;
}

.nav-list li.active span,
.nav-list li span:hover {
	background-color: #6186ca;
	font-weight: 700;
	color: #fff;
}

.nav-list li i {
	margin: 0 .28rem 0;
}

.tab {
	overflow-x: auto;
	margin: 0 auto .4rem;
	border-top: .01rem solid #ccc;
	width: 11.65rem;
	text-align: center;
	white-space: nowrap;
}

.tab .tab-list {
	display: inline-block;
	width: 1.1rem;
	height: 1.14rem;
	cursor: pointer;
	line-height: 1.14rem;
	text-align: center;
	font-size: .18rem;
	color: #666;
}

.tab .tab-list a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.tab .tab-list.active {
	background: url(../../img/media/tab-active.png) no-repeat center;
	background-size: 100%;
}

.tab .tab-list.active a {
	color: #6186ca;
}

.picture-list {
	margin: 0 auto;
	width: 9.62rem;
	font-size: 0;
}

.picture-item {
	display: inline-block;
	position: relative;
	margin-right: .28rem;
	margin-bottom: .28rem;
	width: 3.02rem;
	height: 1.7rem;
}

.picture-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.picture-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.picture-item:nth-of-type(3n) {
	margin-right: 0;
}

.content .paginator li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.content .paginator {
	margin: 0 auto;
	margin-top: .18rem;
	padding: 0;
	width: 100%;
	height: .32rem;
	text-align: center;
}

.content .paginator li {
	display: inline-block;
	float: none;
	margin: 0 .05rem;
	width: auto;
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	font-size: .12rem;
}

.content .paginator li a {
	display: block;
	padding: 0 .1rem;
	border: 0;
	border: .01rem solid #ccc;
	width: auto;
	height: .32rem;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	color: #666;
}

.content .paginator li a.active {
	background-color: #005195;
	color: #fff;
}

.content .paginator li span {
	display: block;
	border: 0;
	width: .32rem;
	height: .32rem;
	background-color: #005195;
	cursor: pointer;
	color: #fff;
}

.content .paginator li {
	margin: 0 .05rem;
	width: auto;
	height: .32rem;
}

.video-list {
	margin: 0 auto;
	width: 9.6rem;
}

.video-special {
	position: relative;
	margin-bottom: .35rem;
	width: 9.6rem;
	height: 5.39rem;
	cursor: pointer;
}

.video-special a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

.video-special img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-special .text {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 .15rem;
	width: 100%;
	height: .35rem;
	background-color: #000;
	line-height: .35rem;
	text-align: center;
	font-size: .14rem;
	color: #fff;
}

.video-special:hover::before {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	content: "";
}

.video-special:hover::after {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 1.58rem;
	height: 1.52rem;
	background: url(../../img/media/video-preview-l.png) no-repeat center;
	background-size: 100%;
	content: "";
	transform: translate(-50%, -50%);
}

.video-normal {
	margin: 0 auto;
	width: 100%;
	font-size: 0;
}

.video-item {
	display: inline-block;
	position: relative;
	margin-right: .27rem;
	margin-bottom: .28rem;
	width: 3.02rem;
	height: 1.7rem;
	cursor: pointer;
}

.video-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.video-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-item:nth-of-type(3n) {
	margin-right: 0;
}

.video-item .text {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 .15rem;
	width: 100%;
	height: .35rem;
	background-color: #000;
	line-height: .35rem;
	text-align: center;
	font-size: .14rem;
	color: #fff;
}

.video-item:hover .mask {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	content: "";
}

.video-item:hover .preview {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 1.14rem;
	height: 1.09rem;
	background: url(../../img/media/video-preview-s.png) no-repeat center;
	background-size: 100%;
	content: "";
	transform: translate(-50%, -50%);
}

.picture-item:hover .mask {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	content: "";
}

.picture-item:hover .preview {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 1.14rem;
	height: 1.09rem;
	background: url(../../img/media/video-preview-s.png) no-repeat center;
	background-size: 100%;
	content: "";
	transform: translate(-50%, -50%);
}

.mask1 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.video-preview {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8rem;
	height: 6rem;
	transform: translate(-50%, -50%);
}

.video-preview iframe {
	width: 100%;
	height: 100%;
}

.video-preview video {
	width: 100%;
	height: 100%;
}

.video-preview .close {
	position: absolute;
	right: -.5rem;
	top: -.2rem;
	z-index: 3;
	width: .3rem;
	height: .3rem;
	cursor: pointer;
	font-size: .5rem;
	color: #fff;
}