.rightList {
    height: 480px;
}

.leftList li.list {
    border-radius: 4px;
    background: #2f5398 url(/cms_files/filemanager/562681990/picture/202312/29c8f99b901b4e138389c3270a7659e1.png)no-repeat 10px center/13px 13px;
}

.leftList li a {
    font-size: 16px;
    color: #0a080a;
    line-height: 35px;
    font-family: 微软雅黑;
    padding-left: 29px;
}

.currentUrl {
    width: auto;
}

.currentUrl a {
    float: none;
}

.channel {
    width: auto;
}

.channelPhone {
    display: none;
}


@media screen and (max-width: 735px) {
    .nav {
        width: 100%;
    }

    .content {
        width: 100%;
    }

    .contentLeft {
        display: none;
    }

    .currentUrl {
        display: none;
    }

    .rightList li a {
        display: block;
        width: 60%;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        text-align: left;
    }

    .contentRight {
        width: 100%;
        margin-left: 0;
        height: auto;
        overflow: hidden;
    }

    .rightCon {
        width: 84%;
    }

    .rightList li span {
        font-size: 12px;
    }

    .channel {
        display: none;
    }

    .channelPhone {
        display: block;
        float: left;

    }

    .channelPhone a {
        height: 38px;
        font-size: 12px;
        color: #525c9e;
        text-align: center;
        line-height: 38px;
        font-weight: bold;
        font-family: 微软雅黑;
        padding-right: 9px;
    }

    .rightTitle {
        height: auto;
        overflow: hidden;
    }
}

.leftList li {
    min-height: 35px;
    height: auto;
}

.leftList li.list a>span {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    width: 172px;
}


.header {
    height: 250px !important;
    background: #f5f5f5;
}

.headerLogo {
    height: 84%;
}

.logo {

    padding-top: 52px !important;
}

.nav ul li {

    background: #2f5398;

}

.nav {
    height: 50px;
}

.nav ul li {
    height: 50px;
    position: relative;
}

.nav ul li a {
    width: auto;
    height: 48px;
    line-height: 50px;
}

.nav ul li .channelSon {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #2f5398;
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: -174px;
    display: none;
}

.nav ul li .channelSon a {
    display: block;
    width: auto !important;
    height: 48px;
    font-size: 18px;
    color: #fff !important;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-family: 微软雅黑;
}

.channelSon a:hover {
    background: #424780 !important;
}

.none {
    display: block !important;
}

.dateTime {
    float: right;
    position: relative;
    top: -40px;
}

.headerWelcome {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #2f5398;
}

.welcomeContent {
    height: 100%;
    width: 1200px;
    margin: auto;
}

.welcomeContent {
    font-size: 12px;
    color: #fff;
}


@media screen and (max-width: 735px) {
    .header {
        height: 100px !important;
    }

    .headerWelcome {
        width: 100%;
        height: 82px;
        line-height: 25px;
        background: #2f5398;
        display: none;
    }

    .welcomeContent {
        height: 100%;
        width: 100%;
        margin: auto;
    }

    .welcomeContent p {
        float: none;
        text-align: center;
    }

    .headerLogo {
        width: 100%;
    }

    .logo {
        width: 90% !important;
        height: 47px;
        padding-top: 13px !important;
        margin: 0 18px;
    }

    .search {
        display: none;
        float: right;
        margin-top: 23px !important;
        padding-right: 3px;
        position: relative;
        right: 43px !important;
        left: 0px !important;
    }

    .nav {
        height: 66px;
    }

    .nav ul li {
        height: 33px;
        width: 20% !important;
        border-right: none;
    }

    .nav ul li a {
        width: auto;
        height: 31px;
        line-height: 31px;
        font-size: 12px;
    }

    .nav ul .back_color a {
        font-size: 12px;
    }

    .dateTime {
        top: 0 !important;
    }

    .nav ul li .channelSon {
        bottom: -210px !important;
    }

    .nav ul li .channelSon a {
        height: 33px !important;
        font-size: 12px !important;
        line-height: 33px !important;
    }

    .channelSon {
        display: none;
    }

}

.nav ul li .channelSon a {
    min-height: 48px;
    height: auto;
}

.nav ul li .channelSon a>span {
    display: inline-block;
    line-height: 27px;
    vertical-align: middle;
}


.pagination {
    text-align: center;
    margin: 0 auto 0 auto;
}

.pagination input {
    width: 20px;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #f5f5f5
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    color: #999;
    cursor: default;
    background-color: transparent
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}

.pagination-mini ul>li:first-child>a,
.pagination-small ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px
}

.pagination-mini ul>li:last-child>a,
.pagination-small ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}

.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1
}

.pager:before,
.pager:after {
    display: table;
    line-height: 0;
    content: ""
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: default;
    background-color: #fff
}

.bottom {
    height: 200px;
    background: #fff;
}

.bottom_con {
    height: 200px;
}

.link {
    height: 40px;
    padding-top: 17px;
    background: #fff;
}

.linkTitle {
    height: 100%;
    font-size: 15px;
    line-height: 40px;
    background: #f5f5f5;
}

select {
    line-height: 40px;
    font-size: 15px;
    background: #f5f5f5 url(/cms_files/filemanager/562681990/picture/202312/e25f7213aa7c4c3bbb470668d26284c4.png)no-repeat 230px center/ 21px 21px;

}

.link li {
    line-height: 40px;
    font-size: 15px;
    line-height: 40px;
    background: #f5f5f5;
}

.webSiteInfo ul {
    display: block;
    overflow: hidden;
}

.webSiteInfo ul li {
    float: left;
    font-size: 14px;
    padding-left: 8px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-left: 1px #000 solid;
}

.webSiteInfo ul li:first-child {
    border: none;
}

.webSiteInfo ul li a {
    color: #0a080a;
}

select {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

select::-ms-expand {
    display: none;
}

@media screen and (max-width: 735px) {
    .link {
        width: 100%;
        height: auto;
        padding-top: 17px;
        overflow: hidden;
        background: #fff;
        display: none;
    }

    .botLeft {
        display: none;
    }

    .changeSite {
        display: block !important;
        margin-left: 35%;
    }

}

.pages-govinfo-open a {
    padding: 0 5px;
    border: 1px solid #f3f3f3;
    margin-right: 3px;
}

.bottoms {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
}

.bottomsLeft {
    width: 37%;
    height: auto;
    float: left;
}

.bottomsRight {
    width: 31%;
    height: auto;
    overflow: hidden;
    float: left;
}

.botLeft {
    width: 543px;
    height: auto;
    float: none;
    padding-left: 88px;
    padding-top: 0;

}

.botLeft li span {
    font-size: 14px;
    color: #0a080a;
    text-align: center;
    font-family: 微软雅黑;
    line-height: 28px;
}

</><style>@media screen and (max-width: 735px) {

    .bottom {
        width: 100%;
        height: auto;
        background: #fff;
        overflow: hidden;
    }

    .bottom_con {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .link {
        width: 100%;
        height: auto;
        padding-top: 17px;
        overflow: hidden;
        background: #fff;
    }

    .linkTitle {
        width: 100%;
    }

    select {
        width: 100%;
        line-height: 40px;
        font-size: 15px;
        background: #f5f5f5 url(/cms_files/filemanager/562681990/picture/202312/e25f7213aa7c4c3bbb470668d26284c4.png)no-repeat 320px center/ 21px 21px;
    }

    .bottoms {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .webSiteInfo ul li {
        float: left;
        font-size: 12px;
        padding-left: 8px;
        margin-right: 3px;
        margin-top: 27px;
        margin-bottom: 10px;
        border-left: 1px #000 solid;
    }

    .bottomsRight {
        width: 100%;
    }

    .link li {
        width: 100%;
    }

    .bottomsLeft {
        width: 100%;
    }
}