.banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .banner h1 {
    font-size: 66px;
    color: white;
    font-weight: bold;
    line-height: 1.091;
    position: absolute;
    top: 40%;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    transform: translateY(-50%); }
  .banner .down {
    position: absolute;
    top: 80%;
    left: 48%; }

.list-box {
  width: 83.33%;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  padding-top: 4%; }
  .list-box h2 {
    font-size: 46px;
    color: #292929;
    line-height: 1.565;
    text-align: center; }
  .list-box .list {
    width: 35.8%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    margin-bottom: 4%;
    margin-top: 1%; }
    .list-box .list a {
      font-size: 18px;
      color: #333;
      line-height: 40px; }
      .list-box .list a .list1 {
        height: 40px;
        text-align: center; }
  .list-box .new-box .item {
    margin-bottom: 6%;
    border-right: 1px solid #f1f1f1; }
    .list-box .new-box .item .new-tit p {
      margin: 0; }
    .list-box .new-box .item .new-tit h2 {
      margin: 0; }
    .list-box .new-box .item .new-tit .time {
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      line-height: 1.5;
      margin: 5% 0; }
      .list-box .new-box .item .new-tit .time i {
        padding-right: 1%; }
    .list-box .new-box .item .new-tit .title1 {
      font-size: 28px;
      color: #333333;
      line-height: 1.143;
      text-align: left;
      width: 85%;
      font-weight: 600;
      margin-bottom: 5%;
      height: 33px; 
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;}
    .list-box .new-box .item .new-tit .des {
      font-size: 16px;
      color: #999999;
      line-height: 1.5;
      width: 95%;
      margin: 20px 0;
      height: 50px; 
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;}
    .list-box .new-box .item .new-tit .more {
      font-size: 16px;
      color: #404142;
      text-decoration: underline;
      line-height: 1.5;
      margin-top: 10%;
      margin-bottom: 10%; }
      .list-box .new-box .item .new-tit .more a {
        color: #333; }

.new-box .item:nth-child(3n) {
  border-right: none; }

.list-box .list a:hover .list1 {
  background-color: #e6332b; }

.list-box .list a:hover {
  color: #fff !important; }

.act3 {
  color: #fff !important; }

.act3 .list1 {
  background-color: #e6332b !important; }

.readm {
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 60px;
  margin-bottom: 8%;
  cursor: default; }
  .readm p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #e6332b;
    line-height: 60px;
    font-weight: 600; }
    .readm p span {
      padding: 16px 40px;
      border: 1px solid #e6332b; }

@media (min-width: 1365px) and (max-width: 1600px) {
  .banner .down {
    top: 80%; }

  .list-box .list {
    width: 50%; }

  .list-box .new-box .item .new-tit .title1 {
    height: 67px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;}
  .list-box .new-box .item .new-tit .more{
    margin-top: 20%;
    margin-bottom: 10%;
  } }
@media (min-width: 1024px) and (max-width: 1364px) {
  .banner .down {
    top: 80%; }

  .list-box h2 {
    font-size: 40px; }
  .list-box .list {
    width: 100%;
    height: 30px; }
    .list-box .list a {
      font-size: 20px;
      line-height: 30px; }
      .list-box .list a .list1 {
        display: inline-block;
        height: 30px; }
  .list-box .new-box .item {
    border: none; }

  .new-box .item:nth-child(2n) {
    border-right: none !important; }

  .new-box .item:nth-child(3n) {
    border-right: 1px solid #f1f1f1 !important; }

  .list-box .new-box .item .new-tit .title1 {
    height: 110px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .banner h1 {
    font-size: 60px; }
  .banner .down {
    top: 75.5%;
    left: 45%; }

  .list-box h2 {
    font-size: 40px; }
  .list-box .list {
    width: 100%;
    height: 30px; }
    .list-box .list a {
      font-size: 16px;
      line-height: 30px; }
      .list-box .list a .list1 {
        display: inline-block;
        height: 30px; }
  .list-box .new-box .item {
    border: none; }

  .list-box .new-box .item .new-tit .title1 {
    height: 110px; } }
@media (min-width: 0px) and (max-width: 767px) {
  .banner h1 {
    font-size: 35px; }
  .banner .down {
    width: 40px;
    height: 40px;
    left: 45%;
    top: 71%;
    display: none; }
    .banner .down img {
      width: 100%; }

  .list-box {
    width: 88%; }
    .list-box h2 {
      font-size: 30px; }
    .list-box .list {
      width: 100%;
      height: 30px; }
      .list-box .list a {
        font-size: 14px;
        line-height: 30px; }
        .list-box .list a .list1 {
          display: inline-block;
          height: 30px;
          padding: 0 2%; }
    .list-box .new-box .item {
      padding: 0;
      border: none; }
      .list-box .new-box .item .new-tit .time {
        font-size: 14px; }
      .list-box .new-box .item .new-tit .title1 {
        width: 100%;
        font-size: 20px; }
      .list-box .new-box .item .new-tit .des {
        font-size: 14px; 
        height: 45px;
      }
      .list-box .new-box .item .new-tit .more {
        font-size: 14px;
        margin-top: 20%;
        margin-bottom: 10%; }

  .readm p {
    font-size: 14px; }
    .readm p span {
      padding: 12px 25px; }

  .list-box .new-box .item .new-tit .title1 {
    height: unset; } }

/*# sourceMappingURL=new_list.css.map */
