/*
	公共部分
*/
.banner-title-module{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 2;
	color: #ffffff;
}
.banner-title-module .banner-title-center{
	position: relative;
	width: var(--module-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.banner-title-module .banner-title{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-shadow: 0px 2px 15px rgba(0,0,0, .20);
}
.banner-title-module .banner-down{
	position: absolute;
	left: 0;
	bottom: 2.5rem;
	width: 3.5rem;
	height: 3.5rem;
}
.home-row-module{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.news-video-top{
	width: 100%;
	background: #3B3B3B;
	display: flex;
	justify-content: center;
}
.news-top-module{
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	margin-top: 7rem;
}
.news-top-module .nav-path{
	font-size: 0.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
}
.news-top-module .nav-path a{
	color: #ffffff;
	margin-right: 0.3rem;
	cursor: pointer;
}
.news-top-module .nav-path span{
	color: #ffffff;
	margin-right: 0.3rem;
}
.news-top-module .content-title-module{
	width: var(--module-width);
	position: relative;
	margin-top: 1.25rem;
}
.news-top-module .content-title-module img{
	height: 4rem;
}
.news-top-module .content-title-module h1{
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 600;
	-webkit-text-stroke:5px undefined;
	text-stroke:5px undefined;
	color: #ffffff;
}

.nav-path-module{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	margin-top: 1.87rem;
}
.nav-path-module .nav-path{
	font-size: 0.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav-path-module .nav-path img{
	width: 0.87rem;
	height: 0.87rem;
}
.nav-path-module .nav-path span{
	margin-right: 0.3rem;
}
.nav-path-module .nav-path a{
	color: #ffffff;
	cursor: pointer;
	margin-right: 0.3rem;
}
.nav-path-module .nav-page-list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -2px;
	font-size: 0.87rem;
}
.nav-path-module .nav-page-list .nav-page-item{
	margin: 0px 0.62rem;
	font-size: 0.87rem;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav-path-module .nav-page-list .nav-page-item .item-line{
	background:rgba(255,255,255,0);
	height: 4px;
	width: 0.1%;
	transition: width 500ms;
}
.nav-path-module .nav-page-list .active .item-line{
	background:var(--theme-color);
	display: flex;
	width: 100%;
}
.nav-path-module .nav-page-list .nav-page-item:hover .item-line{
	background:var(--theme-color);
	display: flex;
	width: 100%;
}


/* --------------------- 公共 end --------------------- */


/* --------------------- 视频中心 --------------------- */
.video-list-module{
	width: var(--module-width);
	margin-top: 1.25rem;
	box-shadow:0px 0px 1.5rem 0px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: space-between;
}
.video-list-module .item-video{
	width: 70%;
	height: calc(var(--module-width) * 0.5);
	position: relative;
}
.video-list-module .item-video .video{
	width: 100%;
	height: 100%;
	display: none;
	background: #000000;
}
.video-list-module .item-video .video-cover{
	width: 100%;
	height: 100%;
	display: flex;
}
.video-list-module .item-video .video-play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.75rem;
	height: 3.75rem;
	margin: -1.87rem;
	cursor: pointer;
}
.video-list-module .title-list{
	width: 30%;
	height: calc(var(--module-width) * 0.35);
	overflow: hidden;
}
.video-list-module .title-list .title-wapper{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.video-list-module .title-list .title-item{
	width: 100%;
	height: calc(var(--module-width) * 0.35 * 0.3333);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-shadow:0px 0px 1.5rem 0px rgba(0, 0, 0, 0.3);
	color: #ffffff;
	cursor: pointer;
}
.video-list-module .title-list .title-item:hover{
	background: #4B4B4B;
}
.video-list-module .title-list .title-item span{
	padding: 0.31rem 1.25rem;
}
.video-index-module{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	margin-top: 2rem;
	padding-bottom: 2rem;
}
.video-index-module .index-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.video-index-module .index-title span{
	padding: 0.31rem 0;
}
.video-orther-module{
	width: 100%;
	display: flex;
	justify-content: center;
}
.video-orther-list{
	width: var(--module-width);
}
.video-orther-list .orther-title{
	width: 100%;
	margin-top: 1.5rem;
}
.video-orther-list .orther-list{
	width: 100%;
	margin-top: 1.5rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.video-orther-list .orther-list .list-item{
	width: 32%;
	margin: 0 0 1.5rem 0;
	background: #ffffff;
}
.video-orther-list .orther-list .list-item:nth-child(3n-1){
	width: 32%;
	margin: 0 2% 1.5rem 2%;
}
.video-orther-list .orther-list .list-item .item-img{
	width: 100%;
	height: 13rem;
	display: flex;
	overflow: hidden;
}
.video-orther-list .orther-list .list-item .item-img img{
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
	transition: all 1s;
}
.video-orther-list .orther-list .list-item .item-img:hover img{
	transform: scale(1.1);
}
.video-orther-list .orther-list .list-item .item-title{
	width: 100%;
	padding:1rem 0;
}
.video-orther-list .orther-list .list-item .item-title .item-name{
	padding:0 1rem 1.5rem 1rem;
	color: #303030;
}
.video-orther-list .orther-list .list-item .item-time{
	padding: 0 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999999;
}
/* --------------------- 视频中心 end --------------------- */

/* --------------------- 视频详情 --------------------- */
.video-detail-module{
	width: var(--module-width);
	position: relative;
	margin-top: 2.5rem;
}
.video-detail-module .video{
	width: 100%;
	height: calc(var(--module-width) * 0.5);
	display: none;
	background: #000000;
}
.video-detail-module .video-cover{
	width: 100%;
	height: calc(var(--module-width) * 0.5);
	display: flex;
	z-index: -1;
}
.video-detail-module .video-play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.75rem;
	height: 3.75rem;
	margin: -1.87rem;
	cursor: pointer;
	z-index: 3;
}
.video-detail-info{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	margin: 2rem 0;
}

/* --------------------- 视频详情 end --------------------- */

/* --------------------- 新闻详情 --------------------- */

.news-detail-module{
	width: var(--module-width);
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 2.5rem;
}
.news-data{
	position: absolute;
	top: 0;
	left: -6rem;
	width:5rem;
	height:5.2rem;
	border:1px solid rgba(229,229,229,1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.news-detail-body{
    width: 70%;
}
.news-detail-body h2{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.93rem 0;
}
.news-detail-body h3{
    font-size: 1.12rem;
    font-weight: 500;
    padding: 1rem 0;
}
.news-detail-body img{
    width:100%;
    display: flex;
    margin: 1.25rem 0;
    border-radius: 0.31rem;
}
.news-detail-body p{
	margin: 0.62rem 0;
    font-size: 1rem;
    line-height: 2rem;
}
.news-detail-body strong{
	font-weight: 500;
    padding: 0.5rem 0;
    display: flex;
}
.news-detail-body video{
	width: 100%;
	height: calc(var(--module-width) * 0.5625);
}
.news-detail-body .swiper-container{
	width: 100%;
	height: calc(var(--module-width) * 0.5625);
}
.news-detail-body .tips{
    font-size: 0.8rem;
    color: #777777;
    text-align: center;
    margin-top: -1rem;
}

.next-page{
	width: 100%;
	padding: 2rem 0;
	color: #303030;
	cursor: pointer;
	display: flex;
}
.news-orther{
	position: -webkit-sticky;
	position:sticky;
	top: 30px;
	right: 0;
	width: 28%;
	/* display: flex;
	flex-direction: column; */
}
.news-orther .orther-title{
	font-size: 1.12rem;
	font-weight: 500;
}
.news-orther .news-type-img{
	width: 100%;
	position: relative;
	margin-top: 1.25rem;
	display: flex;
	height: 12rem;
	overflow: hidden;
}
.news-orther .news-type-img img{
	width: 100%;
	height: 100%;
	display: flex;
	object-fit: cover;
	transition: all 1s;
}
.news-orther .news-type-img:hover img{
	transform: scale(1.1);
}
.news-orther .news-type-img .img-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	background:linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 70%);
}
.news-orther .news-type-img .img-cover p{
	padding: 1.25rem;
	color: #ffffff;
	line-height: 1.5rem;
}
.news-orther .news-type-text{
	width: 100%;
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
	border-bottom: 1px solid #F7F7F7;
	color: #303030;
}
.news-orther .news-type-text p{
	font-weight: 600;
	line-height: 1.5rem;
}
.news-orther .news-type-text span{
	color: #999999;
	margin-top: 0.5rem;
}
.bottom{
	width: 100%;
	height: 4rem;
}
.c30 a {
    color: #303030!important;
}
.news-detail-body h1 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.93rem 0;
}
.video-list-module{ position: relative;}
.video-list-module .arr-left, .video-list-module .arr-right{ width: 4.918%; padding-bottom: 8.525%; position: absolute; top: calc(var(--module-width) * 0.25 + 1.25rem); transform: translateY(-50%); cursor: pointer; }
.video-list-module .arr-left{ left: -10%; }
.video-list-module .arr-right{ right: -10%; }
.video-list-module .arr-left img, .video-list-module .arr-right img{position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; }
/* --------------------- 新闻详情 end --------------------- */


/* --------------------- 移动端 --------------------- */
@media screen and (min-width:1600px){
	.news-top-module .content-title-module img{
		height: 4rem;
	}
}
@media (max-width: 1600px) {
	.news-top-module .content-title-module img{
		height: 4rem;
	}
}
@media (max-width: 768px) {
	#swiper-banner{
		min-height: 30vh;
	}
	#swiper-banner .banner-img{
		min-height: 30vh;
	}
	.banner-title-module .banner-title-center{
		justify-content:flex-end;
	}
	.banner-title-module .banner-title{
		padding-bottom: 2rem;
	}
	.content-title-module img{
		height: 2.5rem;
	}
	.nav-path-module{
		width: var(--module-width);
		display: flex;
		flex-direction: column;
		margin-top: 0.93rem;
	}
	.banner-title-module .banner-down{
		position: absolute;
		left: 0;
		bottom: 1.25rem;
		width: 1.62rem;
		height: 1.62rem;
	}
	.nav-path-module .nav-path{
		font-size: 0.87rem;
		display: none;
		justify-content: flex-start;
		align-items: center;
	}
	.nav-path-module .nav-page-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.nav-path-module .nav-page-list .nav-page-item{
		margin: 0px 1rem;
		font-size: 0.87rem;
		display: flex;
	}

	.news-data{
		position: unset;
	}
	.news-detail-module{
		width: var(--module-width);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		position: relative;
		margin-top: 1.5rem;
	}
	.news-detail-body{
	    width: 100%;
	}
	.news-orther{
		position: unset;
		position:unset;
		top: 0;
		right: 0;
		width: 100%;
		margin-top: 1.5rem;
	}

	.news-top-module .content-title-module img{
		height: 2rem;
	}
	.video-list-module{
		width: 100%;
	}
	.video-list-module .item-video{
		width: 100%;
		height: calc(100vw * 0.5);
	}
	.video-orther-list .orther-list .list-item{
		width: 100%;
	}
	.video-orther-list .orther-list .list-item:nth-child(3n-1){
		width: 100%;
		margin: 0 0 1.5rem 0;
	}

	.video-detail-module{
		width: 100%;
		margin-top: 0rem;
	}
	.video-detail-module .video{
		width: 100%;
		height: calc(100vw * 0.5);
	}
	.video-detail-module .video-cover{
		width: 100%;
		height: calc(100vw * 0.5);
	}
}
