.banner {
  height: 350px;
  background-image: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/news/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.banner .banner_1 {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.banner .banner_1 .banner-top {
  font-size: 42px;
  font-weight: 500;
  line-height: 64px;
  padding-top: 106px;
}
.banner .banner_1 .banner-bottom {
  padding-top: 14px;
  font-size: 24px;
  line-height: 64px;
}

.body-content-li {
  display: flex;
  flex-direction: column;
  margin: 0 auto 50px;
  justify-content: space-between;
}

.body-content-li .line-bottom {
  width: 100%;
  border-bottom: 1px dashed #D6D6D6;
  margin-top: 15px;
}

.body-content-li .red-bg-title {
  width: 70px;
  height: 22px;
  background: #C6281E;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.body-content-li .body-title {
  font-size: 24px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 28px;
  margin: 10px 0 15px 0;
}

.body-content-li .span-content {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  line-height: 12px;
}

.body-content-li .black-li {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin: 10px 0;
}
.body-content-li .double-img {
  text-align: center;
}
.body-content-li .black-li-imgs {
  margin: 30px auto;
}

.body-content-li .margin05 {
  margin: 2px auto;
}

.marginb0 {
  margin-bottom: 0 !important;
}

.marginb5 {
  margin-bottom: 5px !important;
}

.margint0 {
  margin-top: 0 !important;
}

.imgcontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}

.imgcontent .black-li-imgs {
  margin: 0;
}
.discenter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.w50 {
  width: 45%;
}
.body-content-li .red-title {
  font-size: 18px;
  font-weight: 500;
  color: #C6281E;
  line-height: 21px;
  margin: 25px 0;
}

.body-content-li .black-title {
  font-size: 16px;
  font-weight: 500;
  /* color: #C6281E; */
  line-height: 21px;
  margin: 25px 0;
}
.red-p {
  color: #C6281E;
} 

.body-content-li .red-weight {
  font-weight: 500;
  font-size: 22px;
}
.body-content-li .black-li-p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
}
.black-li-center {
  text-align: center;
}
.black-li-p-s {
  position: relative;
  text-indent: 1em;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.black-li-p-so {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #333333;
  position: absolute;
  left: 5px;
  top: 8px;
}

.news-ul {
 display: flex;
 flex-direction: column;
 margin-bottom: 50px;
}

.news-li {
 padding: 20px;
 display: flex;
 flex-direction: row;
 align-items: center;
 border-bottom: 1px solid #d2d2d2;
}

.news-li-img-conent {
  width: 273px;
  height: 154px;
  border-radius: 5px;
  margin-right: 20px;
}
.news-li-img {
  width: 273px;
  height: 154px;
  border-radius: 5px;
}

.news-li-content {
  height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-li-title {
  font-size: 22px;
  font-weight: 500;
  color: #3D3D3D;
}

.news-li-title:hover {
  color: #C6281D;
  cursor: pointer;
  text-decoration: underline;
}

.news-li-detail {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
}

.news-li-detail:hover {
  cursor: pointer;
  text-decoration: underline;
}

.news-li-time {
  font-size: 14px;
  color: #888888;
  line-height: 16px;
}

.news-hid {
  display: none;
}

