.site-map-wp {
    overflow: hidden;
    padding-bottom: 56px;
}

.map-tit {
    width: 1200px;
    margin: 40px auto;
    height: 48px;
    padding-bottom: 16px;
    font-size: 34px;
    font-weight: 500;
    position: relative;
}

.map-tit span {
    width: 40px;
    height: 8px;
    background: rgba(34, 103, 236, 1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.map-list {
    padding-bottom: 24px;
    margin: 0 auto;
    width: 1200px;
}

.map-list h4 {
    background: rgba(230, 235, 244, 1);
    height: 52px;
    padding-left: 42px;
}

.map-list h4 span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    display: block;
    height: 52px;
    line-height: 52px;
}

.map-list h4 .map-home {
    background: url('../images/map-home.png') no-repeat left center;
}

.map-list h4 .map-hui {
    background: url('../images/map-hui.png') no-repeat left center;
}

.map-list h4 .map-shu {
    background: url('../images/map-shu.png') no-repeat left center;
}

.map-list h4 .map-news {
    background: url('../images/map-news.png') no-repeat left center;
}

.map-list h4 .map-he {
    background: url('../images/map-he.png') no-repeat left center;
}

.map-list h4 .map-nan {
    background: url('../images/map-nan.png') no-repeat left center;
}

.map-list>div {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 0 14px 40px;
}

.map-list>div span {
    height: 42px;
    line-height: 42px;
    width: 350px;
}


/* .map-list>div span:nth-child(4n+4) { width:110px; } */

.map-list>div a:hover {
    color: #FF000F;
}


/* 面包屑 */

.crumbs {
    height: 66px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.crumbs a {
    font-size: 18px;
    color: #FF000F;
}

.crumbs span {
    width: 12px;
    height: 12px;
    background: url(../images/p-r.png) no-repeat center center;
    margin: 0 6px;
}

.crumbs .cru-home {
    color: #666;
}


/* 特色专题 */

.topics {
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
}

.topics-list {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.topics-list li {
    width: 260px;
    height: 333px;
    position: relative;
    margin: 0 53px 20px 0;
}

.topics-list li a {
    width: 260px;
    height: 333px;
    display: block;
}

.topics-list li img {
    width: 260px;
    height: 260px;
    position: relative;
    z-index: 100;
}

.topics-list li>span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 105px;
    right: -25px;
    background: url(../images/jt-r.png) no-repeat 0 0;
    z-index: 200;
    display: none;
    cursor: pointer;
}

.topics-list li div {
    width: 224px;
    height: 68px;
    border: 6px solid #D9D9D9;
    margin: 0 auto;
    position: relative;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topics-list li div h4 {
    line-height: 25px;
    text-align: center;
    color: #040E2F;
    font-size: 18px;
}

.topics-list li div p {
    line-height: 20px;
    padding-top: 4px;
    color: #969696;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.topics-list li div em {
    position: absolute;
    width: 29px;
    height: 15px;
    left: 50%;
    bottom: -5px;
    transform: translateX(-15px);
    background: url(../images/san.png) no-repeat 0 0;
    display: none;
}

.topics-list li:hover>span,
.topics-list li:hover div em {
    display: block;
}

.topics-list li:hover div {
    border-color: #D60101;
}

.topics-list li:hover div h4,
.topics-list li:hover div p {
    color: #D60101;
}

.topics-list li:nth-child(4n+4) {
    margin-right: 0;
}


/*合作专区*/

.coo-wp {
    padding-bottom: 80px;
    background: url(../images/coo-bg.png) no-repeat center bottom #F7F8FC;
}

.coo-list {
    width: 1048px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.coo-list a {
    width: 200px;
    height: 110px;
    margin: 0 12px 12px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coo-list a:nth-child(5n+5) {
    margin-right: 0;
}

.coo-list a img {
    max-width: 100%;
    max-height: 100%;
}

.coo-page {
    width: 1048px;
}


/* 关于我们 */

.about-banner {
    max-height: 300px;
}

.about-banner img {
    height: 100%;
    display: block;
    max-width: 100%;
    width: 100%
}

.about-wp {
    background: #F7F8FC;
    padding: 60px 0 80px;
}

.about-tit {
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 28px;
    padding-bottom: 20px;
}

.about-cont {
    width: 1200px;
    margin: 0 auto;
}

.about-cont p {
    color: #666;
    line-height: 34px;
}


/* 往届专题 */

.prev-wp {
    padding-bottom: 80px;
}

.cont-tit {
    padding-top: 80px;
}

.mit-tit {
    padding-top: 62px;
}

.exhi-tit {
    height: 95px;
    background: url(../images/cont-tit.png) no-repeat center 22px;
    text-align: center;
}

.exhi-tit-bg {
    background: #F6FAFF;
}

.exhi-tit h3 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    line-height: 67px;
}

.exhi-tit p {
    font-size: 24px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.3);
    line-height: 34px;
    margin-top: -8px;
}

.prev-tit {
    padding: 30px 0 16px;
    height: 48px;
    line-height: 48px;
    font-size: 34px;
    font-weight: 500;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.prev-tit span {
    height: 8px;
    width: 40px;
    background: #2267EC;
    position: absolute;
    left: 0;
    bottom: 0;
}

.viode-wp {
    width: 1200px;
    margin: 30px auto 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    display: none;
}

.viode-wp .more,
.hui-act .more {
    color: #D60101;
    position: absolute;
    right: 0;
    top: -36px;
}

.viode-wp .vp,
.viode-wp .vp img {
    display: block;
    width: 387px;
    height: 218px;
}

.viode-wp .vp img {
    transition: all 1s;
}

.viode-wp .vp {
    position: relative;
    overflow: hidden;
}

.viode-wp .vp span {
    position: absolute;
    height: 46px;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    width: calc(387px - 40px);
    display: flex;
    justify-content: space-between;
}

.viode-wp .vp span var {
    color: #fff;
    height: 46px;
    line-height: 46px;
}

.viode-wp .vp span var:nth-child(1) {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.viode-wp span var:nth-child(2) {
    font-size: 14px;
}

.viode-wp .vp>em {
    width: 64px;
    height: 64px;
    background: url(../images/play.png) no-repeat center center rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 63px;
    border-radius: 50%;
}

.viode-wp .vp:hover img {
    transform: scale(1.2);
}

.hui-act {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    position: relative;
    justify-content: space-between;
    display: none;
}

.viode-wp .vp span.col1 {
    background: linear-gradient(269.62deg, rgba(14, 138, 235, 0.7) 0%, rgba(14, 138, 235, 1) 100%);
}

.viode-wp .vp span.col2 {
    background: linear-gradient(270deg, rgba(247, 147, 79, 0.7) 0%, rgba(247, 147, 79, 1) 100%);
}

.viode-wp .vp span.col3 {
    background: linear-gradient(270deg, rgba(176, 106, 240, 0.7) 0%, rgba(176, 106, 240, 1) 100%);
}

.hui-act .more {
    top: -6px;
}

.hui-l,
.hui-l img {
    width: 864px;
    height: 498px;
}

.hui-l {
    position: relative;
}

.hui-l span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 864px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
}

.hui-l span em {
    display: block;
    width: 784px;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    margin: 0 auto;
}

.hui-r {
    width: 320px;
    height: 498px;
}

.hui-r a {
    display: block;
    padding: 8px 8px 0;
    background: #fff;
    width: 304px;
    margin-bottom: 20px;
    position: relative;
}

.hui-r a * {
    display: block;
}

.hui-r a em {
    width: 65px;
    height: 23px;
    background: linear-gradient(270deg, rgba(92, 49, 217, 1) 0%, rgba(26, 50, 195, 1) 100%);
    position: absolute;
    right: 8px;
    top: 8px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 0 0 23px;
}

.hui-r a img {
    width: 304px;
    height: 174px;
}

.hui-r a span {
    height: 48px;
    align-items: center;
    line-height: 24px;
    padding: 5px 0 4px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.tit-tab {
    padding: 20px 0 15px;
    height: 67px;
    justify-content: center;
    display: flex;
}

.tit-tab-wp {
    width: 600px;
    margin: 0 auto;
    display: flex;
    height: 67px;
}

.tit-tab-wp span {
    flex: 1;
    height: 67px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.tit-tab-wp span em,
.tit-tab-wp span var {
    position: absolute;
    left: 0;
    top: 0;
}

.tit-tab-wp span em {
    border: 1px #D9D9D9 solid;
    height: 54px;
    line-height: 54px;
    width: 298px;
    z-index: 100;
}

.tit-tab-wp span:nth-child(1) em {
    border-right: none;
}

.tit-tab-wp span var {
    display: none;
    background: url(../images/tab-ed.png) no-repeat 0 0;
    width: 300px;
    height: 67px;
}

.tit-tab-wp span.on em {
    color: #fff;
    border: none;
}

.tit-tab-wp span.on var {
    display: block;
}

.prev-new-bg {
    height: 538px;
}

.new-wp {
    padding-top: 30px;
    width: 1200px;
    margin: 0 auto 60px;
    height: 458px;
    position: relative;
}

.new-sw {
    width: 600px;
    height: 392px;
    position: absolute;
    top: 32px;
    left: 0;
    border-radius: 10px;
    z-index: 100;
    background: url(../images/ceng.png) no-repeat 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.new-list {
    width: 640px;
    height: 458px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 4px 16px 0 rgba(0, 0, 0, 0.02), 0 8px 20px 0 rgba(0, 0, 0, 0.02);
    background: #fff;
}

.new-cont a {
    display: block;
    width: 600px;
    height: 392px;
}

.new-cont a img,
.new-cont a span {
    display: block;
}

.new-cont a img {
    width: 600px;
    height: 338px;
}

.new-cont a span {
    height: 54px;
    line-height: 54px;
    color: #fff;
    margin-left: 24px;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-sw .swiper-pagination {
    width: 100px;
    left: 500px;
    bottom: 18px;
}

.new-sw .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 50;
    background: rgba(0, 0, 0, 0);
}

.new-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.new-list .more {
    padding: 45px 40px 24px 80px;
    text-align: right;
}

.new-list .more a {
    color: #D60101;
}

.new-tits {
    padding: 0 40px 0 80px;
    height: 87px;
    display: flex;
    align-items: center;
}

.news-mylist {
    margin: 0 40px 0 80px;
}

.news-mylist li {
    height: 25px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
}

.news-mylist li a {
    height: 25px;
    line-height: 25px;
    max-width: 360px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.news-mylist li a:hover {
    color: #D60101;
}

.news-mylist li span {
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 14px;
}

.data-look {
    width: 1200px;
    margin: 40px auto 50px;
    background: url(../images/look.png) no-repeat 0 0;
    height: 180px;
    display: flex;
    align-items: center;
    color: #fff;
}

.data-look>div {
    padding-left: 98px;
}

.data-look>div:nth-child(1) {
    padding-left: 120px;
}

.data-look>div>h4 {
    font-size: 24px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
}

.data-look>div>span {
    font-size: 32px;
    font-weight: bold;
    padding-left: 52px;
    height: 40px;
    line-height: 40px;
}

.z1 {
    background: url(../images/z1.png) no-repeat left center;
}

.z2 {
    background: url(../images/z2.png) no-repeat left center;
}

.z3 {
    background: url(../images/z3.png) no-repeat left center;
}

.z4 {
    background: url(../images/z4.png) no-repeat left center;
}

.qia {
    display: none;
}

.qia-show {
    display: block;
}

.v-show,
.hui-show {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .about-wp {
        background: #F7F8FC;
        padding: 20px 0 20px;
    }

    .about-tit {
        height: 36px;
        text-align: center;
        line-height: 1.5;
        font-size: 1.4em;
        padding-bottom: 10px;
    }

    .about-cont {
        width: 96%;
        margin: 0 auto;
        background-color: #fff;
        padding: 10px;
        box-sizing: border-box;
    }

    .about-cont p {
        color: #666;
        line-height: 2.4;
        font-size: 0.85em;
        text-align: justify;
        text-justify: inter-word;
        text-justify: inter-character;
    }

    .about-banner img {
        height: 100%;
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .cont-tit {
        padding-top: 20px;
    }

    .exhi-tit {
        width: 100%;
        height: 60px;
        background:none;
        border-left: 0px solid #0A4C9C;
    }

    .exhi-tit h3 {
        font-size: 1.4em;
        font-weight: 600;
        color: #333;
        line-height: 40px;
    }

    .exhi-tit p {
        font-size: 0.8em;
        font-weight: 600;
        color: rgba(51, 51, 51, 0.3);
        line-height: 20px;
    }

    .prev-wp {
        padding-bottom: 20px;
        width: 96%;
        margin: 0 auto;
    }

    .tit-tab-wp {
        width: 100%;
        margin: 0 auto;
        display: flex;
        height: 40px;
    }

    .tit-tab {
        padding: 10px 0 10px;
        height: 40px;
        justify-content: center;
        display: flex
    ;
    }

    .tit-tab-wp span em {
        border: 1px #D9D9D9 solid;
        height: 40px;
        line-height: 40px;
        z-index: 100;
    }

    .tit-tab-wp span {
        width: 50%;
        flex: 1;
        height: 40px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        font-size: 18px;
        cursor: pointer;
        position: relative;
    }

    .tit-tab-wp span em {
        border: 1px #D9D9D9 solid;
        height: 40px;
        line-height: 40px;
        width: 100%;
        font-size: 0.9em;
        box-sizing: border-box;
    }

    .tit-tab-wp span var {
        display: none;
        background: url(../images/tab-ed.png) no-repeat 0 0;
        width: 100%;
        height: 40px;
    }

    .prev-tit {
        padding: 10px 0 10px;
        height: 30px;
        line-height: 30px;
        font-size: 1.1em;
        font-weight: 500;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .viode-wp {
        width: 100%;
        margin: 20px auto 20px;
        display: block !important;
    }
    .v-show, .hui-show {
        display: block;
    }
    .viode-wp .vp, .viode-wp .vp img {
        display: block;
        width: 100%;
        height: auto;
        margin: 10px auto 10px;
    }

    .viode-wp .vp span {
        position: absolute;
        height: 40px;
        left: 0;
        bottom: 0;
        padding: 0 10px;
        width: 100%;
        display: flex;
        overflow: hidden;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .viode-wp .vp span var:nth-child(1) {
        width: 100%;
    }

    .viode-wp .vp span var {
        color: #fff;
        height: 40px;
        line-height: 40px;
    }

    .hui-act {
        width: 100%;
        margin: 0 auto;
        display: block !important;
    }

    .hui-l, .hui-l img {
        width: 100%;
        height: auto;
    }

    .hui-l span {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        background: rgba(0, 0, 0, 0.5);
    }

    .hui-l span em {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #fff;
        margin: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
        overflow: hidden;
    }

    .hui-r {
        width: 100%;
        height: auto;
    }

    .hui-r a {
        display: block;
        padding: 0px;
        background: #fff;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
    }

    .hui-r a img {
        width: 100%;
        height: auto;
    }

    .hui-r a em {
        right: 0px;
        top: 0px;
    }

    .viode-wp .more, .hui-act .more {
        color: #D60101;
        position: absolute;
        right: 5px;
        top: -50px;
        font-size: 0.9em;
    }

}