/* ------------------------------------------筛选-------------------------------------- */
.filter {
	width: 82.5rem;
	/* width: 1320px; */
	height: 4.125rem;
	/* height: 66px; */
	margin: 2.5rem auto 0;
	/* margin: 40px auto 0; */
	border: 0.0625rem solid #0780c3;
}

.filter-1 {
	width: 12.25rem;
	/* width: 196px; */
	height: 100%;
	line-height: 4.125rem;
	text-align: center;
	border-right: 0.0625rem solid #0780c3;
	color: #0780c3;
	background-color: #f5f6fa;
	font-family: 'SourceHanSansCN-Regular';
	font-size: 1.125rem;
	float: left;
}

.filter-form {
	display: inline-block;
	width: 64rem;
	height: 3.925rem;
	float: left;
	padding: 0 2.75rem;
	/* padding: 0 44px; */
	

}

.filter-select {
	width: 100%;
	height: 100%;
	color: #a3a3a3;
	font-size: 1.125rem;
	line-height: 4.125rem;
	font-family: 'SourceHanSansCN-Regular';
	border: none;
	cursor: pointer;
}

.filter-select:focus {
	border: none;
	outline: none;
}

/* ------------------------------------------新闻-------------------------------------- */
.news {
	width: 100rem;
	margin: 4.25rem auto 0;
	padding-bottom: 4.875rem;
	/* margin: 68px auto 0; */
}

.news-list {
	width: 100%;
}

.news-list-1,
.news-list-2 {
	width: 48.75rem;
	/* width: 780px */
	height: 10rem;
	/* height: 160px; */
	box-shadow: 0px 0px 2px #e8e8e8;
	margin-bottom: 1.625rem;
	/* margin-bottom: 26px; */
	cursor: pointer;
}

.news-list-1 {
	display: inline-block;
}

.news-list-2 {
	float: right;
}
.news-list-1:hover .news-time {
	background-color: #0781c5;
	color: #ffffff;
}

/* .news-list-1:hover{
	box-shadow: 0px 0px 2px #4d8abf;
} */
.news-list-2:hover .news-time {
	background-color: #0781c5;
	color: #ffffff;
}

/* .news-list-2:hover{
	box-shadow: 0px 0px 2px #4d8abf;
} */
.news-list-1:hover .news-title {
	color: #0781c5;
}

.news-list-2:hover .news-title {
	color: #0781c5;
}



.news-time {
	width: 10rem;
	height: 10rem;
	background-color: #f7f8fc;
	color: #9ca8ad;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	float: left;
	cursor: pointer;
	transition: background-color 0.5s;
}


.news-time-1 {
	width: 100%;
	font-family: 'SourceHanSansCN-Bold';
	font-size: 2.5rem;
	display: block;
}

.news-time-2 {
	width: 100%;
	font-family: 'SourceHanSansCN-Regular';
	font-size: 1.125rem;
	display: block;
	
}

.news-content {
	width: 38.75rem;
	height: 100%;
	/* width: 620px; */
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

}

.news-title {
	font-family: 'SourceHanSansCN-Medium';
	font-size: 1.25rem;
	color: #333333;
	width: 34.875rem;
	/* width: 558px; */
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
	word-break: break-word;
	-webkit-line-clamp: 2;

}

.news-content-div {
	font-family: 'SourceHanSansCN-Regular';
	font-size: 1.125rem;
	color: #a3a3a3;
	width: 34.875rem;
	/* width: 558px; */
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
	word-break: break-word;
	-webkit-line-clamp: 1;
	margin-top: 0.625rem;
}

/* 分页 */
.paging{
	width: 100%;
	margin-top: 2.0625rem;
	/* margin-top: 33px; */
}
.paging-ul{
	width: auto;
	margin: 0 auto;
	padding: 0;
	height: 3.75rem;
	/* height: 60px; */
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
}
.paging-li{
	list-style: none;
	text-decoration: none;
	display: inline-block;
	width: 3.375rem;
	/* width: 54pxp; */
	height: 100%;
	background-color: #ffffff;
	border: 0.0625rem solid #dddddd;
	border-radius: 0.25rem;
	text-align: center;
	line-height: 3.75rem;
	font-family: 'SourceHanSansCN-Medium';
	font-size: 1.25rem;
	color: #333333;
	float: left;
	margin: 0 0.5rem;
	cursor: pointer;
}
.paging-li-1{
	background-color: #0781c5 !important;
	color: #ffffff !important;
}
.paging-img{
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}

.paging-li:hover {
	font-size: 1.375rem;
}

.paging-li:hover .paging-img {
	transform: scale(1.1);
}