﻿/*
update:2020.5.19
author:wang
*/

@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(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(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(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 {

    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;
}
/* 底部样式 */
.twhite1 {
color: #fff;
}

.twhite1 a:link, .twhite1 a:visited {
	color: #fff;
}

.twhite1 a:hover {
	color: #fff;
	text-decoration: underline;
}

.bot {
	margin: 20px auto 0;
	background: #73b0e0;
	padding: 20px 0;
	line-height: 28px;
	text-align: center
}
.bot .w1200{
  margin:0 auto;
  width: 1200px;
}
.bot img {
	/* margin: 10px; */
}

.bot {
	height: auto !important;
}
.test{top: 10px;height: 750px;}
.article-box {
	margin-top: 20px;
	/*max-height: 735px;*/
}


.search-box {
    display: block;
    z-index: 9;
    line-height: 0;
    text-align: center;
    font-size: 0;
    position: relative;
    margin: 49px 0px 72px 0px;
    padding-bottom: 30px;
    border-bottom: #e2e2e2 1px solid;
}

@media (max-width: 1200px) {
    .search-box {
        margin: 7px 0px 43px 0px;
    }
}

/*.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: 710px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #999;
    padding: 15px 10px;
    border: none;
    background: #fff;
    outline: none;
    border-radius: 9px;
    margin-left: -2%;
    border: 2px solid #005ca2;
}

@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: 112px;
    height: 56px;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 0;
    font-size: 0;
    margin-left: -112px;
    color: transparent;
    background:#005ca2 url(zj21_3.png) center no-repeat;
    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: #2285e7;
    line-height: 100px;
}

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

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


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

.article-box .zwgk_list_tit{}
.article-box .zwgk_list_tit .left_tit{ text-align: center; height:50px; float: left; line-height: 50px; margin:0 20px; border-bottom: 1px solid #999; margin-bottom: 20px;}
.article-box .zwgk_list_tit .right_more{float:right; line-height: 50px; padding-right:20px;}


.article-box .info-list li{
    margin-top: 0px !important;
    height: 50px;
    background-image: url(bgline02.png);
    background-repeat: repeat-x;
    background-position: 0px 35px;
    clear: both;
}

.article-box .pic-list{ width:730px; padding-left: 8px;overflow: hidden;}
.article-box .pic-list li {float:left; width:200px; height:265px; border:1px solid #e7e7e7;margin: 20px; text-align: center;}
.article-box .pic-list li img { width: 190px; text-align: center; display: block;}
.article-box .pic-list li span{ width:200px;}
	
.article-box .info-list li h3
{
	line-height: 32px;
    margin-bottom: 0px;
    padding: 0px 7px;
    text-indent: 0em;
    width: 600px;
    float: left;
}

.article-box .info-list li h4
{
	line-height: 32px;
    margin-bottom: 0px;
    padding: 0px 7px;
    text-indent: 0em;
    width: 410px;
    float: left;
}
.article-box .info-list li h5
{
	line-height: 32px;
    margin-bottom: 0px;
    padding: 0px 7px;
    text-indent: 0em;
    width: 600px;
    float: left;
}

.article-box .info-list li h6{ padding-top:5px;width: 170px;float: left;}

.article-box .right-list {
	width:750px;
	margin: 0px auto;
    line-height: 35px;
    display: block;
	float:left;
}

.article-box .right-list li{
    float: left;
    padding: 17px 0px 0px 15px;
    display: block;
    width: 170px;
}

.article-box .right-list a{	
    padding: 0px 10px;
    height: 45px;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #e8eef6;
    line-height: 45px;
    color: #3076bc;
    text-align: center;
}
.article-box .right-list li a:hover{
   color: #ffffff;
    background-color: #3076bc;
}

.article-box .right-list li h3
{
	line-height: 32px;
    margin-bottom: 0px;
    padding: 0px 7px;
    text-indent: 0em;
    width: 600px;
    float: left;
}

.article-box .right-list li h4
{
	line-height: 32px;
    margin-bottom: 0px;
    padding: 0px 7px;
    text-indent: 0em;
    width: 430px;
    float: left;
}


.article-box .right-list li h6
{
	line-height: 32px;
    margin-bottom: 0px;
    padding: 0px 7px;
    text-indent: 0em;
    width: 180px;
    float: left;
}


.article-box .info-list li span
{
	line-height: 32px;
    margin-bottom: 0px;
    padding: 0px 15px;
    text-indent: 0em;
    width: 120px;
    float: right;
}

@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: #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;
}

.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 0px;
    width: 110px;
    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(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;
    }
}


/* 信息公开树 开始 */

ul.info-tree {
    padding-bottom: 15px;
    margin-left: 0px;
}

@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: 19px;
    line-height: 28px;
    padding: 7px 40px 7px 10px;
    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 {
    display: none;
    position: absolute;
    top: 15px;
    left: 33px;
    
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(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: 15px;
    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;
    border: none;
    background-color: #fff;
    font-size: 15px;
    padding: 4px 0px 4px 29px;
}

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: 11px;
    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: url(pus01.png) center no-repeat ;
}

ul.info-tree li.level-1.current>i {
    display: block;
    background: url(prep.png) center no-repeat ;
    font-style: normal;
}

ul.info-tree li.level-1.current:hover>i {
    display: block;
    background: url(prep.png) center no-repeat ;
    font-style: normal;
}

ul.info-tree li.level-1:hover>i {
    display: none;
    background: url(pus02.png) center no-repeat ;
    font-style: normal;
}

ul.info-tree li a:focus {
    /* color: #048;*/
    text-decoration: none;
}


/* 信息公开树 结束 */


/* 调整 */

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

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

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: #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(prep.png);
    font-style: normal;
}

.test {
    display: none;
    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;
}


.zj_21 .grid .top img{width: 100%;}





/*信件详情*/
.zj_21{padding: 1px 0;}
.zj_21 .grid{margin:0px auto;}
.zj_21 .new_xq .xjxx_tit{ height:48px; line-height:48px; font-size:16px; font-weight:bold; width:1090px; margin:0 auto;}
.zj_21 .new_xq .xjxx_tit span{ float:right; font-weight:normal;}
.zj_21 .new_xq .xjxx_con{ background:#eaf7ff; border:1px solid #bee0fa; padding:0 34px 45px 34px; width:1090px; margin:10px auto; line-height:30px;}
.zj_21 .new_xq .xjxx_con h2{ line-height:72px; text-align:center; font-size:24px; margin-bottom:15px;}
.zj_21 .new_xq .t_line{ text-decoration:underline}


.zj_21 .new_xq .tcc_con2{ display:none; width:800px; background:#fff; border-radius:8px; position:fixed; left:50%; top:50%;transform:translateY(-50%); margin-left:-400px; z-index:999999}
.zj_21 .new_xq .tcc_tit{ cursor:pointer}
.zj_21 .new_xq .tcc_tit1{ background-color:#006bc3; color:#ffffff; text-align:center; height:46px; line-height:46px; font-size:18px; font-weight:bold; border-top-left-radius:8px; border-top-right-radius:8px; position:relative}
.zj_21 .new_xq .tcc_tit1 .close{ position:absolute; right:10px; top:0px; background:url(zj21_5.png) center no-repeat; width:46px; height:46px;background-size: 24px auto; display:block; cursor:pointer;opacity: 1;}
.zj_21 .new_xq .tcc_con3{ text-align:center; line-height:48px; font-size:16px;     padding: 23px 25px 25px 25px;    max-height: 600px;overflow-y:auto;}
.zj_21 .new_xq .tcc_con3 img{ margin-bottom:20px;}




.zj_21 .new_xq .tred2 {color: #ed2c2d;}
.zj_21 .new_xq .tab{margin:0 auto;}
.zj_21 .new_xq .tab th{ height:40px; background-color:#f4f4f4; text-align:center; line-height:40px; font-size:16px; font-weight:normal}
.zj_21 .new_xq .tab td{ height:49px; border-bottom:1px dashed #dcdcdc; line-height:49px;}
.zj_21 .new_xq .tblue1{color: #006bc3;}



ul.info-tree li li.level-2 i{position: absolute;top: 6px;left: 5%;display: block;width: 20px;height: 20px;cursor: pointer;background: url(pus01.png) center no-repeat;background-size: 12px auto;}
ul.info-tree li li a::after{display: none;}
ul.info-tree li.level-1.current ul li a {padding: 4px 0px 4px 34px;}

ul.info-tree li.level-2 ul{padding:0 0 0 20px; border: none;}
ul.info-tree li.level-1.current li.level-2 ul li a{padding-left: 30px;}
ul.info-tree li.level-2 ul li a::after{display: block;}
ul.info-tree li.level-2 ul li i{display: none;}

ul.info-tree li li.level-2.current i{background: url(preps.png) center no-repeat;background-size: 12px auto;}


ul.info-tree li.cur a{color: #fff;background-color: #2285e7;}
ul.info-tree li.level-1.current ul li.cur  a{font-weight: 700;color: #2285e7;}
ul.info-tree li.level-1.current li.level-2 ul li.cur a{font-weight: 700;color: #2285e7;}
ul.info-tree li.level-1.current li.level-2 ul li.cur a::after{background: #2285e7}


.info-nav{padding: 20px 20px 0;}
.info-nav li{float: left;margin-right: 20px;}
.info-nav a{display: block; line-height: 30px; border-bottom: #fff 2px solid;}
.info-nav li.on a,.info-nav li:hover a{color: #2285e7; border-bottom: #2285e7 2px solid;}

.article-box .info-list li a{padding:0px}
    .article-box .info-list li span{width:auto;}
    .article-box .info-list li h3{width: auto;}
h1,h2,h3,h4,h5,h6{font-style: normal;font-weight: normal;}

.article-box{padding:0px;margin:20px;}




/*政府文件详细页*/
    
.law_xq {
    float: left;
    width: 100%;
}
.law_xq .tab_list{
    display: block;
    padding: 30px 20px 10px;
    background: #f9f9f9;
	height:180px;    
	margin-bottom: 20px;
}
.law_xq .tab_list ul{
    background: #fff;
    border-right:#ececec 1px solid;
    border-top: #ececec 1px solid;
}
.law_xq .tab_list li{
    float: left;
    width: 50%;
    font-size: 16px;
    color: #333;
    line-height: 40px;
	clear:none;
}

.law_xq .tab_list li i{
    float: left;
    width: 130px;
    height: 40px;
    text-align: center;
    
    font-size: 18px;
    background: #ebf3f8;
    border-top: #d9e7f2 1px solid;
    border-left: #d9e7f2 1px solid;
    font-style: normal;
}
.law_xq .tab_list li p{
    float: left;
    padding-left: 20px;
    margin:0;
    width: 277px;
    border-bottom: #ececec 1px solid;
    border-left: #ececec 1px solid;
}
.law_xq .tab_list li p a{
    color: #2e58ab;
}
.law_xq .tab_list li.other{
    width: 100%;
}
.law_xq .tab_list li.other i,.law_xq .tab_list li.bor i{
    border-bottom: #d9e7f2 1px solid;
}
.law_xq .tab_list li.other p{
    width: 667px;
    border-bottom: #ececec 1px solid;
}
.law_xq .tab_list li.bor p{
    border-bottom: #ececec 1px solid;
}
.law_xq .tab_list li:last-child{width: 100%;}
.law_xq .tab_list li:last-child p{width: 707px;}
.law_xq .m_tab_list{display: none;}
@media(max-width:1271px){
    .law_xq .tab_list{display: none;}
    .law_xq .m_tab_list{display: block;margin-top: 2rem;}
    .law_xq .m_tab_list dl{font-size: 1.3rem;color: #333;line-height: 3.1rem;}
    .law_xq .m_tab_list dt{float: left;width: 10rem;text-align: center; border-left: #d9e7f2 1px solid;border-top: #d9e7f2 1px solid;background: #ebf3f8;}
    .law_xq .m_tab_list dd{float: left;width: calc(100% - 10rem - 3px); border: #ececec 1px solid;border-bottom:none;overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;}
    .law_xq .m_tab_list dd p{padding-left: 2rem;width: calc(100% - 2rem);}
    .law_xq .m_tab_list .other dt{border-bottom: #d9e7f2 1px solid;}
    .law_xq .m_tab_list .other dd{border-bottom: #ececec 1px solid;}
}