.information .container {
    padding: 0
}

.information .news-list {
    padding-bottom: 40px
}

.information .news-list .news-nav-group {
    position: relative
}

@media (max-width:767.98px) {
    .information .news-list .news-nav-group {
        -webkit-box-shadow: 0 2px 20px -4px rgba(13, 34, 64, .15), 0 0 6px -2px rgba(13, 34, 64, .2);
        box-shadow: 0 2px 20px -4px rgba(13, 34, 64, .15), 0 0 6px -2px rgba(13, 34, 64, .2)
    }
}

.information .news-list .news-nav-group .current-title {
    display: none
}

@media (max-width:767.98px) {
    .information .news-list .news-nav-group .current-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 16px
    }

    .information .news-list .news-nav-group .current-title i {
        font-weight: 400;
        font-size: 22px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        color: #adbacc
    }
}

.information .news-list .news-nav {
    border-bottom: 1px solid #edf0fa;
    padding: 32px 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:767.98px) {
    .information .news-list .news-nav {
        display: none;
        border-bottom: none;
        position: absolute;
        background: #fff;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: rgba(13, 34, 64, .15) 0 20px 20px 0;
        box-shadow: rgba(13, 34, 64, .15) 0 20px 20px 0
    }

    .information .news-list .news-nav::before {
        content: '';
        position: absolute;
        left: 16px;
        right: 16px;
        top: 0;
        height: 1px;
        background: #edf0fa
    }
}

.information .news-list .news-nav a {
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #5a6a80;
    font-size: 18px;
    width: 20%;
    display: block;
    float: left
}

.information .news-list .news-nav a:hover {
    color: #0c71ff
}

.information .news-list .news-nav a.active {
    border-bottom: 2px solid #1a1511;
    color: #1a1511
}

@media (max-width:767.98px) {
    .information .news-list .news-nav a {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: normal;
        height: auto;
        padding: 15px 16px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .information .news-list .news-nav a::after {
        content: '';
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 0;
        height: 1px;
        background: #edf0fa
    }

    .information .news-list .news-nav a.active {
        border-bottom: none
    }

    .information .news-list .news-nav a.active::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 10px;
        width: 3px;
        margin-top: -5px;
        background: #1a1511
    }
}

.information .news-list ul {
    padding: 0 32px;
    min-height: 300px
}

@media (max-width:767.98px) {
    .information .news-list ul {
        padding: 0 16px
    }
}

.information .news-list ul li {
    margin-top: 48px;
    overflow: hidden
}

@media (max-width:767.98px) {
    .information .news-list ul li {
        margin-top: 24px
    }
}

.information .news-list ul li a {
    overflow: hidden
}

.information .news-list ul li .img {
    width: 200px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    float: left
}

.information .news-list ul li .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width:767.98px) {
    .information .news-list ul li .img {
        width: 160px;
        height: 96px
    }

    .information .news-list ul li .img img {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
}

.information .news-list ul li .group {
    float: left;
    width: calc(100% - 200px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 120px
}

.information .news-list ul li .group h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.information .news-list ul li .group p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #5a6a80;
    margin-top: 5px
}

.information .news-list ul li .group .time {
    color: #adbacc;
    font-size: 13px
}

@media (max-width:767.98px) {
    .information .news-list ul li .group {
        height: 96px;
        padding-left: 12px;
        width: calc(100% - 160px)
    }

    .information .news-list ul li .group .time,
    .information .news-list ul li .group p {
        font-size: 12px
    }
}

.information .news-list ul li:hover h5 {
    color: #0c71ff
}

.page-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 68px;
    font-size: 16px;
    padding: 0 16px
}

.page-group a {
    padding: 9px 15px;
    color: #1a1511;
    border: 1px solid #edf0fa;
    border-radius: 8px;
    margin: 0 5px
}

.page-group a:hover {
    border-color: #0c71ff;
    background: #0c71ff;
    color: #fff
}

.page-group a[disabled] {
    color: #adbacc;
    pointer-events: none
}

.page-group span {
    padding: 9px 15px
}

@media (max-width:767.98px) {
    .page-group {
        margin-top: 30px;
        font-size: 14px
    }

    .page-group .next,
    .page-group .pre {
        width: 50%;
        margin: 0;
        text-align: center
    }

    .page-group .next:hover,
    .page-group .pre:hover {
        background: 0 0;
        color: #1a1511;
        border-color: #edf0fa
    }

    .page-group .next:active,
    .page-group .pre:active {
        opacity: .5
    }

    .page-group .pre {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .page-group .next {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none
    }
}

.information-banner {
    position: relative;
    overflow: hidden;
    height: 480px
}

.information-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 480px;
    width: 2048px;
    background: url(/assets/images/information/information.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.information-banner::after {
    content: '';
    position: absolute;
    background: #4fb854;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
    height: 100%
}

.information-banner .container .pub-h1 {
    padding-top: 220px;
    text-align: center;
    color: #fff
}

@media (max-width:767.98px) {
    .information-banner {
        height: 240px
    }

    .information-banner::before {
        background-image: url(/assets/images/information/information_banner.png);
        background-position: right top;
        background-size: contain;
        width: 100%;
        height: 100%
    }

    .information-banner .container .pub-h1 {
        padding-top: 92px;
        text-align: left
    }
}

@media (max-width:375px) {
    .information-banner::before {
        background-size: cover
    }
}

.latest-articles {
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.latest-articles .title {
    font-size: 20px;
    color: #1a1511;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 49px;
    padding-bottom: 19px;
    position: relative
}

.latest-articles .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 10px;
    background: #0c71ff;
    border-radius: 2px;
    margin-top: -15px
}

.latest-articles ul {
    border-top: 1px solid #edf0fa;
    border-bottom: 1px solid #edf0fa;
    padding-top: 12px;
    padding-bottom: 20px;
    overflow: hidden
}

.latest-articles ul li {
    margin-top: 12px;
    padding-left: 32px;
    position: relative;
    overflow: hidden;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.latest-articles ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/assets/images/information/01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    width: 25px;
    height: 30px
}

.latest-articles ul li:nth-child(2)::before {
    background-image: url(/assets/images/information/02.png)
}

.latest-articles ul li:nth-child(3)::before {
    background-image: url(/assets/images/information/03.png)
}

.latest-articles ul li:nth-child(4)::before {
    background-image: url(/assets/images/information/04.png)
}

.latest-articles ul li:nth-child(5)::before {
    background-image: url(/assets/images/information/05.png)
}

.latest-articles ul li a {
    font-size: 16px;
    color: #5a6a80
}

.latest-articles ul li a:hover {
    color: #0c71ff
}