
/************
*此为页面公共样式
*包含新闻列表、新闻详情、分页样式
*产品列表
*
************/

/****************************News****************************/
.xinwen ul.xw{ padding:15px 0; font-size:15px;}
.xinwen ul.xw li{ position:relative; height:49px; line-height:49px; border-bottom:1px #ddd solid;}
.xinwen ul.xw li:hover{background:#fafafa; border-radius:2px;}
.xinwen ul.xw li a:hover{text-decoration:underline;}
.xinwen ul.xw li span{ position:absolute; top:0; right:0; height:49px; line-height:49px; padding:0 6px 0 0; color:#999; font-size:14px;}

/*上一页 下一页*/
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #0458b2;
  border: 1px solid #0458b2;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0458b2;
  border: 1px solid #0458b2;
}


/****************************details****************************/

.news-body{padding:0px 5px 0; height:auto; overflow:hidden; font-family:"微软雅黑"; font-size:16px; line-height:30px;}
.news-body h1{ margin:10px 0 10px; font-size:24px; text-align:center; font-family:"微软雅黑";font-weight:normal; height:50px; line-height:35px; overflow:hidden; color:#555;}
.news-body h2{ text-align:center; height:20px; font-size:14px; overflow:hidden; line-height:20px; font-family:"宋体"; font-weight:normal;}
.news-body .newsdetail{ padding:2px 4px;}
.news-body .newsdetail img{ max-width:730px;}
.context{padding:10px 0 0 0; margin:10px 0 15px ;}
.context ul{ padding:0 0 0 10px;}
.context ul li{color: #8d8d8d;font-size: 14px; height:36px; line-height: 36px;border-bottom: 1px solid #d2d2d2;}
.context ul li a{color: #8d8d8d;}
.context ul li a:hover{ color:#c52d28; text-decoration:underline;}

/**************************四个******************************/
.chanpin{margin:15px auto;}
.chanpin ul{font-family:"微软雅黑"; font-size:16px;}
.chanpin ul li{width:217px; float:left; text-align:center; margin:15px 12px; }
.chanpin ul li img{width:217px; height:200px; margin-bottom:7px;}