@charset "utf-8";

.box {
    max-width: 1550px;
    margin: auto;
    padding: 5vw 0;
}

.box1 {
    background: url(../image/back1.png) no-repeat center center;
    background-size: cover;
}

.title1 {
    margin-bottom: 45px;
    position: relative;
    background: url(../image/title1_1.png) no-repeat left center;
    height: 111px;
}

.title1 .name {
    font-size: 37px;
    color: #ffffff;
    font-family: 'SourceHanSerifSCBold';
    margin-left: 45px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.title1 .name::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
}

.title1 .ename {
    position: absolute;
    left: 0;
    top: 0;
    color: #6f8db6;
    font-size: 37px;
    font-family: 'ModernRegular';
    padding-left: 27px;
    padding-top: 44px;
}

.box1 .blocks {
    width: calc(100% + 28px);
}

.box1 .block {
    width: 24%;
    box-sizing: border-box;
    padding-top: 28px;
    padding-right: 28px;
    float: left;
}

.box1 .block:nth-child(4) {
    width: 28%;
}

.box1 .block .list1 {
    border-radius: 10px;
    overflow: hidden;
}

.box1 .block .title2 {
    background-image: linear-gradient(to right, #839ecc, #b5b0d9);
    color: #ffffff;
    padding: 16px;
    padding-top: 24px;
}

.box1 .block:nth-child(2) .title2 {
    background-image: linear-gradient(to right, #70b65b, #ccd380);
}

.box1 .block:nth-child(3) .title2 {
    background-image: linear-gradient(to right, #6aaffe, #aceaf0);
}

.box1 .block .title2 .name {
    line-height: 24px;
    font-size: 22px;
    float: left;
}

.box1 .block .title2 .more {
    float: right;
    line-height: 24px;
    color: #ffffff;
}

.box1 .block .title2 .more:hover {
    color: #2b5895;
    transition: all 0.4s;
}

.box1 .block .list {
    background-color: #ffffff;
    padding: 13px 17px;
    box-sizing: border-box;
    min-height: 527px;
}

.box1 .block .list .item {
    padding: 13px 0;
    transition: all 0.4s;
}

.box1 .block .list .sz {
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 14px;
    float: left;
    position: relative;
    text-align: center;
    background: #829ecc;
    border-radius: 50%;
}

.box1 .block .list .sz::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 28px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box1 .block .list .sz1 {
    position: relative;
    z-index: 1;
    line-height: 24px;
}

.box1 .block .list .item:nth-child(1) .sz,
.box1 .block .list .item:nth-child(2) .sz,
.box1 .block .list .item:nth-child(3) .sz {
    background: none;
}

.box1 .block .list .item:nth-child(1) .sz::after {
    background-image: url(../image/mc1.png);
}

.box1 .block .list .item:nth-child(2) .sz::after {
    background-image: url(../image/mc2.png);
}

.box1 .block .list .item:nth-child(3) .sz::after {
    background-image: url(../image/mc3.png);
}

.box1 .block .list .bt {
    line-height: 24px;
    font-size: 18px;
    padding-left: 15px;
    box-sizing: border-box;
}

.box1 .block .list .item:hover {
    padding-left: 7px;
    color: #466694;
}

.box1 .block .dzts {
    padding-top: 10px;
}

.box1 .block .dzts:nth-child(1) {
    margin-bottom: 17px;
}

.box1 .block .dzts .bt {
    line-height: 24px;
    padding-left: 10px;
    border-left: 6px solid #ffffff;
    font-family: 'SourceHanSerifSCBold';
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 22px;
}

.box1 .block .dzts .img {
    overflow: hidden;
}

.box1 .block .dzts .img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.box1 .block .dzts .img:hover img {
    transform: scale(1.1);
}

.box2 {
    background: url(../image/back2.png) no-repeat center center;
    background-size: cover;
}

.title3 {
    background-image: url(../image/title1.png);
}

.title3 .name {
    color: #2b5c9d;
}

.title3 .ename {
    color: rgba(174, 172, 172, 0.3);
}

.title3 .name::before {
    background-color: #d81e06;
}

.title4 {
    padding: 12px 14px;
    background-image: linear-gradient(to right, #42618e, #6289c1);
    position: relative;
}

.title4 .name {
    background: url(../image/xwdttb1.png) no-repeat left center;
    line-height: 36px;
    padding-left: 48px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'SourceHanSerifSCBold';
}

.title4 .more {
    position: absolute;
    right: 15px;
    bottom: 10px;
    height: 28px;
    width: 28px;
    background: url(../image/gd1.png) no-repeat center center;
}

.box2 .blocks {
    width: calc(100% + 30px);
}

.box2 .block {
    width: calc(33.33%);
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}

.box2 .block .list2 {
    background: #f7f8fd;
    border-bottom: 1px solid #ededed;
}

.box2 .block .wzlist .item {
    padding: 17px 10px;
    box-sizing: border-box;
    transition: all 0.4s;
}

.box2 .block .wzlist .item:nth-child(odd) {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #ffffff;
}

.box2 .block .wzlist .wz1 {
    float: left;
    margin-right: 12px;
    line-height: 26px;
    padding: 0px 10px;
    color: #ffffff;
    background: #466694;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    font-size: 15px;
}

.box2 .block .wzlist .item.hs .wz1 {
    background: #b7282e;
}

.box2 .block .wzlist .wz2 {}

.box2 .block .wzlist .date {
    color: #999999;
    float: right;
    line-height: 26px;
}

.box2 .block .wzlist .bt {
    box-sizing: border-box;
    padding-right: 10px;
    line-height: 26px;
    font-size: 16px;
}

.box2 .block .wzlist .item:hover {
    padding-left: 18px;
}

.box2 .block .wzlist .item:hover .bt {
    transition: all 0.4s;
    color: #466694;
}

.box2 .block .wzlist .item:hover .date {
    transition: all 0.4s;
    color: #466694;
}

.title5 {
    margin-top: 10px;
    margin-bottom: 24px;
    position: relative;
}

.title5 .name {
    background: url(../image/rl.png) no-repeat left center;
    line-height: 36px;
    padding-left: 48px;
    color: #305f9f;
    font-size: 24px;
    font-family: 'SourceHanSerifSCBold';
}

.title5 .more {
    color: #305f9f;
    font-family: 'SourceHanSerifSCBold';
    position: absolute;
    right: 0;
    bottom: 5px;
    line-height: 28px;
    padding-right: 15px;
    background: url(../image/gdjt1.png) no-repeat center right;
}

.box2 .jzhd {
    font-family: 'SourceHanSerifSCBold';
}

.box2 .jzhd .item1 {
    margin-bottom: 12px;
}

.box2 .jzhd .item1 .img {
    overflow: hidden;
}

.box2 .jzhd .item1 .img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.box2 .jzhd .item1 .bt {
    color: #063b99;
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}

.box2 .jzhd .item {
    padding: 11px 0;
    border-bottom: 1px solid #d0d0d0;
    transition: all 0.4s;
}

.box2 .jzhd .item .bt {
    font-size: 18px;
    margin-bottom: 12px;
}

.box2 .jzhd .item .sj {
    background: url(../image/jzhd.png) no-repeat left center;
    padding-left: 24px;
    color: #2b5c9d;
    line-height: 20px;
    font-size: 16px;
}

.box2 .jzhd .item1:hover img {
    transform: scale(1.1);
}

.box2 .jzhd .item1:hover .bt {
    color: #2b5c9d;
}

.box2 .jzhd .item:hover {
    color: #2b5c9d;
    border-bottom: 1px solid #2b5c9d;
}

@media screen and (max-width: 1660px) {

    .box {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 1400px) {
    .box1 .block {
        width: 33.33%;
    }

    .box1 .block:nth-child(4) {
        width: 100%;
        padding-right: 0;
    }

    .box1 .block .dzts {
        width: calc(50% - 28px);
        margin-right: 28px;
        float: left;
    }

    .box1 .block .dzts .img img {
        height: 23vw;
    }
}

@media screen and (max-width: 1000px) {

    .title4 .name {
        background-size: 22px auto;
        font-size: 20px;
        padding-left: 28px;
        line-height: 28px;
    }

    .title5 .name {
        background-size: 24px auto;
        font-size: 22px;
        padding-left: 30px;
        line-height: 28px;
    }

    .title5 .more {
        bottom: 2px;
        line-height: 24px;
        padding-right: 12px;
        font-size: 14px;
        background-size: 8px auto;
    }

    .box2 .jzhd .item1 .img img {
        height: 48vw;
    }

    .box2 .block {
        width: calc(100%);
        margin-bottom: 30px;
    }

    .box1 .block {
        width: 100%;
    }

    .title1 .name {
        font-size: 24px;
        margin-left: 34px;
        padding-top: 30px;
    }

    .title1 {
        margin-bottom: 25px;
        height: 80px;
        background-size: auto 100%;
    }

    .title1 .name::before {
        bottom: -8px;
        width: 32px;
    }

    .title1 .ename {
        font-size: 24px;
        padding-left: 21px;
        padding-top: 31px;
    }

    .box1 .block:nth-child(1) {
        padding-top: 10px;
    }

    .box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
    .box1 .block .dzts {
        width: calc(100% - 28px);
    }

    .box1 .block .dzts .img img {
        height: 47vw;
    }

    .box2 .block:nth-child(3) {
        margin-bottom: 10px;
    }
}