/* 新闻列表 */
.new_list {
  padding: 60px 18.471% 80px;
  background: #F6F6F6;
}
.new_list .new_box {
  background: #fff;
  padding: 3.285% 2.464%;
}
.new_list .new_box .h_title {
  font-size: 24px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.new_list .new_box .h_xian {
  width: 100%;
  margin: 35px 0;
}
.new_list .new_box .h_xian .h_xd {
  width: 6%;
  height: 2px;
  background: #174DE3;
  margin-right: 1%;
}
.new_list .new_box .h_xian .h_xc {
  width: 93%;
  height: 2px;
  background: #B1B1B1;
}
.new_list .new_box .h_time {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #777777;
  line-height: 19px;
}
.new_list .new_box .h_content {
  text-align: justify;
}
.new_list .new_box .h_content img,
.new_list .new_box .h_content video {
  max-width: 100% !important;
}
.new_list .new_box .h_dibu {
  align-items: flex-start;
  justify-content: space-between;
}
.new_list .new_box .h_dibu .h_left {
  width: calc(100% - 100px);
}
.new_list .new_box .h_dibu .h_left p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 1.642%;
}
.new_list .new_box .h_dibu .h_left p a {
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #777777;
  line-height: 16px;
}
.new_list .new_box .h_dibu .h_left p a:hover {
  color: #174DE3;
}
.new_list .new_box .h_dibu .h_right i {
  margin-right: 8px;
}
.new_list .new_box .h_dibu .h_right a {
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #777777;
  line-height: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* banner */
  .h_banner .box {
    left: 4.5%;
    top: 42%;
  }
  .h_banner .box .h_title {
    font-size: 20px;
    margin-bottom: 2px;
    line-height: normal;
  }
  .new_list {
    padding: 5%;
  }
  .new_list .new_box .h_dibu {
    flex-direction: column;
  }
  .new_list .new_box .h_dibu .h_left {
    width: 100%;
  }
  .new_list .new_box .h_xian .h_xd {
    width: 20%;
  }
  .new_list .new_box .h_xian .h_xc {
    width: 79%;
  }
}
@media (max-width: 480px) {
  .new_list .new_box .h_title {
    font-size: 18px;
  }
  /* banner */
  .h_banner .box {
    left: 4.5%;
    top: 42%;
  }
  .h_banner .box .h_title {
    font-size: 16px;
    margin-bottom: 2px;
    line-height: normal;
  }
  .h_banner .box .h_desc {
    font-size: 12px;
    line-height: normal;
    margin-top: 0;
  }
  .new_list {
    padding: 5%;
  }
  .new_list .new_box .h_dibu {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* banner */
  .h_banner .box {
    left: 8.5%;
    top: 42%;
  }
  .h_banner .box .h_title {
    font-size: 30px;
    margin-bottom: 6px;
    line-height: normal;
  }
  .h_banner .box .h_desc {
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
  }
  .new_list {
    padding: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* banner */
  .h_banner .box {
    left: 8.5%;
    top: 42%;
  }
  .h_banner .box .h_title {
    font-size: 30px;
    margin-bottom: 6px;
    line-height: normal;
  }
  .h_banner .box .h_desc {
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
  }
  .new_list {
    padding: 5%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  /* banner */
  .h_banner .box {
    left: 8.5%;
    top: 42%;
  }
  .h_banner .box .h_title {
    font-size: 38px;
    margin-bottom: 6px;
    line-height: normal;
  }
  .h_banner .box .h_desc {
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
  }
  .new_list {
    padding: 5% 8%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  /* banner */
  .h_banner .box {
    left: 8.5%;
    top: 42%;
  }
  .h_banner .box .h_title {
    font-size: 42px;
    margin-bottom: 12px;
    line-height: normal;
  }
  .h_banner .box .h_desc {
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
  }
  .new_list {
    padding: 5% 10%;
  }
}
