.banner {
  width: 100%;
  height: 500px;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-title {
  padding: 60px 0;
  font-size: 28px;
  line-height: 28px;
  color: #3E3E3E;
  text-align: center;
}
.textarrowLeft {
  display: inline-block;
  height: 10px;
  width: 8px;
  margin-right: 10px;
  vertical-align: middle;
}
.textarrowRight {
  display: inline-block;
  height: 10px;
  width: 8px;
  margin-left: 10px;
  vertical-align: middle;
}
.news {
  padding-bottom: 60px;
}
.news ul li {
  display: inline-block;
  margin-bottom: 40px;
  clear: both;
}
.news ul li .img {
  width: 320px;
  height: 180px;
  float: left;
}
.news ul li .img img {
  width: 100%;
  height: 100%;
}
.news ul li .text {
  width: 850px;
  padding-left: 30px;
  float: left;
}
.news ul li .text .title {
  line-height: 20px;
  font-size: 20px;
  padding: 30px 0 20px;
}
.news ul li .text .desc,
.news ul li .text .date {
  font-size: 14px;
  line-height: 28px;
}
.news ul li .text .date {
  padding-top: 20px;
  color: #9c9c9c;
}
.news .more {
  text-align: center;
}
.news .more a {
  height: 28px;
  font-size: 14px;
  color: #0064ff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news .more a:hover {
  color: rgba(0, 100, 255, 0.6);
}
.news_detail {
  padding-top: 156px;
}
.news_detail .title {
  font-size: 28px;
  line-height: 28px;
}
.news_detail .date {
  font-size: 14px;
  color: #757575;
  line-height: 28px;
  padding: 30px 0;
}
.news_detail .content {
  padding-bottom: 30px ;
}
.news_detail .content * {
  font-size: 14px !important;
  line-height: 26px !important;
  text-indent: 0em !important;
}
.news_detail .content img {
  max-width: 100%;
}
.news_detail .link {
  height: 20px;
  line-height: 18px;
}
.news_detail .link a {
  color: #0064ff;
  font-size: 14px;
  line-height: 20px;
}
.news_detail .link .next {
  float: right;
}
.news_detail .location {
  padding: 60px 0;
  clear: both;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 24px;
}
.news_detail .location a {
  color: #0064FF;
}
.news_detail .location span {
  padding: 0 10px;
}
.news_detail_body .header {
  background: #0064FF;
}
@media screen and (max-width: 1200px) {
  .news {
    width: 880px;
    margin: 0 auto;
  }
  .news ul li .text {
    width: 530px;
  }
  .news ul li .text .title {
    line-height: 28px;
    padding: 0px 0 10px;
  }
  .news ul li .text .date {
    padding-top: 10px;
  }
  .news_detail {
    padding: 126px 20px 0;
  }
  .news_detail .title {
    line-height: 48px;
  }
  .news_detail .content {
    padding-bottom: 40px;
  }
  .news_detail .content img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 13.02vw;
  }
  .banner {
    width: 100%;
    height: 6rem;
  }
  .banner img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .news {
    width: 100%;
  }
  .news ul li {
    display: block;
    margin-bottom: 40px;
    clear: both;
    padding: 0 20px;
  }
  .news ul li .img {
    width: 100%;
    height: auto;
    float: none;
  }
  .news ul li .img img {
    width: 100%;
    height: auto;
  }
  .news ul li .text {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  .news ul li .text .title {
    line-height: 28px;
    font-size: 18px;
    padding: 20px 0 15px;
  }
  .news ul li .text .desc,
  .news ul li .text .date {
    font-size: 14px;
    line-height: 28px;
  }
  .news ul li .text .date {
    padding-top: 10px;
  }
}
