.new-top{
    width: 1200px;
    height: 520px;
    margin: 0 auto;
}
.new-top img{
    width: 100%;
}
.news-line{
    position: relative;
    width: 1200px;
    border-top: 1px dashed #fff;
    margin: 58px auto;
    font-size: 14px;
    font-family: 'DIN-Light';
}
.news-line span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 130px;
    color: #fff;
    background: #000;
    text-align: center;
}
.news-list{
    width: 1200px;
    overflow: hidden;
    margin: 48px auto 0;
}
.news-item{
    width: 1200px;
    margin-top: 112px;
    overflow: hidden;
}
.news-item:first-child{
    margin-top: 10px;
}
.news-item img{
    float: left;
    width: 632px;
    height: 520px;
}
.news-item-message{
    float: left;
    width: 435px;
    margin-left: 52px;
}
.news-item-message>p,.news-item-message>span{
    color: #fff;
}
.news-item-message>p{
    font-family: "UKIJKuYB";
    font-size: 28px;
    margin-top: 63px;
}
.news-item-message i{
    display: block;
    width: 62px;
    height: 10px;
    background: #306182;
    margin-top: 22px;
}
.news-item-message>span{
    display: block;
    width: 435px;
    font-family: "DIN-Light";
    font-size: 21px;
    margin-top: 20px;
    line-height: 1.5;
}