.news-list {
    margin: 30px 0px;
}

.news-list .item {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
}

.news-list .item .time {
    width: 230px;
    padding: 30px;
    border-right: 1px solid #EFF3FD;
    font-size: 22px;
    font-family: Montserrat-Bold;
    color: #C7D3EB;
}

.news-list .item .time p {
    margin-bottom: 0px;
    line-height: 1.2;
}

.news-list .item .time .day {
    font-size: 36px;
}

.news-list .item .info {
    flex: 1;
    padding: 30px;
}

.news-list .item .info h2 {
    font-size: 22px;
}

.news-list .item .info h2 a {
    color: #00479C;
}

.news-list .item .info .summary {
    color: #8797B7;
    font-size: 14px;
    margin: 30px 0px;
}

.news-list .item .info .more-btn {
    display: flex;
    align-items: center;
    color: #DDB467;
}

.news-list .item .info .more-btn .iconfont {
    margin-left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #F4F6F8;
}

.news-recommend {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    padding: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.news-recommend .img {
    width: 700px;
    height: 590px;
    margin-right: 30px;
}

.news-recommend .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-recommend .info {
    flex: 1;
    padding: 30px;
}

.news-recommend .info h2 {
    font-size: 33px;
    line-height: 1.6em;
}

.news-recommend .info h2 a {
    color: #00479C;
}

.news-recommend .info .summary {
    color: #8797B7;
    font-size: 16px;
    margin: 30px 0px;
    line-height: 2em
}

.news-recommend .info .more-btn {
    display: flex;
    align-items: center;
    color: #DDB467;
    margin-top: 100px;
}

.news-recommend .info .more-btn .iconfont {
    margin-left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #F4F6F8;
}

.news-recommend .info .time {
    padding-bottom: 30px;
    border-bottom: 1px solid #EFF3FD;
    font-size: 22px;
    font-family: Montserrat-Bold;
    color: #C7D3EB;
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.news-recommend .info .time p {
    margin-bottom: 0px;
    line-height: 1.2;
}

.news-recommend .info .time .day {
    font-size: 36px;
}

.news-recommend .info .time .year {
    width: 80px;
    text-align: end;
}
.sub-banner.newsDetail .mask{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(
0deg, rgba(4, 36, 94, 0.86) 0%, rgba(4, 34, 77, 0.54) 50%, rgba(3, 43, 103, 0) 100%);
z-index: 2;
}
.sub-banner.newsDetail .container {
    z-index: 3;
}
.sub-banner.newsDetail .title {
    margin-top: 0px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}
.sub-banner.newsDetail .title .iconfont {
    margin-top: 60px;
}
.sub-banner.newsDetail .title h2 {
    font-size: 40px;
    text-align: center;
}
.sub-banner.newsDetail .foot {
    position: absolute;
    bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #F7DCCB;
}
.sub-banner.newsDetail .foot .share {
    display: flex;
    align-items: center;
}
.sub-banner.newsDetail .foot .share img {
    margin-left: 10px;
}
.sub-banner.newsDetail .foot .share .social-share .social-share-icon {
    background: #f7dccb;
    color: #254270;
    border: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
}
.sub-banner.newsDetail {
    overflow: unset;
}
.sub-banner.newsDetail .news-tip {
    height: 290px;
    position: absolute;
    bottom: -150px;
    background: #00479C;
    padding: 50px;
    border-radius: 5px;
    color: #fff;
}
.sub-banner.newsDetail .news-tip .row:nth-child(1) {
    height: 160px;
    margin-bottom: 20px;
}
.sub-banner.newsDetail .news-tip .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sub-banner.newsDetail .news-tip .col-md-6 p {
    margin-bottom: 0px;
}
.sub-banner.newsDetail .news-tip .col-md-6 img {
    margin-bottom: 10px;
}
.sub-banner.newsDetail .news-tip .col-md-6 p:nth-child(3) {
    font-weight: bold;
}
.sub-banner.newsDetail .news-tip small {
    display: flex;
    justify-content: center;
    color: #5897F2;
}
.news-content {
    margin-top: 100px;
    text-align: justify;
    line-height: 2.5em;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 18px;
    color: #979798;
}
.news-content img {
    max-width: 90%;
    margin: 20px auto;
}
.prev-next {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    height: 100px
}
.prev-next .prev,.prev-next .next {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prev-next .back {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    height: 100px
}
.prev-next a {
    color: #201F1E;
}
.prev-next .iconfont {
    color: #00479C;
    font-size: 30px;
}
.prev-next .prev .iconfont {
    transform: rotate(180deg);
}
@media screen and (max-width: 768px) {

    .news-recommend {
        flex-direction: column;
    }

    .news-recommend .img {
        width: 100%;
        margin-right: 0px;
        height: 250px;
    }

    .news-recommend .info {
        padding: 20px;
    }

    .news-recommend .info .time {
        font-size: 18px;
        margin: 10px 0px;
        padding-bottom: 10px;
    }

    .news-recommend .info .time .year {
        width: 50px;
    }

    .news-recommend .info h2 {
        font-size: 24px;
        
    }

    .news-recommend .info .more-btn {
        margin-top: 0px;
    }

    .news-list .item {
        flex-direction: column;
    }

    .news-list .item .time {
        border-bottom: 1px solid #EFF3FD;
        border-right: 0px;
        width: 100%;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news-list .item .info {
        padding: 15px;
    }
    .sub-banner.newsDetail .title {
        height: 100%;
    }
    .sub-banner.newsDetail .title h2 {
        font-size: 25px;
    }
    .sub-banner.newsDetail .title .iconfont {
        width: 35px;
        height: 35px;
        margin-top: 30px
    }
    .sub-banner.newsDetail .foot {
        bottom: 70px;
        text-align: center;
        justify-content: center;
        font-size: 14px;
        left: 0px;
    }
    .sub-banner.newsDetail .foot .share {
        display: none;
    }
    .sub-banner.newsDetail .news-tip {
        bottom: -200px;
        padding: 20px;
        height: 250px;
    }
    .sub-banner.newsDetail .news-tip .col-md-6 {
        width: calc(100%/2);
        float: left;
    }
    .sub-banner.newsDetail .news-tip .col-md-6 img {
        width: 25%;
    }
    .sub-banner.newsDetail .news-tip .row:nth-child(1) {
        height: 120px;
    }
    .news-content{
        margin-top: 170px;
        padding: 10px;
    }
    .prev-next {
        height: 50px;
        flex-direction: column;
        justify-content: center;
    }
    .prev-next .back {
        width: 50px;
        height: 50px;
        border: 1px solid #E5E5E5;
        padding: 10px;
        border-radius: 10px;
    }
}