@charset "utf-8";
.public-section.is-news {
    margin-bottom: 50px
}

.section-news {
    font-size: 0
}

.section-news__lists {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -20px
}

.section-news__item {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 20px;
    background: #131063;
}

.section-news__item:nth-child(2n) {
    margin-right: 0
}

.section-news__item .image {
    width: 200px;
    height: 125px;
    margin-right: 20px
}

.section-news__item .image img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover
}

.section-news__item .content {
    min-width: 0;
    flex: 1
}

.section-news__item .title {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 10px
}

.section-news__item .title a {
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 18px
}

.section-news__item .title a:hover {
    color: #0F8DF0
}

.section-news__item .desc {
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 22px;
    min-height: 66px;
    margin-bottom: 4px;
    color: #D1D2EE;
}

.section-news__item .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px
}

.section-news__item .info span {
    color: #D1D2EE;
}

.section-news__item .info a {
    color: #2276F3;
}

.section-news__item .info a:hover {
    color: #0F8DF0
}

.section-news__more {
    padding-top: 40px;
    text-align: center
}

.section-news__more span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 240px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    border-radius: 30px;
    transition: all .3s
}

.section-news__more span+span {
    margin-left: 40px;
}

.section-news__more span.btn-get {
    color: #fff;
    background: #3d28f6;
}

.section-news__more span.btn-get:hover {
    color: #fff;
    background: #3d28f6;
    opacity: 0.8;
}

.section-news__more span.btn-close {
    display: none;
    color: #fff;
    background: rgba(61,40,246,0.32);
}

.section-news__more span.btn-close:hover {
    color: #fff;
    background: rgba(61,40,246,0.32);
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .public-section.is-news {
        margin-bottom:.6rem
    }

    .section-news__item {
        flex-flow: row-reverse;
        width: 100%;
        padding: 0;
        margin-right: 0;
        margin-bottom: .3rem;
        padding-bottom: .3rem;
        border-radius: 0;
        border-bottom: solid 1px rgba(255,255,255,0.3);
        background-color: transparent
    }

    .section-news__item .image {
        width: 2rem;
        height: 1.25rem;
        margin-right: 0;
        margin-left: .15rem
    }

    .section-news__item .title {
        margin-bottom: .2rem
    }

    .section-news__item .title a {
        max-width: 100%;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: .32rem;
        font-weight: 400;
    }

    .section-news__item .desc {
        display: none
    }

    .section-news__item .info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px
    }

    .section-news__item .info span {
        color: #d5e1df
    }

    .section-news__item .info a {
        display: none
    }

    .section-news__more {
        text-align: center
    }
    
    .section-news__more span+span {
        margin-left: .4rem
    }
    .section-news__more span {
        cursor: 2.4rem;
        width: 2.4rem;
        height: 0.62rem;
        line-height: 0.62rem;
    }
}
