.news * {
    letter-spacing: 0px;
}

.banner-image {
    background-image: linear-gradient(rgba(87, 1, 65, .3), rgba(87, 1, 65, .3)), url("../img/news/news-list-nav-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ykyb-content{
    background-image: url("../img/news/news-list-top-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.news {
    width: 100%;
    height: auto;
    background-image: url("../img/news/news-list-bottom-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding-bottom: 160px;
}


.news-list {
    width: 1440px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.ykyb-item {
    width: calc((100% - 48px) / 3);
    height: 100px;
    padding: 24px 32px 21px 21px;
    margin-bottom: 20px;
    display: flex;
    background-image: url("../img/news/news-ykyb-item-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
    margin-right: 24px;
}

.ykyb-item:nth-child(3n) {
    margin-right: 0px;
}

.ykyb-item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
}

.ykyb-title {
    height: 24px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #282728;
    line-height: 24px;
}

.ykyb-date {
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.ykyb-item-right {
    width: 100px;
    height: 100%;
    flex-shrink: 0;
    display: none;
    justify-content: flex-end;
    align-items: center;
}

.ykyb-preview {
    width: 94px;
    height: 31px;
    background: #FAFAFA;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ykyb-download {
    width: 94px;
    height: 31px;
    background: #A32674;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ykyb-preview img, .ykyb-download img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.ykyb-item:hover .ykyb-item-right {
    display: flex;
}

.ykyb-item:hover {
    background-image: none;
}



@media (min-width: 1200px) and (max-width: 1440px) {
    .news-list {
        width: 1200px;
    }
}
