.container .center{
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
  padding:0 20px 0;
  margin-left: 20px;
}
.container{
  justify-content: start;
}

.banner{
  background: #fff;
}

/* new_list */
.new_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new_list > a{
  width: calc(25% - 12px);
  margin-top: 40px;
}
.new_list > a:last-child:nth-child(4n - 1) {
  margin-right: calc(24% + 4% / 3);
}
.new_list > a:last-child:nth-child(4n - 2) {
  margin-right: calc(48% + 8% / 3);
}
.new_list > a:hover h3{
  color: #0258FF;
}
.new_list > a:hover > div > div p{
  color: #0258FF;
}
.new_list > a:hover > div:last-child > div span{
  background: #0258FF;
}
.new_list > a > div:first-child{
  max-height: 240px;
  overflow: hidden;
  border-radius: 10px;
}
.new_list > a > div:first-child img{
  width: 100%;
  
}

.new_list > a > div:last-child > p{
  font-weight: 400;
  font-size: 14px;
  color: #828CA0;
  margin: 27px 0 22px;
}
.new_list > a > div:last-child h3{
  font-weight: 600;
  font-size: 20px;
  font-family: "OpenSans-SemiBold";
  line-height: 1.25;
  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.new_list > a > div:last-child > span{
  font-weight: 400;
  font-size: 14px;
  color: #828CA0;
  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
  line-height: 1.5;
  margin: 22px 0 27px;
}
.new_list > a > div:last-child > div{
  display: flex;
  align-items: center;
  justify-content: start;
}
.new_list > a > div:last-child > div p{
  font-weight: 600;
  font-size: 16px;
  font-family: "OpenSans-SemiBold";
  text-transform:uppercase;
}
.new_list > a > div:last-child > div span{
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
  background-color: #1F2129;
}
.new_list > a > div:last-child > div img{
  transform: rotate(135deg);
  width: 12.5px;

}




  @media screen and (min-width:992px){

  }
  @media screen and (min-width:768px) and (max-width:991px) {

  }
  /* m */
  @media screen and (max-width:767px){
    header div:last-child{
      opacity: 1;
    }
    .new_list > a{
      width: 100%;
      background: #FFFFFF;
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      border-radius: 10px;
      padding: 10px;
      margin-top: 10px;
    }
    .new_list > a > div:last-child > span,
    .new_list > a > div:last-child > div,
    .banner{
      display: none;
    }
    .container .center{
      margin: 10px auto 0;
      padding: 0;
      background: transparent;
      width: calc(100% - 20px);
    }

    .new_list > a:first-child{
     margin-top: 0;
    }
    .new_list > a > div:first-child{
 order: 2;
     }
     .new_list > a:first-child > div:last-child > p{
display: none;
          }
     .new_list > a > div:last-child{
    order: 1;
     }
     .new_list > a:first-child > div:first-child{
      max-height: 188px;
     }
     .new_list > a > div:last-child h3{
      font-weight: 400;
      order: 1;
font-size: 15px;
margin-bottom: 10px;
line-height: 1.5;
width: 100%;
font-family: "OpenSans-Regular";
     }
     .new_list > a:first-child > div:last-child h3{
  /* line-height: 1.25; */
font-size: 17px;

     }
     .new_list > a:first-child > div{
    width: 100% !important;
     }

     .new_list > a > div:first-child{
      width: 33%;
       }
  

       .new_list > a > div:last-child{
        width: 63%;
        align-content: space-between;
        flex-wrap: wrap;
        display: flex;
         }
         .new_list > a > div:last-child > p{
          order: 2;
          margin: 0;
          font-weight: 400;
font-size: 13px;
color: #C0C1CB;
         }








  }



























