@charset "utf-8";
/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1678db;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用  开始*/

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
}

@media (min-width: 1200px) {
    .backtop {
        z-index: 600;
        right: 78px;
        bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .backtop {
        right: 20px;
    }
}
.inner,
.nav ul,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: relative;
    background: #fff url(../images_2020/head.jpg) 50% 0 no-repeat;
    color: #fff;
}

.ht {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: -40px;
}

.ht a {
    margin: 0 10px;
    color: #fff;
}

.ht i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -2px;
}

.header h1 {
    width: 50%;
    height: 200px;
    background: url(../images_2020/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 170px;
}

.nav {
    height: 60px;
    background-color:#1678db;
}

.nav li {
    position: relative;
    float: left;
    width: 16.66%;
}

.nav li a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.nav li a b{
    font-weight: normal;
}

.nav li a:hover,
.nav li.current a {
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4e000000, endcolorstr=#4e000000);
}

.nav li a i{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(../images_2020/icons_04_02.png);
    background-image: url(../images_2020/icons_04_ie8_02.png)\9;
    background-size: 240px auto;
    transition: all .3s;
}

.nav .s1 {
    background-position: 0 0;
}

.nav .s2{
    background-position: -40px 0;
}

.nav .s3{
    background-position: -80px 0;
}

.nav .s4{
    background-position: -120px 0;
}

.nav .s5{
    background-position: -160px 0;
}

.nav .s6{
    background-position: -200px -120px;
}

.nav li:hover a .s1,
.nav li.current a .s1 {
    background-position: 0 -40px;
}

.nav li:hover a .s2,
.nav li.current a .s2 {
    background-position: -40px -40px;
}

.nav li:hover a .s3,
.nav li.current a .s3 {
    background-position: -80px -40px;
}

.nav li:hover a .s4,
.nav li.current a .s4 {
    background-position: -120px -40px;
}

.nav li:hover a .s5,
.nav li.current a .s5{
    background-position: -160px -40px;
}

.nav li:hover a .s6,
.nav li.current a .s6{
    background-position: -200px -160px;
}

.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #eee;
}

.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;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../images_2020/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 0px;
}

.footer-map {
    margin-left: 120px;
}
.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 0px;
}

.friendship>li>a>img {
    width: 100%;
}
.copyright p span {
    margin: 0px 10px 0px 0px !important;
}
.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.qr {
    position: absolute;
    top: 50%;
    right: 150px;
    width: 100px;
    height: 100px;
    margin-top: -50px;
}

.qr img{
    width: 100px;
    height: 100px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}


.content {
    padding: 20px 0;
    background-image: linear-gradient(to bottom, #ffff, #fff);
    background-color: #fff;
}

/* 搜索 */
.search-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    display: none;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E") 50% 50% no-repeat;
    cursor: pointer;
}

.search-box {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    margin-top: -20px;
    line-height: 0;
    text-align: center;
    font-size: 0;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button,
.search .go {
    display: inline-block;
}

.search input {
    width: 260px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 50px 10px 20px;
    border: none;
    background: #ebebeb;
    outline: none;
}

.search button {
    position: relative;
    width: 70px;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    background: #1678db;
    color: #fff;
    vertical-align: middle;
}

.search .go {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 2px;
    color: #1d337e;
    font-weight:bold;
    vertical-align: middle;
    background: #e7eaef;
}

@media (max-width: 480px) {
    .search .go {
        display: none;
    }
}
/* 公用部分 */

.grid {
    width: 1200px;
    margin: 0 auto 20px;
}

.where{
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    box-shadow: 1px 0 10px rgba(0, 0, 0, .08);
    background: url(../images_2020/where.png) 10px center no-repeat;
}

.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images_2020/icons_04_02.png);
    background-image: url(../images_2020/icons_04_ie8_02.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .grid {
        width: 100%;
        padding:0px 16px 16px 16px;
        margin: 0 auto 0px;
    }
}

.grid .row {
    margin-right: -10px;
    margin-left: -10px;
}

.grid .row .col,
.grid .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

/* .tab-pane {
    position: relative;
    overflow: hidden;
} */

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.tab .current {
    color: #006bd3;
}

h3.tab {
    height: 60px;
    margin-bottom: 10px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}

h3.tab a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scale(0, 1);
    transition: transform .3s;
}

h3.tab a.current:after {
    background-color: #006bd3;
    transform: scale(1, 1);
}

h4.tab {
    height: 50px;
    line-height: 48px;
    border-bottom: 2px solid #005aa8;
}

h4.tab a.current:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #005aa8;
    margin-left: -6px;
}

@media (max-width: 1200px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }
    .list-t li{
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    h3.tab {
        margin-left: -10px;
        margin-right: -10px;
    }

    h3.tab a {
        font-size: 14px;
    }
}
li.list-more {
    margin-top: 10px;
    padding: 0;
    background: none;
    line-height: 40px;
    text-align: center;
}

li.list-more i {
    margin: 0 10px;
    color: #ccc;
}

li.list-more:before {
    display: none;
}

@media (max-width: 1200px) {

    .ht,
    .inner,
    .header h1,
    .search-box,
    .nav ul,
    .links,
    .copyright {
        width: 100%;
    }

    .ht {
        margin: 0;
    }

    .ht .fl,
    .side-bar {
        display: none;
    }
	    .fr .ipv6 {
        display: none;
    }
	
	.ht a {
    margin: 0 7px;
}
    .header {
        background-position: 50% -60px;
        background-size: auto 100%;
    }

    .header h1 {
        height: 100px;
        background-position: 5px 50%;
        background-size: auto 60%;
    }

    .nav li a{
        font-size:18px;
    }

    .search-box {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        padding: 10px;
    }

    .search input {
        width: 60%;
        min-width: 230px;
    }

    .footer {
        padding: 20px;
    }
}

@media (max-width: 768px) {

    nav.handle {
        margin-bottom: 10px;
    }

     .copyright {
        text-align: center;
    }

    /*.copyright p span {
        display: block;
    }*/

    .copyright>.p20 {
        margin: 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
    .footer .qr{
        position: relative;
        display: inline-block;
        bottom: 0;
        right:0px;
        width:100%;
        margin-top: 20px;
        vertical-align: middle;
    }
}

@media (max-width: 480px) {
    .nav li a {
        font-size: 15px;
    }

    .nav li a i {
        display: none;
    }

}
@media (max-width: 320px){
.header h1 {
    background-size: auto 50%;
    }
}

/* 头部、底部、公用  结束*/

/* 站点地图 开始*/
.site-map h2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
}

.site-map .row {
    margin-right: -5px;
    margin-left: -5px;
}

.site-map .row>.col,
.site-map .row>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.site-map ul {
    margin-bottom: 20px;
    padding: 15px 0;
}

.site-map li{
    width:20%;
    float: left;
}

.site-map li a {
    position: relative;
    z-index: 2;
    display: block;
    margin: 10px;
    font-size: 18px;
    font-weight:bold;
    padding: 0 20px;
    line-height: 50px;
    background-color: #f5f5f5;
    color: #142b4e;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    transition: .3s;
}

.site-map li a:hover {
    background-color: #f0f9fc;
    font-weight: bold;
}

.site-map li a.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.site-map li a::before,
.site-map li a::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
}

.site-map li a::before {
    top: 0;
    right: 0;
}

.site-map li a::after {
    left: 0;
    bottom: 0;
}

.site-map li a::after {
    border-top-width: 2px;
    border-left-width: 2px;
}

.site-map li a::before {
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.site-map li a:hover::before,
.site-map li a:hover::after {
    border-color: #06b;
    -webkit-transition: border-color 0s, height 0.15s, width 0.15s;
    transition: border-color 0s, height 0.15s, width 0.15s;
    width: 100%;
    height: 100%;
}

.site-map li a:hover::before {
    -webkit-transition-delay: 0s, 0s, 0.15s;
    transition-delay: 0s, 0s, 0.15s;
}

.site-map li a:hover::after {
    -webkit-transition-delay: 0.3s, 0.3s, 0.45s;
    transition-delay: 0.3s, 0.3s, 0.45s;
}

.t6 {
    height: 80px;
    line-height: 80px;
}
.t6 i{
    display:block;
    width:80px;
    height: 80px;
    float: left;
    background-image:url(../images_2020/icons_04_02.png);
    background-repeat: no-repeat;
}

.t6 i.s1{
    background-position: 0px -240px;
}

.t6 i.s2{
    background-position: -80px -240px;
}

.t6 i.s3{
    background-position: -160px -240px;
}

.t6 i.s4{
    background-position: -240px -240px;
}

.t6 i.s5{
    background-position: -320px -240px;
}


.t6 b{
    width:255px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    font-size:26px;
    background:url(../images_2020/t6_bg.png) center no-repeat;
}

@media (max-width: 480px) {
    .site-map li{
        width:100%;
        float: left;
    }
}
@media (max-width: 320px) {
    .t6 b{
        width:160px;
    }
}
/* 站点地图 结束*/

/* 列表页 开始 */

.side-menu {
    padding: 20px;
    background:#fff;
    box-shadow: 1px 0 10px rgba(4, 111, 199, .16);
}

.side-menu h2 {
    color: #fff;
    height: 60px;
    line-height: 60px;
    background: #046bb8;
    background: -webkit-linear-gradient(60deg, #046bb8, #5aabed);
    background: linear-gradient(60deg, #046bb8, #5aabed);
}

.article .option{
    color: #333;
    background:#f0f9ff;
    border-bottom: none;
    border-top:none;
}

.article .info{
    color: #333;
}

.side{
    padding:20px;
    background:#fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, .08);
}
.zt{
    box-shadow: none;
}
.side .list-t li{
    padding-left: 0px;
    border-bottom: 1px dashed #ccc;
}
.side .list-t li:before{
    display: none;
}

.side .list-t li a{
    white-space: initial;
}

.side .list-t li a span{
    color: #bbb;
    padding-left: 20px;
}

.side .list-p li a{
    margin:10px 0px;
}

.side .more02{
    display: block;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top:20px;
    background: #effaff;
    background: -webkit-linear-gradient(top, #effaff, #fff);
    background: linear-gradient(top, #effaff, #fff);
}

.t3 {
    margin-left:-20px;
    margin-right:-20px;
    border-bottom:none;
}

.t3 b{
    color: #1578dd;
     border-left: 4px solid #016ad5;  
}

.more{
    position: absolute;
    top: 5px;
    right: 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding:0px 15px;
    background:#eef9ff;
    border-radius: 50px;
}

@media (max-width: 768px) {

    .side-menu {
        padding: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .side-menu h2 {
        display: none;
    }

    .side-menu ul {
        margin: 0 -5px;
    }

    .side-menu li {
        float: left;
        width: 33.33%;
    }

    .side-menu li a {
        margin: 5px;
        padding: 0 6px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        background-color: #eee;
        border-radius: 3px;
    }

    .side-menu li.current a {
        background-color: #046ec7;
        color: #fff;
    }

}

.main{
    padding:30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

@media (max-width: 768px) {

    .main{
        padding:10px;
    }

}
.pages .current{
    background:#0055b8;
}

.main .list-b li{
    background:url(../images_2020/list_b_bg01.jpg) right 100px no-repeat;
    border-bottom: 1px dashed #ddd;
}

.main .list-b li:hover{
    background:url(../images_2020/list_b_bg02.jpg) right 100px no-repeat;
}

.main .list-b.b4 .calendar{
    margin-top:10px;
    font-size: 14px;
    color: #999;
}
.main .list-b.b4 .calendar em {
    line-height: 30px;
    display: inline-block;
    padding:0px 10px;
    margin:0px 20px;
    position: relative;
    background-color: #f0eff0;
}
.main .list-b.b4 .calendar em::before {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    left: -10%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #f0eff0 transparent transparent;
}
.main .list-b.b4 .calendar span{
    display: inline-block;
    border:1px solid #ddd;
    padding: 0px 10px;
    border-radius: 100px;
}
.main .list-b li h4{
    padding-left: 20px;
    font-size: 20px;
    max-height:100%;
    margin-bottom:0px;
    padding-bottom: 10px;
    border-left: 4px solid #1678db;
}
.main .list-b li p{
    padding-left: 20px;
    font-size: 14px;
    line-height: 28px;
    border-left: 4px solid #e6f2ff;
}

.main .list-b li h4+p {
    margin-top: 0px;
}


.main .list-b li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.main .list-b li:before {
    display: none\9;
    content: "";
    position: absolute;
    /*z-index: -1;*/
    top: 15px;
    left: 15px;
    right: 0;
    bottom: 0;
    height: 80%;
    border-left: 4px solid #1678db;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main .list-b li:hover:before, .main .list-b li:focus:before, .main .list-b li:active:before{
    display: block\9;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.zt .list-p li {
    width: 100%;
    overflow: hidden;
}

.zt .list-p li a img {
    width: 100%;
}

/* 列表页 结束 */

/* 处室页面 开始 */
.t5{
    color: #1678db;
    font-size: 28px;
    line-height: 46px;
    background:url(../images_2020/t5.png) 0px center repeat-x;
}
.t5 b{
    display: inline-block;
    padding:0px 20px;
    background:#fff;
}
.a1 {
    margin-top: -10px;
}

.a1 li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a1 li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 95px;
    padding: 10px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    background: #fff url(../images_2020/nsjg.jpg) 0px 0px repeat-x;
    color: #333; 
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.a1 li a:before {
    display: none\9;
    content: "";
    position: absolute;
    /*z-index: -1;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1678db;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.a1 li a:hover,.a1 li a:focus,.a1 li a:active {
    color: #fff;
}

.a1 li a:hover:before,.a1 li a:focus:before,.a1 li a:active:before {
    display: block\0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.a1 li i{
    position: relative;
    margin-top:20px;
    border-radius:100px;
    background-color:#e9f0f6;
    background-position: -40px -160px;
}

.a1 li a span {
    position: relative;
    width: 100%;
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1024px) {
    .a1 li a {
        font-size: 14px;
    }
}

/* 处室页面 结束 */

/* 领导综合页 开始 */
.leader .list-b li{
    margin:1%;
    border:1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.leader .list-b li:hover{
    border:1px solid #7caed9;
}
.leader .list-b li.col-md-12{
    width:98%;
}
.leader .list-b li.col-md-4{
    width:31.33%;
}
.leader .list-b li h4.t4{
    line-height: 50px;
    max-height: 60px;
}
.leader .list-b li h4.t4 b{
    color: #333;
    padding:0px 10px;
    display: inline-block;
    background: url(../images_2020/t4.jpg) 0 bottom repeat-x;
}
.leader-info {
    min-height: 130px;
    padding: 20px 20px 20px 0px;
    line-height: 24px;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff, #fff);
    border-radius: 0px;
}
.leader .list-b .pic{
    height: 190px;
}
.leader-info h5{
    border-left: none;
}

.leader-division{
    margin-top: 20px;
    background:#f5faff;
    margin-left: 170px;
    min-height: 100px;
    padding: 10px 20px;
    line-height: 36px;
}
.leader-division h5{
    line-height: 36px;
    color: #333;
    border-bottom: 1px solid #e8e9eb;
}
.leader .resume{
    padding:10px;
    line-height: 34px;
}

.leader .resume span{
    padding:0px 20px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    background:#3972aa;
    border-radius: 5px;
}
.leader .list-b li{
    position: relative;
}

.leader .leader-info .jl{
    position: absolute;
    bottom: 10px;
    right: 10px;  
    color: #fff;
    line-height: 30px;
    padding: 0px 20px ;
    border-radius:4px; 
    background-color: #3a74ae; 
}

 @media (max-width:480px) {
    .leader .list-b li{
        margin-bottom:10px;
    }
    .leader .list-b .pic {
        width: 80px;
        height: 110px;
    }
     .leader .list-b li.col-md-4{
        width:98%;
    }
    .leader-division{
        margin-left: 90px;
    }

 }
/* 领导综合页 结束 */

/* 领导详情页 开始 */
.leader_art,.leader_min{
    padding:30px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0 10px rgba(229, 229, 229, 0.9);
}
.leader_art .pic {
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    width: 150px;
    height: 190px;
    margin: 0;
    background-color: #eee;
}

.leader_art .pic img{
    min-height: 100%;
}
.leader_art h4{
    color: #1678db;
    font-size: 24px;
    line-height: 45px;
    font-weight: bold;
    padding-top:30px;
    margin-left: 170px;
}

.leader_art .text{
    font-size: 18px;
    padding-bottom:80px;
    margin:10px 0px 0px 170px;
}

.leader_art .leader-division{
    margin-left: 0px;
}

.leader .resume p{
    text-indent: 2em;
    padding: 10px 10px 20px 10px;
}

.leader .btn{
    line-height: 40px;
    font-size: 22px;
    color: #006bd3;
    padding: 19px;
    width:100%;
    border-radius: 0px;
    border:1px solid #b6cce2;
}

.leader .btn i{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 40px;
    background-color: #fff;
    background-image: url(../images_2020/icons_04_02.png);
    background-image: url(../images_2020/icons_04_ie8_02.png)\9;
    background-size: 240px auto;
    background-position: -80px -160px;
    transition: all .3s; 
}

.leader .btn:hover i {
    transform: rotateY(360deg);
}

.leader .btn b{
    padding: 0px 30px;
    text-align: center;
    border-left: 1px solid #b6cce2;
}

 @media (max-width:480px) {
    .leader_art,.leader_min{
        padding:10px;
    }
}

.leader_min .tab{
    margin-top: -10px;
}

.leader_min .list-t li{
    line-height: 64px;
    border-bottom: 1px dashed #ccc;
}

.leader_min .list-t li:before {
    content: "";
    position: absolute;
    top: 47%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 0px;
    background: url(../images_2020/dot_01.png) 0px 0px no-repeat;
}

.leader_min .list-t li:hover:before{
    background: url(../images_2020/dot_02.png) 0px 0px no-repeat;
}
/* 领导详情页 结束 */

/* 功能页面 开始 */

.pages .current {
    background-color: #1e5fd8;
}

.md-blue {
    background-color: #005aa8;
}

.md-orange {
    background-color: #ff9d08;
}

.t3 b {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-left: 8px solid #2d8fff;
}

.join,
.view {
    /*display: inline-block;*/
    padding: 0 15px;
    border-radius: 100px;
    line-height: 30px;
}

.interview {
    line-height: 28px;
    font-size: 16px;
}

.interview-video {
    background-image: linear-gradient(to bottom, #e9e9e9, #fff);
}

.interview-video video {
    width: 100%;
}

.interview-pic .prev,
.interview-pic .next {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    animation-duration: .3s;
}

.interview-pic:hover .prev,
.interview-pic:hover .next {
    display: block;
}

.interview-pic .prev:hover,
.interview-pic .next:hover {
    background: #37e;
    filter: none;
    color: #fff;
}

.interview-pic .prev {
    left: 0;
}

.interview-pic .next {
    right: 0;
}

.interview-info img {
    width: 60%;
    margin: 10px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.interview-info h3 {
    line-height: 40px;
    font-size: 18px;
    color: #005aa8;
}

.interview-info h3 i {
    margin-right: 10px;
    color: #ccc;
    vertical-align: -1px;
}

.interview-info p {
    font-size: 16px;
    line-height: 32px;
}

.interview-text {
    max-height: 800px;
    overflow: hidden;
}

.interview-text:hover {
    overflow-x: hidden;
    overflow-y: auto;
}

.interview-text p {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.interview-text p.q {
    cursor: pointer;
}

.interview-text p.q,
.interview-text p.a {
    padding: 15px 15px 15px 55px;
}

.interview-text p.q:before,
.interview-text p.a:before {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
}

.interview-text p.q:before {
    content: 'Q';
    color: #048;
}

.interview-text p.a:before {
    content: 'A';
    color: #ccc;
}

.interview-text p.current {
    background-color: #f8f8f8;
}

.lnterview .list-b li .pic {
    float: left;
    position: relative;
    width: 240px;
    height: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.lnterview .list li:hover .pic img {
    transform: scale(1.1);
}

.lnterview .list .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

@media (max-width: 480px) {
    .lnterview .list-b li .pic {
        width: 350px;
        height: 260px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .lnterview .list-b li .pic img {
        width: 100%;
    }

    .lnterview .list-b li h4 {
        width: 100%
    }
}

@media (max-width: 320px) {
    .lnterview .list-b li .pic {
        width: 260px;
        height: 200px;
    }
}

/* 功能页面 结束 */

/* 查询页 开始 */
.a2 {
    margin-top: -10px;
}

.a2 li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a2 li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 95px;
    padding: 10px 20px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    background-color: #f1f1f1;
    border:1px solid #e1e1e1;
    color: #333;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.a2 li a:before {
    display:none\9;
    content: "";
    position: absolute;
    /*z-index: -1;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1678db;
    box-shadow: 0px 0px 1px #f1f1f1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.a2 li a:hover,.a2 li a:focus,.a2 li a:active {
    color: #fff;
}

.a2 li a:hover:before,.a2 li a:focus:before,.a2 li a:active:before {
    display: block\9;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.a2 li i{
    position: relative;
    box-sizing: content-box;
    margin: 0 auto 10px;
    border-radius: 100px;
}

.a2 li i.s1{
    background-position: 0px -80px;
    background-color: #6daef7;
    border: 10px solid #6daef7;
}

.a2 li i.s2{
    background-position: -40px -80px;
    background-color: #84ccf2;
    border: 10px solid #84ccf2;
}

.a2 li i.s3{
    background-position: -80px -80px;
    background-color: #8ba7ef;
    border: 10px solid #8ba7ef;
}

.a2 li i.s4{
    background-position: -120px -80px;
    background-color: #f5cb7a;
    border: 10px solid #f5cb7a;
}

.a2 li i.s5{
    background-position: -160px -80px;
    background-color: #f5a8b5;
    border: 10px solid #f5a8b5;
}

.a2 li i.s6{
    background-position: -200px -80px;
    background-color: #8bcbef;
    border: 10px solid #8bcbef;
}

.a2 li i.s7{
    background-position: -200px 0px;
    background-color: #6daef7;
    border: 10px solid #6daef7;
}

.a2 li i.s8{
    background-position: -200px -40px;
    background-color: #84ccf2;
    border: 10px solid #84ccf2;
}

.a2 li a span {
    position:relative;
    width: 100%;
    padding-left: 85px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

@media (max-width: 1024px) {
    .a2 li a {
        padding: 10px;
        font-size: 14px;
    }
}

/* 查询页 结束 */

/* 政策法规库 开始 */
.law_con{
     background: url(../images_2020/law.jpg) center 0px no-repeat;
     background-size: 100% auto;
}
.law .list-t li{
    width:50%;
    padding: 8px 0 8px 30px;
    float: left;
}

.law .list-t li .date {
    position: absolute;
    top: auto;
    right: 20px;
    color: #bbb;
}

.law .list-t li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 14px;
    height: 16px;
    background-color: transparent;
    border-radius: 0px;
    background: url(../images_2020/dot_03.png) 0px 0px no-repeat;
}

.law .list-t li:hover:before {
    background: url(../images_2020/dot_04.png) 0px 0px no-repeat;
}

.mt20{
    margin-top:20px;
}

.search-law {
    display: block;
    z-index: 9;
    line-height: 0;
    text-align: center;
    font-size: 0;
    margin:200px 0px 50px 0px;  
}

.search-law:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search-law input,
.search-law button {
    display: inline-block;
}

.search-law input {
    width: 520px;
    height: 50px;
    line-height: 30px;
    font-size: 16px;
    padding: 10px 10px 10px 40px;
    border: none;
    outline: none;
    border-radius:3px;
    border:1px solid #c9dfff;
}

.search-law button {
    position: relative;
    height: 50px;
    line-height: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    margin-left:5px;
    background: #488ae9;
    color: #fff;
    padding:0px 20px;
    border-radius: 3px;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .search-law {
        margin:50px 0px;  
    }
}

@media (max-width: 480px) {
    .law_con{
     background-size: 200% auto;
    }
    .search-law input {
    width: 250px;
    }
    .search-law input{
        height: 40px;
        line-height: 40px;
    }
    .search-law button{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding:0px 10px;
    }
    .law .list-t li{
        width:100%;
    }
}
@media (max-width: 320px) {
    .search-law input {
    width: 150px;
    }
}

.a3 {
    margin-top: -10px;
}

.a3 li {
    padding-top: 10px;
    padding-bottom: 10px;
    width:18%;
    margin:0% 1%;
    float: left;
}

.a3 li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    background: #e8ecef;
    color: #333; 
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.a3 li a:before {
    display: none\9;
    content: "";
    position: absolute;
    /*z-index: -1;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: #4293f4;*/
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.a3 li a:hover,.a3 li a:focus,.a3 li a:active {
    color: #fff;
}

.a3 li a:hover:before,.a3 li a:focus:before,.a3 li a:active:before {
    display:block\9;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.a3 li a span {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

@media (max-width: 480px) {
    .a3 li {
        width:48%;
    }
    .a3 li a {
        font-size: 14px;
    }
}

/* 政策法规库 结束 */

/* 处室列表页 开始 */
.office_list{
    padding: 20px;
    display: inline-block;
    background-color: #f5f5f5;
}

.office_list .t5 b{
    font-size:22px;
    background-color: #f5f5f5;
}

.office_list ul li{
    width:33.33%;
    float: left;
    line-height: 40px;
}

.office_list ul li.s2{
    width:60%;
}

.office_list ul li i{
    width:40px;
    height: 40px;
    float: left;
    display: block;
    background-image:url(../images_2020/icons_04_ie8_02.png);
}

.office_list ul li.s1 i{
    background-position: -160px -160px;
}

.office_list ul li.s2 i{
    background-position: -160px -200px;
}

.office_list ul li.s3 i{
    background-position: -200px -120px;
}

.office_list ul li.s4 i{
    background-position: -200px -160px;
}

.office_list ul li.s5 i{
    background-position: -200px -200px;
}

@media (max-width: 480px) {
    .office_list ul li,.office_list ul li.s2{
        width:100%;
    }
}

/* 处室列表页 结束 */

/* 专题专栏 开始 */
.p10{
    padding: 10px 0px;
}
.topic {
    position: relative;
 }

 .topic .scroll {
     position: relative;
     margin: 10px auto;
 }

.topic .box{
    width: 400px\9;
}

.topic .box_con{
    margin:10px;
    background-color: #fff;
}

.topic .pic {
    position: relative;
    overflow: hidden;
}

.topic .pic img {
    width: 100%;
    transition: all .3s;
}

.topic .pic:hover img {
    transform: scale(1.1, 1.1);
}

.topic .browse {
    display: block;
    width:120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    margin:0px auto;
    color: #fff;
    border-radius: 3px;
    background-color: #1678db;
}
 .topic .prev,
 .topic .next {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    color: #fff;
    opacity: 0;
    transition: all .3s; 
}

 .topic .prev span,
 .topic .next span {
     display: block;
     width: 60px;
     text-align: center;
     color: #fff;
     font-weight: bold;
 }

.topic .prev {
    transform: translate(-50px, 0);
    left: 0;
}

.topic .next {
    transform: translate(50px, 0);
    right: 0;
}

.topic:hover .prev,
.topic:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.topic .navi span {
     display: inline-block;
     width: 25px;
     height: 8px;
     vertical-align: middle;
     margin: 0 2px;
     background-color: #ccc;
 }

 .topic .navi .current {
     background-color: #ffb131;
 }

.topic .list-t{
    margin-bottom:20px;
  }

.topic .list-t li:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 12px;
    height: 14px;
    background-color: transparent;
    border-radius: 0px;
    background: url(../images_2020/dot_05.png) 0px 0px no-repeat;
}

.topic .list-t li:hover:before{
    background: url(../images_2020/dot_06.png) 0px 0px no-repeat;
}

 @media (max-width: 1200px) {
     .topic .scroll {
         margin: 0 -10px;
     }

     .topic .prev,
     .topic .next {
         display: none;
     }
     .topic .list-t li{
        font-size:14px;
     }
 }

.a4 {
    margin-top: -10px;
}

.a4 li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a4 li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 95px;
    padding: 10px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    background: #e8ecef;
    color: #333; 
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.a4 li a:before {
    display: none\9;
    content: "";
    position: absolute;
    /*z-index: -1;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4293f4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.a4 li a:hover,.a4 li a:focus,.a4 li a:active {
    color: #fff;
}

.a4 li a:hover:before,.a4 li a:focus:before,.a4 li a:active:before {
    display: block\9;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.a4 li i{
    position: relative;
    margin-top:20px;
    background-position: -120px -160px;
}
.a4 li a:hover i{
    background-position: -120px -200px;
}
.a4 li a span {
    position: relative;
    width: 100%;
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

@media (max-width: 1024px) {
    .a4 li a {
        font-size: 14px;
    }
}

/* 专题专栏 结束 */

/* 互动交流 开始 */
.t4{
    color: #006bd3;
    font-size: 22px;
    line-height: 36px;
    padding-left: 0px;
    background:url(../images_2020/t5.png) 0px center repeat-x;
}

.t4 b{
    display: inline-block;
    padding:0px 20px;
    background:#fff;
	padding-left:0px
}

.zxft .list-p li a{
    margin:0px;
}

.zxft .list-p li h4{
    white-space: normal;
    word-break: normal;
}

.zxft .list-p li .zxft_intro,.zxft .list-p li .zxft_intro02{
    display: none;
}

/*.zxft .list-p li:hover .zxft_intro,.zxft .list-p li:hover .zxft_intro02{
    display: block;
    position:absolute;
    top: 0px;
    z-index: 999;
    width:590px;
    overflow:hidden;
    background-color:#fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .3s;
}

.zxft .list-p li:hover .zxft_intro{
    left: 0px;
}

.zxft .list-p li:hover .zxft_intro02{
    right: 0px;
}

.zxft .list-p li:hover .zxft_intro .pic,.zxft .list-p li:hover .zxft_intro02 .pic{
    width:350px;
    height: 220px;
    margin-right: 10px;
}

.zxft .list-p li:hover .zxft_intro h4,.zxft .list-p li:hover .zxft_intro02 h4{
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
}

.zxft .list-p li:hover .zxft_intro p,.zxft .list-p li:hover .zxft_intro02 p{
    line-height: 24px;
    line-height: 24px;
    padding: 0px 10px;
}

@media (max-width: 1200px) {
   .zxft .list-p li:hover .zxft_intro,.zxft .list-p li:hover .zxft_intro02{
    display: none;
   }
}*/

.ftyg .list-t li a{
    white-space: normal;
}

.ftyg .list-t li{
    padding: 10px 0 10px 20px;
}

.ftyg .list-t li span{
    color: #a0a0a0;
}

.ftyg .list-t li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 12px;
    height: 14px;
    background-color: transparent;
    border-radius: 0px;
    background:url(../images_2020/dot_07.png) 0px 0px no-repeat;
}

.t7{
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size:22px;
    border-bottom: 1px solid #ddd;
}

.t7 b{
    display: inline-block;
    color: #006bd3;
    padding: 0px 20px;
    line-height: 46px;
    border-bottom: 4px solid #006bd3;
}

.mail a{
    display: block;
    padding: 10px 0px;
    text-align: center;
    line-height: 80px;
    font-size:22px;
    font-weight: bold;
    background-color: #f1f1f1;
    border:1px solid #e1e1e1;
}

.mail i{
    display:block;
    width: 80px;
    height: 80px;
    background-image: url(../images_2020/icons_04_02.png);
    background-repeat: no-repeat;
    position: relative;
    box-sizing: content-box;
    margin: 40px auto 0px;
    border-radius: 100px;
    background-color: #84ccf2;
    background-position: 0px -480px;
    animation-duration: .6s;
    transition: all .3s;
}

.mail a:hover i {
    transform: rotateY(360deg);
}

.mail a:hover {
    font-weight: bold;
    color: #1678db;
}

@media (max-width: 1024px) {
    .lxgs,.mail,.collect{
        margin-bottom: 20px;
    }
    .mail a{
        font-size: 16px;
        min-height: 220px;
        margin:0px 10px;
    }
   .mail i {
     margin: 20px;
     float: left;
    }
}

@media (max-width: 768px) {
    .mail a{
        min-height: 90px;
    } 

   .mail i {
     margin: 0px 20px 0px 30px;
     float: left;
    }

    .ftyg .list-t li a{
        font-size: 18px;
        line-height: 32px;
    }  
}

.lxgs .list-t li{
    line-height: 28px;
}
.lxgs .list-t li:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 0px;
    background: url(../images_2020/dot_01.png) 0px 0px no-repeat;
}

.lxgs .list-t li:hover:before{
    background: url(../images_2020/dot_02.png) 0px 0px no-repeat;
}

.a5 li {
    width: 50%;
    float: left;
}

.a5 li.s3{
    display: block;
    width:100%;
}

.a5 li.s3 a{
    height: 97px;
    color:#fff;
    font-size:22px;
    line-height: 77px;
    border:1px solid #1678db;
    background: url(../images_2020/jc.jpg) center no-repeat;
}

.a5 li.s3 a span{
    background: linear-gradient(to top, #c3eeff, #fff);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.a5 li a {
    margin: 10px;
    padding: 10px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    border:1px solid #b7cce1;
}

.a5 li i {
    margin: 0px auto;
    transition: all .3s;
}

.a5 a:hover i {
    transform: rotateY(360deg);
}

.a5 .s1 {
    background-position: -40px -240px;
}

.a5 .s2 {
    background-position: -80px -240px;
}

@media (max-width: 1024px) {
    .a5 li a ,.a5 li.s3 a{
        font-size: 16px;
    }
}

.collect .list-b li {
    border-bottom: 1px dashed #dbdddf;
}

.collect .list-b li h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0px;
}

.collect .list-b li h4 span{
    font-size:14px;
    display: inline-block;
    padding:0px 15px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    background-color:#84ccf2;
}

.collect .list-b li p {
    line-height: 30px;
    margin-top: 0px;
    font-size:16px;
    color: #aaa;
}

.collect .list-b li b {
    position: absolute;
    top: 7px;
    right: 0px;
    display: inline-block;
    line-height: 44px;
    padding: 0px 15px;
    text-align: center;
    font-weight: normal;
    color: #016ad5;
    border: 1px solid #016ad5;
}

@media (max-width: 1024px) {
    .collect .list-b li b{
        top: 30px;
        line-height: 34px;
        padding: 0px 10px;
    }
    .ftyg .list-t li{
        font-size: 14px;
        padding:5px 0 5px 20px;
    }
}

@media (max-width: 480px) {
    .collect .list-b li h4{
        max-height: 64px;
    }
    .collect .list-b li p{
        font-size: 14px;
    }
    .collect .list-b li b{
    }
    .collect .list-b li b{
        top: 60px;
    }
}

.jbfs{
    padding:30px 20px;
    background: url(../images_2020/jbfs.jpg) center no-repeat;
}

.jbfs h3{
    color: #016ad5;
    font-size:20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.jbfs p{
    line-height: 36px;
}


@media (max-width: 1200px) {

    .jbfs h3{
        font-size:16px;
    }
}
/* 互动交流 结束 */

/* 点赞 开始 */
.btn-default{
    line-height: 55px;
    padding: 0px 30px;
    margin: 0px 20px;
    font-size: 16px;
    border-color: #2183df;
}

.tyj-box{
    display: none;
}

.tyj-btn.close{
    float:inherit;
}

.tyj-box .layui-form{
    width:80%;
    padding: 20px;
    margin:20px auto;
    border-radius: 5px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
}

.tyj-box .layui-form label{
    text-align: left;
}

@media (max-width: 480px) {
    .btn-default{
        padding: 0px 20px;
        margin: 0PX 5PX;
    }
    .main{
        padding-bottom: 30px;
    }
}
/* 点赞 结束 */

/* 发布解读 开始 */
.mt10{
    margin-top: 10px;
}
.notice li {
    height: 60px;
    position: relative;
    margin-bottom: 25px;
    display: block;
    letter-spacing: 0;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: normal;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;/*规定最多显示两行*/
}

.notice li .date {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #ebebeb;
    position: absolute;
    top: 0px;
    left: 0px;
}

.notice li a {
    display: block;
    line-height: 30px;
    padding: 0px 20px 0px 80px;
}

.notice li a:hover{
    font-weight: bold;
}

.notice li .date em {
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #1b5590;
}

.t8{
    color: #006bd3;
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
}

.t8 b{
    padding: 0px 60px;
    position: relative;
}

.t8 b:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width:37px;
    height: 5px;
    background-color: #006bd3;
}

.t8 b:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width:37px;
    height: 5px;
    background-color: #006bd3;
}


.a7 li {
    width: 25%;
    float: left;
}

.a7 li a {
    margin: 10px;
    padding: 10px 0;
    line-height: 70px;
    font-size: 22px;
    height: 90px;
    text-align: left;
    font-weight: bold;
    background-color: #fff;
    border:1px solid #b6cce2;
}

.a7 li i {
    margin: 13px 40px 13px 50px;
    float: left;
    transition: all .3s;
}

.a7 a:hover{
    color: #006bd3;
    border: 1px solid #006bd3;
}

.a7 a:hover i {
    transform: rotateY(360deg);
}

.a7 .s1 {
    background-position: 0px -280px;
}

.a7 .s2 {
    background-position: -40px -280px;
}

.a7 .s3 {
    background-position: -80px -280px;
}

.a7 .s4 {
    background-position: -120px -280px;
}

@media (max-width: 1024px) {

     .a7 li a{
        font-size: 16px;
     }
}

@media (max-width: 480px) {
    .a7 li{
        width:100%;
    }
}

.element {
    width:100%;
    max-height:0;
    overflow:hidden;
}

.element.on{
    max-height: 666px;
}

.check{
    color:#34538b;
    cursor:pointer;
    text-align: center;
    position:absolute;
    top: 0px;
    right: -80px;
    padding-top: 30px;
    background: url(../images_2020/t.png) center 0px no-repeat;
}
.check.on{
    background: url(../images_2020/d.png) center 0px no-repeat;
}

@media (max-width: 1024px) {
    .a7 li{
        width:50%;
    }
    .check{
         display: none;
    }
}

@media (max-width: 480px) {
    .a7 li{
        width:100%;
    }
}

.function{
    background-color: #fff;
}

.function_leader .list-t li:before{
    width:6px;
    height: 6px;
    border-radius: 0px;
}

.function_leader img{
    width:140px;
    height: 175px;
    float: left;
    margin-right: 20px;
}

.function_leader h4{
    font-size: 22px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
    padding:10px 0px;
}

.function_leader .text-text{
    text-indent:0em;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.function_leader .text-info{
    padding:5px;
    float: left;
    width:390px;
    margin: 10px 0px;
    text-indent:0em;
    color: #333;
    background-color: #f1f1f1;
}

.function_leader .btn{
    border-radius: 3px;
    padding:0px 10px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    background-color: #3a75af;
}


.function p{
    text-indent: 2em;
    line-height: 34px;
}

.function .t1{
    color: #006bd3;
}

.function .t1 b{
    padding:0px 20px 0px 0px;
    font-size: 22px;
}

.function .t1 b:after {
    left: 100%;
    margin-left: -10px;
}

.function .t1 b i{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background-image: url(../images_2020/icons_04_02.png);
    background-image: url(../images_2020/icons_04_ie8_02.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.function .t1 b i.s1{
    background-position: -200px -280px;
}

.function .t1 b i.s2{
    background-position: -160px -280px;
}

.function .t4 {
    color: #333;
    font-size: 18px;
    background: url(../images_2020/t4.jpg) 0px center repeat-x;
}

.a8{
    margin-left: -10px;
    margin-right: -10px;
}

.a8 li {
    width: 50%;
    float: left;
}

.a8 li a {
    margin: 10px;
    padding: 10px 0;
    line-height: 70px;
    font-size: 22px;
    height: 90px;
    text-align: left;
    font-weight: bold;
    background-color: #fff;
    border:1px solid #b6cce2;
}

.a8 li i {
    margin: 13px 40px 13px 50px;
    float: left;
    transition: all .3s;
}

.a8 a:hover{
    color: #006bd3;
    border: 1px solid #006bd3;
}

.a8 a:hover i {
    transform: rotateY(360deg);
}

.a8 .s1 {
    background-position: -80px -280px;
}

.a8 .s2 {
    background-position: -120px -280px;
}

.xxgk{
    margin-right: -10px;
    margin-left: -10px;
}

.xxgk .a2 li{
    width:18%;
    float: left;
    margin: 1%;
}

.xxgk .a2 li a{
    height: 90px;
    width:223px\9;
    margin:0pc 10px\9;
}

.xxgk .a2 li i {
    margin: 5px auto 0px;
}

@media (max-width: 1024px) {
    .xxgk .a2{
        margin-left:5px;
        margin-right: 10px;
    }
    .xxgk .a2 li{
        width:48%;
        padding: 0px;
    }
}
@media (max-width: 480px) {
    .xxgk{
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 20px;
    }
    .xxgk .a2 li{
        width:96%;
        padding: 0px;
    }
    .xxgk .a2 li a{
        font-size: 16px;
    }
}

.a2 li i.s9{
    background-position: 0px -320px;
    background-color: #6daef7;
    border: 10px solid #6daef7;
}

.a2 li i.s10{
    background-position: -40px -320px;
    background-color: #84ccf2;
    border: 10px solid #84ccf2;
}

.a2 li i.s11{
    background-position: -80px -320px;
    background-color: #8ba7ef;
    border: 10px solid #8ba7ef;
}

.a2 li i.s12{
    background-position: -120px -320px;
    background-color: #f5cb7a;
    border: 10px solid #f5cb7a;
}

.a2 li i.s13{
    background-position: -160px -320px;
    background-color: #f5a8b5;
    border: 10px solid #f5a8b5;
}


.a6 {
    margin-top: -10px;
}

.a6 li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a6 li.s1 a{
    color: #fff;
    text-align: left;
    background: url(../images_2020/wgk.jpg) center no-repeat;
}

.a6 li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 75px;
    padding: 10px 20px;
    line-height: 55px;
    font-weight: bold;
    font-size: 20px;
    background-color: #f1f1f1;
    border:1px solid #e1e1e1;
    color: #333;
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-vertical:hover,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.a6 li i{
    position: relative;
    float: left;
    margin:10px auto 0px;
}

.a6 li i.s1{
    background-position: -120px -240px;
}

.a6 li i.s2{
    background-position: -160px -240px;
}

/* 发布解读 结束 */

/* 部门动态 开始 */
.work {
    padding-left: 180px;
    position: relative;
}

.work .tab{
    padding:10px 0px;
    width:180px;
    height: 320px;
    line-height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    border-radius: 5px 5px 0px 0px;
    border-bottom:none;
    background: url(../images_2020/zn_bg.jpg) 0px 0px repeat-x;
}

.work .tab a{
    font-size: 18px;
    padding:0px 40px;
    font-weight: normal;
}

.work .tab a:after{
    display: none;
} 

.work .tab .current{
    font-weight: bold;
    color: #fff;
    background:#1678db url(../images_2020/zn_c.jpg) 0px 0px repeat-x;
}

.work .list-t li .date{
    top: 10px;
}

@media (max-width: 1200px) {
    .work{
        padding: 0px;
        margin-bottom: 20px;
    }
    .work .tab {
       width:100%;
       height: 60px;
       position: inherit;
       background:none;
    }
    .work .tab a{
        padding: 0px 5px; 
        min-width: min-content;
    }
}

@media (max-width: 480px) {
    .work .tab{
        height: 80px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .work .tab a{
        font-size: 16px;
        padding:5px;
        line-height: 20px;
        white-space: inherit;
        word-break: inherit;
    }
    .work .tab .current{
        padding:10px 20px;
    }
}

@media (max-width: 320px) {
    .work .tab{
        height: 140px;
    }
}

.yxt{
    padding:10px;
    border:1px solid #b6cce2;
}

.yxt .t4 {
    color: #006bd3;
    font-size: 24px;
    background: url(../images_2020/t4.jpg) 0px center repeat-x;
}

.yxt img{
    width:100%;
    vertical-align:middle;
}

.zsyz{
    display: block;
    width:100%;
}

.zsyz a{
    height: 97px;
    color:#fff;
    display: block;
    font-size:22px;
    text-align: center;
    font-weight: bold;
    line-height: 97px;
    border:1px solid #1678db;
    background: url(../images_2020/ys.jpg) center no-repeat;
}

.zsyz a span{
    background: linear-gradient(to top, #c3eeff, #fff);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
 
.ztzl{
    height: 180px;
}  

.ztzl li{
    padding:10px;
    float: left;
}

.ztzl li img{
    border-radius: 5px;
}

.ztzl li .text{
    width:285px;
    height: 180px;
    float: left;
    padding:10px;
    box-shadow: 1px 0 10px rgba(0, 0, 0, .08);
}

.ztzl li .text p a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
    line-height: 30px;
    font-size: 18px;
}

.ztzl li .text p a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 10px;
    width: 12px;
    height: 14px;
    background-color: transparent;
    border-radius: 0px;
    background: url(../images_2020/dot_05.png) 0px 0px no-repeat;
}

.ztzl li .text p a:hover:before {
    background: url(../images_2020/dot_06.png) 0px 0px no-repeat;
}

.ztzl li .text p a:hover{
    background-color: #edf9ff;
}

@media (max-width: 1024px) {
    .ztzl{
        height: 100%;
    }

    .ztzl li img{
        width:215px;
    }

    .ztzl li .text{
        height:100%;
    }

    .ztzl li .text p a {
        padding: 10px 10px 10px 30px;
        line-height: 25px;
        font-size: 14px;
    }

    .ztzl li .text p a:before{
        top:15px;
    }
}

@media (max-width: 768px) {
    .ztzl li img{
        width:130px;
    }

    .ztzl li .text p a {
        padding: 0px 10px 0px 30px;
        line-height: 20px;
        font-size: 14px;
    }

    .ztzl li .text p a:before{
        top:4px;
    }
}


@media (max-width: 480px) {
    .ztzl li {
        width:100%;
        margin:0px auto;
    }

    .ztzl li div,.ztzl li img{
        width:100%;
    }

    .ztzl li .text {
        width: 100%;
    }
    .ztzl li .text p a{
        line-height: 40px;
    }
    .ztzl li .text p a:before {
    top: 15px;
}
}
/* 部门动态 结束 */


/* 政务五公开 开始 */
.describe{
    padding-top:20px;
    background:#192a90 url(../images_2020/wgk_bg.jpg) 0px 0px no-repeat;
}

.describe h3 {
    height: 85px;
    margin: 30px auto;
    background: url(../images_2020/wgk.png) center no-repeat;
}

.describe h3 b{
    display: block;
}

.describe p{
    padding: 20px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-indent:2em;
    background: rgba(0,0,0,.2);
}

.describe p a{
    color: #68f3ff;
}

.t9{
    position: relative;
    line-height: 50px;
    margin-bottom: 20px;
}

.t9:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    width:40%;
    height: 10px;
    background-color: #f0f8ff;
}

.t9:after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    width:40%;
    height: 10px;
    background-color: #f0f8ff;
}

.t9 b{
    display: inline-block;
    border-radius: 5px;
    padding: 0px 30px;
    color: #fff;
   font-size: 24px;  
}

.t9 .md-blue{
    background:#2babee;
}

.t9 .md-red{
    background:#e78696;
}

.md-yellow{
    background:#ecbb5d;
}

.md-purple{
    background:#6a7aef;
}


.t9 b i{
    display: block;
    width:79px;
    height: 29px;
    float: left;
}

.outline{
    text-indent:4em;
    line-height: 30px;
    margin-bottom: 20px;
}

.decision{
    padding:20px;
    background:#f0f8ff;
}

.decision .list-t li,.catalog .list-t li{
    width: 48%;
    float: left;
    margin: 0px 1%;
}

.decision .list-t li .date,.catalog .list-t li .date{
    top: 10px;
}

.decision  .tab{
    line-height: 54px;
    margin-bottom:0px;
    margin-top: 20px;
    border-bottom:none;
}

.decision .tab a{
    width:25%;
}

.decision .tab a:after{
    display: none;
}

.decision  .tab .current,.result .tab .current{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.decision .tab .current:before,.result .tab .current:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: -6px;
    border-width: 0 10px 6px;
}

.decision  .tab .current{
    background-color: #2babee;
}

.result .tab .current{
    background-color: #e78696;
}

.decision .tab .current:before{
    border-color: transparent transparent #2babee transparent;
}

.result .tab .current:before{
    border-color: transparent transparent #e78696 transparent;
}

.catalog{
    padding: 20px;
    width: 100%;
    display: inline-block;
    background-color: #f1f1f1;
}

.a9 {
    display: block;
}
.a9 li{
     width:25%;
     float: left;
     font-size: 20px;
     font-weight: bold;
}

.a9 li a i{
    position: relative;
    box-sizing: content-box;
    margin:10px auto;
    background-color: #fff;
    border:10px solid #fff;
    border-radius: 100px;
    box-shadow: 0px 0 10px 10px #fcf9f2;
}

.a9 li a:hover{
    color: #ecbb5d;
}

.a9 li a:hover i{
    background-color: #ecbb5d;
    border:10px solid #ecbb5d;
    box-shadow: 0px 0 10px 10px #fcf1da;
}

.a9 li i.s1{
    background-position: 0px -480px;
}

.a9 li i.s2{
    background-position: -40px -480px;
}

.a9 li i.s3{
    background-position: -80px -480px;
}

.a9 li i.s4{
    background-position: -120px -480px;
}

.a9 li a:hover i.s1{
    background-position: 0px -520px;
}

.a9 li a:hover i.s2{
    background-position: -40px -520px;
}

.a9 li a:hover i.s3{
    background-position: -80px -520px;
}

.a9 li a:hover i.s4{
    background-position: -120px -520px;
}

.manage .tab a {
    width: 33.33%;
    height: 60px;
    float: left;
    display: block;
    text-align:left;
    background-color:transparent;
    background-image: url(../images_2020/glgk01.png);
    background-repeat:no-repeat;
    background-position: center;
}

.manage .tab a.current{
    background-color:transparent;
    background-image: url(../images_2020/glgk02.png);
    background-repeat:no-repeat;
    background-position: center;
}

.manage .tab .current:before{
    display: none;
}

.manage .tab a i{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px 60px 0px 40px;
    background-image: url(../images_2020/icons_04_02.png);
    background-image: url(../images_2020/icons_04_ie8_02.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
    transition: all .3s;    
}

.manage .tab a i.s1{
    background-position: 0px -440px;
}

.manage .tab a i.s2{
    background-position: -40px -440px;
}

.manage .tab a i.s3{
    background-position: -80px -440px;
}

.manage .tab a:hover i.s1,.manage .tab a.current i.s1{
    background-position: -120px -440px;
}

.manage .tab a:hover i.s2,.manage .tab a.current i.s2{
    background-position: -160px -440px;
}

.manage .tab a:hover i.s3,.manage .tab a.current i.s3{
    background-position: -200px -440px;
}

.execute .tab {
    line-height: 54px;
    margin-top: 20px;
    margin-bottom: 0px;
    border-bottom:none;
    height: 100px;
}

.execute .tab a{
    width:25%;
    text-align:center;
    background: url(../images_2020/zxgk_01.png) center 0px no-repeat;
}

.execute .tab a:after{
    display: none;
}

.execute .tab a i{
    display: block;
    width: 40px;
    height: 40px;
    margin: 15px auto 5px;
    background-image: url(../images_2020/icons_04_02.png);
    background-image: url(../images_2020/icons_04_ie8_02.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
    transition: all .3s;
}

.execute .tab a i.s1{
    background-position: 0px -360px;
}

.execute .tab a i.s2{
    background-position: -40px -360px;
}

.execute .tab a i.s3{
    background-position: -80px -360px;
}

.execute .tab a i.s4{
    background-position: -120px -360px;
}

.execute .tab a:hover,.execute .tab a.current{
    background: url(../images_2020/zxgk_02.png) center 0px no-repeat;
}

.execute .tab a:hover i.s1,.execute .tab a.current i.s1{
    background-position: 0px -400px;
}

.execute .tab a:hover i.s2,.execute .tab a.current i.s2{
    background-position: -40px -400px;
}

.execute .tab a:hover i.s3,.execute .tab a.current i.s3{
    background-position: -80px -400px;
}

.execute .tab a:hover i.s4,.execute .tab a.current i.s4{
    background-position: -120px -400px;
}

@media (max-width: 1024px){
    .describe{
        margin-bottom: 20px;
    }
    .t9:before,.t9:after{
        width:39%;
    }
    .t9 b{
        font-size: 18px;
    }
    .a9 li{
        font-size: 16px;
    }

    .a9 li a{
        padding:0px 20px;
    }
    .manage .tab a i {
        margin: 10px 60px 0px 25px;
    }
}

@media (max-width: 768px){
    .t9:before,.t9:after{
        width:35%;
    }

    .decision .list-t li,.catalog .list-t li{
        width:100%;
    }

    .manage .tab a{
        margin:0px 1%;
        background-image: none;
        background-color: #fff;
    }

    .manage .tab a.current{
        background-image: none;
        background-color: #6a7aef;
    }

    .manage .tab a i{
        margin: 10px 30px 0px 40px;
    }
}

@media (max-width: 480px){
    .t9:before,.t9:after{
        width:18%;
    }

    .decision .tab a{
        line-height: 20px;
        white-space: inherit;
        word-break: inherit;
        padding:10px 0px;
    }

    .a9 li{
        width:48%;
        height: 160px;
    }

    .manage .tab {
        height: 90px;
        margin-top: 20px;
    }

    .manage .tab a{
        height: 90px;
        text-align: center;
        line-height: 20px;
        margin:0px 2%;
    }

    .manage .tab a i{
        margin: 2px 30%;
    }

    .execute .tab {
        height: 130px;
    }

    .execute .tab a{
        height: 130px;
        line-height: 20px;
        white-space: inherit;
        word-break: inherit;
    }

    .execute .tab a i{
        margin: 15px auto 20px;
    }
}

@media (max-width: 320px){

    .manage .tab a{
        padding: 0px 19px;
    }

    .manage .tab a i{
        margin: 0px auto;
    } 
}
/* 政务五公开 结束 */

/* 对政评价 开始 */
.main .list-b li p span{
    display: inline-block;
    line-height: 34px;
    margin-right: 20px;
    background-color: #f5f5f5;
    padding: 0px 20px; 
    margin-top: 10px;
}

.main .list-b li p span i{
    display: block;
    width:40px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin: 7px 0px;
    background-image:url(../images_2020/icons_04_ie8_02.png);
    background-repeat: no-repeat;
}

.main .list-b li p span i.s1{
    background-position: -200px -250px;
}

.main .list-b li p span i.s2{
    background-position: -200px -330px;
}

.evaluate{
    font-size:32px;
    line-height: 60px;
    font-weight: bold;
}

.evaluate a{
    color: #fff;
    text-shadow: 0px 4px 8px #000;/* X轴与Y轴改变了正值（正值 向右 向下）*/ 
}

.search_evaluate {
    width: 605px;
    margin: 20px auto;
}

.search_evaluate input,
.search_evaluate button {
    float: left;
    display: block;
}

.search_evaluate input{
    box-sizing: border-box;
    width: 530px;
    height: 60px;
    line-height: 20px;
    font-size: 16px;
    padding: 20px 20px 20px 50px;
    border: none;
    background: #fff;
    border-radius: 2px;
    outline: none;
    background: #fff url(../images_2020/search.png) 10px center no-repeat;
}

.search_evaluate button {
    box-sizing: border-box;
    width: 75px;
    height: 60px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: #0069b7;
    background: -webkit-linear-gradient(60deg, #0069b7, #53a5e8);
    background: linear-gradient(60deg, #0069b7, #53a5e8);
}

.search_evaluate button .iconfont {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}

.search_evaluate p {
    clear: both;
    color: #fff;
    padding:5px 10px;
    line-height: 30px;
    background: rgba(0,0,0,.3);
}

.search_evaluate p a {
    color: #fff;
    margin: 0 10px;
}

@media (max-width: 1200px){

    .search_evaluate {
        width: auto;
        margin: 10px;
    }

    .search_evaluate input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 50px;
        margin: 0;
    }

    .search_evaluate button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        font-size: 16px;
    }

    .search_evaluate p {
        font-size: 12px;
    }

    .yxt .t4,.t4,.t5,.t7,.t8{
        font-size: 18px;
    }
}

/* 对政评价 结束 */




/* 首页 开始 */
.headline{
    font-size: 28px;
    font-weight: bold;
    line-height: 56px;
}

 .focus{
     position: relative;
     overflow: hidden;
     width: 590px;
     height: 408px;
     margin-left: auto;
     margin-right: auto;
 }


 .focus .pic {
     position: relative;
     width: 590px;
     height: 380px;
     margin-left: auto;
     margin-right: auto;
 }

 .focus .pic>div {
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 380px;
 }

 .focus .pic img {
     height: 100%;
 }

 .focus .pic span {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     display: block;
     padding: 10px 80px 10px 10px;
     line-height: 26px;
     font-size: 18px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     color: #fff;    
	 background-color: rgba(0,0,0,.5);
 }

 .focus .prev,
 .focus .next {
     position: absolute;
     top: 50%;
     z-index: 9;
     display: block;
     width: 60px;
     height: 60px;
     margin-top: -30px;
     line-height: 60px;
     text-align: center;
     font-size: 18px;
     cursor: pointer;
     background-color: rgba(0, 0, 0, .5);
     background-size: 24px auto;
     color: #fff;
     opacity: 0;
     transition: all .3s;
 }

 .focus .prev {
     transform: translate(-50px, 0);
     left: 0;
 }

 .focus .next {
     transform: translate(50px, 0);
     right: 0;
 }

 .focus:hover .prev,
 .focus:hover .next {
     opacity: 1;
     transform: translate(0, 0);
 }

 .focus .num {
    display: none;
 }

 .focus .navi {
     position: absolute;
     bottom: 0px;
     left: 35%;
     z-index: 9;
     width: auto;
     height: 8px;
     padding: 0 10px;
     text-align: right;
 }

 .focus .navi span {
     float: left;
     width: 20px;
     height: 8px;
     margin: 0 4px;
     font: 0/0 lx;
     background: #e8e9ee;
     color: transparent;
     opacity: 1;
     transition: all .3s;
 }

 .focus .navi span.current {
     width:30px;
     background-color: #c1392b;
 }

 @media (max-width: 1200px) {
     .headline{
        font-size: 18px;
        line-height: 30px;
        padding: 0px 20px;
        text-align:left;
     }
     .focus,
     .focus .pic {
         position: relative;
         width: 100%;
         height: auto;
        padding-bottom:10px;
        margin-bottom: 10px;
     }

     .focus .pic>div {
         position: relative;
         overflow: hidden;
         width: 100%;
         padding: 60% 0 0;
     }

     .focus .pic img {
         position: absolute;
         top: 0;
         left: 0;
         width:100%;
         height: 100%;
     }
     .focus .navi{
        left: 30%
     }
 }

.d3 {
    width: 100%;
    height: 320px;
    margin: 0 auto;
}

.d3 li,
.d3 li a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 250px;
    height: 286px;
}

.d3 li a {
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.d3 li a img{
    width:100%;
    height: 100%;
}

/* 首页-手风琴  开始 */
.qcgd{
    margin:0px;
    height: 470px;
}  

.qcgd .qcgd_con{
    padding:0px;
    float: left;
}

.qcgd_bt{
    width:60px;
    height: 470px;
}

.qcgd_bt a{
    display: block;
    padding:154px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align:center;
    border: 1px solid #0473df;
}

.qcgd_bt a.s1{
    background: url(../images_2020/b2_01.jpg) 0px 0px no-repeat;
}

.qcgd_bt a.s2{
    background: url(../images_2020/b2_02.jpg) 0px 0px no-repeat;
}

.qcgd_bt a.s3{
    background: url(../images_2020/b2_03.jpg) 0px 0px no-repeat;
}

.qcgd_bt a i{
    display: block;
    width: 40px;
    height: 40px;
    overflow:hidden;
    margin:10px auto;
    background-image: url(../images_2020/icons_04_02.png);
    background-image: url(../images_2020/icons_04_ie8_02.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.qcgd_bt a.s1 i{
    background-position: -163px -360px;
}

.qcgd_bt a.s2 i{
    background-position: -160px -400px;
}

.qcgd_bt a.s3 i{
    background-position: -160px -480px;
}

.qcgd .qcgd_con .text{
    width:1020px;
    height: 468px;
    float: left;
    padding:10px;
    border: 1px solid #0473df;
}

.qcgd .list-t li{
    line-height: 28px;
    padding: 0px 0 8px 20px;
}
.qcgd .list-t li:before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 0px;
    background: url(../images_2020/dot_01.png) 0px 0px no-repeat;
}

.qcgd .list-t li:hover:before{
    background: url(../images_2020/dot_02.png) 0px 0px no-repeat;
}
.qcgd h4 b{
    display: block;
    color: #1677de;
    line-height: 35px;
    font-size: 22px;
    margin:5px 0px;
}

@media (max-width: 1024px) {
    .qcgd{
        height: 100%;
    }
    .qcgd_bt{
        width:100%;
        height: 100%;
    }
    .qcgd_bt a{
        width:100%;
        line-height: 40px;
        padding:10px 10px;
    }
    .qcgd .qcgd_con{
        width:100%;
        clear:both;
    }
    .qcgd .qcgd_con .text{
        width:100%;
        height: 100%;
    }
    .qcgd_bt a i{
        float: left;
        margin: 0px 20px;
    }
    .qcgd_bt a.s1{
        background-color:#1678dd;
        background-image:none;
    }

    .qcgd_bt a.s2{
        background-color:#4961e7;
        background-image:none;
    }

    .qcgd_bt a.s3{
        background-color:#1d64f2;
        background-image:none;
    }
}

/* 首页-发布解读  开始 */
.a10 li {
    width: 20%;
    float: left;
    padding: 5px;
}

.a10 li a {
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    height: 90px;
    text-align: center;
    font-weight: bold;
    background-color: #f3f3f3;
    border:1px solid #f3f3f3;
}

.a10 li i {
    margin: 0px 34px;
    float: left;
}

.a10 a:hover{
    color: #006bd3;
    border: 1px solid #006bd3;
}

.a10 a .s1 {
    background-position: 0px -560px;
}

.a10 a .s2 {
    background-position: -40px -560px;
}

.a10 a .s3 {
    background-position: -80px -560px;
}

.a10 a .s4 {
    background-position: -120px -560px;
}

.a10 a .s5 {
    background-position: -160px -560px;
}

.a10 a:hover .s1 {
    background-position: 0px -600px;
}

.a10 a:hover .s2 {
    background-position: -40px -600px;
}

.a10 a:hover .s3 {
    background-position: -80px -600px;
}

.a10 a:hover .s4 {
    background-position: -120px -600px;
}

.a10 a:hover .s5 {
    background-position: -160px -600px;
}

@media (max-width: 1024px) {

     .a10 li a{
        font-size: 16px;
     }
}

@media (max-width: 768px) {
    .a10{
        height: 100px;
    }

    .a10 li i {
        margin: 0px 40px;
    }
}
@media (max-width: 480px) {
    .a10 li{
        width:100%;
    }

    .a10 li a {
        line-height: 65px;
    }

    .a10 li a i{
        margin:12px 10px;
    }
}
.a11{
	padding-right:0px !important
	
}
.a11 li {
    width:46%;
    margin:2%;
	margin-left:4%;
	margin-right:0px;
    padding:0px;
    float: left;
	margin-bottom:3px
}

.a11 li.s1{
    width:96%;
}

/******************************** 20200414修改开始 *********************************/
.a11 li a {
    display: table;
    table-layout: fixed;
    padding: 10px 20px;
    height: 80px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    background-color: #f7fcff;
    border-left:3px solid #6aacf7;
    color: #333;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.a11 li a:hover{
    color: #1677de;
    border-left:3px solid #4f7fb5;
}
/******************************** 20200414修改结束 *********************************/

.a11 li i{
    position: relative;
    box-sizing: content-box;
    margin: 10px auto;
}

.a11 li.s1 a i{
    background-position: 0px -640px;
}

.a11 li a i.s2{
    background-position: -40px -640px;
}

.a11 li a i.s3{
    background-position: -80px -640px;
}

.a11 li a i.s4{
    background-position: -120px -640px;
}

.a11 li a i.s5{
    background-position: -160px -640px;
}

.a11 li.s1 a:hover i{
    background-position: 0px -680px;
}

.a11 li  a:hover i.s2{
    background-position: -40px -680px;
}

.a11 li a:hover i.s3{
    background-position: -80px -680px;
}

.a11 li a:hover i.s4{
    background-position: -120px -680px;
}

.a11 li a:hover i.s5{
    background-position: -160px -680px;
}

.a11 li a span {
    position:relative;
    width: 100%;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

@media (max-width: 1024px) {
    .a11 li a {
        padding: 10px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
	.a11 li,.a11 li.s1{
		width:100%;
		margin-left:0px;
	}
	.a11{
		margin-left:0px;
		padding-left:0px
	}
}
@media (max-width: 480px) {
 

    .a11 li a span{
        text-align:center;
    }
}

 .s_box {
    width: 100%;
    background:#fff;
    border-radius: 5px;
    margin-top:30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
 }
 
 .wj-xzlx {
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding-left: 13px;
    background-color: #fff;
    border: 1px;
 }
 
.s_box input {
    width: 47%;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 3px;
    border: 0px;
    border-left: 1px solid #ccc;
    height: 40px;
}
 
 .s_box button {
    box-sizing: border-box;
    width: 85px;
    height: 55px;
    border: none;
    border-radius: 5px;
    background: #0473df;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
 }
@media (max-width:1024px) {
 .s_box button{
    width:78px;
 }
}
/* 首页-发布解读  结束 */

/* 首页-互动交流  开始 */
.pic-text .pics a {
    display: block;
    width: 100%;
    height: 160px;
    margin: 20px 10px 10px 0;
    border-radius: 8px;
    overflow:hidden;
}

.pic-text .pics a img{
    width:100%;
    height: 100%;
}

.pic-text h4 {
    line-height: 26px;
    font-size: 18px;
}

.pic-text h4+p {
    font-size: 14px;
}

.zxft_jl{
    padding:5px 10px;
    font-size: 14px;
    text-indent: 2em;
    margin: 10px 0px;
}

@media (max-width: 1200px) {
    .pic-text .pic {
        height: 75px;
    }

    .pic-text h4 {
        line-height: 24px;
        font-size: 16px;
    }
}

.a5 .s4{
    background-position: -160px -520px;
}
/* 首页-互动交流  结束 */

/* 首页-办事服务  开始 */
.service {
    height: 284px;
    margin-top: 20px;
    background: #6aa9f1 url(../images_2020/zwfw.jpg) center no-repeat;
    background-size: cover;
}
.a3 .more {
    font-size: 16px;
    color: #333;
    top: 30%;
    left: 40%;
    padding:0px;
}


/* 首页-办事服务  结束 */

/* 首页-手风琴  结束 */


.zt {
     position: relative;
 }

 .zt .scroll {
     position: relative;
     margin: 0 auto;
 }

 .zt li {
    width:380px;
    height: 240px;
 }

 .zt li a {
     display: block;
     width: 380px\9;
     /*height: 120px;*/
     margin: 60px 10px;
     transition: all 0.3s;
 }

 .zt li img {
     width: 100%;
 }

 .zt li a:hover{
    position: absolute;
    top:-50px;
    left:0px;
    width:380px;
    height: 210px;
    transform: scale(1.05);
 }

.zt .prev,
 .zt .next {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    color: #fff;
    opacity: 0;
    transition: all .3s; 
}

 .zt .prev span,
 .zt .next span {
     display: block;
     width: 60px;
     text-align: center;
     color: #fff;
     font-weight: bold;
 }

.zt .prev {
    transform: translate(-50px, 0);
    left: 0;
}

.zt .next {
    transform: translate(50px, 0);
    right: 0;
}

.zt:hover .prev,
.zt:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

 @media (max-width: 1200px) {
     .zt .scroll {
         margin: 0 -10px;
     }

     .zt .prev,
     .zt .next,
     .zt li a:hover {
         display: none;
     }
 }


/* 首页 结束 */


/******************************** 20200414新增开始 *********************************/
.a12 li {
    width: 100%;
    padding: 5px;
}

.a12 li a {
    padding: 10px 0;
    line-height: 50px;
    font-size: 16px;
    height: 74px;
    text-align: center;
    font-weight: bold;
}

.a12 li i {
    border-radius: 100px;
    margin: 0px 38px;
    float: left;
}

.a12 a:hover{
    color: #006bd3;
}

.a12 a .s1 { 
    background-color: #6daef7;
    background-position: 0px -720px;
}

.a12 a .s2 {
    background-color: #84ccf2;
    background-position: -40px -720px;
}

.a12 a .s3 {
    background-color: #f5cb7a;
    background-position: -80px -720px;
}

@media (max-width: 1024px) {

     .a12 li a{
        font-size: 16px;
     }
}

@media (max-width: 768px) {
    .a12{
        height: 100px;
    }

    	
}
@media (max-width: 480px) {
    .a12 li{
        width:100%;
    }

    .a12 li a {
        line-height: 65px;
    }

    .a12 li a i{
        margin:12px 10px;
    }
}

/******************************** 20200414新增结束 *********************************/

/******************************** 20211206新增开始 *********************************/
       .a5 li a{
            font-size: 18px;
             padding: 13px 0;
        }
.xxgk_h3{
	height:56px;
	background:url(../images_2020/xxgk_h3.png) left no-repeat;
	padding-top:11px;
	padding-bottom:11px;
	margin-bottom:30px
}
.xxgklm h3 i{
	background:url(../images_2020/xxgk_i.png) top center no-repeat;
	height:34px;
	width:31px;
	position:relative;
	margin-left:16px;
	margin-right:10px;
	display: block;
    float: left;
}
.hdjllm>h3{
	height:56px;
	background:url(../images_2020/hdjl_h3.png) left no-repeat;
	padding-top:11px;
	padding-bottom:11px;
	margin-bottom:25px
}
.hdjllm h3 i{
	background:url(../images_2020/hdjl_i.png) top center no-repeat;
	height:34px;
	width:31px;
	position:relative;
	margin-left:16px;
	margin-right:10px;
	display: block;
    float: left;
}
.bsfwlm{
		background:url(../images_2020/bsfw_h3.png) left top no-repeat;
}
.bsfw_h3{

	height:56px;
	padding-top:11px;
	padding-bottom:11px;
}
.bsfw_h3 i{
	background:url(../images_2020/bsfw_i.png) top center no-repeat;
	height:34px;
	width:31px;
	position:relative;
	margin-left:16px;
	margin-right:10px;
	display: block;
    float: left;
}
.bsfwlm{
	border:1px solid #0f7cf0;
	padding-bottom:5px
}
.xxgklm h3 a,.hdjllm h3 a,.bsfw_h3 a{
	color:#ffffff;
	font-size:22px;
	line-height:34px;
	height:34px
}
.zwwgk{
	color:#1666d4;
	font-size:22px;
	text-align:center;
	line-height:55px;
	font-weight:bold
}
.a12{
	background:url(../images_2020/a12_bj.png) left center no-repeat;
}
@media (max-width: 480px) {
	.a12{
	background-size:100%
}
	
}
    .a5 li{
        width: 19.99%;
        padding: 0px;
    }

    .t8{
        font-size: 22px;
        margin-top: 30px;
        }

        .a3 li{
            width:48%;
        }

        .a3 li a{
            font-size: 16px;
            height: 95px;
        }
		.a5 li i.s3{
			background-position: -120px -280px;
		}
		.a5 li i.s5{
			background-position: -200px -240px;
		}
		
		.pic-text .pic a{
			width:100%;
			height:90px
		}
		.ftyg i{
			width:71px;
			height:49px;
			display:block;
			float:left;
	        background:url(../images_2020/ftyg.png) left center no-repeat;
		}
		.jjz{
			background:url(../images_2020/jjz.png) left bottom no-repeat;
			padding-bottom: 20px;
		}
		.ftyg a{
			line-height:49px;
			font-size:18px;
			margin-left:5px
		}
		.jjz h4{
			padding:25px 15px 15px 25px;
			color:#1666d4;
			font-size:18px;
			text-align:center
		}
		.jjz p{
			font-size:14px;
			color:#333;
			line-height:24px;
		}
		@media (max-width: 480px) {
			.ftyg i{
				display:none
				
			}
			
		}
			@media (max-width: 1024px) {
				.a12 li i{
					margin-left:0px
					
			}
			.jjz p{
				line-height:18px
			}
			.ftyg a{
				font-size:16px
			}
			.bsfwlm>div{
			background: url(../images_2020/bsfw_h3.png) left top no-repeat;
			border: 1px solid #0f7cf0; 
			float: left;
			padding-bottom: 5px;
	     	}
			.bsfwlm{
				background:none;
				border: 0px
			}
			.bsfwlm h3.t4{
				margin-bottom: 15px;
			}
			.zwwgk{
				float: left;
                width: 100%;
			}
			.a10 li i{
				 margin: 0px 20px;
			}
			.bsfw_h3{
				margin-bottom:0px
			}
			
		}
		@media (max-width: 768px) {
			.xxgk_h3,.hdjllm h3{
				background-size:100%
			}
			.hdjllm{
				float:left;
				margin-top:30px
			}
			.a12{
				height:auto;
				background:none;
				background-color:#d9ecfb;
			}
			.a10 li i{
				margin:0 5px
			}
			.a10 li a{
				height:auto
			}
			.jjz{
				background-size:100%
			}
			.jjz p{
				text-align:center
			}
			.pic-text .pic a,.pic-text .pic {
				float:left;
				height:auto
			}
			
		}
		@media (max-width: 480px) {
		.a11{
				padding-left:0px!important
			}
			.xxgk_h3, .hdjllm h3{
				background-size:auto
			}
			.a5 li a{
				margin:5px;
				font-size:14px
			}
			.a12 li a {
    height:auto !important;
}
		}
				@media (min-width: 1200px) {
		.a10{
    margin-left: -5px;
    margin-right: -5px;
}
.pic-text{
	margin-left:-10px
}
.t4{
	margin-left:0px
}
.pic-text .pic{
	padding-left:0px !important
}
				}