* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
.page-news{
    margin-top: 80px;
}
.news-header {
    width: 100%;
    height: 70px;
    background: linear-gradient(90deg, rgba(35, 163, 249, .36) 0%, rgba(68, 104, 230, .36) 100%);
    justify-content: center;
}

.news-header-content {
    width: 1200px;
    margin: auto;
}

.news-tab {
    display: flex;
    line-height: 70px;
}

.news-tab div {
    padding-right: 12px;
}

.news-tab div a {
    color: #000;
}

.news-tab div a:hover {
    color: #4468e6;
}

.new-content {
    width: 1200px;
    margin: auto;
}

.new-item {
    width: 100%;
    background-image: linear-gradient(91.68deg, rgba(189, 234, 231, .8), rgba(195, 233, 255, .8), rgba(217, 222, 254, .8));
    height: 11.875%;
    border-radius: 8px;
    margin-bottom: 1%;
}

.new-item :hover {
    background-image: linear-gradient(91.68deg, rgba(189, 234, 231, .8), rgba(195, 233, 255, .8), rgba(217, 222, 254, .8));
    border-radius: 8px;
}

.new-item-content {
    display: flex;
    position: relative;
    /*justify-content: space-between;*/
    padding: 1.25% 1.875%;
}

.new-item-cover {
    width: 16.66667%;
    height: 9.375%;
    border-radius: .625%;
    margin-right: 1.875%;
    flex-shrink: 0;
}

.new-item-cover img {
    width: 100%;
    height: 8vw;
    border-radius: 8px;
}

.new-item-title {
    /*font-weight: 700;*/
    font-size: 22px;
    text-align: left;
    color: #1a1d39;
    margin-bottom: .72917%;

    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.new-item-des {
    /*font-weight: 500;*/
    font-size:14px;
    line-height: 18px;
    /*font-size: .83333%;*/
    text-align: left;
    color: #606060;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.liu_you {
    -webkit-text-size-adjust: auto;
  }

.new-item-time {
    margin-top: 1.04167%;
    position: absolute;
    bottom: 1vw;
}

.new-item-time-day {
    font-weight: 700;
    font-size: 1.04167%;
    text-align: left;
}

.new-item-time-year {
    font-weight: 400;
    font-size: .72917%;
    text-align: left;
}

.news-header {
    width: 100%;
    height: 70px;
    /*position: absolute;*/
    top: 0;
    background: linear-gradient(90deg, rgb(35 163 249 / 78%) 0%, rgba(68, 104, 230, .36) 100%);
    justify-content: center;
    line-height: 70px;
}
.news-content-page{
    margin-top: 1vw;
}
@media screen and (max-width: 600px) {
    .new-content {
        width: 95%;
        margin: auto;
    }
    /*.news-content-page{*/
    /*    margin-top: 220px;*/
    /*}*/
    .page-news{
        /*margin-top: 220px!important;*/
    }
    .news-header {
        width: 100%;
        height: 140px;
        background: linear-gradient(90deg, rgba(35, 163, 249, .36) 0%, rgba(68, 104, 230, .36) 100%);
        justify-content: center;
    }
    
    .news-header-content {
        width: 90%!important;
        margin: auto;
    }
    .news-tab div a {
        color: #000;
        font-size: 30px;
    }
    .news-tab {
        display: flex;
        line-height: 140px;
    }
}