@charset "utf-8";

.title1 {
    position: relative;
    margin-bottom: 20px;
}

.title1 .name {
    font-size: 36px;
    font-weight: 600;
    padding-left: 70px;
    line-height: 60px;
    background-repeat: no-repeat;
    background-position: left center;
}

.title1 .more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #0450c4;
    font-size: 14px;
    font-weight: 600;
}

.title1 .more:hover {
    color: #f4b24a;
    transition: all 0.4s;
}

.box1 {
    background: url(../image/back3.png) no-repeat left top;
    background-size: cover;
}

.box11 .top {
    width: calc(100% + 40px);
}

.box11 .top .item {
    width: calc(25% - 40px);
    margin-right: 40px;
    float: left;
    box-sizing: border-box;
    padding-bottom: 25px;
    border-bottom: 2px solid #3b78d5;
}

.box11 .top .item .img {
    overflow: hidden;
}

.box11 .top .item .img img {
    width: 100%;
    object-fit: cover;
    height: 210px;
}

.box11 .top .item .date {
    background: url(../image/date1.png);
    background-size: 100% 100%;
    height: 70px;
    width: 80px;
    font-family: 'Georgia';
    text-align: center;
    margin-left: 20px;
    margin-top: -35px;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

.box11 .top .item .date1 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 5px;
}

.box11 .top .item .date2 {

    font-size: 14px;
}

.box11 .top .item .title {
    line-height: 26px;
    font-weight: 600;
    margin-top: 15px;
    height: 52px;
    overflow: hidden;
}

.box11 .top .item:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box11 .top .item:hover .title {
    transition: all 0.4s;
    color: #115bcc;
}

.box11 .top .item:nth-child(1),
.box11 .top .item:nth-child(3) {
    padding-top: 30px;
}

.box11 .bottom {
    width: calc(100% + 40px);
}

.box11 .bottom .item {
    width: calc(33.33% - 40px);
    margin-right: 40px;
    margin-top: 40px;
    background: url(../image/index12.png)no-repeat left bottom;
    background-size: 100% 2px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(77, 11, 117, 0.1);
    box-sizing: border-box;
    padding: 30px 35px;
    float: left;
}

.box11 .bottom .item .bt {
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    height: 48px;
}

.box11 .bottom .item .date {
    color: #3b78d5;
    font-family: 'Georgia';
}

.box11 .bottom .item:hover {
    color: #ffffff;
    background: url(../image/index11.png);
    background-size: 100% 100%;
}

.box11 .bottom .item:hover .date {
    color: rgba(255, 255, 255, 0.7);
}

.box12 .left .item {
    border-bottom: 1px dashed #adaeb0;
}

.box12 .left .item .date {
    padding-left: 28px;
    color: #326dc8;
    background: url(../image/index2.png) no-repeat left center;
    float: right;
}

.box12 .left .item .bt {
    font-size: 18px;
    padding-right: 10px;
    box-sizing: border-box;
}

.box12 .left .item .bt,
.box12 .left .item .date {
    line-height: 80px;
}

.box12 .left .item:hover {
    color: #326dc8;
    border-bottom: 1px dashed #326dc8;
    transition: all 0.4s;
}

.box12 .right,
.box12 .left {
    width: calc(50% - 30px);
}

.box12 .right .list {}

.box12 .right .item {
    padding-bottom: 24px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
}

.box12 .right .back {
    background-color: #e7e9f6;
    width: 70%;
    border-bottom-right-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
}

.box12 .right .block {
    border: 1px solid #8cb7f8;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 20px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.box12 .right .date {
    color: #326dc8;
}

.box12 .right .date1 {
    font-size: 30px;
    display: inline-block;
}

.box12 .right .date2 {
    display: inline-block;
    margin-left: 5px;
}

.box12 .right .bt {
    margin-top: 12px;
    font-weight: 600;
}

.box12 .right .item:hover {
    color: #326dc8;
}

.title2 {
    text-align: center;
}

.title2 .name {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}

.title2 .more {
    color: #ffffff;
    display: inline-block;
}

.box2 {
    background: url(../image/back2.png);
    background-size: cover;
}

.box2 .zy {
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.box2 .zy p {
    line-height: 32px;
    color: #ffffff;
}

.box2 .list {
    width: calc(100% + 30px);
}

.box2 .list .item {
    width: calc(25% - 30px);
    margin-right: 30px;
    float: left;
}

.box2 .list .img {
    overflow: hidden;
}

.box2 .list .img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.box2 .list .text {
    background-color: #ffffff;
    padding: 15px 20px;
    box-sizing: border-box;
}

.box2 .list .title {
    font-size: 14px;
    text-align: center;
    color: #fbb03d;
    font-family: "AlibabaPuHuiTi";
}

.box2 .list .summary {
    font-size: 12px;
    line-height: 18px;
    margin-top: 13px;
    margin-bottom: 17px;
    height: 36px;
}

.box2 .list .more {
    text-align: center;
}

.box2 .list .more1 {
    color: #2163c7;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'SourceHanSerifSCSemiBold';
}

.box2 .list .more2 {
    width: 17px;
    height: 1px;
    background-color: #fbb03d;
    margin: auto;
}

.box2 .list .item:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box2 .list .item:hover,
.box2 .list .item:hover .title {
    transition: all 0.4s;
    color: #2163c7;
}

.box2 .list .item:hover .more2 {
    transition: all 0.4s;
    background-color: #2163c7;
}

.box3 {
    background: url(../image/backqqzh.png);
    background-size: cover;
}


.box3 {
    padding: 40px 0px;
}

.box3 .title1 {
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.box3 .list .item {
    position: relative;
    z-index: 1
}

.box3 .list .item1 {
    width: 1400px;
    margin: auto;
    /* padding-left: 42%; */
    box-sizing: border-box;
}

.box3 .list .item:nth-child(1) .item2 {
    border-top: 1px solid #dddddd;
}

.box3 .list .item2 {
    border-bottom: 1px solid #dddddd;
    padding: 47px 0;
    width: 58%;
    margin-left: auto;
}

.box3 .list .bt {
    margin-bottom: 17px;
}

.box3 .list .sj {
    float: right;
    color: #999999;
    font-size: 20px;
}

.box3 .list .bt1 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    box-sizing: border-box;
}

.box3 .list .zy {
    color: #666666;
    line-height: 26px;
    height: 52px;
    position: relative;
    box-sizing: border-box;
    padding-right: 80px;
}

.box3 .list .more {
    line-height: 28px;
    width: 45px;
    border-left: 1px solid #dddddd;
    color: #d7000e;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

.box3 .list .item:hover {
    background: url(../image/back4.png);
    background-size: cover;
}

.box3 .list .item:hover .more,
.box3 .list .item:hover .bt,
.box3 .list .item:hover .sj,
.box3 .list .item:hover .zy {
    color: #ffffff;
    transition: all 0.4s;
}

.box3 .list .item:nth-child(1):hover .item2 {
    border-top: 1px solid #3c7fe4;
}

.box3 .list .item:hover .item2 {
    border-bottom: 1px solid #3c7fe4;
}

.box3 .qzzh {
    position: relative;
}

.box3 .list1 {
    position: absolute;
    top: 0;
    z-index: 9;
    left: calc((100% - 1400px)/2);
    /* transform: translateX(-50%); */
    /* max-width: 1400px; */
    width: 525px;
}

.box3 .list1 .item {
    /* width: calc(42% - 50px); */
    background-color: #e5eeff;
    padding: 30px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    height: 553px;
}

.box3 .list1 .date {
    font-size: 18px;
    color: #999999;
}

.box3 .list1 .bt {
    font-size: 22px;
    margin-bottom: 19px;
    margin-top: 25px;
    font-weight: 600;
}

.box3 .list1 .zy {
    line-height: 32px;
    margin-bottom: 30px;
}

.box3 .list1 .img {
    overflow: hidden;
}

.box3 .list1 .img img {
    height: 278px;
    object-fit: cover;
    width: 100%;
}

.box3 .list1 .item:hover .bt {
    color: #3c7fe4;
    font-weight: 600;
}

.box3 .list1 .item:hover .date {
    color: #333333;
    transition: all 0.4s;
}

.box3 .list1 .item:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.box4 {
    background: url(../image/back6.png);
    background-size: cover;
    padding-top: 40px;
}

.box4 .list {
    display: flex;
    /* justify-content: end; */
    gap: 7%;
}

.box4 .list .item {
    flex-grow: 0;
    background: url(../image/index1.png);
    background-size: 100% 100%;
    height: 322px;
    color: #ffffff;
    width: calc(79% / 4);
}

.box4 .list .img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: url(../image/yycg1.png) no-repeat center center;
    background-color: #f4b24a;
    margin: auto;
    margin-top: -65px;
    box-shadow: 0px 0px 10px 0px rgba(3, 57, 143, 0.2);
}

.box4 .list .bt {
    padding-top: 45px;
}

.box4 .list .bt1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
}

.box4 .list .xian {
    width: 40px;
    height: 2px;
    background: #f9d302;
    margin: auto;
}

.box4 .list .fbt {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    padding: 0px 10%;
    margin-top: 35px;
}

.box4 .list .item:hover .img {
    background-color: #286ac6;
    /* transition: all 0.4s; */
}

.box4 .list .item:hover {
    /* transition: all 0.4s; */
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(3, 57, 143, 0.2);
}

.box4 .list .item:hover .bt {
    font-weight: 600;
    color: #333333;
}

.box4 .list .item:hover .fbt {
    /* transition: all 0.4s; */
    color: #0049be;
}

@media screen and (max-width: 1490px) {
    .box3 .list .item1 {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .box3 .list1 {
        left: 3%;
        width: calc(94vw*0.42 - 50px);
    }


}

@media screen and (max-width: 1450px) {
    .box11 .top .item .img img {
        height: 15vw;
    }

    .box2 .list .img img {
        height: 15vw;
    }
}

@media screen and (max-width: 1200px) {
    .box4 .list .bt {
        padding-top: 28px;
    }

    .box4 .list .item {
        height: 250px;
    }

    .box4 .list .img {
        width: 80px;
        height: 80px;
        background-size: auto 40%;
        margin-top: -40px;
    }

    .box4 .list .bt1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .box4 .list .fbt {
        font-size: 16px;
        line-height: 24px;
        margin-top: 28px;
    }
}

@media screen and (max-width: 1150px) {
    .box3 .list1 .img img {
        height: 236px;
    }

    .box3 .list1 .item {
        height: 511px;
    }

    .box3 .list .item2 {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1000px) {


    .box12 .right,
    .box12 .left {
        width: 100%;
        float: none;
    }

    .box12 .right {
        margin-top: 30px;
    }

    .box12 .box {
        /* padding-top: 0; */
    }

    .box11 .bottom .item {
        width: calc(100% - 40px);
        margin-top: 30px;
    }

    .box11 .bottom .item:nth-child(1) {
        margin-top: 10px;
    }

    .box11 .top .item:nth-child(1),
    .box11 .top .item:nth-child(3) {
        padding-top: 0px;
    }

    .box11 .top .item {
        width: calc(50% - 40px);
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .box11 .top .item .img img {
        height: 30vw;
    }

    .title1 .name {
        font-size: 22px;
        padding-left: 41px;
        line-height: 34px;
        background-size: auto 34px;
    }

    .title1 {
        position: relative;
        margin-bottom: 25px;
    }

    .title2 .name {
        color: #ffffff;
        font-size: 22px;
    }

    .title2 .more {
        font-size: 14px;
    }

    .box3 .list1 .img img {
        height: 19vw;
    }

    .box3 {
        padding: 30px 0px;
    }

    /* .box3 .list .item2 {
        padding: 20px 0;
    } */
}

@media screen and (max-width: 900px) {
    .box3 .list .item2 {
        padding: 30px 0;
    }

    .box4 {
        padding-top: 0px;
    }

    .box4 .box {
        padding-top: 0px;
    }

    .box4 .list {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 6%;
    }

    .box4 .list .item {
        width: 250px;
        height: 290px;
        margin-top: 70px;
    }

    .box3 .list1 .item {
        height: 451px;
    }
}

@media screen and (max-width: 800px) {

    .box4 .list { 
        gap: 3%;
    }
    .box2 .list .item {
        width: calc(50% - 30px);
        margin-top: 30px;
    }

    .box2 .zy {
        margin-bottom: 0px;
    }

    .box2 .zy p {
        line-height: 26px;
        font-size: 14px;
    }

    .box2 .list .img img {
        height: 30vw;
    }

    .box12 .box {
        /* padding-top: 25px; */
    }

    .box12 .left .item .date {
        font-size: 14px;
        background-size: auto 15px;
        padding-left: 22px;
    }

    .box12 .left .item .bt {
        font-size: 16px;
    }

    .box12 .left .item .bt,
    .box12 .left .item .date {
        line-height: 60px;
    }

    .box12 .right .date1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 750px) {
    .box3 .list1 .item {
        padding: 20px;
    }

    .box3 .list1 {
        width: calc(94vw*0.42 - 30px);
    }

    .box3 .list1 .bt {
        font-size: 18px;
    }

    .box3 .list .item2 {
        padding: 20px 0;
    }

    .box3 .list1 .item {
        height: 390px;
    }
}


@media screen and (max-width: 600px) {
    .box3 .list1 {
        position: static;
        width: 94%;
        margin: auto;
    }

    .box4 .list .item {
        width: 192px;
        height: 250px;
    }

    .box3 .list1 .img img {
        height: 60vw;
    }

    .box3 .list1 .item {
        height: auto;
    }

    .box3 .list {
        padding-top: 30px;
    }

    .box3 .list .item2 {
        width: 100%;
        padding: 25px 0;
    }
}

@media screen and (max-width: 450px) {
    .box4 .list .bt1 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .box4 .list .item {
        width: 46%;
        height: 50vw;
        min-height: 200px;
    }

    .box4 .list .fbt {
        font-size: 13px;
        line-height: 20px;
        margin-top: 22px;
        word-break: auto-phrase;
    }

    .box2 .list .item {
        width: calc(100% - 30px);
    }

    .box2 .list .img img {
        height: 60vw;
    }

    .box11 .top .item {
        width: calc(100% - 40px);
    }

    .box11 .top .item .img img {
        height: 60vw;
    }
}