.header {
    background: #F5F7FA;
}

.header .header_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 46px;
    transform: translateX(30px);
}

.header .header_nav a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #12254A;
    text-transform: capitalize;
}

.header .logo img:nth-child(1) {
    opacity: 0;
}

.header .logo img:nth-child(2) {
    opacity: 1;
}

.header .header_r a {
    border: 1px solid #182745;
    color: #182745;
}

.header .header_r a:nth-child(2) {
    background: #000;
    border: 1px solid black;
    color: #FFFFFF;
}

.section {
    background: #F5F7FA;
    padding: 246px 0 116px;
}

.section .wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.section .wrap .back {
    top: 0;
    position: absolute;
    left: -182px;
    transform: translateX(-100%);
}

.section .wrap .back a {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #12254A;
    padding: 0 18px;
    transition: 0.6s;
    gap: 0 8px;
}

.section .wrap .back a p {
    font-weight: 500;
    font-size: 16px;
    color: #12254A;
    transition: 0.6s;
}

.section .wrap .back a img {
    display: block;
    width: 12px;
    transition: 0.6s;
}

.section .wrap .back a:hover {
    background: #12254A;
}

.section .wrap .back a:hover p {
    color: #FFFFFF;
}

.section .wrap .back a:hover img {
    filter: brightness(0) invert(1);
}

.section .wrap .title {
    font-weight: bold;
    font-size: 28px;
    color: #12254A;
    line-height: 40px;
    margin: 0 0 49px;
}

.section .wrap .flex {
    padding: 0 0 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section .wrap .flex p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(18, 37, 74, 0.5);
}

.section .wrap .content {
    padding: 47px 0 70px;
}

.section .wrap .content p {
    font-weight: 300;
    font-size: 16px;
    color: #12254A;
    line-height: 28px;
}

.section .wrap .content h5 {
    font-weight: bold;
    font-size: 16px;
    color: #12254A;
    margin-bottom: 15px;
}

.section .news_page {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0 116px;
}

.section .news_page .wrap {
    display: flex;
    justify-content: space-between;
}

.section .news_page .wrap .item {
    width: 367px;
}

.section .news_page .wrap .item h5 {
    font-weight: bold;
    font-size: 16px;
    color: #12254A;
    margin-bottom: 10px;
}

.section .news_page .wrap .item a ,.section .news_page .wrap .item p{
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #12254A;
    line-height: 24px;
    transition: 0.6s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .news_page .wrap .item a:hover {
    color: #F0AA21;
}

.section .news_page .wrap .item:nth-last-child(1) {
    text-align: right;
}

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1919px) {
    .header .header_nav {
        gap: 0px 2.3958333333vw;
        transform: translateX(1.5625vw);
    }

    .header .header_nav a {
        font-size: 0.8333333333vw;
    }

    .section {
        padding: 12.8125vw 0px 6.0416666667vw;
    }

    .section .wrap {
        width: 62.5vw;
    }

    .section .wrap .back {
        left: -9.4791666667vw;
    }

    .section .wrap .back a {
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
        padding: 0px 0.9375vw;
        gap: 0px 0.4166666667vw;
    }

    .section .wrap .back a p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .back a img {
        width: 0.625vw;
    }

    .section .wrap .title {
        font-size: 1.4583333333vw;
        line-height: 2.0833333333vw;
        margin: 0px 0px 2.5520833333vw;
    }

    .section .wrap .flex {
        padding: 0px 0px 1.3541666667vw;
    }

    .section .wrap .flex p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content {
        padding: 2.4479166667vw 0px 3.6458333333vw;
    }

    .section .wrap .content p {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .section .wrap .content h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.78125vw;
    }

    .section .news_page {
        padding: 1.5625vw 0px 6.0416666667vw;
    }

    .section .news_page .wrap .item {
        width: 19.1145833333vw;
    }

    .section .news_page .wrap .item h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.5208333333vw;
    }

    .section .news_page .wrap .item a,.section .news_page .wrap .item p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 0;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .back {
        position: unset;
        transform: unset;
        margin-bottom: 30px;
    }
    .section .wrap .back a {
        height: 40px;
        border-radius: 40px;
        padding: 0 20px;
        gap: 0 10px;
    }
    .section .wrap .back a p {
        font-size: 14px;
    }
    .section .wrap .back a img {
        width: 12px;
    }
    .section .wrap .title {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .section .wrap .flex p {
        font-size: 14px;
    }
    .section .wrap .flex {
        padding: 0 0 20px;
    }
    .section .wrap .content {
        padding: 40px 0 30px;
    }
    .section .wrap .content p {
        font-size: 16px;
        line-height: 1.8;
    }
    .section .news_page {
        padding: 30px 0 50px;
    }
    .section .news_page .wrap {
        display: block;
    }
    .section .news_page .wrap .item {
        width: 100%;
    }
    .section .news_page .wrap .item h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section .news_page .wrap .item a, .section .news_page .wrap .item p {
        font-size: 16px;
        line-height: 1.4;
    }
    .section .news_page .wrap .item:nth-child(1) {
        margin-bottom: 30px;
    }
    .section .news_page .wrap .item:nth-last-child(1) {
        text-align: left;
    }
    .section .wrap .content h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
