﻿@charset "UTF-8";
.pad {padding: 20px 0;}
.mar {margin: 20px auto;}
.banner a {
  display: block;
  height: 550px;
  background: url("../images/news/banner.jpg") no-repeat center top;
}
/*说明：
 *anchor_nav 为锚点导航，加载缓动跳转效果及悬浮定位；tabs_nav标签选项卡，跳转链接，不加载缓动跳转及悬浮定位
*/
.tabs_nav a.active {color: #ee7800;}
.anchor_nav, .tabs_nav {
  width: 100%;
  padding: 20px 0;
  background: rgba(247,247,247,0.7);
}
.anchor_nav a, .tabs_nav a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #606060;
  text-align: center;
  border-right: 1px solid #989898;
}
.anchor_nav a.active, .tabs_nav a.active {color: #ee7800;}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.news_left {width: 825px;}
.news_list li {
  height: 140px;
  padding: 20px;
  border-bottom: 1px dotted #a6a6a6;
}
.news_list li .news_thum {
  width: 210px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.news_list li .news_thum img {
  width: 210px;
  height: 140px;
  transition: all 0.3s;
}
.news_list li .news_thum img:hover {transform: scale(1.1);}
.news_list li .news_txt {
  width: 500px;
  height: 140px;
}
.news_list li .news_txt strong {
  font-size: 18px;
}
.news_list li .news_txt p {
  width: 500px;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 2em;
}
.news_list li .news_txt img {
  width: 14px;
  height: 14px;
  margin-right: 20px;
}
.news_list li sub {
  width: 34px;
  height: 20px;
  line-height: 20px;
  background: #ed2a38;
  color: #fff;
  text-align: center;
}

.page_list {
  padding: 20px 0;
  text-align: center;
}
.page_list li {
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.page_list li.thisclass {
  background: #ed2a38;
  color: #fff;
}

.news_right {width: 380px;}
.news_consult {
  width: 348px;
  height: 158px;
  padding: 20px 15px;
  border: 1px solid #a6a6a6;
  margin: 30px 0 10px;
  position: relative;
}
.news_consult .news_consult_title {
  width: 180px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #ff6969;
  text-align: center;
  position: absolute;
  left: 20px;
  top: -20px;
  background: #fff;
}
.news_consult p {
  font-size: 12px;
  line-height: 2em;
}
.news_consult p span {
  font-size: 20px;
  color: #ff6969;
}
.news_consult p strong {
  font-size: 28px;
  color: #ff6969;
  font-family: Impact;
}
.news_consult p a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #ff6969;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 8px;
}
.news_consult p a:hover {
  transform: skewX(-20deg);
}
 .news_consult > img {
  width: 194px;
  height: 230px;
  position: absolute;
  right: 0;
  bottom: 0;
}

 .news_major {
   width: 348px;
   height: 288px;
   padding: 15px;
   background: #fcfcfc;
   border: 1px solid #a6a6a6;
   margin-bottom: 10px;
 }
 .news_major_title {
   font-size: 20px;
   padding-bottom: 15px;
 }
 .news_major_list {
   height: 240px;
 }
 .news_major_list li {
   width: 160px;
   height: 110px;
   font-size: 14px;
   text-align: center;
 }
.news_major_list li img {
  width: 160px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.3s;
}
.news_major_list li img:hover {transform: scale(1.1);}
.news_faq{
  width: 348px;
  height: 450px;
  padding: 15px;
  background: #fcfcfc;
  border: 1px solid #a6a6a6;
  margin-bottom: 10px;
}
.news_faq_list li {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-bottom: 1px dotted #a6a6a6;
}

/*新闻内容页*/
.article_title {
  background: #f5f5f5;
}
.article_posi {color: #a6a6a6;}
.bshare-custom {text-align: center;}
.article_title h1 {
  font-size: 24px;
  text-align: center;
}
.article_title p {
  text-align: center;
  color: #a6a6a6;
}
article {
  line-height: 2em;
  text-align: center;
  border-bottom: 2px solid #a6a6a6;

}
article p {
  text-align: left;
  text-indent: 2em;
}
article img {
  /*display: block;*/
  width: 600px;
  margin: 10px auto;
  border-radius: 5px;
}
.chpage li {
  height: 30px;
  line-height: 30px;
  color: #a6a6a6;
}
