.news-banner {
    position: relative;
    
}
.news-banner  img{
    width: 100%;
    
}
.news-banner .fixBox {
    position  : absolute;
    left      : 50%;
    top       : 50%;
    transform : translate(-50%, -50%);
    text-align: center;
    color     : #FFFFFF;
    width     : 971px;
}
.news-banner .fixBox .name {
    font-size: 70px;
    font-weight: 500;
}
.news-banner .fixBox .en-name {
    
    font-size: 36px;
    font-weight: 500;
}
.news-list   {
    
  width   : 1200px;
  margin  : 100px auto;
  position: relative;
}
.news-list .news-item {
    margin-bottom: 30px;
    display: flex;
    cursor: pointer;
    
    transition: all 0.3s;
}
.news-list .news-item img {
    
    width: 582px;
    height: 290px;
}
.news-list .news-item .right-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}
.news-list .news-item:hover {
box-shadow: 0px 0px 30px 0px #F0F0F0;
}
.news-list .news-item .right-box .title  {
    font-size: 36px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #333333;
line-height: 42px;
}
.news-list .news-item .right-box .introduce  {

    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}
.news-list .news-item .right-box .time  {
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.news-list .detail-title {
    font-size: 36px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #333333;
line-height: 42px;
text-align: center;
}
.news-list .detail-time {
    font-size: 20px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #666666;
margin-top: 26px;
text-align: center;
}
.hr {
    margin: 30px 0;background-color:#d9d9d9;height:1px;border:none
}
.news-list .bottom-next-box {
    margin-top: 58px;
    line-height: 60px;

height: 60px;
background: #F8F8F8;
display: flex;
padding: 0 20px;
justify-content: space-between;
font-size: 16px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #999999;
cursor: pointer;
}