.newsban{
	padding: 40px 0;
	background: url(../img/news_bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.newsban > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.n_l{
	width: 40%;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
.n_l p{
	margin-bottom: 20px;
	color:#102035;
	font-size: 14px;
}
.n_l button{
	color: var(--pur-color);
	border:1px solid var(--pur-color);
	padding:10px 30px;
	background-color: #fff;
	border-radius: 3px;
	transition: all .5s;
}
.n_l button:hover{
	background-color: var(--pur-color);
	color:#fff;
}
.n_r > p{
	color:#fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
}
.n_r_desc{
	margin-top: 60px;
	position: relative;
}
.n_r_desc a{
	color:#fff;font-size: 20px;
	position: absolute;
	left: 100px;
	transition: all .5s;
}
.n_r_desc a:hover{
	color:var(--pur-color)
}
.news_list .newsbox > div > p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news_list .newsbox img:nth-child(2){
	width: 100%;
}
.news_list .newsbox img:last-child{
	cursor: pointer;
}
.news_list .newsbox a:last-child{
	border:none;
}
.news_list .newsbox a span:nth-child(2){
	font-size: 13px;
}
.newsitem{
	padding: 40px 0;
}
.newsitem .time{
	height: 100px;
	width: 100px;
	background-color: #198EDE;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.newsitem .newsmainlist li{
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px dashed #dbd4cd;
}
.ndesc{
	flex:1;
	padding-left: 40px;
}
.ndesc p{
	font-size: 14px;
	line-height: 1.5;
}
.ndesc h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	display: table;
	transition: all .5s;
}
.ndesc h4:hover{
	color:var(--pur-color);
}
.newsitem .time p{
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.newsitem .time p:nth-child(1){
	font-size: 20px;
	font-weight: bold;
}
.pag{
	text-align: center;
	margin-top: 30px;
}
.pag li{
	height: 30px;
	width: 30px;
	border:1px solid #d4d4d4;
	display: inline-block;
	border-radius: 2px;
	overflow: hidden;
}
.pag a{
	height: 100%;
	width: 100%;
	display: block;
	line-height: 28px;
}
.pag li:hover{
	background-color: #FF9900;
	color:#fff;
	border-color: #FF9900!important;
}
.pag_active{
	background-color: #FF9900;
	color:#fff;
	border-color: #FF9900!important;
}