.clear {
  clear: both;
}

.news_banner {
  width: 100%;
  border-bottom: 5px solid #347c80;
  padding-top: 126px;
}
.news_banner img {
  width: 100%;
}
.news_title {
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
}

.news_title > .title {
  float: left;
  padding: 22px 70px 0 25px;
  background: rgba(21, 124, 129, 0.5);
}

.news_title > .title h2 {
  font-size: 38px;
  color: #fff;
  font-weight: normal;
}

.news_title > .title span {
  font-size: 13px;
  color: #fff;
}

.news_title > .title p {
  width: 1px;
  height: 36px;
  background: #fff;
  margin-top: 14px;
  margin-bottom: 0;
}

.news_title > .subnav {
  padding-left: 25px;
  float: left;
}

.news_title > .subnav ul {
  margin-top: 90px;
}

.news_title > .subnav ul li {
  padding: 3px 25px;
  color: #fff;
  float: left;
}

.news_title > .subnav ul li a {
  color: #fff;
}

.news_title > .subnav ul li:nth-child(8) {
  border-right: none;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.main .title {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.main .title p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}

.main .title span {
  color: #26aba8;
}

.main .title a {
  color: #333333;
}

.main .title .z-add-last a {
  color: #26aba8;
}

.main .content::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

.main .content .content_left {
  float: left;
  width: 75%;
}

.main .content .content_left p {
  font-size: 16px;
}

.main .content .content_left ul li {
  margin-top: 20px;
  background: #f7f7f7;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.main .content .content_left .img {
  float: left;
  position: relative;
  width: 43%;
  max-height: 210px;
  overflow: hidden;
  margin-top: 24px;
}

.main .content .content_left .img i {
  position: absolute;
  background: url(../images/news.png) no-repeat center;
  top: 0;
  left: 0;
  display: inline-block;
  width: 39px;
  height: 39px;
}

.main .content .content_left .img img {
  width: 100%;
}

.main .content .content_left .text {
  float: right;
  width: 53%;
  padding-right: 10px;
}

.main .content .content_left .text h3 {
  padding-top: 20px;
}

.main .content .content_left .text h3 a {
  font-size: 22px;
  color: #333;
  transition: all 0.3s;
}

.main .content .content_left .text h3 a:hover {
  color: #26aba8;
}

.main .content .content_left .text p:nth-child(2) {
  font-size: 13px;
  color: #666666;
  margin-top: 28px;
  line-height: 25px;
}
.main .content a {
  borer: none;
  text-decoration: none;
}
.main .content .content_left p a {
  color: #333;
}
.main .content .content_left p:hover a {
  color: #4bb1b6;
}
.main .content .content_left .text p:nth-child(3) {
  font-size: 13px;
  color: #999999;
  margin-top: 55px;
}

.main .content .content_left .text p:nth-child(3) span {
  padding-right: 20px;
}

.main .content .content_left .content_left_title h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-top: 60px;
}

.main .content .content_left .content_left_title p {
  margin-top: 20px;
  text-align: center;
}

.main .content .content_left .content_left_title .z-add-source {
  padding-top: 20px;
  text-align: center;
}

.main .content .content_left .content_left_title .z-add-source span {
  padding-right: 20px;
  font-size: 13px;
  color: #999;
}

.main .content .content_left .content_left_title .z-add-content {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}

.main .content .content_left .content_left_title .z-add-content p,
.main .content .content_left .content_left_title .z-add-content span {
  text-align: left;
  font-size: 14px;
  color: #3e3e3e;
}

.main .content .content_right {
  width: 23%;
  float: right;
}

.main .content .content_right .article {
  background: #f7f7f7;
  padding-bottom: 20px;
  margin-top: 20px;
}

.main .content .content_right .article .title {
  padding: 0px 20px;
  border: none;
}

.main .content .content_right .article .title h3 {
  font-size: 16px;
  color: #737373;
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.main .content .content_right .article .title h3 span {
  color: #a5050e;
  border-bottom: 1px solid #a5050e;
  padding-bottom: 20px;
}

.main .content .content_right .article .title h3 span:nth-child(2) {
  color: #737373;
}

.main .content .content_right .article .news_list li {
  font-size: 13px;
  transition: all 0.3s;
  padding: 10px 15px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main .content .content_right .article .news_list li a {
  color: #666;
  transition: all 0.3s;
  padding-left: 5px;
  display: -webkit-box;
  /* autoprefixer:off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content .content_right .article .news_list li a:hover {
  color: #fff;
}

.main .content .content_right .article .news_list li span {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #26aba8;
  position: relative;
  top: -2px;
  transition: all 0.3s;
}

.main .content .content_right .article .news_list li:hover {
  background: #26aba8;
}

.main .content .content_right .article .news_list li:hover a {
  color: #fff;
}

.main .content .content_right .article .news_list li:hover span {
  background: #fff;
}

.main .content .content_right .recommend .title {
  padding: 0px;
  border: none;
}

.main .content .content_right .recommend .title h3 {
  font-size: 16px;
  color: #737373;
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.main .content .content_right .recommend .title h3 span {
  color: #a5050e;
}

.main .content .content_right .recommend .title h3 span:nth-child(2) {
  color: #737373;
}

.main .content .content_right .recommend .recommend_list {
  position: relative;
}

.main .content .content_right .recommend .recommend_list i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #e9e9e9;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;
  background: #ffffff url(../images/news_zan.png) no-repeat center;
}

.main .content .content_right .recommend .recommend_list ul {
  border-left: 1px solid #e9e9e9;
  padding-left: 12px;
}

.main .content .content_right .recommend .recommend_list li {
  padding: 20px 0 10px 30px;
  transition: all 0.3s;
}

.main .content .content_right .recommend .recommend_list li span {
  font-size: 13px;
  color: #666;
  position: relative;
}

.main .content .content_right .recommend .recommend_list li span:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../images/news_quan1.png) no-repeat center;
  position: absolute;
  left: -22px;
  top: -1px;
}

.main .content .content_right .recommend .recommend_list li p {
  font-size: 13px;
  line-height: 20px;
  padding-top: 10px;
}

.main .content .content_right .recommend .recommend_list li p a {
  color: #666;
  transition: all 0.3s;
  display: -webkit-box;
  /* autoprefixer:off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content .content_right .recommend .recommend_list li:hover {
  background: #f7f7f7;
}

.main .content .content_right .recommend .recommend_list li:hover a {
  color: #26aba8;
}

.main .content .content_right .recommend .recommend_list li:hover span:before {
  background: url(../images/news_quan2.png) no-repeat center;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .news_title {
    width: 100%;
  }

  .news_title > .title {
    padding: 20px 25px;
  }

  .news_title > .subnav ul li {
    padding: 3px 23px;
  }

  .main .title {
    padding: 20px 30px;
  }

  .main {
    width: 100%;
  }

  .content_right {
    display: none;
  }

  .main .content .content_left {
    width: 100%;
  }

  .main .content {
    padding: 0 20px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .news_title {
    width: 100%;
  }

  .news_title > .title {
    padding: 20px 25px;
    float: none;
  }

  .news_title > .subnav ul {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .news_title > .subnav ul li {
    padding: 3px 23px;
    display: inline-block;
    float: none;
  }

  .main .title {
    padding: 20px 30px;
  }

  .news_title > .subnav {
    float: none;
    padding-left: 0;
    text-align: center;
  }

  .main {
    width: 100%;
  }

  .content_right {
    display: none;
  }

  .main .content .content_left {
    width: 100%;
  }

  .main .content {
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .news_title {
    width: 100%;
  }

  .news_title > .title {
    padding: 20px 25px;
    float: none;
  }

  .news_title > .subnav ul {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .news_title > .subnav ul li {
    padding: 3px 19px;
    display: inline-block;
    float: none;
  }

  .main .title {
    padding: 20px 30px;
  }

  .news_title > .subnav {
    float: none;
    padding-left: 0;
    text-align: center;
  }

  .main {
    width: 100%;
  }

  .content_right {
    display: none;
  }

  .main .content .content_left {
    width: 100%;
  }

  .main .content {
    padding: 0 30px;
  }

  .main .content .content_left .content_left_title h2 {
    margin-top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .news_banner {
    overflow: hidden;
  }

  .news_title {
    width: 100%;
  }

  .news_title > .title {
    padding: 20px 25px;
    float: none;
  }

  .news_title > .subnav ul {
    margin-top: 30px;
    padding-bottom: 30px;
    width: 1000px;
  }

  .news_title > .subnav ul li {
    padding: 3px 23px;
    display: inline-block;
    float: none;
  }

  .news_title > .subnav ul li:nth-child(1) {
    display: block;
    padding: 3px 23px;
    display: inline-block;
    float: none;
  }

  .main .title {
    padding: 20px 30px;
  }

  .news_title > .subnav {
    float: none;
    padding-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    top: 20px;
    text-align: left;
  }

  .main {
    width: 100%;
  }

  .content_right {
    display: none;
  }

  .main .content .content_left {
    width: 100%;
  }

  .main .content {
    padding: 20px;
    overflow: hidden;
    background: #f7f7f7;
  }

  .main .content .content_left .img {
    float: none;
    width: 100%;
  }

  .main .content .content_left .text {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .main .content .content_left .text h3 a {
    font-size: 18px;
  }

  .main .content .content_left .text p:nth-child(2) {
    margin-top: 10px;
  }

  .main .content .content_left .text p:nth-child(3) {
    margin-top: 20px;
  }

  .main .content .content_left .content_left_title h2 {
    margin-top: 0;
    font-size: 18px;
  }
}

.content .content_left {
  margin-bottom: 70px;
}

.content .news-page {
  float: left;
}

.content .news-page a {
  display: block;
  margin-bottom: 15px;
}

.content .news-page a:hover {
  color: #26aba8;
}

.content .news-page a span {
  color: #404040;
}

.content .news-share {
  float: right;
}

.content .news-share .share {
  margin-top: 0;
}

.nav_color > a {
  color: #2abbc3 !important;
}

@media (max-width: 992px) {
  .content .content_left {
    margin-bottom: 30px;
  }
}

.new_case {
  margin-top: 36px;
  width: 100%;
  float: left;
  padding-top: 36px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}

.new_case h1 {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
}

.new_case ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
}

.main .content .content_left .new_case ul li {
  margin-right: 14px;
  background: rgba(0, 0, 0, 0);
  border: none;
}

.new_case ul li:nth-child(4n) {
  margin-right: 0;
}

.new_case ul li a {
  width: 213px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

.new_case ul li a img {
  width: 213px;
  height: 142px;
}

.new_case ul li a h1 {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}

.new_case ul li a h2 {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  /* autoprefixer:off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 36px;
}


#ascrail2000 {
  display: none !important;
}
@media (max-width: 600px) {
  .news_banner img {
    height: 200px;
  }
}
