@charset "utf-8";

body {
    overflow-x: hidden;
}





/* 中心部分 */


.title {
    position: relative;
    align-items: center;
    padding-bottom: .15rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid #d4d4d4;
}



.tit_c {
    display: flex;
    align-items: flex-end;
}

.tit_c .h3 {
    position: relative;
    display: flex;
    align-items: center;
}

.tit_c .h3 .p {
    position: relative;
    font-size: .24rem;
    color: #222;
    font-weight: bold;
    line-height: 1;
    z-index: 6;
}

.tit_c .h3 .p1 {
    display: flex;
    position: relative;
    margin-right: .05rem;
    z-index: 6;
}

.tit_c .h3 .p1 img {
    max-height: .4rem;
}

.tit_c .h3 .p1 span {
    font-size: .56rem;
    color: #a81b00;
    font-family: "hj";
}

.tit_c .h3 .p1 span:nth-child(2) {
    margin-top: .3rem;
}


.tit_c p {
    position: relative;
    font-size: .14rem;
    color: #666;
    text-transform: uppercase;
    padding-left: .05rem;
    line-height: 1;
}



.title .more {

    position: absolute;

    right: 0;

    top: .1rem;

    transition: all .6s;
}

.title .more a {

    font-size: .14rem;

    color: #666;

    display: block;

    transition: all .6s;
}

.title .more a:hover {
    font-weight: bold;
    color: #0f4fb4;
}

.section1 {
    padding: .6rem 0 1rem;
    background: url(../images/sect1-bg.png) no-repeat center top/cover;
}

.section1 .title {
    border-bottom: none;
    justify-content: center;
}

.section1 .tit_c {
    display: block;
    text-align: center;
}

.section1 .tit_c .h3 {
    text-align: center;
    display: block;
    margin-bottom: .05rem;
}

.s1 ul {
    justify-content: flex-start;
    margin: 0 -.15rem;
}

.s1 ul li {
    width: 33.33%;
    padding: 0 .15rem;
}

.s1 ul li a {
    display: block;
}

.s1 ul li a .pic {
    padding-top: 57.89%;
    border-radius: .15rem .15rem 0 0;
}

.s1 ul li a .pic .date {
    position: absolute;
    left: .2rem;
    top: .2rem;
    width: .6rem;
    height: .6rem;
    color: #0f4fb4;
    background: #fff;
    border-radius: .05rem;
    text-align: center;
    overflow: hidden;
}

.s1 ul li a .pic .date p {
    line-height: .36rem;
    font-size: .24rem;
}

.s1 ul li a .pic .date span {
    display: block;
    font-size: .12rem;
    line-height: .24rem;
    background: #dbe8fe;
}


.s1 ul li a .cont {
    background: #fff;
    padding: .2rem;
    padding-top: 0;
    border-radius: 0 0 .1rem .1rem;
    box-shadow: 0px 4px 14.72px 1.28px rgba(39, 105, 209, 0.1);
}

.s1 ul li a .cont h2 {
    padding: .15rem 0;
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: .1rem;
    font-size: .16rem;
    color: #222;
}

.s1 ul li a .cont p {
    font-size: .14rem;
    color: #666;
    line-height: .28rem;
    height: .56rem;
}

.s1 ul li a .cont span {
    display: block;
    margin-top: .15rem;
    font-size: .14rem;
    color: #0f4fb4;
}

@media screen and (max-width: 1400px) {}


@media screen and (min-width: 1025px) {
    .s1 ul li:hover a .cont h2 {
        color: #0f4fb4;
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {

    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
        margin-top: .2rem;
    }

    .section1 {
        padding: .2rem 0;
    }

    .title .more {
        top: .05rem
    }




}

@media screen and (max-width: 768px) {
    .section1 .title {
        justify-content: space-between;
    }

    .tit_c p {
        display: none;
    }

    .tit_c .h3 .p {
        font-size: .2rem;
    }




    .title {
        margin-bottom: .15rem;
    }

    .s1 ul li {
        width: 100%;
        margin-bottom: .15rem;
    }


}

.section2 {
    padding: .85rem 0 1.1rem;
    background: url(../images/sect2-bg.png) no-repeat center top/cover;
}

.s2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2 .left {
    width: 48.6%;
}

.s2 .right {
    width: 48.6%;
}

.s2 .list {
    background: #fff;
    box-shadow: 0px 4px 14.72px 1.28px rgba(39, 105, 209, 0.1);
    border-radius: .15rem;
    padding: 0 .2rem;
}

.list li {
    position: relative;

}



.list li a {
    position: relative;
    display: block;
    padding-right: 1.3rem;
    line-height: .8rem;
    padding-left: .3rem;
    font-size: .18rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #d4d4d4;
    transition: all .6s;
}

.list li:last-child a {
    border-bottom: none;
}

.list li a:after {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: .38rem;
    width: .04rem;
    height: .04rem;
    border: 1px solid #222;
    transform: rotate(45deg);
    transition: all .6s;
}

.list li span {
    position: absolute;
    right: .2rem;
    top: .3rem;
    font-size: .18rem;
    color: #666;
}

@media screen and (min-width: 1025px) {
    .list li:hover a {
        color: #0f4fb4;
        font-weight: bold;
    }

    .list li:hover a:after {
        border: 1px solid #0f4fb4;
    }
}

@media screen and (max-width: 1024px) {
    .section2 {
        padding: .2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .list li a {
        line-height: .4rem;
        padding-right: 1rem;
    }

    .list li a:after {
        top: .18rem;
    }

    .list li span {
        top: .1rem;
        font-size: .14rem;
    }
}

.section3 {
    padding: 1rem 0 1.2rem;
    background: #f2f4ff url() no-repeat center top/cover;
}

.s3 .title {
    padding-bottom: 0;
}

.s3 .tit_c .h3 {
    width: 1.6rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.s3 .tit_c .h3 .p {
    font-weight: normal;
}

.s3 .tit_c .h3.on {
    font-weight: bold;
    background: #0f4fb4;

    border-radius: .1rem .1rem 0 0;

}

.s3 .tit_c .h3.on .p {
    font-weight: bold;
    color: #fff;
}

.s3 .title .more a {
    display: none;
}

.s3 .title .more a.on {
    display: block;
}


.s3 .list {
    background: url(../images/s3_bg.png) navajowhite center top/cover;
    padding: 0 .25rem;
    border-radius: .2rem;
    box-shadow: 0px 4px 14.72px 1.28px rgba(39, 105, 209, 0.1);
}

.s3_nr ul {
    display: none;
}

.s3_nr ul.on {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s3_nr ul li {
    width: 48%;
}

.s3_nr ul li:nth-last-child(2) a {
    border-bottom: none;
}

@media screen and (max-width: 1024px) {
    .section3 {
        padding: .2rem 0;
    }

    .s3 .tit_c .h3 {
        width: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .s3 .title .more {
        top: .15rem;
    }

    .s3_nr ul li {
        width: 100%;
    }
}

.section4 {
    padding: .7rem 0;
    background: url(../images/sect4-bg.png) no-repeat center top/cover;
}



.s4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.s4 .title {
    width: 1.3rem;
    border-bottom: none;
    margin-top: .4rem;
}

.s4 .tit_c {
    display: block;
}

.s4 .tit_c .h3 {
    margin-bottom: .05rem;
}

.s4 ul {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: .8rem;
    margin: 0 -.3rem;
}

.s4 ul li {
    width: 33.33%;
    padding: 0 .3rem;
    margin: .1rem 0;
}

.s4 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1rem;
    background: url(../images/ft_linkbg.png) no-repeat center top/cover;
    border-radius: .15rem;
    padding: 0 .15rem;
    transition: all .6s;


}

.s4 ul li a p {
    line-height: .28rem;
    font-size: .16rem;
    color: #0f4fb4;
}

@media screen and (min-width: 1025px) {
    .s4 ul li:hover a {
        box-shadow: 0 0 10px #ead5d5;
    }

    .s4 ul li:hover a p {
        font-weight: bold;
    }
}

@media screen and (max-width: 1024px) {
    .section4 {
        padding: .2rem 0;
    }

    .s4 .title {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .s4 {
        display: block;
    }

    .s4 ul {
        flex: none;
        width: 100%;
        padding-left: 0;
        margin: 0;
    }

    .s4 ul li {
        padding: 0 .1rem;
    }
}

@media screen and (max-width: 768px) {
    .s4 ul li {
        width: 100%;
    }
}