
/************
*此为页面公共样式
*包含新闻列表、新闻详情、分页样式
*产品列表
*************/

/****************************News****************************/
.xinwen ul.xw{ padding:5px 5px;}
.xinwen ul.xw li{position:relative; height:110px; border-bottom:1px dotted #ccc; padding:10px 0px;}
.xinwen ul.xw li .xw_t{font-size:20px;}
.xinwen ul.xw li .xw_c{color:#999;}
.xinwen ul.xw li .xw_b{color:#555; padding-top:3px;}
.xinwen ul.xw li:hover{}
.xinwen ul.xw li a:hover{text-decoration:underline;}

/****************************page****************************/
.fenye{height:26px; overflow:hidden; margin: 28px 20px; text-align:center; clear:both;}
.fenye span{ float:left; display:block; margin:0 5px 0 0;}
.fenye span.page-status{color: #165ba8; padding:0 10px; height:24px; text-align:center;border:1px solid #d1d1d1; border-radius:2px; line-height: 24px;}
.fenye span a{display:block; float:left; padding:0 10px; margin: 0 2px; height:24px; text-align:center; line-height:24px; border:1px solid #d1d1d1; border-radius:2px; color: #555;}
.fenye span a.page-num-current{color:#fff; background:#165ba8;border-radius:2px; text-decoration:none; border:none; height:26px; line-height:26px;}
.fenye span a:hover{ color:#fff;background:#165ba8; border-radius:2px; text-decoration:none; border:none; height:26px; line-height:26px; padding:0 10px; }
/****************************details****************************/
.news-body{padding:0px 5px 0; height:auto; overflow:hidden; line-height:2.2em;*line-height:2.3em;}
.news-body h1{ margin:10px 0 10px; font-size:24px; text-align:center; font-weight:normal;line-height:34px; overflow:hidden; color:#0065cf;}
.news-body h2{ text-align:center; height:30px; color:#777; border-bottom:1px #ddd dashed; font-weight:normal; font-size:16px; overflow:hidden; line-height:30px; font-family:"宋体";}
.news-body .newsdetail{font-size: 17px; padding:0 4px;}
.news-body .newsdetail p{font-size: 17px; }
.news-body .newsdetail span{font-size: 17px; }
.newsc{padding:10px 0;}
/*.news-body .newsdetail img{ width:255px; height:auto;}*/
/*.news-body .newsdetail img{ max-width:870px; height:auto;}*/
.news-body .newsdetail img{ max-width:100%; height:auto;}
.context{ border-top:1px dotted #838383; padding:10px 0 0 0; margin:10px 0 15px ;}
.context ul{ padding:0 0 0 10px;}
.context ul li{ height:24px; line-height:24px; margin-bottom:2px; overflow:hidden;}
.context ul li a:hover{ color:#c52d28; text-decoration:underline;}

/**************************四个******************************/
.chanpin{padding:0px 0px 0; height:auto; overflow:hidden; line-height:2.2em;*line-height:2.3em;}
.chanpin ul{ height:auto; overflow:hidden; padding:6px 0 6px;}
.chanpin ul li{width:200px; float:left; margin:0 6px 10px 6px;}
.chanpin ul li a.pic{
	 display:table-cell; padding:0px; 
	 text-align:center; vertical-align:middle;
	 width:200px; height:140px;
	 overflow:hidden;
	 }
.chanpin ul li a.pic img{
	 max-width:200px; max-height:140px;
	 width: expression(this.width > 200 && this.width > this.height ? 200 : auto);height: expression(this.height > 140 ? 140 : auto);
	 transition:all 0.3s linear 337ms;
	 -ms-transition:all 0.3s linear 337ms;
	 -moz-transition:all 0.3s linear 337ms;
	 -webkit-transition:all 0.3s linear 337ms;
	 -o-transition:all 0.3s linear 337ms;
	 }
.chanpin ul li a.pic img:hover{
-ms-transform:rotate(0deg) scale(1.2); /* IE 9 */
-moz-transform:rotate(0deg) scale(1.2); /* Firefox */
-webkit-transform:rotate(0deg) scale(1.2); /* Safari and Chrome */
-o-transform:rotate(0deg) scale(1.2); /* Opera */
transform:rotate(0deg) scale(1.2);
}
.chanpin ul li a.pic:hover img{ opacity:0.8;filter:alpha(opacity=80); }
.chanpin ul li p{ margin:4px 0; height:22px; line-height:22px; overflow:hidden; text-align:center;}
.chanpin ul li p a:hover{ text-decoration:underline;}