.banner {
  height: 250px;
  background: url("../img/newsbanner.jpg") no-repeat center center;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .banner {
    height: 145px;
    margin-top: 45px;
    background-size: cover !important;
  }
}
.newsdiv {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.newsdiv .news-top {
  border-bottom: 1px solid #e7e7e7;
}
.newsdiv .news-top span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #f08200;
  font-size: 16px;
  padding: 0 1em;
  border-bottom: 2px solid #f08200;
}
.newsdiv .news-top a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: right;
  color: #444;
  font-size: 14px;
}
.news {
  padding: 1.91% 2.5% 0 2.5%;
}
.news .newslist li {
  float: left;
  width: 49.12%;
  height: 190px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  margin-bottom: 1.66%;
}
.news .newslist li:hover {
  border: 3px solid #f08200;
}
.news .newslist li:hover .newsimg img {
  transform: scale(1.05);
}
.news .newslist li:hover .newstxt i {
  color: #f08200;
}
.news .newslist li:nth-of-type(odd) {
  margin-right: 0.87%;
}
.news .newslist li:nth-of-type(even) {
  margin-left: 0.87%;
}
.news .newslist li .newsimg {
  float: left;
  width: 53.57%;
  height: 100%;
  border-right: 1px solid #ddd;
  overflow: hidden;
}
.news .newslist li .newsimg img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.news .newslist li .newstxt {
  float: left;
  width: 46.42%;
  padding: 5.71% 3.57% 3.57%;
}
.news .newslist li .newstxt i {
  display: inline-block;
  font-style: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #555;
  white-space: nowrap;
}
.news .newslist li .newstxt p {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .newslist li .newstxt span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 0 16px;
  background-color: #f08200;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .news .newslist li {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: 150px;
  }
  .news .newslist li .newstxt {
    padding: 1.71% 1.57% 1.57%;
  }
  .news .newslist li .newstxt p {
    margin: 5px;
  }
}
.newsarticle {
  padding: 0 2.5%;
  margin-bottom: 160px;
}
.newsarticle .newstitle {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 29px;
}
.newsarticle .newstitle h1 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  text-align: center;
}
.newsarticle .newstitle .articletime {
  font-size: 12px;
  color: #999;
  line-height: 36px;
  text-align: center;
}
.newsarticle .newscontent {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.newsarticle .newscontent .articleimg {
  text-indent: 0;
  text-align: center;
}
.newsarticle .newscontent .articleimg img {
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .newsarticle .newscontent .articleimg img {
    height: auto !important;
    width: 100% !important;
  }
}
.newsarticle .newscontent p {
  text-indent: 2em;
}
