.newsPanel {
	width: 100%;
	background-color: #F7F9F8;
}

.news_banner {
	width: 100%;
	height: 2.7rem;
}

.news_banner>img {
	width: 100%;
	height: 100%;
}

.news_content {
	display: block;
	width: 16rem;
	min-height: 0.76rem;
	position: relative;
	bottom: 0.76rem;
	margin: 0 auto;
}

.news_content>a {
	display: block;
	margin-bottom: 0.47rem;
}

.new_item {
	width: 100%;
	height: 3.33rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.08rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0);
}

.new_item:hover {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.new_img {
	width: 2.86rem;
	height: 2rem;
	margin-left: 0.9rem;
	position: relative;
	overflow: hidden;
}

.new_top {
	width: 0.9rem;
	height: 0.45rem;
	background: rgba(255, 0, 0, 1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
	font-size: 0.24rem;
	font-family: Helvetica;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 0.45rem
}

.new_img>img {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.6s;
}

.new_item:hover .new_img>img {
	transform: scale(1.05, 1.05);
}

.new_info {
	width: 9rem;
	height: 2rem;
	margin: 0 auto;
}

.new_info>h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0.12rem 0 0.27rem;
	padding: 0;
	height: 0.3rem;
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(30, 30, 30, 1);
	line-height: 0.3rem;
}

.new_item:hover h3 {
	color: rgba(2, 180, 181, 1);
}

.new_label {
	display: flex;
}

.new_label a {
	display: block;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(163, 163, 163, 1);
	line-height: 0.16rem;
	margin-right: 0.2rem;
}

.new_label a:hover {
	color: rgba(2, 180, 181, 1);
}

.new_info>p {
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(120, 120, 120, 1);
	line-height: 0.3rem;
}

.new_date {
	width: 1.9rem;
	height: 1.63rem;
	border-left: 1px solid rgba(220, 220, 220, 1);
	text-align: center;
	padding-right: 0.2rem;
}

.new_date_D {
	font-size: 0.48rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(49, 49, 49, 1);
	height: 0.48rem;
	line-height: 0.48rem;
	margin: 0.32rem 0 0.15rem 0;
}

.new_date_YM {
	font-size: 0.2rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(140, 140, 140, 1);
	height: 0.2rem;
	line-height: 0.2rem;
}


.paging {
	margin-top: 0.48rem;
	width: 100%;
	height: 0.33rem;
}

.pagination {
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	justify-content: center;
}

.pagination>li {
	height: 0.33rem;
	border-radius: 0.05rem;
	margin: 0 0.05rem;
}

.pagination>li>a {
	display: block;
	min-width: 0.34rem;
	height: 100%;

	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0.33rem;
	color: rgba(0, 0, 0, 0.8);
}

.pagination>li>a:hover {
	color: rgba(58, 184, 187, 1);
}

.pagination>li>span {
	display: block;
	min-width: 0.34rem;
	height: 100%;

	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0.33rem;
	color: rgba(0, 0, 0, 0.8);
}

.first,
.prev,
.next,
.last {
	background-color: rgba(238, 238, 238, 1);
	border: 0.01rem solid rgba(200, 200, 200, 1);
}

.first,
.last {
	padding: 0 0.1rem;
}

.disabled>span {
	color: rgba(0, 0, 0, 0.5) !important;
}

.active {
	background-color: rgba(58, 184, 187, 1);
}

.active>a {
	color: rgba(255, 255, 255, 1) !important;
}
