
/*新闻列表*/

.news_wrap{
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f6;
	padding-bottom: 100px;
}

.news_title{
	background: #f5f5f5;
	padding: 30px 0;
}

.news_title li{
	color: #666;
	font-size: 14px;
	margin-right: 6px;
}

.news_left{
	/*width: 240px;
  	  margin-left: 20px;*/

	overflow: hidden;
}

.news_leftImg1{
	display: block;
	width: 100%;
}

.newsList{
	width: 100%;
	background-color: #fff;
}

.newsList li{
	padding: 0 0px; width:100%; overflow:hidden; height:40px;
	line-height: 40px;
	border-bottom: 1px solid #ededed;
}

.newsList li a{
	color: #666 !important;
	font-size: 14px; display:block; width:100%; height:40px;
}
.newsList li i{ display:block; width:30px; height:40px; overflow:hidden; vertical-align:top;  float:left;position: relative;}
.newsList li i::after {

  content: '';
  position: absolute;
  
  width: 8px;
  height: 8px;
  background-color: #666;
  transform: rotate(30deg);

  /* 2. 居中并旋转 */
  top: 50%;
  left: 50%;
  /* 关键：先通过 translate(-50%, -50%) 抵消自身宽高实现居中，再进行旋转 */
  transform: translate(-50%, -50%) rotate(30deg);
  
  /* 3. 修正旋转中心（可选，确保绕三角形几何中心转） */
  transform-origin: center center;
}
.newsList li span{ display:block; float:left; width:210px; }
.newsList li.news-on span{ color:#9dc92a;}
.newsList li.news-on i{}
.newsList li.news-on i::after {
  background-color: #9dc92a;
}
.newsList li:hover span{ color:#9dc92a;}
.newsList li:hover i{}
.newsList li:hover i::after {
  background-color: #9dc92a;
}
.newsList li img{
	display: inline-block;
	width: 5%;
	margin-right: 10px;
}

.news_right{
	width: 940px;
    background-color: #fff;
    border-radius: 3px;
    padding-bottom: 50px;
}

.lists{
	padding: 30px;
	overflow: hidden;
	/*border-top: 2px solid #dd0000;*/
}

.lists li{
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
	margin-top: 30px;
}

.lists li:first-child{
	margin-top: 0;
}

.list_detail{
	width: 100%;
	display: flex;
}

.list_img{
	width: 200px; height:115px;
}

.list_img img{
	display: block;
	width: 200px; height:115px;
}

.list_con{
	flex: 1; width:650px; height:auto; overflow:hidden;
	margin-left: 50px;
}

.list_con_top h3{
	line-height: 22px; height:22px; overflow:hidden;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.list_con_top h3:hover{
	color: #9dc92a;
}

.list_con_top p{
    margin-top: 20px;
    height: 44px;
    line-height: 22px;
    font-size: 13px; overflow:hidden;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    margin-bottom: 0;
}

.list_con_btm{ width:100%; height:auto; overflow:hidden;}
.list_con_btm span{
    font-size: 14px;
    color: #999;
}

.list_con_btm b{
    font-size: 14px;
    color: #9dc92a;
    font-weight: normal;
    float: right;
}

#paging{
	width: 100%;
    overflow: hidden;
    text-align: center;
}

/*/新闻详情最新页面*/

.lists1
{
	overflow: hidden;
	border-top: 2px solid #dd0000;
	width: 790px;
}
.list_detail1{
	width: 100%;
	display: flex;
}

.list_img1{
	width: 200px; height:115px;
}

.list_img1 img{
	display: block;
	width: 200px; height:115px;
}
.list_con1{

	width:650px;
	height:auto;

	margin-left: 20px;
}

.list_con_top1 h3{
	line-height: 22px; height:22px; overflow:hidden;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.list_con_top1 h3:hover{
	color: #9dc92a;
}

.list_con_top1 p{
    margin-top: 20px;
    height: 44px;
    line-height: 22px;
    font-size: 13px; overflow:hidden;
    color: #666;
    word-break: break-all;
    display: -webkit-box;
}
.list_con_btm1{ width:100%; height:auto; overflow:hidden;}
.list_con_btm1 span{
    font-size: 14px;
    color: #999;
}

.list_con_btm1 b{
    font-size: 14px;
    color: #9dc92a;
    font-weight: normal;
    float: right;
}
.lists1 li{
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
	margin-top: 30px;
}
.mt15{margin-top:15px}
.paginator {
  text-align: center;
}
.paginator .link-active {
  color:#9dc92a;
}
