@charset "UTF-8";


/*这里是公共页面样式*/

*{margin: 0px; padding: 0px;
text-decoration: none;
font-size: 14px;
list-style-type: none;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



.sm-list-main{ width:1400px; margin:20px auto; overflow:hidden; }
.sm-list-left{
	/* padding:5px 20px 10px 20px;
	background: #fff; */
	

 float: left;width: 1170px; 
 
}

.yzm-title{border-bottom: #e4e3e3 1px solid;margin-bottom: 10px}
.yzm-title h2{font-size: 16px;line-height: 40px;font-weight: normal;border-bottom: 3px solid #2196f3;display: inline-block;padding-right:2px;color: #2196f3}
.yzm-title-right{float: right; font-size:15px;}
.yzm-title-right a{line-height: 40px; color:#014FA1;font-size:15px; }

.sm-ul{  width:1200px; overflow:hidden; margin-top:20px;}
.yzm-news{
	
	 width:23%;
      height:300px;

	 float:left;

	 border:1px solid #014FA1;
	 
	 border-radius:3px;
	 margin-right:20px;
	overflow: hidden;
	margin-bottom:20px;
	background:#fff;
	}



.yzm-news .yzm-news-img{width: 100%; height: 190px;  overflow: hidden; display:block;  }
.yzm-news .yzm-news-img img{width: 100%; height: 190px; transition: .5s;}
.yzm-news .yzm-news-img img:hover{transform: scale(1.1);}
.yzm-news-right{    width:98%; height:90px; padding:10px; }
.yzm-news-right .tit{height:50px;}
.yzm-news-right .tit a{font-size: 16px;  color: #000; line-height:150%;  color:#014FA1;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 

  }
.yzm-news-right p{font-size: 14px; color: #666; margin-top: 10px; margin-bottom: 10px; line-height:150%;}
.yzm-news-tags span{ margin-top:20px; }
    .yzm-news-tags .time{display: inline-block;line-height: 22px;color: #999;font-size: 14px;}
    .yzm-news-tags .keyw{display: inline-block;line-height: 22px;color: #999;font-size: 14px;margin-left: 18px;padding-left: 20px;background:url(http://www.36now.cn/common/static/36now/images/icon_dry_deyw.png) no-repeat left center;}
    .yzm-news-tags .good{float: right; padding-right:10px;   line-height: 22px;color: #999;font-size: 14px;padding-left: 24px;background:url(http://www.36now.cn/common/static/36now/images/icon_dry_good.png) no-repeat left center;}
	
	
	.news-list-right{ float:right; width: 200px; }
	

	

.news-list-right-nav ul li{margin: 10px 0;  background:#fff;}
.news-list-right-nav ul li a{display: block; border: 1px solid #ddd; text-align: center; padding: 10px 0; border-radius: 5px; font-size: 16px; color:#014FA1; }
.news-list-right-nav ul li a:hover{ background: #1487f4; color: #fff;}


	
/* 前端分页 */
#page{margin:30px 0;font-size:13px;height:30px;line-height:30px;text-align:center}
#page .pageinfo {color:#666;padding:6px 8px;border:1px solid #ddd}
#page .pageinfo strong{font-weight:normal}
#page  a{border:1px solid #ddd;background:#fff;color:#808080;padding:6px 11px;margin-left:5px;border-radius:2px;transition:all 0.2s}
#page  a:hover,#page .curpage{background:#2196f3;color:#fff;text-decoration:none;border:1px solid #2196f3;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #ddd;}





