.header-main {
    background: linear-gradient(135deg, #F1F6FA 0%, #DFE9F3 100%);
}

.main-head {
    height: 400px;
    background: url('../images/news/new-bg.png') no-repeat;
    position: relative;
    background-size: 100% 100%;
    /*padding-top: 130px;*/
}

.new-decorate-1 {
    left: 0;
    top: 5%;
    width: 78px;
}

.new-decorate-2 {
    width: 70px;
    left: 14%;
    top: 50%;
}

.new-decorate-3 {
    width: 100px;
    top: 2%;
    left: 30%;
}

.new-decorate-4 {
    width: 60px;
    left: 65%;
    bottom: 40%;
}

.new-decorate-5 {
    width: 50px;
    top: 5%;
    left: 65%;
}

.new-decorate-6 {
    width: 100px;
    right: 5%;
    top: 60%;
}

.main-head h1 {
    font-family: AlibabaPuHuiTi-B;
    font-size: 4.25rem;
    color: #1DABA7;
    line-height: 5.625rem;
    letter-spacing: 4px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -80%, 0);
}

.news-container .new-items {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 24px 24px 10px;
    overflow: hidden;
    display: inline-flex;
    flex-direction: row;
    /*height: 450px;*/
}

.news-container .new-items .side {
    width: 18px;
    /*height: 100%;*/
}

.news-container .new-items .new-container {
    flex: 1;
    padding: 40px 32px;
}

.news-container .new-items .new-container .more-btn {
    background-color: #4EA72E;
    border-radius: 15px;
    display: inline-block;
    color: #fff;
    padding: 3px 25px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.news-container .new-items .new-container .new-info-head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.news-container .new-items .new-container .new-info-head .date {
    font-weight: 400;
    font-size: 1rem;
    color: #34414D;
    line-height: 1.375rem;
}

.news-container .new-items .new-container .new-info-head .image-group img:not(:last-child) {
    margin-right: 13px;
}

.news-container .new-items .new-container .new-info-title {
    height: 128px;
    font-weight: 500;
    font-size: 1.25rem;
    color: #34414D;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-container .new-items .new-container .new-info-content {
    height: 128px;
    font-weight: 400;
    font-size: 1rem;
    color: #525F6B;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-container .new-items:not(:first-child) {
    margin-left: 49px;
}

.main-body {
    background: url('../images/news/new-container-bg.png');
    background-size: 100%;
    padding: 200px 0 80px;
    margin-top: -100px;
}

.main-body .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-body .pagination-container img {
    width: 16px;
    height: 16px;
}

.main-body .pagination-container .arrow-left,
.main-body .pagination-container .arrow-right {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.main-body .pagination-container .arrow-left {
    border: 1px solid #0ABAB5;
    background-color: #fff;
    margin-right: 20px;
}

.main-body .pagination-container .arrow-right {
    border: 1px solid #0ABAB5;
    background-color: #0ABAB5;
    margin-left: 20px;
}

@media(max-width:765px) {
    .main-head {
        height: 300px;
        background-position: center;
        background-size: cover;
        /*padding-top: 80px;*/
    }

    .main-head h1 {
        font-size: 3.125rem;
        line-height: 3.125rem;
        z-index: 99;
        position: relative;
    }

    .new-decorate-1 {
        width: 40px;
    }

    .new-decorate-2 {
        width: 40px;
        left: 20px;
        top: 45%;
    }

    .new-decorate-3 {
        width: 50px;
    }

    .new-decorate-4 {
        width: 30px;
    }

    .new-decorate-5 {
        width: 30px;
    }

    .new-decorate-6 {
        width: 60px;
        top: 40%;
    }

    .main-body {
        background-size: cover;
        padding: 140px 0 80px 0;
    }

    .news-container .new-items .side {
        width: 18px;
        height: 100%;
    }

    .news-container .new-items {
        height: 100%;
    }

    .news-container .new-items .new-container {
        padding: 36px 25px;
    }


    .news-container .new-items .new-container .new-info-head .date {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .news-container .image-group img {
        width: 32px;
        height: 32px;
    }

    .news-container .new-items:not(:first-child) {
        margin: 0;
        margin-top: 30px;
    }

    .news-container .new-items .new-container .new-info-title {
        font-size: 1.125rem;
        line-height: 1.75rem;
        height: auto;
    }

    .news-container hr {
        margin: 10px 0 !important;
    }

    .news-container .new-items .new-container .new-info-content {
        font-size: 0.875rem;
        line-height: 1.75rem;
        height: auto;
    }
}