.hengxian {
	background-color: #ee8101;
	height: 2px;
	width: 3.2rem;
	margin-top: 1rem;
}
.poster, .ThrNav, .NewList {
	position: relative;
	width: 100%;
}

.poster ul li {
	line-height: 0;
}
.poster1 {
	width: 100%;
	max-width: 1440px;
	box-sizing: border-box;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	top: 0%;
	height: 100%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.poster img {
	width: 100%;
}
.poster1 h1 {
	color: #285BDC;
	font-size: 72px;
	line-height: 1.3;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}
.poster1 .al2h1{
	color: #FFFF18;
}
.poster1 h1 strong {
	font-size: 24px;
	display: block;
	color: #285BDC;
	font-weight: lighter;
}
.poster1 h1:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FCFF00;
	height: 2px;
	width: 60px;
}
.poster1 .Content {
	color: #285BDC;
	line-height: 2;
	margin-top: 30px;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.poster1 .Content span{
	font-size: 52px;
	color: #FCFF00;
	margin: 0 10px;
}

.ThrNav, .NewList {
	background-position: 50% 0%;
}

.ThrNavDiv, .NewListDiv {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
}

.ThrNav {
	height: 4.5rem;
	margin-top: -4.5rem;
}
.ThrNavDiv {
	height: 100%;
}
.ThrNavDiv ul {
	height: 100%;
	display: flex;
	border-radius: 20px 20px 0 0;
	background-color: #ffffffbf;
}
.ThrNavDiv ul li {
	flex: 0.5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.ThrNavDiv ul li a {
	color: #333;
	position: relative;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}
.ThrNavDiv ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	background-image: url('../_image/news_pic3.webp');
}
.ThrNavDiv ul li .focus:nth-child(2) a:before{
	background-image: url('../_image/news_pic33.webp');
}
.ThrNavDiv ul li:nth-child(1) a:before{
	background-image: url('../_image/news_pic22.webp');
}
.ThrNavDiv ul .focus:nth-child(1) a:before{
	background-image: url('../_image/news_pic2.webp');
}
.ThrNavDiv ul li:nth-child(2) a:before{
	background-image: url('../_image/news_pic3.webp');
}
.ThrNavDiv ul .focus:nth-child(2) a:before{
	background-image: url('../_image/news_pic33.webp');
}
.ThrNavDiv ul li span {
	margin-left: 0.5rem;
	font-size: 18px;
	font-family: none;
}
.ThrNavDiv ul .focus {
	border-bottom: 3px solid #285BDC;
}
.ThrNavDiv ul .focus a {
	color: #0c48ff;
}
.ThrNavDiv ul li:nth-of-type(2):after {
	content: "";
	width: 1px;
	height: 30%;
	background-color: #999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.NewList {
	
}
.NewListDiv {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.NewListDiv .content {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.NewListDiv .active{
	display: block;
}
.NewListDiv .content dl {
	margin-top: 2.5rem;
	background-color: #f5f5f5;
	position: relative;
	padding-left: 450px;
	overflow: hidden;
	transition: background .3s linear,box-shadow .3s linear;
}
.NewListDiv .content dl dt {
	width: 420px;
	position: absolute;
	left: 0;
	top: 0;
	aspect-ratio: 1.5/1;
}
.NewListDiv .content dl dt img {
	width: 100%;
	aspect-ratio: 1.5/1;
	object-fit: cover;
}
.NewListDiv .content dl dd{
	flex: 1;
	padding: 30px 0;
	height: 280px;
}
.NewListDiv .content dl dd a{
	width: 100%;
	height: 100%;
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.NewListDiv .content dl dd a>div{
	width: 100%;
}
.NewListDiv .content dl dd .date {
	font-size: 16px;
	color: #285BDC;
}
.NewListDiv .content dl dd h2 {
	font-size: 24px;
	font-weight: 500;
	color: #333;
	margin-top: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.NewListDiv .content dl dd .body {
	font-size: 18px;
	color: #646464;
	margin-top: 20px;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.NewListDiv .content dl dd button {
	padding: 0.6rem 1.1rem;
	line-height: 1;
	border: 1px solid #285BDC;
	border-radius: 2rem;
	font-size: 14px;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top: 30px;
	background-color: #285BDC;
	color: #fff;
	transition: color .3s linear,background .3s linear;
}
.NewListDiv .content dl dd button i {
	margin-left: 0.3rem;
}
.NewListDiv .content dl:hover {
	background-color: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.NewListDiv .content dl:hover button {
	color: #285BDC;
	background-color: #fff;
}

@media screen and (max-width:1300px){
	.poster1 h1{
		font-size: 58px;
	}
	.poster1 h1 strong{
		font-size: 18px;
	}
	
	.NewListDiv .content{
		width: calc(100% - 20px);
	}
	.NewListDiv .content dl dd a{
		padding: 0 20px;
	}
}
@media screen and (max-width:1024px){
	.poster1 h1{
		font-size: 46px;
		margin-bottom: 50px;
	}
	.poster1 h1 strong{
		font-size: 13px;
	}
	
	.ThrNav{
		height: 60px;
		margin-top: -60px;
	}
	.ThrNavDiv ul li a{
		font-size: 20px;
		padding-left: 30px;
	}
	.ThrNavDiv ul li span{
		font-size: 15px;
	}
	.ThrNavDiv ul li a:before{
		width: 20px;
		height: 20px;
	}
	
	.NewListDiv .content dl{
		padding-left: 340px;
	}
	.NewListDiv .content dl dt{
		width: 320px;
	}
	.NewListDiv .content dl dd{
		padding: 20px 0;
	}
	.NewListDiv .content dl dd .date{
		font-size: 14px;
	}
	.NewListDiv .content dl dd h2{
		font-size: 20px;
	}
	.NewListDiv .content dl dd .body{
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-top: 15px;
	}
	.NewListDiv .content dl dd button{
		padding: 7px 10px;
		font-size: 12px;
		margin-top: 15px;
	}
	.NewListDiv .content dl dd{
		height: 213px;
	}
}
@media screen and (max-width:768px){
	.poster1 h1{
		font-size: 28px;
		padding-bottom: 10px;
	}
	.poster1 h1 strong{
		font-size: 0.4375rem;
	}
	.poster1 h1:after{
		width: 30px;
	}
	
	.ThrNav{
		height: 50px;
		margin-top: -50px;
	}
	.ThrNavDiv ul li a{
		font-size: 16px;
	}
	.ThrNavDiv ul li span{
		font-size: 0.625rem;
	}
	
	.NewListDiv{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.NewListDiv .content dl{
		max-width: 500px;
		margin: 0 auto;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.NewListDiv .content dl dt{
		width: 100%;
	}
	.NewListDiv .content dl dt img{
		width: 100%;
	}
	.NewListDiv .content dl dt{
		position: static;
		transform: translateY(0);
	}
	
	.NewListDiv .content dl dd .body{
		height: auto;
	}
	
	.NewListDiv .content dl dd{
		height: auto;
	}
}
@media screen and (max-width:480px){

	.NewList .PagesDiv{
		padding-top: 0;
	}
	
	.poster1 h1{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.poster1 h1 strong{
		font-size: 12px;
	}
	
	.NewListDiv{
		padding-bottom: 0px;
	}
	
	.ThrNavDiv ul li a{
		font-size: 14px;
		padding-left: 20px;
	}
	.ThrNavDiv ul li span{
		font-size: 0.5rem;
	}
	.ThrNavDiv ul li a:before{
		width: 16px;
		height: 16px;
	}
	
	.NewListDiv .content dl dd h2{
		font-size: 18px;
	}
}