.layer-header {
    max-width: 1920px;
    min-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.layer-content {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.header-title {
    padding-top: 35px;
    margin-bottom: 25px;
}

.header-search {
    position: absolute;
    left: auto;
    right: 0;
    top: 80px;
}

.ipt {
    display: inline-block;
    background-color: #ececec;
    padding-left: 20px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    width: 300px;
}

.header-btn {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 70px;
    background-color: #9c1905;
    height: 100%;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-list li {
    float: left;
    padding: 20px 25px;
}

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

.layer-nav {
    width: 100%;
    background-color: #c91109;
}

.nav-list li a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.currentShow {
    background-color: #b80a02;
}

.nav-list .currentShow a {
    color: #ffe0b2;
    border-bottom: 2px solid #ffe0b2;
    padding-bottom: 5px;
}

.nav-list li:hover {
    background-color: #b80a02;
}

.nav-list li a:hover {
    color: #ffe0b2;
    border-bottom: 2px solid #ffe0b2;
    padding-bottom: 5px;
}

.xwcb-nav {
    position: relative;
}

.ynbq-nav {
    position: absolute;
    left: 0;
    top: 61px;
    background-color: #c91109;
    width: 150%;
    padding: 5px 0px;
}

.ynbq-nav dt {
    float: left;
    padding-left: 10px;
}

.nav-list li.xwcb-nav .ynbq-nav {
    text-align: center;
}
.nav-list li.xwcb-nav .ynbq-nav a:hover {
    border-bottom: none;
    color: #ffe0b2;
}

.nav-list li.xwcb-nav .ynbq-nav a {
    border-bottom: none;
    color: #fff;
}

.nav-list li.xwcb-nav:hover .ynbq-nav {
    display: block;
}

.ynbq-title {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #c91109;
    left: 300px;
    top: 65px;
    padding: 10px 20px;
    text-align: center;
}

.layer-footer {
    max-width: 1920px;
    min-width: 1280px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background-color: #a40d06;
}

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

.layer-footer-content div {
    float: left;
    padding-top: 50px;
}

.gov_web {
    margin-left: 25px;
}

.footer-text-list {
    margin-left: 18px;
}

.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;
}
