.wapper{
  background: #F5F5F5;
 }
 .us-banner{
   height: 420px;
   width: 100%;
   background: url('../images/news/bg-news.png');
   background-repeat:no-repeat;
   background-position:center center;
   background-size:cover
 }
 
 .banner{
   width: 1100px;
   margin: 0 auto;
 }
 
 .banner .title{
   margin-top: 150px;
   font-size: 54px;
   color: #ffffff;
 }
 
 .banner .englishTitle{
   font-size: 20px;
   color: #ffffff;
 }
 
 .news-content   {
   width: 1100px;
   margin: 0 auto;
   margin-top: 74px;
 
 }
 
 
 .news-content ul{
     display: inline-block;
     text-align: left;
     margin-top: 74px;
 }
 
 
 .news-content li{
     display: inline-block;
     width: 352px;
     margin-right: 18px;
     margin-bottom: 18px;
     overflow: hidden;
 }
 .news-content li:nth-child(3n) {
     margin-right: 0;
 }
 .news-content li .new-images{
   height:248px;
   overflow:hidden;
   float: left;
 }

 .text{
     background:#ffffff;
     padding:20px;
     box-sizing: border-box;
     padding-bottom: 50px;
     float: left;
     height: 268px;
     overflow: hidden;
 }
 .text .title{font-size:20px;color: #333333;height:60px;overflow:hidden;}
 .text .title:hover{
     color: #9D496B;
 }
 .text .data{
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
}
 .text .details{
    font-size: 16px;
    color: #999999;
    margin-top: 40px;
}
 
 .news-content li img{
   transition: all 0.2s linear 0s;
   transition: all 0.2s linear 0s;
   display: block;
   width: 100%;
   height: 248px;
 }
 
 .news-content li img:hover{
       transform: scale(1.1);
 }

 .new-wapper {
   background: #f5f5f5;
 }