﻿/*公用变量*/
/*公用样式函数*/
/**新闻列表页**/
/*新闻分类*/
.newClassify {
  margin: 36px 0 20px 0;
}
.newClassify .tabBtn {
  font-size: 0;
  text-align:center;
}
.newClassify .tabBtn a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  width: 14.19%;
  *width: 14.09%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #19aa4b;
  border-left: none;
}
.newClassify .tabBtn a:first-child {
  border-left: 1px solid #e8e8e8;
}
.newClassify .tabBtn a:hover,
.newClassify .tabBtn a.on {
  border-top: 2px solid #19aa4b;
}
/*列表*/
.hide {
  display: none;
}
.newList {
  margin-bottom: 30px;
}
.newList dl {
  padding: 25px 15px 25px 25px;
  border-bottom: solid 1px #e8e8e8;
  overflow: hidden;
}
.newList dl dt {
  float: left;
}
.newList dl dt img {
  margin-right: 32px;
  border: solid 1px #e8e8e8;
}
.newList dl dd {
  float: left;
  width: 945px;
}
.newList dl dd h2 a {
  line-height: 38px;
  height: 38px;
  font-size: 16px;
  color: #4a4a4a;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newList dl dd p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.newList dl dd .readBtn {
  display: inline-block;
  width: 96px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #19aa4b;
  border-radius: 15px;
}
/*新闻详情页*/
.detailTitleWrap {
  padding: 40px 0 20px;
  border-bottom: dashed 1px #cecece;
  color: #333;
}
.detailTitleWrap h1 {
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  line-height: 44px;
}
.detailTitleWrap .detailDate {
  font-size: 14px;
  width: 100%;
  text-align: center;
  line-height: 28px;
}
.detailContent {
  padding: 15px 0 75px;
}
/*# sourceMappingURL=news.css.map */