.news{
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	padding: 1.688rem 0 3.813rem 0;
}
.news .container{
	height: auto;
}
.news .container ul{
	margin-bottom: 3rem;
}
.news .container ul li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #fff;
}
.news .container ul li:not(:first-child){
	margin-top: 1.688rem;
}
/*
.news-date{
	width: 11.188rem;
	height: 11.188rem;
	background-color: #eaeaea;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.news-date p:nth-child(1){
	font-size: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	color: #666666;
	font-weight: 500;
}
.news-date p:nth-child(2){
	font-size: 1rem;
	height: 1rem;
	line-height: 1rem;
	color: #999999;
}
*/
.news-item{
	width: calc(100% - 22.376rem);
	height: 11.188rem;
	background-color: #ffffff;
	padding: 0 3.75rem 0 3.188rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.news-item p:nth-child(1){
	font-size: 1rem;
	line-height: 2.419rem;
	letter-spacing: 0.038rem;
	color: #333333;
}
.news-item p:nth-child(2){
	font-size: 0.875rem;
	line-height: 1.356rem;
	letter-spacing: 0.038rem;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-pic{
	width: 30%;
	height: 210px;
	position: relative;
	overflow: hidden
}
.news-pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.news-detail{
	width: 11.188rem;
/*	height: 11.188rem;*/
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-left: 0.063rem solid #eaeaea;
}
.news-detail span.iconfont{
	font-size: 2.6rem;
	color: #fe4901;
}
.news .container ul li:hover .news-date p:nth-child(1),.news .container ul li:hover .news-item p:nth-child(1){
	transition: all 1s;
	color: #fe4901;
}
/*
.news .container ul li:hover .news-detail{
	transition: all 1s;
	background-color: #fe4901;
}
.news .container ul li:hover .news-detail span.iconfont{
	color: #ffffff;
}
*/
.video-list{
	overflow: hidden
}
.video-list .v-item{
	width: 25%;
	float: left
}
.video-list .v-item a{
	padding: 0 10px;
}
.video-list .news-pic{
	position: relative;
	width: 100%;
	height: 220px;
}
.video-list .news-pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-list .news-pic:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.22)
}
.video-list .news-pic i{
	color: #fff;
	font-size: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.video-list .news-title{
	text-align: center;
	font-size: 14px;
	line-height: 2
}
/*
.video{
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	padding: 1.875rem 0 2rem 0;
}
.video .container{
	height: auto;
	display: flex;
	justify-content: space-between;
}
.video-left{
	width: 70.5%;
	height: 40.063rem;
	background-color: #ffffff;
	padding: 2rem 3.5rem;
}
.video-title{
	margin-bottom: 1.75rem;
}
.video-title i{
	color: #fe4901;
	font-size: 1.2rem;
}
.video-title span{
	font-size: 1rem;
	letter-spacing: 0.038rem;
	color: #333333;
	margin-left: 0.625rem;
}
.video-right{
	width: 28.5%;
	height: 40.063rem;
	background-color: #ffffff;
	padding: 2rem 1.938rem 2rem 1.25rem;
	overflow: hidden;
	overflow-y: auto;
}
*/
.booth-box{
	width: 100%;
	height: 31.125rem;
}
.booth{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.booth:hover img{
	animation: none;
}
.booth img,.booth span,.booth video{
	position: absolute;
}
.booth img{
	z-index: 2;
}
.booth span{
	width: 5.5rem;
	height: 5.5rem;
	display: inline-block;
	text-align: center;
	font-size: 5.5rem;
	line-height: 5rem;
	cursor: pointer;
	z-index: 3;
	transition: all 0.5s;
	border: 0.125rem solid #ffffff;
	border-radius: 50%;
}
.booth i{
	display: inline-block;
	color: #fe4901;
	text-align: center;
	z-index: 4;
	font-size: 4rem;
	line-height: 4rem;
	cursor: pointer;
}
.booth:hover span{
	transform: scale(1.5);
	opacity: 0;
}
.booth video{
	width: 100%;
	height: 100%;
	object-fit:cover;
	z-index: 1;
}
.video-list{
	margin-bottom: 2.125rem;
}
.booth_txt{
	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.919rem;
	letter-spacing: 0.069rem;
	color: #333333;
}
.video-list .booth{
	width: 21.75rem;
	height: 12.438rem;
}
@media (min-width:100px) and (max-width:1023px) {
	.news .container ul li a{
		flex-direction: column;
	}
	.news-detail{
		display: none;
	}
	.news-date{
		width: 100%;
		height: auto;
		flex-direction: initial;
		padding: 0.5rem;
		order: 2;
	}
	.news .container ul li .news-date{
/*
		color: #ffffff;
		background-color: #FE4901;
*/
		transition: all 0.5s;
	}
	.news .container ul li .news-item p:nth-child(1){
		color: #FE4901;
	}
	.news .container ul li .news-date p:nth-child(1),.news .container ul li .news-date p:nth-child(2){
		transition: all 0.5s;
		color: #ffffff;
	}
	.news-item{
		width: 100%;
		height: auto;
		padding: 1rem;
	}
	.news-pic{
		width: 100%;
	}
	.news-date p:nth-child(1){
		font-size: 1rem;
		height: 1rem;
		line-height: 1rem;
		color: #999999;
		font-weight: 400;
		order: 2;
	}
	.news-date p:nth-child(1)::before{
		content: "/";
	}
	.news-item p:nth-child(1){
		line-height: 1.2rem;
	}
	.news-item p:nth-child(2){
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	.news .container ul li:not(:first-child){
		margin-top: 1rem;
	}
	.video-list .v-item{
		width: 50%;
	}
	.video-list .news-pic{
		height: 112px;
	}
	.video .container{
		flex-direction: column;
	}
	.video-left{
		width: 100%;
		padding: 1rem;
		height: auto;
	}
	.video-title{
		margin-bottom: 0.5rem;
	}
	.booth-box{
		height: 11.125rem;
	}
	.video-list .booth{
		width: 100%;
	}
	.video-right{
		width: 100%;
		padding: 1rem;
		margin-top: 1rem;
		padding-right: 0.5rem;
	}
	.video-list{
		margin-bottom: 0.5rem;
	}
}