@charset "UTF-8";
/*banner*/
.jst_news_banner {
  background: url(../images/news/banner_bg.png) no-repeat 100% 100%;
  height: 180px;
}
.jst_news_banner .jst_box {
  height: 100%;
  position: relative;
}
.jst_news_banner .jst_box h2 {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.jst_news_banner .jst_box h2 i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/news/newsLogo.png) no-repeat 100% 100%;
  vertical-align: middle;
}
.jst_news_banner .jst_box h2 span {
  display: inline-block;
  margin-left: 6px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  vertical-align: middle;
}

/*新闻列表*/
.jst_news_newsListsBox .jst_box .jst_news_newsLists {
  padding: 10px 0;
}
.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox .jst_news_newsItem {
  margin-top: 30px;
}
.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox .jst_news_newsItem .jst_news_newsImg {
  float: left;
  width: 24.8%;
  height: 168px;
  overflow:hidden;
}
.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox .jst_news_newsItem .jst_news_newsImg img {
  width: 100%;
 height: auto;
}
.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox .jst_news_newsItem .jst_news_newsContent {
  float: right;
  padding: 0 2%;
  width: 66%;
}
.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox a:hover .jst_news_newsItem .jst_news_newsContent{background:#f0f0f0;}

.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox .jst_news_newsItem .jst_news_newsContent .jst_news_newsBox {
  border-bottom: 1px solid #dfdfdf; 
  height: 120px;
  padding: 24px 0;
  overflow:hidden;
}
.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox .jst_news_newsItem .jst_news_newsContent .jst_news_newsBox .jst_news_newsTitle {
  color: #333333;
  font-size: 24px;
  line-height: 34px;
}
.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox .jst_news_newsItem .jst_news_newsContent .jst_news_newsBox .jst_news_newsMes {
  color: #858585;
  font-size: 14px;
  line-height: 30px;
}
.jst_news_newsListsBox .jst_box .jst_news_newsLists .jst_news_newsItemBox .jst_news_newsItem:after {
  content: " ";
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
}
.jst_news_newsListsBox .jst_box .jst_news_topageBox {
  width: 100%;
  text-align: center;
  padding-bottom: 66px;
  margin-top: 20px;
}
.jst_news_newsListsBox .jst_box .jst_news_topageBox .jst_news_topage {
  display:inline-block;
}
.jst_news_newsListsBox .jst_box .jst_news_topageBox .jst_news_topage a{
  width:100%;
  height:100%;
  display:inline-block;
}
.jst_news_newsListsBox .jst_box .jst_news_topageBox .jst_news_topage .page {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  color: #575757;
  line-height: 30px;
  padding: 0 6px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  cursor:pointer;
}

.jst_news_newsListsBox .jst_box .jst_news_topageBox .jst_news_topage .page a{
  color: #575757;
}

.jst_news_newsListsBox .jst_box .jst_news_topageBox .jst_news_topage .pageNum {
  width: 30px;
  height: 30px;
  padding: 0;
}
.jst_news_newsListsBox .jst_box .jst_news_topageBox .jst_news_topage .pageOn {
  color: #ffffff;
  background: #ffba00;
  border: 1px solid #eca128;
}
.jst_news_newsListsBox .jst_box .jst_news_topageBox .jst_news_topage .pageOn a{
  color: #ffffff;
}
.jst_news_newsListsBox .jst_box .jst_news_topageBox .jst_news_topage:after {
  content: " ";
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
}

/*# sourceMappingURL=newsLists.css.map */
