﻿/*新闻栏目列表*/
#news{padding:.3rem .24rem .6rem;}
#news .list ul li{background:#fff;padding:.3rem 0;height:2.05rem;border-bottom:1px dotted #ddd;}
#news .list ul li .img{float:left;width:38%;height:1.45rem;overflow:hidden;}
#news .list ul li .img img{width:100%;height:100%;object-fit:cover;}
#news .list ul li .info{float:right;width:58%;}
#news .list ul li .info .t{font-size:.26rem;line-height:.36rem;padding-bottom:.1rem;}
#news .list ul li .info p{color:#999;}

#news .newshow{padding:.3rem 0 0;}
#news .newshow h1{text-align:center;font-weight:bold;font-size:.36rem;padding:.1rem .2rem .3rem;line-height:.44rem;}
#news .newshow .info{display:block;text-align:center;color:#999;border-bottom:#eee 1px solid;padding-bottom:.1rem;font-size:.2rem;}
#news .newshow .content{padding:.2rem 0;line-height:.44rem;font-size:.26rem;}
#news .newshow .content p{margin-bottom:.1rem;}
#news .newshow .content img{max-width:100%;}
#news .newshow .updown{display:block;border-top:#eee 1px solid;padding-top:.2rem;line-height:.4rem;}
#news .newshow .updown p{height:.4rem;overflow:hidden;font-size:.24rem;}
#news .newshow .updown p a{font-size:.24rem;}

/*分页*/
#fenye{padding:.5rem 0 .2rem;text-align:center;clear:both;}
#fenye table{text-align:center;margin:0 auto;width:100%;}
#fenye table td{table-layout:fixed;word-wrap:break-word;word-break;break-all;}
#fenye a{margin:3px;color:#5a5a5a;text-decoration:none;background:#e7e7e7;padding:.1rem .15rem;border-radius:.03rem;font-size:.22rem;}
#fenye .prev,#fenye .next{width:.52rem;text-align:center;}
#fenye a.curr{font-weight:bold;color:#fff;background:#f60;}
#fenye a.curr:visited{color:#fff;}
#fenye a:hover{color:#fff;background:#f60;}
#fenye span{line-height:3rem;font-size:1.2rem;}
#fenye a.num{display:none;}
/*分页样式*/
.pglist {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
.pglist ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 13px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pglist ul li:hover {
	background: #669934;
	color: #fff;
	border: 1px solid #669934
}
.pglist ul li:hover a {
	color: #fff;
}
.pglist ul li.thisclass {
	display: inline-block;
	border: 1px solid #669934;
	padding: 5px 13px;
	margin: 0 1px;
	background: #669934;
	color: #fff;
}
.pglist ul li.thisclass a {
	color: #fff;
}
.pglist ul li a {
	display: block;
	color: #999;
	font:.24rem/1.6 'PingFangSC-Light', 'microsoft yahei', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
}
.pglist ul li a:hover {
	color: #fff;
}