@charset "utf-8";
.section1 {
    position: relative;
    padding-top: 40px;
}

.section1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 433px;
    height: 522px;
    background: url(../images/s1-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.title h2 {
    position: relative;
}

.title h2 span {
    font-size: 24px;
    color: #232323;
}

.title a {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #999;
}

.title a:hover {
    color: #0d6fb8;
}

.sect1 {
    position: relative;
    z-index: 9;
}

.s1-l {
    width: 809px;
}

.news a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 123px;
    background: url(../images/s1-l-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.news a .text {
    background: #0052A6;
    padding: 25px 30px;
    padding-bottom: 35px;
}

.news a .text h2 {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l a .text p {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    height: 48px;
    overflow: hidden;
}

.s1-l .slick-dots {
    bottom: 175px;
    z-index: 99;
}

.s1-l .slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    transition: all .6s;
}

.s1-l .slick-dots li.slick-active {
    width: 70px;
    height: 10px;
    border-radius: 15px;
}


/* .news .slick-prev {
    left: auto;
    bottom: 15px;
    right: 27%;
    top: auto;
    width: 24px;
    height: 36px;
    background: url() no-repeat center center;
}

.news .slick-next {
    left: auto;
    bottom: 15px;
    right: 16%;
    top: auto;
    width: 24px;
    height: 36px;
    background: url() no-repeat center center;
} */

.s1-r {
    position: relative;
    flex: 1;
    min-width: 0;
    /*box-shadow: 0px 4px 10px 0px #D7E9FC;*/
}

.s1-r .bt span {
    display: inline-block;
    line-height: 60px;
    padding-left: 26px;
    padding-right: 43px;
    font-weight: normal;
    cursor: pointer;
}

.s1-r .bt span.on {
    background: url(../images/bt-bg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}

.s1-r .more {
    position: absolute;
    right: 27px;
    top: 25px;
}

.s1-r .more a {
    display: none;
    font-size: 16px;
    color: #929292;
}

.s1-r .more a.on {
    display: block;
}

.more a:hover {
    color: #0052A6;
}

.news a {
    position: relative;
    display: block;
}

.news a .pic {
    position: relative;
    padding-top: 57.84%;
    z-index: 9;
}

.notice {
    margin-top: 35px;
}

.notice ul {
    display: none;
}

.notice ul.on {
    display: block;
}

.date-list li {
    padding: 0 26px;
}

.date-list li:last-child a {
    border-bottom: none;
}

.date-list li:hover {
    background: url(../images/s1-r-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.date-list a {
    display: flex;
    padding: 19.5px 0;
    align-items: center;
    border-bottom: 1px dashed #D8D8D8;
}

.date-list a .date {
    position: relative;
    width: 88px;
    color: #0052A6;
    margin-right: 30px;
}

.date-list li:hover  a .date {
    color: #fff;
}

.date-list a .date::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #999999;
}

.date-list a .date p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
}

.date-list a .date span {
    display: block;
    font-size: 14px;
}

.date-list a .text {
    flex: 1;
    min-width: 0;
}

.date-list a .text h2 {
    font-size: 18px;
    color: #333;
    /* font-weight: normal; */
}

.date-list li:hover  .text h2 {
    display: block;
    color: #fff;
}

.date-list a .text p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #232323;
}

.date-list li:hover  a .text p {
    color: #F2F2F2;
}

.s1r-down {
    padding: 10px 20px;
}

.s1-d {
    margin-top: 90px;
}

.s1-d ul li a {
    text-align: center;
}

.s1-d ul li .icon {
    width: 136px;
    height: 128px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.s1-d ul li .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 128px;
}

.s1-d ul li a p {
    margin-top: 25px;
    font-size: 20px;
    color: #232323;
    line-height: 30px;
    font-weight: bold;
}

.s1-d ul li a:hover .icon img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    10% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    20% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    30% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }
    40% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    50% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    60% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    70% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }
    80% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    90% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
}

.section2 {
    padding-top: 90px;
    padding-bottom: 80px;
    background: url(../images/s2-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.sect2 {
    display: flex;
    justify-content: space-between;
}

.sect2 .box {
    width: 32%;
}

.sect2 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.sect2 .title h2 {
    position: relative;
    font-size: 36px;
    color: #0052A6;
    padding-bottom: 20px;
    background: url(../images/s2-tit-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.sect2 .title h2::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    left: -5px;
    top: -5px;
    background: url(../images/s2-bt-bg.png) no-repeat center center;
}

.sect2 .title h2 span {
    position: relative;
    font-size: 36px;
    color: #2E2E2E;
    z-index: 9;
}

.sect2 .title a {
    font-size: 16px;
    color: #929292;
}

.sect2 .title a:hover {
    color: #0052A6;
}

.txt-list li a {
    position: relative;
    display: block;
    padding: 24px 0;
    border-bottom: 1px dashed #C4C4C4;
}

.txt-list li a::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 5px;
    height: 5px;
    bottom: -4px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
}

.txt-list li a p {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.txt-list li a p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 6px solid #D48256;
}

.txt-list li a span {
    padding-left: 15px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 16px;
    color: #5A8DC1;
}

.s2-l .txt-list li:hover a p,
.s2-m .txt-list li:hover a p {
    font-weight: bold;
    color: #0052A6;
}

.s2-r .txt-list li:hover a {
    background: #0052A6;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid transparent;
    box-shadow: 5px 5px #d48256;
}

.s2-r .txt-list li:hover a p {
    color: #fff;
}

.s2-r .txt-list li:hover a span {
    background: url(../images/date-other.png) no-repeat left center;
}

.s2-r .txt-list li:hover a::after {
    opacity: 0;
    z-index: -2;
}

.s2-r .txt-list li:hover a p::after {
    border-left: 6px solid #fff;
}

@media screen and (max-width: 1300px) {
    .s1-l {
        width: 640px;
    }
    .date-list a {
        padding: 7.3px 0;
    }
}

@media screen and (max-width: 1200px) {
    .s1-l {
        width: 550px;
    }
    .notice {
        margin-top: 10px;
    }
    .date-list a .date {
        width: 70px;
        margin-right: 15px;
    }
    .date-list li {
        padding: 0 15px;
    }
    .s1-r .bt span {
        line-height: 45px;
        padding-left: 20px;
        padding-right: 30px;
        font-size: 18px;
    }
    .s1-r .more {
        top: 15px;
        right: 7px;
    }
}

@media screen and (max-width: 1000px) {
    .s1-l {
        width: 100%;
    }
    .s1-r {
        width: 100%;
        margin-top: 15px;
    }
    .s1 {
        display: block;
    }
    .sect2 .title h2 {
        font-size: 24px;
    }
    .sect2 .title h2 span {
        font-size: 24px;
    }
    .sect2 {
        flex-wrap: wrap;
    }
    .sect2 .box {
        width: 100%;
        margin-bottom: 15px;
    }
    .txt-list li a {
        padding: 15px 0;
    }
    .sect2 .title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 700px) {
    .banner .slick-dots {
        bottom: 5px;
    }
    .banner .slick-dots li {
        width: 30px;
        background-size: 10px auto;
    }
    .banner .slick-dots li.slick-active {
        background-size: 20px auto;
    }
    .section1 {
        padding-top: 15px;
    }
    .s1-l .slick-dots {
        bottom: 125px;
    }
    .news a .text {
        padding: 15px;
    }
    .date-list a .text p {
        font-size: 14px;
    }
    .date-list a .date p {
        font-size: 16px;
    }
    .date-list a .date {
        width: 55px;
    }
    .s1-d {
        margin-top: 15px;
    }
    .s1-d ul li a p {
        margin-top: 10px;
        font-size: 16px;
    }
    .section2 {
        padding: 15px 0;
    }
    .txt-list li a p {
        font-size: 16px;
    }
}