/*链接跳转*/
.link_ul{
	display: flex;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 30px;
}
.link_ul>li{
	height: 66px;
	padding-left: 1rem;
	border-bottom: 2px solid regb(0,0,0,0);
	margin-right: 55px;
	color: #666;
	position: relative;
	top: 1px;
}
.link_ul>li a{
	font-size: 1.125rem;
	color: inherit;
	line-height: 66px;
}
.link_li_style{
	color: #4895f3 !important;
	border-bottom: 2px solid #4895f3;
}

.xw_li{
	padding: 1.875rem 0;
	border-bottom: 1px solid #ccc;
}
.xw_list{
	display: flex;
	justify-content: space-between;
	margin: 0 .3125rem;
}
.xw_img{
	width: 18.875rem;
	overflow: hidden;
	object-fit: cover;
}
.xw_img img{
	height: 13rem;
}
.xw_text{
	width: 19.75rem;
}
.xw_up{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: .875rem;
}
.xw_title{
	font-size: 1.5rem;
	color: #111;
	font-weight: bold;
}
.xw_date{
	font-size: .875rem;
	color: #111;
}
.xw_p{
	font-size: 1rem;
	color: #111;
	line-height: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.cp_page{
	display: flex;
	justify-content: center;
	margin: 1.875rem 0;
}
.cp_page li{
	width: 2.6875rem;
	height: 2.6875rem;
	line-height: 2.6875rem;
	text-align: center;
	border: 1px solid #4895f3;
	margin: 0 1rem;
	font-size: 1rem;
	color: #4895f3;
}
.cp_page li a{
	color: inherit;
}
.cp_page li:nth-child(1){
	width: 7.375rem;
}
.cp_page li:last-child{
	width: 7.375rem;
}