﻿@charset "utf-8";

/* 链接 */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #224b7f;
    text-decoration: none;
}

a:active {
    outline: none;
}


/* 头部、底部、全局 */

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
    background: #e7f7ff url(../images/bg.jpg) 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: 215px;
    background: url(../images/head.png) 50% 0 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%;
    }
    .header h2 {
        width: 100%;
        height: 150PX;
        background-position: 50% 0px;
        background-size: auto 50%;
    }
}

@media (max-width: 768px) {
    .header h2 {
        background-position: 30% 0px;
        background-size: auto 50%;
    }
    .inner,
    .nav ul,
    .links,
    .copyright {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header h2 {
        background-position: 30px 0px;
        background-size: auto 45%;
    }
}

@media (max-width: 375px) {
    .header h2 {
        background-position: 30px 0px;
        background-size: auto 40%;
    }
}

@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: 1200px;
    margin: 0 auto;
    padding: 36px;
    background-color: #fff;
}

.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: center;
    font-size: 0;
    position: relative;
    margin: 49px 0px 83px 0px;
}

@media (max-width: 1200px) {
    .search-box {
        margin: 7px 0px 43px 0px;
    }
}

.search-box:before {
   
    position: absolute;
    top: 50%;
    left: 48px;
    width: 240px;
    height: 0;
    border-bottom: 2px solid #e2e2e2;
}

.search-box:after {
   
    position: absolute;
    top: 50%;
    right: 50px;
    width: 240px;
    height: 0;
    border-bottom: 2px solid #e2e2e2;
}

.search-box input {
    width: 510px;
    height: 50px;
    line-height: 26px;
    font-size: 16px;
    padding: 10px;
    border: none;
    background: #fff;
    outline: none;
    border-radius: 9px;
    margin-left: -2%;
    border: 2px solid #2285e7;
}

@media (max-width: 1200px) {
    .search-box input {
        width: 90%;
    }
    .search-box input {
        margin-left: -5%;
    }
    .search-box:before,
    .search-box:after {
        display: none;
    }
}

.search-box button {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 0;
    font-size: 0;
    margin-left: -60px;
    color: transparent;
    background: url(../images/q.png) 10px 5px no-repeat;
}

.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: #2285e7;
    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%!important;
        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: #2285e7;
    border-radius: 100px;
}

.info-list li a {
    display: block;
    padding: 8px 20px 8px 20px;
    line-height: 30px;
    font-size: 16px;
}

.info-list li a span {
    padding-left: 10px;
    color: #858585;
    float: right;
}

.main .info-list li.line {
    height: 0;
    border-bottom: 1px #ccc solid;
    font: 0/0 lx;
    overflow: hidden;
    margin: 30px 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.t3 {
    height: 35px;
    padding: 0px 15px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 20px;
}

.t3 b {
    font-size: 16px;
    font-weight: bold;
    border-left: none;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    padding: 0px 15px;
    /*width: 110px;*/
	width: auto;
    text-align: center;
    background-color: #2285e7;
}

.more {
    text-align: center;
    margin: 34px 0px;
    margin-bottom: 43px;
    text-indent: 0em;
}

.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(10n-4),.report li:nth-child(10n-3),.report li:nth-child(10n-2), .report li:nth-child(10n-1), .report li:nth-child(10n) {
    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;
    }
}


/* 信息公开树 开始 */

ul.info-tree {
    padding-bottom: 15px;
    margin-left: -10px;
}

@media (max-width: 768px) {
    ul.info-tree,
    .main {
        margin: 0px -15px;
    }
}

ul.info-tree>li ul {
    display: none;
}

ul.info-tree>li {
    position: relative;
    font-size: 18px;
}

ul.info-tree>li+li {
    margin-top: 15px;
}

ul.info-tree li a {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 28px;
    padding: 7px 0px 7px 90px;
    color: #2285e7;
    background-color: #eff7ff;
}

@media (max-width: 480px) {
    ul.info-tree li a {
        padding: 16px 0px 16px 95px;
    }
}

ul.info-tree li a:hover,
ul.info-tree li.level-1.current a {
    color: #fff;
    background-color: #2285e7;
}

ul.info-tree li a i {
    position: absolute;
    top: 15px;
    left: 33px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(../images/iconss.png);
    /* background-image: url(../images/icons_ie8.png)\9; */
    background-size: 320px auto;
    transition: transform .3s;
}

ul.info-tree li a i.s1 {
    background-position: -8px -77px;
}

ul.info-tree li a i.s2 {
    background-position: -50px -77px;
}

ul.info-tree li a i.s3 {
    background-position: -93px -77px;
}

ul.info-tree li a i.s4 {
    background-position: -138px -77px;
}

ul.info-tree li a i.s5 {
    background-position: -182px -77px;
}

ul.info-tree li a i.s6 {
    background-position: -224px -77px;
}

ul.info-tree li a i.s7 {
    background-position: -270px -77px;
}

ul.info-tree li a i.s8 {
    background-position: -160px -22px;
}

ul.info-tree li a:hover i.s1,
ul.info-tree li.current a i.s1 {
    background-position: -8px -123px;
}

ul.info-tree li a:hover i.s2,
ul.info-tree li.current a i.s2 {
    background-position: -50px -123px;
}

ul.info-tree li a:hover i.s3,
ul.info-tree li.level-1.current a i.s3 {
    background-position: -93px -123px;
}

ul.info-tree li a:hover i.s4,
ul.info-tree li.current a i.s4 {
    background-position: -138px -123px;
}

ul.info-tree li a:hover i.s5,
ul.info-tree li.current a i.s5 {
    background-position: -182px -123px;
}

ul.info-tree li a:hover i.s6,
ul.info-tree li.level-1.current a i.s6 {
    background-position: -224px -123px;
}

ul.info-tree li a:hover i.s7,
ul.info-tree li.current a i.s7 {
    background-position: -270px -123px;
}

ul.info-tree li a:hover i.s8,
ul.info-tree li.current a i.s8 {
    background-position: -208px -22px;
}

ul.info-tree li.level-1 a,
ul.info-tree li.level-2 a {
    display: inline-block;
}

ul.info-tree li li a:hover {
    text-decoration: underline;
}

ul.info-tree li li {
    position: relative;
    line-height: 32px;
}

ul.info-tree li li a {
    font-size: 16px;
}

ul.info-tree li.level-2 ul {
    padding-left: 20px;
}

ul.info-tree li.level-2 ul li {
    font-size: 14px;
}

ul.info-tree>li:hover ul.info-tree li.level-2 ul {
    padding-left: 20px;
}

ul.info-tree li.level-2 ul li {
    font-size: 14px;
}

ul.info-tree>li.level-1>i:after {
    margin-top: -10px;
    background-image: url(../images/icons.png);
    background-image: url(../images/icons_ie8.png)\9;
    background-size: 320px auto;
    background-position: -35px -280px;
    transition: transform .3s;
}

ul.info-tree>li.current>i:after {
    margin-top: -10px;
    margin-left: 12px;
    background-image: url(../images/icons.png);
    background-image: url(../images/icons_ie8.png)\9;
    background-size: 320px auto;
    background-position: -84px -277px;
    transition: transform .3s;
}

ul.info-tree li.level-1.current a {
    display: block;
}

ul.info-tree li li a:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 16px;
    left: 24px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #333;
    border-radius: 100px;
}

ul.info-tree li li a:hover:after {
    background: #1e5fd8;
}

ul.info-tree li li a:hover:after {
    color: #102b63;
    background: #102b63;
}

ul.info-tree li.level-1.current ul li a {
    color: #333;
    line-height: 24px;
    padding-left: 41px;
    border: none;
    background-color: #fff;
    font-size: 15px;
    padding: 4px 0px 4px 41px;
}

ul.info-tree li.level-1.current ul li a:hover {
    background-color: #e7f5ff;
    text-decoration: none;
    font-weight: 700;
    color: #2285e7;
}

ul.info-tree .current>ul {
    display: block;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 20px 0px;
}

ul.info-tree li.level-1>i {
    position: absolute;
    top: 25px;
    right: 5%;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-position: center;
    cursor: pointer;
}

ul.info-tree li.level-1>i {
    background-image: url(../images/pus01.png);
}

ul.info-tree li.level-1.current>i {
    display: block;
    background-image: url(../images/prep.png);
    font-style: normal;
}

ul.info-tree li.level-1.current:hover>i {
    display: block;
    background-image: url(../images/prep.png);
    font-style: normal;
}

ul.info-tree li.level-1:hover>i {
    display: none;
    background-image: url(../images/pus02.png);
    font-style: normal;
}

ul.info-tree li a:focus {
    /* color: #048;*/
    text-decoration: 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;
    }
}

@media (max-width: 992px) {
    ul.info-tree li li a:after {
        top: 50%;
    }
    .article h2 a {
        color: #2285e7;
        line-height: 40px;
    }
    .article-box {
        padding: 0;
    }
}

ul.info-tree li.level-1.current >ul >li >a.current {
    color: #2285e7;
    font-weight: 700;
    background-color: #e7f5ff;
    text-decoration: none;
}



.report li:nth-child(5n-4) {
    border: none;
}

ul.info-tree li.current a {
    color: #fff;
    background-color: #2285e7;
}

.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: #2285e7;
    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;
}

.article1 .option {
    box-sizing: border-box;
    margin: 20px 15px;
    padding: 20px;
    line-height: 30px;
    color: #ccc;
    transition: padding .3s;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: 20px 60px;
}

.article1 .option .share {
    float: right;
    margin: -7px 0;
}

.article1 .option h4 {
    display: none;
}

.article1 .info {
    color: #999;
}

.jfontsize a {
    border: none;
    margin: 2px 2px;
    padding: 0px;
}

.jfontsize span {
    float: left;
}

.jfontsize a i.shouc {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 24px;
    background-image: url(../images/buoumaotubiao44.png);
    background-repeat: no-repeat;
    background-size: 80%;
}

.jfontsize a i.shouc:hover {
    background-image: url(../images/buoumaotubiao441.png);
}

.jfontsize a i.dayin {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 24px;
    background-image: url(../images/dayin.png);
    background-repeat: no-repeat;
    background-size: 80%;
}

.jfontsize a i.dayin:hover {
    background-image: url(../images/dayin1.png);
}

.jfontsize {
    padding: 0;
}

.bdshare-button-style1-32 .bds_more {
    color: #333;
    width: 28px;
    height: 28px;
    background-image: url(../images/fenxiang.png);
    background-repeat: no-repeat;
    background-size: 80%;
    margin: 8px 2px;
}

.bdshare-button-style1-32 .bds_more:hover {
    background-image: url(../images/fenxiang1.png);
}

.bdshare-button-style1-32 .wyjc {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #cacaca;
    width: 88px;
    height: 26px;
    border-radius: 12px;
    background-image: url(../images/qk2018_news_icon46.png);
    background-repeat: no-repeat;
    background-position: 3px 5px;
    text-indent: 0em;
    line-height: 26px;
    padding-left: 20px;
}

.bdshare-button-style1-32 .wyjc:hover {
    background-color: #2285e7;
    color: #fff;
}

@media(max-width:992px) {
    .jfontsize,
    .share {
        display: none;
    }
    .article1 h2 a {
        color: #2285e7;
        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;
}

ul.info-tree li.level-1.current:hover>i {
    background-image: url(../images/prep.png);
    font-style: normal;
}

.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: #2285e7;
    border-radius: 5px;
    opacity: .8;
}

    ul.info-tree li.level-1 li.level-2>i {
        position: absolute;
        top: 8px;
        right: 5%;
        display: block;
        width: 15px;
        height: 15px;
        line-height: 20px;
        text-align: center;
        background-position: center;
        cursor: pointer;
        /* background-image: url(../images/pus04.png); */
    }
        ul.info-tree li.level-1 li.level-2.current>i {
        /* display: none; */
        background-image: url(http://www.qingshan.gov.cn/material/images/pus05.png);
        font-style: normal;
        background-repeat: no-repeat;
    }
    
    ul.info-tree li.level-1 li.level-2:hover>i {
        background-image: url(http://www.qingshan.gov.cn/material/images/pus05.png);
        font-style: normal;
        background-repeat: no-repeat;
    }
	
    .ysqgk {
        display: inline-block;
        width: 155px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        color: #2285e7;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #e1e1e1;
        margin-left: 40px;
        vertical-align: middle;
    }	