.newlist{
  height: 212px;
  background: url('../../image/index/newslistbg.png') no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newlist-top-en{
  font-size: 10px;
  font-family: SourceHanSansSC, SourceHanSansSC-Bold;
  font-weight: 700;
  color: #ff7700;
  line-height: 15px;
  letter-spacing: 4px;
}

.newlist-top-cn{
  font-size: 36px;
  font-family: SourceHanSansSC, SourceHanSansSC-Bold;
  font-weight: 700;
  color: #ff7700;
  line-height: 54px;
  letter-spacing: 15px;
}

.newsList-top{
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 36px;
}

.newsList-top:after{
  content: '';
  height: 1px;
  opacity: 1;
  border: 2px solid #333333;
  width: 100%;
}


.newsList-item{
  padding: 30px 0 0 0;
  display: block;
  cursor: pointer;
}


.newsList-item:after{
  content: '';
  height: 1px;
  width: 100%;
  background: #cccccc;
  display: block;
  margin-top: 30px;
}


.newsList-item-info{
  padding-left: 30px;
}


.newsList-item-title{
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 16px;
}

.newsList-item-time{
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  padding: 14px 0;
}

.newsList-item-article{
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 24px;
  padding-bottom: 20px;
}

.newsList-item-button{
  display:inline-block
}

.newsList-item-button a,.newsList-item-button a:hover{
  font-size: 12px;
  line-height: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ff7700;
  padding: 5px 10px 5px 16px;
  border: 1px solid #ff7700;
  border-radius: 13px;
  display: inline-block;
}

.newsList-item-button i{
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
   /* font-size: 14px;
   line-height: 14px; */
}


.newlist-title-cn{
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 36px;
}

.newlist-title-en{
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 36px;
}



.newsList-item:hover .newsList-item-title{
  color: #ff7700;
}

.newsList-item:hover .newsList-item-article{
  opacity: 0.8;
}

.newsList-item-button:hover a{
  background-color: #ff7700;
  color: #fff;
}


.newlist-sort-item,.newlist-sort-item:hover{
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 36px;
}


.newlist-sort-item:nth-child(2){
  margin: 0 50px;
}

.newlist-sort-item-active,.newlist-sort-item-active:hover{
  color: #ff7700;
}

.newlist-sort-item:hover{
   opacity: 0.8;
}


@media (min-width:768px) {
  .newlist{
    height: 980px;
    background: url('../../image/index/newslistbg.png') no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .newlist-top-en{
    font-size: 21px;
    font-weight: 700;
    color: #ff7700;
    line-height: 31px;
    letter-spacing: 9px;
  }
  
  .newlist-top-cn{
    font-size: 80px;
    font-weight: 700;
    color: #ff7700;
    line-height: 119px;
    letter-spacing: 33px;
  }
  
  .newlist-bottom{
    cursor: pointer;
  }

}
