/*页尾(A版) 开始*/
.footer {
    padding: 20px 0;
    font-size: 16px;
    line-height: 32px;
    background-color: #fff;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    border: 1px solid #ddd;
    margin: 0 -5px;
    padding: 0 18px;
    background: #fff url(/material/images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.gov {
    position: absolute;
    top: 50%;
    right: 120px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -27px;
}
@media (max-width: 768px) {

    .links {
        padding: 0 20px;
    }

    .handle {
        margin-bottom: 10px;
    }

    .footer {
        text-align: center;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        right: auto;
        margin-top: 20px;
        vertical-align: middle;
    }

    .footer p span {
        display: block;
    }
}
/*页尾 结束*/
.info-tree li.current>a{
	    color: #fff;
    background-color: #2d66a8;
}
ul.info-tree li.level-1 ul li.current>a{
font-weight: bold;
color:#2d66a8;
}
@media (max-width:480px){
.inner h1 a{
	font-size:28px;
}
}
@media (max-width:320px){
.inner h1 a{
	font-size:22px;
	
}
}
/*依申请公开图标*/
ul.info-tree li a i.s5 {
background-position: -160px 0px;
}
/*信息公开列表页高亮  开始*/
.current .s1{
background-position: 0px -40px!important;
}
.current .s2{
    background-position: -40px -40px!important;
}

.current .s3{
background-position: -80px -40px!important;
}

.current .s4{
background-position: -120px -40px!important;
}

ul.info-tree li a:hover i.s5 {
background-position: -160px -40px;
}
/*信息公开列表页高亮  结束*/
@media (max-width:480px){
ul.info-tree li.level-2>i{
	top:18px;
}
}
ul.info-tree li a:hover+ul+i{
background-image: url(../../images/infopublic_new_images/pus02.png);
}
.article-box>ul.info-list{
	margin-top:10px;
}



/*信息公开改版新增样式 开始*/

ul.info-tree li a i.s1 {
background-position: -200px 0px;
}
ul.info-tree li a i.s2{
background-position: 0px 0px;
}
ul.info-tree li a i.s3 {
background-position: -40px 0px;
}
ul.info-tree li a i.s4 {
background-position: -80px 0px;
}

ul.info-tree li a i.s5 {
background-position: -160px 0px;
}

ul.info-tree li a i.s6 {
background-position: -240px 0px;
}
ul.info-tree li a i.s7 {
background-position: -120px 0px;
}
.current .s1{
background-position: -200px -40px!important;
}
.current .s2{
background-position: 0px -40px!important;
}
.current .s3{
background-position: -40px -40px!important;
}
.current .s4{
background-position: -80px -40px!important;
}

.current .s5{
background-position: -160px -40px!important;
}

.current .s6{
background-position: -240px -40px!important;
}
.current .s7{
background-position: -120px -40px!important;
}
ul.info-tree li a:hover i.s1 {
background-position: -200px -40px;
}

ul.info-tree li a:hover i.s2 {
background-position: -0px -40px;
}

ul.info-tree li a:hover i.s3 {
background-position: -40px -40px;
}

ul.info-tree li a:hover i.s4 {
background-position: -80px -40px;
}

ul.info-tree li a:hover i.s5 {
background-position: -160px -40px;
}
ul.info-tree li a:hover i.s6 {
background-position: -240px -40px;
}
ul.info-tree li a:hover i.s7 {
background-position: -120px -40px;
}

@media(min-width:768px){
ul.info-tree li.level-1:first-child a{
line-height:56px;
}
}
/*信息公开改版新增样式 结束*/

.pages .current {
    background-color: #a3bde2;
    color: #fff;
    position: relative;
}