.news-banner {
  background: url(../images/news_banner.jpg) top center;
  background-size: 100%;
}

.news-cont {
  padding: 1.86rem 0 1.94rem;
  background-color: #f7f7f8;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0.44rem;
  padding: 0.14rem 4.98281786941581%;
  background-color: #fff;
}
.news-img {
  width: 41.88931297709924%;
}
.news-img img {
  display: block;
  width: 100%;
}
.news-text {
  width: 58.11068702290076%;
  padding: 7.63358778625954% 9.54198473282443% 3.62595419847328%
    11.92748091603053%;
}
.news-date {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #c5c5c5;
}
.news-title {
  margin-bottom: 0.24rem;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #cb000d;
}
.news-desc {
  margin-bottom: 0.64rem;
  font-size: 12px;
  line-height: 16px;
  color: #8f8f8f;
}
.news-read {
  display: block;
  width: 150px;
  height: 32px;
  font-size: 14px;
  color: #010101;
  text-align: center;
  border: 1px solid #bebebe;
  border-radius: 32px;
}
.news-reads {
  display: block;
  width: 150px;
  height: 32px;
  font-size: 14px;
  color: #010101;
  text-align: center;
  border: 1px solid #bebebe;
  border-radius: 32px;
}
.news-more {
  padding-top: 0.26rem;
  font-size: 0;
  text-align: center;
}
.news-more a {
  display: inline-block;
  padding: 0 0.3rem;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.news-more a span {
  display: block;
  width: 25px;
  height: 14px;
  margin: 0 auto;
  background: url(../images/news_more.png) no-repeat center;
}
@media (max-width: 768px) {
  .news-item {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.6rem;
  }
  .news-img {
    width: 100%;
  }
  .news-text {
    width: 100%;
    padding: 0.6rem 0 0;
  }
  .news-title {
    font-size: 16px;
    line-height: 24px;
  }
}
