.w33 {
    width: calc(33.33% - 18.67px);
}

.ml28 {
    margin-left: 28px;
}

.bg {
    background: #f7f8fa;
    padding-top: 30px;
    padding-bottom: 40px;
}

.banner {
    width: 100%;
    height: 640px;
    background-color: #f5f6f9;
    box-shadow: 0px 3px 6px 0px rgba(161, 161, 161, 0.16);
}

.banner .banner_main {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner .banner_main .swiper-slide>div {
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner .banner_main .swiper-slide div a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding-left: 36px;
    position: absolute;
    bottom: 0;
}

.banner .banner_main .swiper-slide div .banner_href {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
    left: initial;
    width: auto;
    right: 45px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.9;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 36px;
    height: 8px;
    background-color: #fcaa07;
    border-radius: 4px;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
    left: -27px;
    transition: all 0.5s;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
    right: -27px;
    transition: all 0.5s;
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-container-rtl .swiper-button-next {
    left: 10px;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}

.title .title_name {
    float: left;
}

.title .title_name .zh {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #072a9e;
}

.title .title_name .en {
    font-size: 14px;
    line-height: 1;
    color: #ccc;
    margin-top: 5px;
}

.title .more {
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.news_list {
    margin-top: 20px;
}

.news_list li {
    float: left;
    width: calc(33.33% - 18.67px);
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding-top: 18px;
    padding-left: 18px;
    margin-bottom: 15px;
    border-bottom: 4px solid rgba(7, 42, 158, 0.22);
    margin-left: 28px;
}

.news_list li:nth-child(6),
.news_list li:nth-child(7) {
    margin-bottom: 0;
}

.news_list li .pic {
    float: left;
    width: 134px;
    height: 88px;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_list li .text {
    float: left;
    width: calc(100% - 170px);
    margin-left: 16px;
    padding-top: 8px;
}

.news_list li .text>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.news_list li .text p {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
}

.news_list li:first-child {
    width: calc(33.33% - 18.67px);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border-bottom: 4px solid rgba(7, 42, 158, 0.22);
    margin-left: 0;
    padding: 0;
}

.news_list li:first-child .pic {
    width: 100%;
    height: 292px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news_list li:first-child .text {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding: 20px 24px 0 24px;
}

.news_list li:first-child .text>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.news_list li:first-child .text p {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.news_list li:hover {
    border-bottom-color: #072a9e;
}

.news_list li:hover .text a {
    color: #072a9e;
}

.lins_list li {
    float: left;
    width: calc(16.66% - 18.34px);
    height: 82px;
    margin-left: 22px;
    background-color: #E6ECFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    border: 1px solid #D1E0FF;
    border-radius: 5px;
}

.lins_list li:first-child {
    margin-left: 0;
}

.lins_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lins_list li a .icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.lins_list li a span {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #072a9e;
    margin-left: 20px;
    font-weight: bolder;
}

.lins_list li:hover {
    background-image: linear-gradient(0deg, #072a9e 0%, #104dcb 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #072A9E;
}

.lins_list li:hover a span {
    color: #ffffff;
}

.lins_list li:nth-child(1) .icon {
    background-image: url(../img/links_icon01.png);
}

.lins_list li:nth-child(2) .icon {
    background-image: url(../img/links_icon02.png);
}

.lins_list li:nth-child(3) .icon {
    background-image: url(../img/links_icon03.png);
}

.lins_list li:nth-child(4) .icon {
    background-image: url(../img/links_icon04.png);
}

.lins_list li:nth-child(5) .icon {
    background-image: url(../img/links_icon05.png);
}

.lins_list li:nth-child(6) .icon {
    background-image: url(../img/links_icon06.png);
}

.lins_list li:nth-child(1):hover .icon {
    background-image: url(../img/links_icon_hover01.png);
}

.lins_list li:nth-child(2):hover .icon {
    background-image: url(../img/links_icon_hover02.png);
}

.lins_list li:nth-child(3):hover .icon {
    background-image: url(../img/links_icon_hover03.png);
}

.lins_list li:nth-child(4):hover .icon {
    background-image: url(../img/links_icon_hover04.png);
}

.lins_list li:nth-child(5):hover .icon {
    background-image: url(../img/links_icon_hover05.png);
}

.lins_list li:nth-child(6):hover .icon {
    background-image: url(../img/links_icon_hover06.png);
}

.date_list {
    padding: 24px;
    padding-top: 4px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 15px;
}

.date_list li {
    height: 65px;
    border-bottom: 1px dashed #eee;
}

.date_list li .date {
    float: left;
    padding-top: 12px;
    width: 64px;
    height: 64px;
}

.date_list li .date span {
    display: block;
    line-height: 1;
    text-align: center;
}

.date_list li .date .day {
    font-size: 24px;
    color: #072a9e;
    font-weight: bold;
}

.date_list li .date .years {
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}

.date_list li a {
    float: left;
    width: calc(100% - 75px);
    font-size: 16px;
    line-height: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 11px;
}

.date_list li:hover .date {
    background-color: #072a9e;
}

.date_list li:hover .date span {
    color: #fff;
}

.date_list li:hover a {
    color: #072a9e;
    font-weight: bold;
}

.my_list {
    padding: 24px;
    padding-top: 13px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 15px;
}

.my_list li {
    height: 50px;
    border-bottom: 1px dotted #eee;
    background: url(../img/list_itme_icont.png) no-repeat;
    background-position: 0 center;
}

.my_list li a {
    float: left;
    width: calc(100% - 50px);
    font-size: 16px;
    line-height: 49px;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.my_list li span {
    float: left;
    width: 50px;
    font-size: 16px;
    line-height: 49px;
    color: #999999;
}

.my_list li:hover a {
    color: #072a9e;
}

.pic_links {
    margin-top: 60px;
}

.pic_links li {
    float: left;
    width: calc(25% - 12px);
    height: 210px;
    border-radius: 5px;
    margin-left: 16px;
}

.pic_links li:first-child {
    margin-left: 0;
}

.pic_links li a {
    display: block;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.pic_links li a img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s;
}

.pic_links li a span {
    display: block;
    width: 100%;
    height: 48px;
    background: url(../img/pic_links_title.png) no-repeat;
    background-size: cover;
    border-radius: 5px;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.pic_links li:hover a img {
    width: 125%;
}

.pic_links li:hover a span {
    bottom: 0;
}

/* -------- 响应式修改 -------- */
@media (max-width: 1500px) {
    .banner {
        width: 100%;
        height: 555px;
        background-color: #f5f6f9;
        box-shadow: 0px 3px 6px 0px rgba(161, 161, 161, 0.16);
    }
}

@media (max-width: 1200px) {
    .banner {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .banner {
        height: 460px;
    }

    .banner .banner_main {
        width: 100%;
    }

    .news_list li:first-child {
        display: none;
    }

    .news_list li {
        float: right;
        width: calc(50% - 15px);
        margin-left: 0;
    }

    .news_list li:nth-child(2n) {
        float: left;
    }

    .lins_list li {
        float: left;
        width: calc(33.33% - 20px);
        height: 82px;
        margin-left: 30px;
        background-color: #E6ECFF;
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
        padding-top: 16px;
        border: 1px solid #D1E0FF;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .lins_list li:nth-child(3n + 1) {
        margin-left: 0;
    }

    .w33 {
        width: 100%;
    }

    .ml28 {
        margin-left: 0;
        margin-top: 30px;
    }

    .pic_links li {
        float: left;
        width: calc(50% - 15px);
        height: 210px;
        border-radius: 5px;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .pic_links li:nth-child(2n - 1) {
        margin-left: 0;
    }

    .pic_links li:nth-child(3),
    .pic_links li:nth-child(4) {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .banner {
        height: 45vw;
    }

    .banner .banner_main .swiper-slide div a {
        display: none;
    }

    .news_list li:first-child {
        display: block;
    }

    .news_list li:first-child {
        width: 100%;
    }

    .news_list li {
        float: none !important;
        width: 100%;
        margin-left: 0;
        margin: 0;
        margin-bottom: 30px !important;
    }

    .news_list li:nth-child(4),
    .news_list li:nth-child(5),
    .news_list li:nth-child(6),
    .news_list li:nth-child(7) {
        display: none;
    }

    .lins_list li {
        float: left;
        width: calc(50% - 15px);
        margin: 0 !IMPORTANT;
        margin-bottom: 20px !IMPORTANT;
    }

    .lins_list li:nth-child(2n) {
        float: right;
    }

    .pic_links li {
        float: none;
        width: 100%;
        height: 250px;
        margin: 0 !IMPORTANT;
        margin-bottom: 20px !IMPORTANT;
    }

    .pic_links li a {
        height: 100%;
    }
}

@media (max-width: 374px) {
    .lins_list li {
        width: 100%;
    }
}