﻿@charset "utf-8";

@font-face {
    font-family: "sy";
    src: url(../font/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

.bk1 {
    padding: 85px 0 50px;
    background: url(../images/bk1_bg.png) no-repeat center top/cover;
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.title .h3 {
    display: flex;
    align-items: center;
}

.title .h3 .t_tp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: url(../images/tit1_bg.png) no-repeat center/100% 100%;
    margin-right: 13px;
    z-index: 2;
}

.title h3 {
    position: relative;
}

.title h3 p {
    position: relative;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    font-family: "sy";
    padding-bottom: 20px;
    z-index: 2;
    background: url(../images/tit_xx.png) no-repeat left bottom;
}

.title h3 span {
    position: absolute;
    bottom: -15px;
    background-image: -webkit-linear-gradient(#CAE2FF 0%, rgba(202, 226, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "sy";
    font-size: 50px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    color: transparent;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 25px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 16px;
    color: #999999;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
    ;
}

.title a:hover {
    color: #044D98;
    border-bottom: 1px solid #044D98;
}

.info_list_1600_032 .title {
    justify-content: space-between;
}

.sect1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sect1-l {
    position: relative;
    width: 57.3125%;
    padding-bottom: 30px;
}

.sect1-l::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 99px;
    background: #fff;
}

.sect1-l ul {
    position: relative;
    z-index: 9;
}

.sect1-l ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sect1-l ul li a .tpp {
    width: 551px;
}

.sect1-l ul li a .tpp .modulepic {
    padding-top: 71.68%;
}

.sect1-l ul li a .txt {
    flex: 1;
    min-width: 0;
    padding: 50px 30px;
}

.sect1-l ul li a .txt span {
    padding-left: 25px;
    font-size: 16px;
    color: #044D98;
    background: url(../images/s1-time.png) no-repeat left center;
}

.sect1-l ul li a .txt h2 {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height: 60px\0;
}

.sect1-l ul li a .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 96px\0;
}

.sect1-l ul li a .txt .more {
    position: relative;
    margin-top: 70px;
    border-bottom: 1px solid #D8D8D8;
}



.sect1-l ul li a .txt .more .gd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 19px;
    height: 11px;
    background: url(../images/s1-gd.png) no-repeat center center;
}

.s2_but {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-left: 130px;
    z-index: 9;
}



.s2_but .s2-cir .slick-dots {
    position: static;
    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
}

.s2_but .s2-cir .slick-dots li {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #E5F2FF;
    border-radius: 50%;
    margin: 0 20px;
}

.s2_but .s2-cir .slick-dots li span {
    font-size: 16px;
    color: #3D3D3D;
}

.s2_but .s2-cir .slick-dots li.slick-active {
    background: #044D98;
}

.s2_but .s2-cir .slick-dots li.slick-active span {
    color: #fff;
}



.s2_but .s2_prev {
    width: 20px;
    height: 20px;
    background: url(../images/s2_l.png) no-repeat center center;
    cursor: pointer;
}

.s2_but .s2_next {
    width: 20px;
    height: 20px;
    background: url(../images/s2_r.png) no-repeat center center;
    cursor: pointer;
}

.sect1-r {
    width: 40.125%;
}

.sect1-r ul li {
    margin-top: 35px;
}

.sect1-r ul li:first-child {
    margin-top: 0;
}

.sect1-r ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}

.sect1-r ul li:hover a {
    background: url(../images/s1r-txt.png) no-repeat center right/calc(100% - 238px) 100%;
}

.sect1-r ul li a .tpp {
    width: 238px;
    border-radius: 20px 0 0 0;
    overflow: hidden;
}

.sect1-r ul li a .tpp .modulepic {
    padding-top: 61.25%;
}

.sect1-r ul li a .txt {
    flex: 1;
    min-width: 0;
    padding-left: 23px;
    padding-right: 23px;
}

.sect1-r ul li a .txt span {
    display: block;
    padding-left: 25px;
    background: url(../images/s1-time.png) no-repeat left center;
    font-size: 16px;
    color: #044D98;
    margin-bottom: 15px;
}

.sect1-r ul li:hover a .txt span {
    background: url(../images/s1-time1.png) no-repeat left center;
    color: rgba(255, 255, 255, 0.6);
}

.sect1-r ul li a .txt p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height: 60px;
}

.sect1-r ul li:hover a .txt p {
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .sect1-l ul li a .tpp {
        width: 350px;
    }

    .sect1-r ul li {
        margin-top: 20px;
    }

    .sect1-l ul li a .txt .more {
        margin-top: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .sect1-l {
        width: 100%;
    }

    .sect1-r {
        width: 100%;
        margin-top: 20px;
    }

    .s2_but {
        margin-top: 0;
    }


}

@media screen and (max-width: 768px) {
    .bk1 {
        padding: 20px 0;
    }

    .title {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .title h3 p {
        font-size: 24px;
    }

    .title h3 span {
        font-size: 24px;
        bottom: 0;
    }

    .sect1-l ul li a .tpp {
        width: 100%;

    }

    .sect1-l ul li a .txt {
        flex: none;
        width: 100%;
        padding: 15px;
    }

    .sect1-l::after {
        display: none;
    }

    .s2_but {
        margin-left: 0;
        justify-content: center;
    }

    .s2_but .s2-cir .slick-dots li {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 0 5px;
    }

    .s2_but .s2-cir .slick-dots li span {
        font-size: 12px;
    }

    .sect1-l ul li a .txt h2 {
        margin-bottom: 10px;
    }

    .sect1-l ul li a .txt .more {
        margin-top: 15px;
    }

    .sect1-r ul li a .tpp {
        width: 100%;
    }

    .sect1-l {
        padding-bottom: 15px;
    }

    .sect1-r ul li a .txt {
        flex: none;
        width: 100%;
        padding: 10px;
    }

    .sect1-r ul li:hover a {
        background: #044d98;
        background-size: cover;
        border-radius: 20px 0 0 0;
    }

    .sect1-r ul li a .txt p {
        font-size: 16px;
    }
}

.section2 {
    padding-top: 85px;
}

@media screen and (max-width: 768px) {
    .section2 {
        padding-top: 15px;
    }
}

.section4 {
    padding: 50px 0 95px;
}

.sect4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.sect4 ul li {
    width: 25%;

}

.sect4 ul li a {
    border-right: 1px solid #eee \0;
    border-top: 1px solid #eee \0;
    border-bottom: 1px solid #eee \0;
    border-left: 2px solid #EA6633;
    display: block;
    padding: 30px;
    margin: 0 20px;
    background: url(../images/s4_txtbg.png) no-repeat center center/100% 100%;
    filter: drop-shadow(0px 4px 10px #E5F0FF);



}

.sect4 ul li:hover a {
    border-left: 2px solid transparent;
    background: url(../images/s4-txt-bg1.png) no-repeat center center/100% 100%;
}

.sect4 ul li a .date {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #DBDBDB;
}

.sect4 ul li a .date:after {
    content: "";
    position: absolute;
    left: 36px;
    top: 30px;
    width: 30px;
    height: 1px;
    background: #DBDBDB;
    transform: rotate(-60deg);
}

.sect4 ul li a .date span {
    font-size: 26px;
    color: #044D98;
    font-weight: bold;
    padding: 0 10px;
}

.sect4 ul li:hover a .date span {
    color: #fff;
}

.sect4 ul li a .date span:nth-child(2) {
    margin-top: 15px;
}

.sect4 ul li a .txt {
    margin-top: 20px;
}

.sect4 ul li a .txt p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px\0;
}

.sect4 ul li:hover a .txt p {
    color: #fff;
}

@media screen and (max-width: 1650px) {
    .sect4 ul {
        margin: 0;
    }

    .sect4 ul li a {
        margin: 0 10px;
        padding: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .sect4 ul li {
        width: 50%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .section4 {
        padding: 20px 0;
    }

    .sect4 ul li a .date span {
        font-size: 18px;
    }

    .sect4 ul li a .date:after {
        top: 25px;
        left: 33px;
        width: 20px;
    }
}

@media screen and (max-width: 600px) {
    .sect4 ul li {
        width: 100%;
    }
}