@charset "utf-8";
.platetit .platetit-tit {
  text-align: center;
  font-size: 34px;
  color: #333;
}
.platetit .platetit-tittow {
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  color: #888888;
}
/*banner图改动部分*/
.banner {
  width: 100%;
  z-index: -9;
}
.banner img {
  width: 100%;
}
/*banner图改动部分*/
.news {
  width: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
}
.news .news-content {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.news .news-content .aside {
  width: 280px;
}
.news .news-content .aside dl {
  background-color: #fff;
}
.news .news-content .aside dl dt h2 {
  line-height: 46px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #0094e7;
}
.news .news-content .aside .about-article dd {
  padding: 5px 19px 10px 18px;
  border-bottom: 1px solid #e2e2e2;
}
.news .news-content .aside .about-article dd:hover {
  box-shadow: inset 1px 1px 20px rgba(204, 204, 204, 0.486);
}
.news .news-content .aside .about-article dd:hover a h3 {
  color: #0094e7;
}
.news .news-content .aside .about-article dd h3 {
  line-height: 36px;
  color: #666666;
  font-size: 16px;
}
.news .news-content .aside .about-article dd p {
  line-height: 20px;
  color: #999999;
  font-size: 14px;
  height: 40px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news .news-content .aside .about-problem {
  margin-top: 20px;
  padding-bottom: 23px;
}
.news .news-content .aside .about-problem dt {
  margin-bottom: 16px;
}
.news .news-content .aside .about-problem dd {
  padding-left: 19px;
  margin-right: 18px;
}
.news .news-content .aside .about-problem dd:hover a {
  color: #0094e7;
}
.news .news-content .aside .about-problem dd a {
  line-height: 38px;
  /*color: #666666;*/
  font-size: 14px;
  display: block;
  width: 100%;
}
.news .news-content .article {
  position: relative;
  width: 896px;
  background-color: #fff;
  padding: 37px 22px 23px 23px;
}
.news .news-content .article .article-nav {

  margin-left: auto;
  margin-bottom: 30px;
  font-size: 0;
}
.news .news-content .article .article-nav li {
  display: inline-block;
margin:0 1%;
  margin-bottom: 1.5%;
}
.news .news-content .article .article-nav li a {
  display: block;
  background-color: #e2e2e2;
  border-radius: 7px;
  width: 120px;
  line-height: 44px;
  text-align: center;
  color: #666666;
  font-size: 18px;
}
.news .news-content .article .article-nav li a.active{
  background-color: #065786;
  color: #fff;
}
.news .news-content .article .article-nav li a:hover {
  background-color: #065786;
  color: #fff;
}
.news .news-content .article .article-list li {
  position: relative;
  padding: 19px 43px 19px 55px;
}
.news .news-content .article .article-list li + li {
  border-top: 1px solid #dddddd;
}
.news .news-content .article .article-list h3 {
  line-height: 38px;
  color: #333333;
  font-size: 20px;
  width: 630px;
  margin-bottom: 19px;
}
.news .news-content .article .article-list .consult {
  display: block;
  background-color: #93ce3b;
  border-radius: 25px;
  width: 120px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 55px;
  top: 19px;
}
.news .news-content .article .article-list p {
  line-height: 24px;
  color: #232323;
  font-size: 14px;
  height: 114px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.news .news-content .article .article-bar {
  font-size: 0;
  bottom: -60px;
}
.news .news-content .article .article-bar .active {
  background-color: #0ba19f;
  color: #eee;
}
.news .news-content .article .article-bar li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.news .news-content .article .article-bar li a {
  line-height: 14px;
  color: #999999;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #999999;
  padding: 8px 10px;
}
.news .news-content .article .article-bar li a:hover {
  background-color: #0ba19f;
  color: #eee;
}
