.bgf{background-color: #f6f6f6;}
.list{width: 6.9rem; height: 3.9rem; overflow: hidden; background-image: url(/images/zngs2.jpg); background-size: 100% 100%; }
.list_pic{width: 3.04rem; height: 2.74rem; margin-top: 0.45rem; margin-right: 0.3rem; border-radius: 0.1rem; border: 6px; border-style: solid; border-color: rgba(252,223,86,0.22);}
.list_title{width: 3.1rem; height: 2.74rem; }
.zngs{
	margin-top: 0.3rem;
	margin-left: 0.3rem;
	height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	font-size: 0.34rem;
	color: #fbb016;
	font-weight: bold;
	line-height: 0.6rem;
}
.zngs_date {position: relative; height: 2rem; margin-left: 0.4rem; padding-top: 0.4rem;}
.update{color: white;font-weight: bold; width: 1.4rem;}
.update h3{font-size: 0.4rem; }
.update div{font-size: 0.26rem;}
.clink{width: 0.9rem; position: absolute; right: -0.1rem; bottom: -0.02rem; font-size: 0.26rem; color: #592f15;text-align: right;}
.zngs_banner a{display: block;}


/*******列表分页*****/

.pagelist {
  display: flex;
  width: 100%;
}
.pagelist ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagelist ul li {
	margin: 0.3rem 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
  height: 0.86rem;
  background: #0da3b2;
  border-radius: 0.1rem;
  color: white;
  width: 2.01rem;
  font-size: 0.34rem;
}
.pagelist ul li a {
  color: white;
  width: 100%;
  height: 0.86rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagelist ul li.thisclass {
  color: #FFFFFF;
  background-color: #0061c0;
}
/*****************/