.layer-outer {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.layer-header {
    background: url("/statics/ynxcwv2/images/v5/comm_header/header_bg.png") no-repeat left top;
    background-size: 100% 100%;
    height: 285px;
}
.layer-content {
    width: 1280px;
    margin: 0 auto;
}

.header-content {
    position: relative;
}

.logo-title {
    position: absolute;
    top: 50px;
}

.header-search-area {
    position: absolute;
    left: 50%;
    width: 800px;
    top: 95px;
    display: flex;
}

.search-box {
    width: 100%;
}
.ipt {
    width: 90%;
    background-color: #fff;
    height: 45px;
    padding-left: 35px;
    border-radius: 45px;
}

.sr_frmipt {
    position: relative;
}

.header-btn {
    position: absolute;
    right: 70px;
    width: 70px;
    height: 45px;
    background-color: #2663af;
    border: none;
    border-radius: 20px;
}

.header-tags {
    width: 220px;
    line-height: 45px;
}
.header-tag {
    padding: 10px;
}

.header-tag a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.header-tag:nth-of-type(1) {
    background-color: #5fbfba;
}
.header-tag:nth-of-type(2) {
    background-color: #328ecd;
}
.header-tag:nth-of-type(3) {
    background-color: #c4d94c;
}

.layer-nav {
    background-color: #2663af;
    height: 75px;
}

.nav-list {
    /* overflow-x: scroll; */
    width: 100%;
}

.nav-list li {
    display: inline-block;
    line-height: 75px;
    margin-left: 7%;
}

.nav-list li:nth-child(1) {
    margin-left: 0;
}

.nav-list li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.nav-list li a:hover {
    color: #ffea00;
}

.nav-list li a.dropdown::after {
    content: "▼";
    font-size: 10px;
    color: #fff;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.nav-list li.act a {
    color: #ffea00;
}

.xwcb-nav {
    position: relative;
}
.xwcb-nav .ynbq {
    position: absolute;
    z-index: 20;
    background-color: #0c4791;
    height: 50px;
    line-height: 50px;
    bottom: -45px;
    padding: 0px 5px;
    width: 85px;
    left: 60px;
}
.xwcb-nav .ynbq a {
    color: #fff;
}

/* 每个页面的标题 */
.page_title_c {
    position: absolute;
    top: 170px;
    left: 125px;
}

.page_title_c_list li {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #2663af;
}

/* 底部 */
.layer-footer {
    max-width: 1920px;
    width: 100%;
    height: 150px;
    margin: 50px auto 0;
    background-color: #2668b2;
}

.layer-footer-content {
    width: 450px;
    margin: 0 auto;
}

.layer-footer-content #djIco {
    float: left;
    padding-top: 55px;
}

.gov_web {
    margin-left: 25px;
}

.footer-text-list {
    margin-left: 25px;
    padding-top: 50px;
}

.mtgov {
    margin-left: 20px;
}

.footer-text li span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 8px;
}

.footer-text li span a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        padding: 0px 10px;
    }
    .layer-content {
        width: 100%;
    }

    .logo-title {
        position: static;
        padding: 50px 20px 0px;
    }

    .logo-title img {
        width: 100%;
        height: auto;
    }

    .header-tags {
        width: 100%;
        margin-top: 20px;
    }

    .header-search-area {
        position: static;
        width: 100%;
        margin-top: 20px;
        display: block;
    }

    .header-btn {
        right: 20px;
    }

    .nav-list {
        overflow-x: scroll;
        white-space: nowrap;
    }

    /* white-space: nowrap; */
    .layer-nav {
        height: 60px;
        padding: 0px 5px;
    }

    .nav-list li {
        line-height: 60px;
    }

    .layer-footer-content {
        width: 100%;
    }

    .footer-text-list {
        padding-top: 0;
    }

    .mtgov {
        margin-left: 0;
    }

    .footer-text li {
        text-align: center;
    }

    .layer-footer-content #djIco {
        padding-top: 35px;
    }

    .page_title_c {
        display: none;
    }
}
