@charset "utf-8";

/* 链接 */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #477bc6;
    text-decoration: none;
}

a:active {
    outline: none;
}


/* 头部、底部、全局 */

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
    background: #fff url(../images/xxgk-bg.png) 50% 0 no-repeat;
}

.inner,
.nav ul,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header h1 {
    width: 100%;
    height: 150px;
    padding-left: 90px;
    background: url(../images/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    color: #fff;
    height: 100%;
    line-height: 150px;
    font-size: 36px;
    font-weight: bold;
}

.header h2 {
    width: 100%;
    height: 250px;
    background: url(../images/head.png) 50% 20px no-repeat;
}

.header h2 a {
    display: block;
    height: 100%;
}

@media (max-width: 1200px) {
    .header h1 {
        width: 100%;
        background-position: 10px 50%;
        background-size: auto 40%;
        padding-left: 67px;
    }
    .header h1 a {
        font-size: 30px;
    }
    .header h2 {
        width: 100%;
        height: 150PX;
        background-position: 10% 50%;
        background-size: auto 50%;
    }
}

@media (max-width: 768px) {
    .header h2 {
        background-position: 50% 50%;
        background-size: auto 50%;
    }
    .inner,
    .nav ul,
    .links,
    .copyright {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header h2 {
        background-position: 50% 50%;
        background-size: auto 38%;
    }
}

@media (max-width: 375px) {
    .header h2 {
        background-position: 50% 50%;
        background-size: auto 35%;
    }
}

@media (max-width: 320px) {
    .header h1 {
        background-size: auto 45%;
    }
    .header h1 a {
        font-size: 30px;
    }
    .header h2 {
        height: 120px;
        background-position: 30px 0px;
        background-size: auto 42%;
    }
}


/* 公用部分 */

.grid {
    width: 1100px;
    margin: 0 auto;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.grid>.row {
    margin-right: 0px;
    margin-left: 0px;
}

.grid>.row>.col,
.grid>.row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 1200px) {
    .grid {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.mt20 {
    margin-top: 20px;
}

.main {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    margin-right: -10px;
}

.search-box {
    display: block;
    z-index: 9;
    line-height: 0;
    text-align: right;
    font-size: 0;
    position: relative;
    margin: 14px 0px 50px 160px;
    text-align: center;
}

@media (max-width: 1200px) {
    .search-box {
        margin: 7px 0px 43px 0px;
        text-align: center;
    }
    .ysqgk {
        margin-top: 20px;
    }
}


/* .search-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 48px;
    width: 240px;
    height: 0;
    border-bottom: 2px solid #e2e2e2;
} */


/* .search-box:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    width: 240px;
    height: 0;
    border-bottom: 2px solid #e2e2e2;
} */

.search-box input {
    width: 420px;
    height: 50px;
    line-height: 26px;
    font-size: 16px;
    padding: 10px;
    border: none;
    background: #fff;
    outline: none;
    border-radius: 9px 0 0 9px;
    margin-left: -2%;
    border: 1px solid #999;
}

@media (max-width: 1200px) {
    .search-box input {
        width: 70%;
    }
    .search-box input {
        margin-left: -5%;
    }
    .search-box:before,
    .search-box:after {
        display: none;
    }
}

.search-box button {
    width: 80px;
    height: 50px;
    line-height: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 0;
    margin-left: -6px;
    color: transparent;
    font-size: 18px;
    color: #Fff;
    background: #477bc6;
    vertical-align: middle;
    border-radius: 0 9px 9px 0;
}

.article {
    padding: 1.5px;
}

.article h2 {
    font-size: 32px;
    font-weight: bold;
    padding: 0px;
}

.article .info {
    line-height: 24px;
    border-bottom: 1px #ccc solid;
    margin: 0px 0px 10px 0px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    text-indent: initial;
    font-size: 15px;
}

.article .info span {
    color: #555555;
    margin-right: 10px;
}

.article h2 a {
    color: #477bc6;
    line-height: 100px;
}

.article-box h4 {
    line-height: 52px;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 24px;
}

.article-box h5 {
    line-height: 52px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 24px;
}

.main p {
    line-height: 32px;
    margin-bottom: 10px;
    padding: 0px 15px;
    text-indent: 0em;
}

.article-box {
    max-height: 940px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 11px;
    margin-right: 14px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .article-box {
        max-height: 100%;
        margin-right: 0px;
    }
}

.article-box::-webkit-scrollbar {
    width: 10px;
}

.article-box::-webkit-scrollbar-track-piece {
    background: #f2f2f2;
    border-radius: 100px;
}

.article-box::-webkit-scrollbar-thumb {
    background: #477bc6;
    border-radius: 100px;
}

.info-list li {
    display: block;
    padding: 8px 20px 8px 20px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
}

.info-list li a:nth-child(2) {
    color: #477bc6;
    display: inline-block;
}

.info-list li span {
    padding-left: 10px;
    color: #858585;
    position: absolute;
    right: 0;
}

.info-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ccc;
    border-radius: 100px;
}

.main .info-list li.line {
    height: 0;
    border-bottom: 1px #ccc dashed;
    font: 0/0 lx;
    overflow: hidden;
    margin: 20px 8px;
    padding: 0;
}

.main .info-list li.line:before {
    content: none
}

.mb10 {
    margin-bottom: 10px;
}

.t3 {
    height: 35px;
    padding: 0px 15px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 20px;
    background: #e3eeff;
}

.t3 b {
    font-size: 16px;
    font-weight: bold;
    border-left: none;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
    /* width: 110px; */
    text-align: center;
    background-color: #477bc6;
}

.more {
    text-align: center;
    margin: 24px 0px;
    margin-bottom: 53px;
    text-indent: 0em;
}

.info-list {
    padding: 0px 20px;
}

.more a {
    display: inline-block;
    padding: 0px 30px;
    background-color: #e6e6e6;
    line-height: 30px;
    width: 100px;
    height: 30px;
}

.report {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 30px;
}

.report li {
    border-left: 1px solid #ddd;
    background-color: #f8f8f8;
}

.report li a {
    display: block;
    line-height: 38px;
    padding: 8px 0px 8px 15px;
    height: 52.4px;
}

.report li:nth-child(6n-2),
.report li:nth-child(6n-1),
.report li:nth-child(6n) {
    background-color: #fff;
}

@media (max-width: 480px) {
    .report li {
        width: 100%;
    }
    .report li:nth-child(6n-2),
    .report li:nth-child(6n-1),
    .report li:nth-child(6n) {
        background-color: #f8f8f8;
    }
    .report li:nth-child(odd) {
        background-color: #fff;
    }
    .report li {
        border-left: none;
    }
}


/* 调整 */

@media (min-width: 992px) {
    .col-md-3 {
        width: 250px;
        /* margin-left: 49px; */
    }
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 780px;
    }
}

@media (max-width: 750px) {
    ul.info-tree li a {
        padding: 20px 0px 20px 90px;
    }
    ul.info-tree>li>a.zc {
        line-height: 28px;
    }
}

@media (max-width: 992px) {
    ul.info-tree li li a:after {
        top: 50%;
    }
    .article h2 a {
        color: #477bc6;
        line-height: 40px;
    }
    .article-box {
        padding: 0;
    }
}

ul.info-tree li.level-1.current ul li a.current {
    color: #477bc6;
    font-weight: 700;
    background-color: #dff3ff;
    text-decoration: none;
}


/* ul.info-tree>li:nth-child(5) a,
ul.info-tree>li:nth-child(7) a,
ul.info-tree>li:nth-child(8) a {
    padding: 21px 0px 21px 90px;
} */

.report li:nth-child(3n-2) {
    border: none;
}

ul.info-tree li.current a {
    color: #fff;
    background-color: #477bc6;
}

.article1 {
    padding: 0px;
}

.article1 h2 {
    font-size: 32px;
    font-weight: bold;
    padding: 0px;
}

.article1 .info {
    line-height: 24px;
    margin: 0px 0px 10px 0px;
    padding-bottom: 20px;
    text-align: left;
    position: relative;
    text-indent: initial;
    font-size: 16px;
    width: 790px;
}

.articl1e .info span {
    color: #555555;
    margin-right: 10px;
}

.article1 h2 a {
    color: #477bc6;
    line-height: 100px;
}

.article1-box h4 {
    line-height: 52px;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 24px;
}

.article1-box h5 {
    line-height: 52px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 24px;
}

.article1-box {
    padding: 0px 10px 0px 35px;
    margin-right: 14px;
    margin-bottom: 40px;
}

.table-bordered>tbody>tr>th {
    background-color: #f4f6f7;
    text-align: center;
    color: #555;
    width: 120px;
    height: 50px;
    line-height: 34px;
    font-size: 16px;
}

.table-bordered>tbody>tr>td {
    line-height: 34px;
    font-size: 16px;
    color: #555;
    padding-left: 15px;
}

@media(max-width:992px) {
    .jfontsize,
    .share {
        display: none;
    }
    .article1 h2 a {
        color: #477bc6;
        line-height: 0px;
    }
    .article1 .info {
        width: 100%;
        text-align: center;
        margin: 0;
        padding-bottom: 10px;
    }
    .article1 .option {
        background: none;
        margin: 0;
    }
    .article1-box {
        padding: 0;
        margin: 0;
    }
    .test {
        display: none;
    }
}

.article-code p {
    margin: 25px 0;
}

.article-code .mb20 {
    margin-bottom: 30px;
}

.article-code a {
    font-weight: 700;
    color: #555;
    margin-right: 5px;
}

.test {
    width: 10px;
    height: 940px;
    overflow: auto;
    border: none;
    position: absolute;
    top: 100px;
    right: 8px;
    background-color: #ccc;
    border-radius: 20px;
}

.scrollbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 80px !important;
    background-color: #477bc6;
    border-radius: 5px;
    opacity: .8;
}

.ysqgk {
    display: inline-block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #477bc6;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    margin-left: 20px;
    vertical-align: middle;
}

.ysqgk img {
    margin-right: 5px;
    margin-top: -5px;
}

.szwz {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

@media(max-width:992px) {
    .zwzw {
        width: 100%;
    }
}

.table-hover {
    background: #4e8de9;
    border: none;
    margin-bottom: 0px;
}

.table-hover>tbody>tr:hover {
    background-color: #4e8de9;
}

.table-bordered>tbody>tr:first-child {
    border-bottom: 1px solid #6cb3e8;
}

.table-bordered>tbody>tr>td:first-child {
    border-right: 1px solid #6cb3e8;
}

.table-hover td h4 {
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
}

.navv {
    width: 100%;
    padding: 0;
}

.navv li {
    position: relative;
    line-height: 40px;
}

.navv li a {
    border-radius: 20px;
    height: 30px;
    padding: 4px 20px;
    font-size: 16px;
    color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #7db2ff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #7db2ff;
    font-weight: 700;
}

.navv li a:hover {
    background-color: #7db2ff;
}

.ysqgk:hover {
    color: #fff;
}

.xxgk-jgsz {
    padding: 25px 20px;
}

.jgsz-box {
    margin-bottom: 35px;
}

.jgsz-box h3 {
    height: 35px;
    line-height: 35px;
    background: #dff3ff;
    border-bottom: 1px solid #477bc6;
    margin-bottom: 18px;
}

.jgsz-box h3 span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #477bc6;
    padding: 0 11px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.jgsz-box ul {
    padding-left: 22px;
}

.jgsz-box ul li {
    float: left;
    padding: 0 10px;
    width: 33%;
    position: relative;
    font-size: 14.4px;
    margin-bottom: 28px;
}

.jgsz-box ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
}


.znjjxb {
    padding-left: 28px;
}

.znjjxb p {
    padding: 0;
}

@media(max-width:1200px) {
    .footer .top {
        display: none;
    }
    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 48px;
        vertical-align: top;
        right: -10px;
    }
    .copyright p span {
        display: block;
        margin-bottom: 5px;
    }
    .jgsz-box ul li {
        width: 50%;
    }
    .jgxxq-box {
        padding: 0 10px;
    }
    .info-list li span {
        position: relative;
    }
}

ul.info-tree li.level-2 ul li a:after {
    left: 43px;
}

ul.info-tree li.level-2.current>ul li a {
    padding-left: 60px;
    padding-right: 27px;
}

ul.info-tree li.level-2.current>ul li.level-2.current>ul li a {
    padding-left: 85px;
}

ul.info-tree li.level-2.current>ul li.level-2.current>ul li a:after {
    left: 68px;
}

ul.info-tree li.level-2 ul li.level-2 ul li.level-2 ul {
    padding-left: 20px;
}


/*底部*/

.footxy {
    border-top: 8px solid #467BBD;
    background: #343a40;
}

.footxy .navbg {
    height: 48px;
    border-bottom: 1px solid #CCCCCC
}

.footxy .navlt>ul>li {
    width: 12.5%;
    line-height: 46px;
    float: left;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative
}

.footxy .navlt>ul>li label {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.footxy .navlt>ul>li span {
    display: inline-block;
    border-bottom: 0;
    border-top: 6px solid\9;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.footxy .navlt>ul>li:hover span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footxy .navlt>ul>li:hover label {
    color: #FF0000
}

.footxy .navlt>ul>li:hover div.dropmenu {
    visibility: visible;
    height: 300px
}

.footxy .navlt>ul>li div.dropmenu {
    visibility: hidden;
    border-radius: 0;
    height: 0px;
    overflow-y: auto;
    position: absolute;
    bottom: 40px;
    left: 0px;
    z-index: 1000;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    transition: height 0.15s ease-in-out;
}

.footxy .navlt>ul>li div.dropmenu ul li {
    padding: 3px 20px;
    line-height: 20px;
    color: #333333;
    width: 200px
}

.footxy .navlt>ul>li div.dropmenu ul li:hover {
    background: #DAEDFC
}

.footxy .link {
    margin-top: 30px;
    margin-bottom: 10px
}

.footxy .link a {
    display: block;
    float: left;
    border-right: 1px solid #999999;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    padding: 0 20px;
}

.footxy .txt {
    line-height: 30px;
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 30px
}

.footxy .piclink {
    margin-top: 50px
}

.footxy .piclink ul li {
    float: right;
    height: 80px;
    margin-left: 10px;
}
.footxy .txt a{color:#fff;}
.footxy .piclink ul li  a{
	color:#fff;
}
.mar_t_30 {
    margin-top: 20px;
}

.jg10fx {
    margin: 20px;
    border-bottom: 1px solid #dedede;
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 750px) {
    .topbg .top-search-txt {
        width: 90%
    }
    .topbg .top-search .top-search-box {
        width: 90%;
    }
}

@media (max-width: 970px) {
    .cbtopnv li a div {
        font-size: 1.5rem;
    }
    .cbtopnv li {
        padding: 0px 1rem;
    }
}

@media (max-width: 1170px) {
    .topbg {
        height: 320px
    }
    .top-txt {
        display: none
    }
    .topbg .top-logo {
        width: 300px;
        padding-top: 20px;
    }
    .footxy .txt {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    .footxy .txt div {
        text-align: center
    }
    .footxy .piclink ul li {
        float: left;
    }
}

.gfxwj-seach {
    margin-bottom: 17px;
    position: relative;
}

.gfxwj-seach input {
    line-height: 50px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    width: 100%;
    font-size: 16px;
    padding: 0 100px 0 130px;
}

.gfxwj-seach button {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    text-align: center;
    width: 90px;
    background: #477bc6;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.gfxwj-seach select {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    line-height: 50px;
    text-align: center;
    height: 50px;
}

.gfxwj-seach::after {
    content: '';
    width: 1px;
    height: 36px;
    background: #dedede;
    position: absolute;
    left: 120px;
    top: 8px;
}

/* 11.24 */

ul.info-tree li.level-1.current ul.guiz li a{
	background: #e5e5e5;
	padding: 6px 21px;
	font-size: 16px;
}

ul.info-tree li.level-1.current ul.guiz li a.current {
    color: #2e65a6;
    font-weight: normal;
}

ul.info-tree li.level-1.current ul.guiz {
    border: 0;
    padding-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

ul.info-tree li.level-1.current ul.guiz li {
    margin-top: 10px;
}

ul.info-tree li.level-1.current ul.guiz li a:after{
    display: none;
}