.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: 1420px;
	box-sizing: border-box;
	padding: 0 10px;
	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: 300;
}
.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;
}
.poster1 .Content span{
	font-size: 52px;
	color: #FCFF00;
	margin: 0 10px;
}

.ThrNav, .NewContent, .NewList {
	background-color: #f6f7f9;
}

.ThrNavDiv, .NewContentDiv, .NewListDiv {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1420px;
	box-sizing: border-box;
	padding: 0 10px;
}

.ThrNav {
}
.ThrNavDiv {
	padding: 30px 10px;
	font-size: 0.8rem;
}
.ThrNavDiv ul {
	text-align: left;
	color: #666;
}
.ThrNavDiv ul li {
	display: inline-block;
	padding: 0 0.3rem;
	vertical-align: middle;
	font-size: 18px;
}
.ThrNavDiv ul li a {
	color: #666;
}
.ThrNavDiv ul li:first-of-type {
	padding-left: 0;
	color: #0c48ff;
}
.ThrNavDiv ul li:last-of-type {
	color: #333;
}

.NewContent {
	padding-bottom: 3rem;
}
.NewContentDiv {
	background-color: #fff;
	padding: 3rem 2rem 2.5rem 2rem;
}
.NewContentDiv h1 {
	width: 100%;
	padding: 0 ;
	font-size: 38px;
	text-align: center;
}
.NewContentDiv > ul {
	display: flex;
	font-size: 0.8rem;
	color: #999;
	letter-spacing: 1px;
	padding: 2rem 0 1rem 0;
	border-bottom: 1px solid #f1f1f1;
	align-items: center;
}
.NewContentDiv > ul a {
	color: #999;
}
.NewContentDiv > ul > li i {
	font-style: normal;
	padding: 0 0.5rem;
}
.NewContentDiv > ul > li:first-of-type {
	flex: 1;
	font-size: 18px;
}
.NewContentDiv > ul > li:last-of-type {
	font-size: 18px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.NewContentBody {
	padding: 20px 0;
	max-width: 640px;
	margin:  0 auto;
}
.NewContentBody ul{
	list-style: disc outside none;
}
.NewContentBody ol{
	list-style: decimal outside none;
}
.NewContentDiv > dl {
	display: flex;
	border-top: 1px solid #f1f1f1;
	padding-top: 3rem;
}
.NewContentDiv > dl dt{
	flex: 1;
}
.NewContentDiv > dl dd{
	width: 15%;
}
.NewContentDiv > dl dt ul li {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.NewContentDiv > dl dt ul li a {
	color: #000;
}
.NewContentDiv > dl dt ul li a:hover {
	color: #0c48ff;
}
.NewContentDiv > dl dd a {
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 35px;
	border-radius: 17px;
}

.NewList {
	background-color: #fff;
}
.NewListDiv {
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.NewListDiv h3 {
	font-size: 34px;
	letter-spacing: 2px;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #f1f1f1;
}
.NewListDiv .content {
	padding-top: 1.5rem;
}
.NewListDiv .content li {
	padding: 0.7rem 0;
	font-weight: bold;
	font-size: 0.8rem;
}
.NewListDiv .content li a {
	color: #000;
	font-size: 20px;
}
.NewListDiv .content li a i{
	margin-right: 8px;
	font-size: 12px;
	color: #959595;
	vertical-align: middle;
}
.NewListDiv .content li a:hover {
	color: #0c48ff;
}

.NewListDiv .content li a:hover i{
	color: #0c48ff;
}

@media screen and (max-width:1300px){
	.poster1 h1{
		font-size: 58px;
	}
	.poster1 h1 strong{
		font-size: 18px;
	}
	
	.ThrNavDiv ul li{
		font-size: 16px;
	}
	.NewContentDiv h1{
		font-size: 34px;
	}
	.NewContentDiv > ul > li:first-of-type{
		font-size: 16px;
	}
	.NewContentDiv > ul > li:last-of-type{
		font-size: 16px;
	}
	.NewContentDiv > dl dt ul li{
		font-size: 16px;
	}
	
	.NewListDiv h3{
		font-size: 28px;
	}
	.NewListDiv .content li a{
		font-size: 16px;
	}
	.NewListDiv .content li a i{
		font-size: 8px;
		margin-top: -2px;
	}
}
@media screen and (max-width:1024px){
	.poster1 h1{
		font-size: 46px;
	}
	.poster1 h1 strong{
		font-size: 13px;
	}
	
	.ThrNavDiv ul li{
		font-size: 14px;
	}
	.NewContentDiv h1{
		font-size: 28px;
	}
	.NewContentDiv > ul > li:first-of-type{
		font-size: 14px;
	}
	.NewContentDiv > ul > li:last-of-type{
		font-size: 14px;
	}
	.NewContentDiv > dl dt ul li{
		font-size: 14px;
	}
	
	.NewListDiv h3{
		font-size: 24px;
	}
	.NewListDiv .content li a{
		font-size: 14px;
	}
	.NewListDiv .content li a i{
		font-size: 6px;
		margin-top: -2px;
	}
}
@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;
	}
	
	.ThrNavDiv{
		display: none;
	}
	.NewContentDiv > dl{
		display: block;
	}
	.NewContentDiv{
		padding:20px 10px;
	}
	
	.NewContentDiv h1{
		font-size: 24px;
	}
	.NewListDiv h3{
		font-size: 18px;
	}
	.NewListDiv{
		padding: 40px 10px;
	}
}
@media screen and (max-width:480px){
	
	.NewContentDiv h1{
		font-size: 18px;
	}
	.poster1 h1{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.poster1 h1 strong{
		font-size: 0.375rem;
	}
}