@charset "utf-8";
.footer{
    height: auto;
    padding: 20px 0;
    background: #fff;
}
.links,
.copyright {
    position: relative;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    border: 1px solid #ddd;
    background: #fff url(../../images/newinfo_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 {
    line-height: 32px;
}
.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #000;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

@media (max-width: 1200px) {

    .links,
    .copyright {
        width: 100%;
    }


    .footer {
        padding: 20px;
    }

    .links {
        padding: 0 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .handle {
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {

    .copyright p span {
        display: block;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}
.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;
}
    .level-2 i{
        margin-top: 10px;
    }
}
@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: -200px -40px!important;
}
.current .s2{
    background-position: 0px -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;
}
ul.info-tree li.level-1 ul li.current>a {
    font-weight: bold;
    color: #2d66a8;
}
/*信息公开列表页高亮  结束*/

@media (min-width: 1200px) {
    .gov {
        left: 50px;
    }

    .jc {
        right: 50px;
    }
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
ul.info-tree li.current a i.s5 {
    background-position: -160px -40px;
}