@charset "utf-8";

/* 集约化02 */

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #224b7f;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    /*background: #f9f9f9 url(/material/images/index_2022/bg.jpg) 50% 170px no-repeat;*/
}

.header {
    height: 285px;
    background: url(/material/images/index_2022/banner.png) center/cover no-repeat;
}

.ht {
    height: 40px;
    line-height: 40px;
    background-color: #eee;
}

.ht a {
    margin: 0 10px;
}

.header h1 {
    width: 600px;
    height: 130px;
    background: url(/material/images/index_2022/logo.png) 0 50% no-repeat;
font-size:0px;
background-size: contain;
}

.header h1 a {
    display: block;
    height: 130px;
	line-height:130px;
}


.inner{
    margin-bottom: 24px;
}
.nav {
    height: 62px;
    background-color: #d0e5f8;
    border-bottom: 5px solid #0b2d5a;
    margin: 24px auto 0px;
}

.nav li {
    position: relative;
    float: left;
    width: 15.66%;
    padding: 0 5px;
}

.nav li a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #0b2d5a;
}

.nav li a:hover, .nav li a.current{
    background: #0b2d5c;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.nav li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left:-8px;
    margin-right: 10px;
    vertical-align: middle;
    background-size: 320px auto;
    transition: all .3s;
}



.inner, .grid, .links, .copyright {
    position: relative;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
.headline h4{
    font-size: 36px;
    line-height: 54px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.headline p{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #333333;
}
.hyfw{
    padding: 0;
    height: 180px;
    background:url(/material/images/index_2022/hyfwbj.png) -15px 50% no-repeat;
}
.hyfw .col-md-8{
    margin-top: 36px;
}
.hyfw .col-md-12{
    display: contents;
    padding-top: 36px;
    margin: 0 auto;
}
.hyfw .hy{
    color: #0052d9;
}
.hyfw p{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
	line-height: 34px;
}
.hyfw .s1{
    width: 31px;
    height: 40px;
    display: inline-block;
    background: url(/material/images/index_2022/wzall.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.hyfw .s2{
    width: 41px;
    height: 40px;
    display: inline-block;
    background: url(/material/images/index_2022/zzzq.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
@keyframes rotate {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}
.hyfw li a:hover{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.hyfw li a:hover i{
    animation: rotate 0.7s;
}
.zzms{
    padding: 10px 20px;
    background-color: #2371fe;
	box-shadow: inset 0px 2px 1px 0px 
		rgba(255, 255, 255, 0.64), 
		inset 0px 12px 51px 0px 
		rgba(255, 255, 255, 0.43), 
		inset 0px 0px 51px 0px 
		rgba(101, 147, 224, 0.47);
	border-radius: 8px;
	border: solid 1px #ffffff;
    color: #fff;
}
.wza{
    padding: 10px 20px;
    background-color: #53c771;
	box-shadow: inset 0px 2px 1px 0px 
		rgba(255, 255, 255, 0.64), 
		inset 0px 12px 51px 0px 
		rgba(255, 255, 255, 0.43), 
		inset 0px 0px 51px 0px 
		rgba(123, 255, 218, 0.47);
	border-radius: 8px;
	border: solid 1px #ffffff;
    color: #fff;
	margin-top: 10px;
}
.wza a{
    color: #fff;
}

.ttzq .fr a {
    color: #0b2d5a;
    padding: 0px 10px;
}


/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: rgb(183 218 245);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 60px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #0b2d5a;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #0b2d5a;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 50px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 0px;
}

.menu-btn>span:nth-child(2) {
    top: 6px;
}

.menu-btn>span:nth-child(3) {
    top: 12px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #fff;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}

/* 移动端菜单结束 */

/* 搜索 */

.header .search {
    width: 480px;
    margin: 85px auto 0px;
}

.search input,
.search button {
    float: left;
    display: block;
    margin-top: 7px;
}

.search input {
    width: 390px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 3px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 16px;
    margin-right: 4px;
    padding: 10px 100px 10px 20px;
    border: none;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    outline: none;
}

.search button {
    right: 76px;
    box-sizing: border-box;
    width: 72px;
    height: 50px;
    border: none;
    background-color: #e93333;
	border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.search button .s1{
    display: inline-block;
    width: 20px;
    height: 60px;
    background: url(/material/images/index_2022/search.png) 50% 25% no-repeat;
    position: absolute;
    right: 80px;
}
.search button .iconfont {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}
@media (max-width:1400px) {
    .headline h4 {
        font-size: 24px;
        line-height: 48px;
    }
    .inner, .grid, .links, .copyright {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .hyfw {
        padding: 0;
        height: 217px;
        background: unset;
    }
    .hyfw .col-md-8 {
        background-color: #ffffff4a;
        box-shadow: 0px 5px 20px 0px rgb(27 77 163 / 18%), inset 0px 2px 1px 0px rgb(216 231 255 / 32%), inset 0px 12px 51px 0px rgb(186 212 255 / 22%), inset 0px 0px 51px 0px rgb(151 184 237 / 22%);
        border-radius: 12px;
        border: solid 1px #ffffff;
        margin-top: 10px;
        padding: 30px 20px;
    }

    .header .search {
        width: 100%;
        margin: 85px auto 0px;
    }
    .search input {
        width: calc(100% - 76px);
        margin-right: 0px;
        padding: 20px 40px 20px 20px;
    }
    .search button {
        right: 0;
    }

}
@media (max-width:1400px) and (min-width:1200px) {
    .inner{
        margin-bottom: 28px;
    }
    .ttzq {
        padding: 54px 10px;
    }
    .hyfw {
        width: 40%;
        margin-right: 10%;
    }
    .hyfw .col-md-8 {
        width: 100%;
    }
    .hyfw .col-md-12 ul li{
        padding-left: 0;
    }
    .panel-more {
       display: none;
    }
     
}
@media (max-width: 1024px) {
    .search button .iconfont {
        margin-right: 0px;
        display: block;
    }
}

.search p {
    clear: both;
    padding-top: 10px;
    line-height: 30px;
}

.search p a {
    background: #71a4ff;
    padding: 2px 5px;
    margin: 0 10px;
    color: #fff;
}

.ttzq{
    margin-top: 50px;
    padding: 54px 50px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
	
}

.header h1 {
    height: 202px;
}
.ttzq {
    margin-top: 0px;
    padding: 1px 19px;
}



@media (max-width:768px) {
    .headline h4 {
        font-size: 22px;
        line-height: 40px;
    }
    .hyfw {
        background: unset;
    }
    .hyfw .hy {
        display: block;
        color: #0052d9;
    }
    .hyfw .col-md-8 {
        background-color: unset;
        box-shadow: unset;
        border-radius: 0;
        border: 0;
        margin-top: 0;
    }
    .hyfw .col-md-12{
        background-color: #ffffff4a;
        box-shadow: 0px 5px 20px 0px rgb(27 77 163 / 18%), inset 0px 2px 1px 0px rgb(216 231 255 / 32%), inset 0px 12px 51px 0px rgb(186 212 255 / 22%), inset 0px 0px 51px 0px rgb(151 184 237 / 22%);
        border-radius: 12px;
        border: solid 1px #ffffff;
        margin-top: -24px;
        padding: 30px 20px;
    }
    .ttzq {
         margin-top: 0; 
        padding:0;
    }
    .hyfw {
        background-size: cover;
        margin-top: 50px;
    }
    .hyfw .col-md-12 {
        display: block;
        padding-top: 6px;
    }
    .hyfw .col-md-12 ul{
        display: inline-flex;
    width: 100%;
    padding: 0 10px;
    }
    .hyfw .col-md-12 ul li{
        width: 50%;
        padding-left: 0;
        padding-right: 20px;
    }
    .search button .s1 {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(/material/images/index_2022/searchw.png) 0% 0% no-repeat;
        position: absolute;
        background-size: cover;
        top: 12px;
        right: 9px;
    }
    .ttzq .ssk{
        position: absolute;
        top: 0;
        width: 100%;
    }
    .ttzq .ssk p{
        margin: 10px 4px;
        float: left;
    }
}
/* 底部 */

.footer {
    height: 250px;
    padding: 20px 0;
    background: #f5f5f5;
}


.links{
    border: 1px solid;
    border-radius: 12px;
}
.links>ul>li {
    position: relative;
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #0b2d5a;
}
.links .arr{
    width: 10px;
    height: 6px;
    display: inline-block;
    background: url(/material/images/index_2022/links_arr.png);
    vertical-align: middle;
    margin-left: 10px;
}
.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    color: #0b2d5a;
    padding: 0 20px;
    border-right: 1px solid #333;
    cursor: pointer;
}
.links>ul>li:last-child>a {
    border-right: 0;
}
.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 22px;
    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;
}
.footer .p20{
    border-radius: 12px;
    border: solid 1px #333;
    color: #333;
    margin-right: 24px;
    padding: 15px 50px 15px 20px;
}
.copyright .zwxmt a{
    margin-right: 0;
}
.copyright .zwxmt{
    border-radius: 12px;
    border: solid 1px #333;
    color: #fff;
    margin-right: 24px;
    padding: 17px 20px;
}
.footer .xmt{
    width: 40px;
    height: 40px;
    display: block;
    background: url(/material/images/index_2022/zwxmt.png);
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.copyright {
    margin-top: 20px;
    line-height: 32px;
}
.links {
    padding: 0 20px;
}
.copyright p a,
.copyright p span {
    margin-right:10px;
    color: #333;
}

.gov {
    position: absolute;
    top: 50%;
    right: 160px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 110px;
    height: 55px;
    margin-top: -27px;
}
.hyfw {
    padding: 0;
    height: 197px;
    background: url();
}


@media (max-width: 1400px) {
    .footer {
        padding: 20px;
    }

}
@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }

    .header {
        background-position: 50% 0px;
    }
	
	
.header {
    height: 212px;
    background: url(/material/2022/images/banner.png) 50% -61px no-repeat;
}


    .header h1 {
        height: 80px;
        background-position: 16px 50%;
        background-size: auto 50%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .ht .fl,
    .nav,
    .header .search p {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .inner,
    .grid,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: auto;
        margin: 20px;
    }

    .header .search input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 0;
        color: transparent;
        right: 0;
    }

    .header .search p {
        font-size: 12px;
    }

    .footer {
        padding: 20px;
        height: auto;
    }

    

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .handle {
        margin-bottom: 10px;
    }
    .footer .p20 {
        float: none;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .copyright .zwxmt {
        margin-left: 25%;
    }
    .gov {
        right: 0;
    }
    .p2 .panel-more a {
        display: none;
        width: 96%;
    }
	.ttzq {
    margin-top: 0px;
    padding: 3px 3px;
}
.header h1 {
    background: url(/material/images/index_2022/logo.png) center no-repeat;
    background-size: 80%;
    text-align: center;
}

}

@media (max-width: 768px) {
    .header {
        height: 254px;
        background: url(/material/2022/images/banner.png) 50% 0 no-repeat;
    }
    .zzms,.wza {
        padding: 10px;
    }
    .copyright p span {
        display: block;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        right: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
    .header .search {
        margin: 0;
    height: 50px;
	margin-top: 170px;
    }
	.ttzq .fr a {
    padding: 0 6px;
}
   
    .links>ul>li {
        line-height: 40px;
    }
    .links>ul>li>a {
      border-right: 0;
      background: #e1eaed7a;
    }
    .links li ul{
        bottom: 36px;
    }
    
}
@media (max-width:480px) {
    .header {
        height: 210px;
    }
    .header .search {
        margin: 140px 0px 0px;
    }
    .copyright .zwxmt {
        margin-left:0;
    }
    .jc {
        width: 0 !important;
   }
   .hyfw .col-md-12 {
    padding: 20px 0;
}
}
/* 公用 */

.grid,
.main,
.side {
    padding: 20px;
    background-color: #fff;
}

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.content .row>.col,
.content .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 {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    transition: all .3s;
    color: #6e819e;
}
.p3 .title{
    color: #1454be;
}

.p3 .title::before{
    width: 48px;
    height: 2px;
    background-color: #1454be;
    content: '';
    position: absolute;
    top: 36px;
}


.tab a+a {
    margin-left: 0px;
}

@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;
    }
}

.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/material/images/index_2022/icons_02.png);
    background-image: url(/material/images/index_2022/icons_02_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.grid h2 {
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 24px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.pt30 {
    padding-top: 30px;
}

.md-blue {
    background-color: #2d8fff;
}

.md-orange {
    background-color: #ff9d08;
}

.t3 b {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    border-left: 8px solid #2d8fff;
}

.pages .current {
    background-color: #2d8fff;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

/* 首页 开始*/

/* part1开始 */
.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 42px;
    font-size: 18px;
}
.news {
    position: relative;
    overflow: hidden;
    height: 320px;
}

.news .tab a {
    height: 40px;
    line-height: 40px;
}

.focus,
.focus .pic {
    position: relative;
    width: 100%;
    height: 390px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    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: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
     position: absolute;
     bottom: 14px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #ffa82c;
}

@media (max-width: 1200px) {
    .news {
        height: auto;
    }
    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
    }

}

.news .list-t li a {
    width: 70%;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .news .list-t li a {
        width: 100%;
    }
}

/* part1结束 */

/* part2开始 */

.topic {
    position: relative;
}

.topic h2 {
    width: 60px;
    height: 130px;
    background: url(/material/images/index_2022/topic.jpg) 0 0 no-repeat;
}

.topic .scroll {
    position: relative;
    margin: 0 60px 0 140px;
}

.topic li {
    width: 320px\9;
}

.topic li a {
    display: block;
    width: 300px\9;
    margin: 0 10px;
}

.topic li img {
    width: 100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    cursor: pointer;
}

.topic-prev span,
.topic-next span {
    display: block;
    width: 20px;
    margin: 8px auto;
    font-size: 22px;
    text-align: center;
    color: #ccc;
    font-weight: bold;
}

.topic-prev {
    left: 100px;
    background-image: none;
}

.topic-next {
    right: 20px;
    background-image: none;
}

@media (max-width: 1200px) {
    .topic .scroll {
        margin: 0 -10px;
    }

    .topic h2,
    .topic-prev,
    .topic-next {
        display: none;
    }
}

/* part2结束 */

/* part3开始 */
.p3,
.p4,
.p5,
.contact {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

/* .p3 { */
    /* height: 780px; */
/* } */

/* .p3 .tab-pane { */
    /* height: 310px; */
/* } */

.query {
    position: relative;
    height: 40px;
}

.query label {
    float: left;
    position: relative;
    display: block;
    width: 80px;
    border-right: 1px solid #ddd;
    margin-top: 10px;
    margin-right: -80px;
    line-height: 20px;
    text-align: center;
}

.query input {
    float: left;
    display: block;
    width: 300px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 10px 10px 90px;
    line-height: 20px;
    font-size: 16px;
    border-radius: 3px;
}

.query button {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    margin-left: 4px;
    background: #ff9d08 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='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background: #ff9d08 url(/material/images/index_2022/q.png) center no-repeat\9;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

@media (max-width: 1200px) {
    .query input {
        width: 100%;
    }

    .query button {
        position: relative;
        margin-left: -40px;
    }
}

.a1 {
    margin-left: -5px;
    margin-right: -5px;
}

.a1 li {
    width: 50%;
}

.a1 li a {
    position: relative;
    height: 70px;
    margin: 5px;
    padding: 0 15px;
    line-height: 70px;
    text-align: left;
    font-weight: bold;
    background-color: #6caaf0;
    color: #fff;
    border-radius: 5px;
}

.a1 li a:hover {
    background-color: #2d8fff;
    color: #fff;
}

.a1 li i {
    float: right;
    margin: 15px -10px 0 0;
}

.a1 .s1 {
    background-position: 0 -40px;
}

.a1 .s2 {
    background-position: -40px -40px;
}

.a1 .s3 {
    background-position: -80px -40px;
}

.a1 .s4 {
    background-position: -120px -40px;
}

.a1 li i {
    animation-duration: .6s;
}

.a1 li a:hover i {
    transform: rotateY(360deg);
}

.a2 li {
    width: 25%;
}

.a2 li a {
    margin: 10px;
}

@media (max-width: 1200px) {
    .a1 li i {
    float: right;
    margin: 15px -5px 0 0;
}
    .a2 li a {
        margin: 10px 0;
        font-size: 14px;
    }
	.old {
		display: none;
	}
    
}
 @media (max-width: 320px) {
    .a1 li a {
        font-size: 14px;
        padding-left: 3px;
    }

.a1 li i {
    float: right;
    margin: 15px -10px 0 0;
}
}
.a2 li i {
    margin: 0 auto 10px;
}

/* .a2 li a:hover i {
    background-color: #ecf5ff;
    box-shadow: 0 0 0 10px #ecf5ff;
} */

.a2 .s1 {
    background-position: 0 -80px;
}

.a2 .s2 {
    background-position: -40px -80px;
}

.a2 .s3 {
    background-position: -80px -80px;
}

.a2 .s4 {
    background-position: -120px -80px;
}

.a2 .s5 {
    background-position: 0 -120px;
}

.a2 .s6 {
    background-position: -40px -120px;
}

.a2 .s7 {
    background-position: -80px -120px;
}

.a2 .s8 {
    background-position: -120px -120px;
}



/* part3结束 */

/* part4开始 */
.p4 {
    /* height: 780px; */
    background: #fff url(/material/images/index_2022/p5_bg.jpg) 100% 100% no-repeat;
    background-size: 100% auto;
}

.service {
    height: 120px;
    background: #6aa9f1 url(/material/images/index_2022/zwfw.jpg) center no-repeat;
    background-size: cover;
}

.service a{
    width: 100%;
    height: 100%;
    display: block;
}

.service p {
    padding-top: 80px;
}

.service p a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 25px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 100px;
    transition: all .3s;
}

.service p a:hover {
    background-color: #fff;
    color: #2d8fff;
}

@media (max-width: 1200px) {
    .service {
        background-position: 0 0;
    }

    .service p a {
        padding: 0 15px;
    }
}

.a3 li {
    width: 33.33%;
}

.a3 li a {
    margin: 20px 10px;
}

.a3 li i {
    position: relative;
    box-sizing: content-box;
    border: 8px solid #89bbf3;
    margin: 0 auto 10px;
    background-color: #89bbf3;
    border-radius: 100px;
}

.a3 .s1 {
    background-position: 0 -160px;
}

.a3 .s2 {
    background-position: -40px -160px;
}

.a3 .s3 {
    background-position: -80px -160px;
}

.a3 .s4 {
    background-position: -120px -160px;
}

.a3 .s5 {
    background-position: -160px -160px;
}

.a3 .s6 {
    background-position: -200px -160px;
}

.a3 li a:hover .s1,
.a3 li a:hover .s2,
.a3 li a:hover .s3,
.a3 li a:hover .s4,
.a3 li a:hover .s5,
.a3 li a:hover .s6 {
    border-color: #2792ff;
    background-color: #2792ff;
}

.a3 .s7 {
    border-color: #2792ff;
    background-color: #2792ff;
    background-position: -160px -40px;
}

.a3 .s8 {
    border-color: #ff9402;
    background-color: #ff9402;
    background-position: -160px -80px;
}

.a3 .s9 {
    border-color: #3ecdb5;
    background-color: #3ecdb5;
    background-position: -160px -120px;
}

/*.a3 li a:hover .s7 {
    border: 8px solid #89bbf3;
    background-color: #89bbf3;
}

.a3 li a:hover .s8 {
    border: 8px solid #ffc06b;
    background-color: #ffc06b;
}

.a3 li a:hover .s9 {
    border: 8px solid #7ddccc;
    background-color: #7ddccc;
}*/

.a3 li a:hover i {
    box-shadow: 0 0 0 6px #ecf5ff;
}

.a3 li i:before {
    content: '';
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    display: block;
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: rgba(255, 255, 255, .1);
    transform: scale(0, 0);
    opacity: 0;
    border-radius: 100px;
    transition: all .3s;
}

.a3 li a:hover i:before {
    transform: scale(1, 1);
    opacity: 1;
}

.a4 {
    padding: 20px;
}

.a4 li {
    width: 50%;
}

.a4 li a {
    position: relative;
    padding-left: 40px;
    line-height: 50px;
    font-size: 18px;
    text-align: left;
}

.a4 li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #2d8fff;
    border-radius: 100px;
}

/* part4结束 */

/* part5开始 */
.p5 {
    /*height: 590px;*/
}

.p5 .a3 {
    margin-top: -20px;
}

.p5 .pic-text {
    position: relative;
}

.p5 .pic-text .pic {
    position: relative;
    height: 180px;
}

.p5 .pic-text p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.p5 .list-b li {
    padding-left: 80px;
}

.p5 .list-b li .tag {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    border-radius: 3px;
}

.contact {
    height: 170px;
}

.contact p {
    line-height: 24px;
}

.contact i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/material/images/index_2022/icons_02.png);
    background-image: url(/material/images/index_2022/icons_02_ie8.png);
    background-size: 240px auto;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.contact .s1 {
    background-position: -214px -8px;
}

.contact .s2 {
    background-position: -214px -48px;
}

.contact .s3 {
    background-position: -214px -88px;
}

.contact .s4 {
    background-position: -214px -128px;
}

/* part5结束 */




/*功能导航*/

#floatDivBoxs {
    width: 80px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 999;
    background-color: #333;
    background: rgba(62, 62, 62, 0.6);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#73e3e3e, endcolorstr=#73e3e3e);*/
    bottom: 0px;
}

#floatDivBoxs .floatDqq {
    padding: 180px 0px;
}

#floatDivBoxs .floatDqq li {
    width: 80px;
    height: 80px;
    padding: 10px 0px;
}

#floatDivBoxs .floatDqq li a {
    display: block;
    width: 80px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font: normal 14px/20px microsoft yahei, smihei;
}

#floatDivBoxs .floatDqq li a:hover {
    background-color: #2d8fff;
}

#floatDivBoxs .floatDqq li .iconfont {
    display: block;
    margin: 10px 15px;
    fill: #fff;
    font-size: 24px;
}

#rightArrow {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 400px;
    right: 120px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 80px;
    background: url(/material/images/index_2022/s.png) no-repeat;
}

.floatDqq li span.wx {
    display: none;
    width: 90px;
    position: absolute;
    top: 250px;
    right: 124px;
    right: 124px\9\0;
    z-index: 9999999;
}

.floatDqq li:hover span.wx {
    display: block;
    display: block\9\0;
}

.floatDqq li span.wx img {
    width: 134px;
    height: 120px;
}

@media (max-width: 1024px) {

    #rightArrow,
    #floatDivBoxs {
        display: none;
    }
.service {
    height: 120px;
    background: #6aa9f1 url(/material/images/index_2022/zwfw.jpg) center no-repeat;
    background-size:auto;
}
.p5 .pic-text .pic{
    height: 100%;
}
}

/* 首页 结束*/

/* 发布解读 开始 */
.a4 li {
    width: 25%;
}

.a4 li a {
    height: 120px;
    margin: 10px;
    padding: 0px 10px;
    line-height: 120px;
    border-radius: 3px;
    color: #205190;
    font-size: 20px;
    font-weight: bold;
    background-color: #cae1ff;
    background-image: -webkit-linear-gradient(left, #cae1ff, #eff6ff);
    background-image: -moz-linear-gradient(left, #cae1ff, #eff6ff);
    background-image: -o-linear-gradient(left, #cae1ff, #eff6ff);
    background-image: -ms-linear-gradient(left, #cae1ff, #eff6ff);
    background-image: linear-gradient(to right, #cae1ff, #eff6ff);
}

.a4 li a:hover {
    background-color: #cbe2ff;
    background-image: -webkit-linear-gradient(left, #cbe2ff, #cbe2ff);
    background-image: -moz-linear-gradient(left, #cbe2ff, #cbe2ff);
    background-image: -o-linear-gradient(left, #cbe2ff, #cbe2ff);
    background-image: -ms-linear-gradient(left, #cbe2ff, #cbe2ff);
    background-image: linear-gradient(to right, #cbe2ff, #cbe2ff);
}

.a4 li a i {
    float: right;
    margin: 20px auto;
    width: 80px;
    height: 80px;
    background-image: url(/material/images/icons_03.png);
    background-size: auto;
    transition: all .3s;
}

.a4 .s1 {
    background-position: 0px -480px;
}

.a4 .s2 {
    background-position: -80px -480px;
}

.a4 .s3 {
    background-position: -160px -480px;
}

.a4 .s4 {
    background-position: -240px -480px;
}

.a4 .s5 {
    background-position: -320px -480px;
}

.a4 .s6 {
    background-position: -400px -480px;
}

.a4 .s7 {
    background-position: -480px -480px;
}

.a4 .s8 {
    background-position: -560px -480px;
}

@media (max-width: 768px) {
    .a4 li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .a4 li a {
        height: auto;
        margin: 5px;
        padding: 10px;
        line-height: 40px;
        font-size: 15px;
    }

    .a4 li a i {
        float: none;
        margin: 0 auto;
    }
}


.box {
    padding: 1px 20px 20px 20px;
    background-color: #f5f5f5;
}

.box h3 {
    border-bottom: 1px solid #ccc;
}

.box p {
    line-height: 36px;
    text-indent: 2em;
}

.zcjd {
    display: inline-block;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: 15px 0px;
    overflow: hidden;
}

.zcjd img {
    max-width: 140px;
    max-height: 90px;
    transition: all 0.3s;
}

.zcjd:hover img {
    transform: scale(1.05);
}

.zcjd h4 {
    line-height: 32px;
    margin: 13px;
}

.zcjd h4 span {
    color: #fff;
    padding: 2px 10px;
    line-height: 24px;
    background-color: #a9c5e4;
}

/* 发布解读 结束 */

/* 互动交流 开始 */
.szxx {
    background-color: #f5f5f5;
}

.szxx li span {
    font-size: 18px;
    line-height: 40px;
}

.lxgs .t0 {
    border-bottom: 1px solid #ccc;
}

.lxgs .list-t li {
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.lxgs .list-t li a {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: normal;
}

.lxgs .list-t li a span {
    padding-left: 20px;
}

.lxgs .list-t li:before {
    top: 30%;
}

.dczj .list-b li {
    background-color: #f5f5f5;
    border-bottom: none;
    width: 48.6%;
    margin-bottom: 10px;
}

.dczj .list-b li+li {
    margin-left: 20px;
}

.jd {
    display: inline-block;
    border-radius: 3px;
    line-height: 26px;
    padding: 0px 5px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #a9c5e4;
}

.dczj .list-t li {
    padding-left: 0px;
}

.dczj .list-t li:before {
    display: none;
}

.zxft .pic-text .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
    border-radius: 8px;
}

.zxft .pic-text .pic {
    display: block;
    position: relative;
    overflow: hidden;
    width: 50%;
    margin-right: 20px;
}

.zxft h4 {
    font-size: 20px;
    font-weight: bold;
}

.zxft .pic-text p {
    line-height: 36px;
    float: left;
    width: 47%;
    margin-top: 7px;
}

.zxft .list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-color: transparent;
    border-radius: 0px;
    background: url(/material/images/dot.png) 0px 0px no-repeat;
}

.zxft .list-t li:hover:before {
    background: url(/material/images/dot02.png) 0px 0px no-repeat;
}

@media (max-width: 1024px) {
    .dczj .list-b li {
        width: 48.4%;
    }

    .zxft .pic-text p {
        width: 46%;
    }

    .zxft .pic-text p.zxft_jl {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .dczj .h>li {
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .dczj .list-b li+li {
        margin-left: 0px;
    }

    .zxft .pic-text .pic {
        margin-bottom: 10px;
    }

    .zxft .pic-text .pic,
    .zxft .pic-text p {
        width: 100%;
    }
}
.b1 {
    margin: 15px 0px;
}

.b1 li {
    position: relative;
    margin-top: 10px;
    padding: 15px 15px 15px 75px;
    background-color: #fff;
    border-radius: 8px;
}

.b1 li i {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background-image: url(/material/images/icons_03.png);
    background-image: url(/material/images/icons_03_ie8.png)\9;
    background-size: 320px auto;
    background-position: -40px -80px;
    border-radius: 100px;
}

.b1 .state {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
    padding: 0 15px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
}

.b1 li h4 {
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
}

.b1 li p {
    line-height: 22px;
    font-size: 14px;
}

.b2 li {
    position: relative;
    margin-top: 10px;
    padding: 15px 15px 15px 85px;
    background: #fff url(/material/images/b2.jpg) 100% 0 no-repeat;
    background-size: auto 100%;
    border-radius: 4px;
}

.b2 li i {
    position: absolute;
    top: 50%;
    left: 15px;
    box-sizing: content-box;
    display: block;
    width: 40px;
    height: 40px;
    border: 5px solid #f9b153;
    margin-top: -25px;
    background-image: url(/material/images/icons_03.png);
    background-image: url(/material/images/icons_03_ie8.png)\9;
    background-size: 320px auto;
    background-color: #f9b153;
    background-position: 0 -80px;
    border-radius: 100px;
}

.b2 li a:hover i {
    border-color: #205190;
    background-color: #205190;
}

.a2 {
    padding: 10px;
    background-color: #fff;
}

.a2 li {
    width: 33.33%;
}

.a2 li a {
    padding-top: 10px;
    line-height: 20px;
}

.a2 li a i {
    box-sizing: content-box;
    border: 10px solid #a9c5e4;
    margin: 0 auto 10px;
    background-color: #a9c5e4;
    border-radius: 100px;
}

.a2 li a:hover i {
    border-color: #205190;
    background-color: #205190;
}

.a2 .s1 {
    background-position: -80px -80px;
}

.a2 .s2 {
    background-position: -120px -80px;
}

.a2 .s3 {
    background-position: -160px -80px;
}

@media (max-width: 768px) {
    .a2 {
        margin-top: 20px;
    }
}

.contact {
    min-height: 230px;
    padding: 30px 60px;
    background: url(/material/images/contact.jpg) 0 0 no-repeat;
    background-size: 100% auto;
}

.contact h3 {
    line-height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #4372b0;
    text-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.contact p {
    line-height: 24px;
}

@media (max-width: 1024px) {
    .contact h3 {
        font-size: 16px;
    }

    .contact p {
        font-size: 14px;
    }
}

.service h3 span {
    display: block;
}

.service h3 span img {
    width: 100%;
}

.service h3 .tag {
    padding: 20px 0;
}

.service h3 .tag a {
    display: inline-block;
    min-width: 64px;
    border: 1px solid #fadb92;
    margin: 0 5px;
    padding: 0 10px;
    line-height: 34px;
    background-color: #ffe9c1;
    color: #bd761b;
    border-radius: 2px;
}

.service-list {
    padding: 10px;
    background-color: #fff;
}

.service-list li {
    width: 25%;
    height: 270px;
    border: 5px solid #fff;
    padding-top: 50px;
    text-align: center;
    background: #e7f0fd url(/material/images/grad1.png) bottom repeat-x;
    color: #fff;
}

.service-list li a {
    color: #fff;
}

.service-list li:hover {
    background: #96b5d8 url(/material/images/grad2.png) bottom repeat-x;
}

.service-list li h4 {
    line-height: 38px;
    font-size: 22px;
    font-weight: bold;
    color: #205190;
    transition: all .3s;
}

.service-list li:hover h4 {
    margin-top: -26px;
    color: #fff;
}

.service-list li p {
    line-height: 26px;
    font-size: 18px;
}

.service-list li h4+p {
    display: none;
}

.service-list li:hover h4+p {
    display: block;
}

.service-list li p a {
    margin: 0 5px;
}

.service-list li i {
    display: block;
    width: 140px;
    height: 140px;
    margin: 10px auto 0;
    background-image: url(/material/images/icons_03.png);
}

.service-list .s1 {
    background-position: -10px -340px;
}

.service-list .s2 {
    background-position: -170px -340px;
}

.service-list .s3 {
    background-position: -330px -340px;
}

.service-list .s4 {
    background-position: -490px -340px;
}

@media (max-width: 992px) {

    .service-list {
        margin-left: -16px;
        margin-right: -16px;
    }

    .service-list li {
        height: 180px;
        padding-top: 30px;
    }

    .service-list li h4 {
        font-size: 16px;
    }

    .service-list li p a {
        display: block;
        font-size: 14px;
    }

    .service-list li i {
        width: 80px;
        height: 80px;
        background-size: 320px auto;
    }

    .service-list li:hover i {
        margin-top: -10px;
    }

    .service-list .s1 {
        background-position: 0 -160px;
    }

    .service-list .s2 {
        background-position: -80px -160px;
    }

    .service-list .s3 {
        background-position: -160px -160px;
    }

    .service-list .s4 {
        background-position: -240px -160px;
    }
}

@media (max-width: 480px) {

    .service-list li i {
        width: 60px;
    }

    .service-list .s1 {
        background-position: -10px -160px;
    }

    .service-list .s2 {
        background-position: -90px -160px;
    }

    .service-list .s3 {
        background-position: -170px -160px;
    }

    .service-list .s4 {
        background-position: -250px -160px;
    }
}

.a3 {
    margin: 0 5px;
    padding-top: 5px;
}

.a3 li {
    /*width: 33.33%;*/
}

.a3 li a {
    height: 150px;
    border: 1px solid #eaeaea;
    margin: 5px;
    padding: 20px 0;
    line-height: 20px;
    background-color: #fff;
}

.a3 li a i {
    margin: 0 auto 20px;
    background-color: #a9c5e4;
    border-radius: 100px;
}

.a3 li a:hover i {
    background-color: #205190;
}

.a3 .s1 {
    background-position: 0 -40px;
}

.a3 .s2 {
    background-position: -40px -40px;
}

.a3 .s3 {
    background-position: -80px -40px;
}

.a3 .s4 {
    background-position: -120px -40px;
}

.a3 .s5 {
    background-position: -160px -40px;
}

.a3 .s6 {
    background-position: -200px -40px;
}
/* 互动交流 结束 */

/* 办事服务 开始 */
.zwfw .service-list {
    background-color: #f5f5f5;
}

.zwfw .service-list li {
    border: 5px solid #f5f5f5;
}

.download .list-t li {
    padding-left: 0px;
}

.download .list-t li:before {
    display: none;
}

.download .list-t li .ask {
    display: inline-block;
    border-radius: 3px;
    line-height: 26px;
    padding: 0px 5px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #a9c5e4;
}

.t0 .s6 {
    background-position: -200px -120px;
}

/* 办事服务 结束 */

/* 部门动态 开始 */

.t4 {
    position: relative;
    line-height: 46px;
    height: 46px;
    padding: 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    background: url(/material/images/line.jpg) 0px 50% repeat-x;
}

.t4 b {
    display: inline-block;
    margin-left: -15px;
    padding: 0 30px;
    color: #048;
    font-size: 22px;
    line-height: 46px;
    background-color: #fff;
    margin-top: -20px;
}

.ztzl .pic {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.ztzl .pic img {
    width: 100%;
    transition: all .3s;
}

.ztzl .pic:hover img {
    transform: scale(1.1, 1.1);
}

.ztzl .more {
    display: block;
    width: 180px;
    height: 50px;
    margin: 15px auto -45px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background-color: #89a8d0;
    color: #fff;
    border-radius: 100px;
}

.a8 {
    margin-top: -10px;
}

.a8 li {
    padding: 10px;
}

.a8 li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    background-color: #f5f5f5;
    border-radius: 4px;
    transition: background-position .3s;
}

.a8 li a:hover {
    background: #476895 url(/material/images/a8.jpg) 100% 100% no-repeat;
    background-image: url(/material/images/a8_ie8.jpg)\0;
    background-size: auto 100%;
    color: #fff;
}

.a8 li a span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .a8 li a span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* 部门动态 结束 */

/* 信息公开列表页 开始 */
.side_info {
    padding-bottom: 100px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.side_info .a1 {
    margin-top: -40px;
}

.side_info .a1 li {
    width: 28%;
    margin-left: 10px;
}

.side_info .a1 li a {
    padding: 10px;
    text-align: center;
    line-height: 26px;
    margin: 0px;
}

.a1 li a:hover,
.a1 li a.current {
    background-color: #2d8fff;
    color: #fff;
}

ul.info-tree {
    padding: 15px 0;
}

ul.info-tree>li ul {
    display: none;
    margin: 10px 0 0 10px;
}

ul.info-tree>li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 18px;
    line-height: 40px;
    *background: url(/material/images/index_2022/arr_r.png) 98% 11px no-repeat;
}

ul.info-tree li a {
    display: block;
}

ul.info-tree li.level-1 a,
ul.info-tree li.level-2 a {
    display: inline-block;
}

ul.info-tree li li a:hover {
    text-decoration: underline;
}

ul.info-tree li li {
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    line-height: 25px;
}

ul.info-tree>li>i {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

ul.info-tree>li>i:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    transform: rotateZ(-45deg);
    transition: transform .3s;
}

ul.info-tree>li:hover>i:after,
ul.info-tree>li.level-1>i:after,
ul.info-tree>li.current>i:after {
    border-right: 2px solid #2d8fff;
    border-bottom: 2px solid #2d8fff;
}

ul.info-tree>li.level-1>i:after {
    transform: rotateZ(45deg);
}

ul.info-tree>li.current>i:after {
    transform: rotateZ(-135deg);
}

ul.info-tree>li.level-1 {
    *background: url(/material/images/index_2022/arr_d.png) 98% 11px no-repeat;
}

ul.info-tree>li.current {
    *background: url(/material/images/index_2022/arr_u.png) 98% 11px no-repeat;
}

ul.info-tree .current>ul {
    display: block;
}

ul.info-tree li.level-2>i {
    position: absolute;
    top: 5px;
    right: -7px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
}

ul.info-tree li.level-2>i:after {
    content: '+';
    font-style: normal;
}

ul.info-tree li.level-2.current>i:after {
    content: '-';
    font-style: normal;
}

ul.info-tree li a:focus {
    color: #2d8fff;
    font-weight: bold;
}

ul.info-tree li li {
    padding-left: 20px;
}

ul.info-tree li li a:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #acacac;
    border-radius: 5px;
}

ul.info-tree li li a:hover:after {
    background: #2d8fff;
}

ul.info-tree li.level-2 ul li {
    font-size: 14px;
}

.info-query {
    padding: 15px;
    border-radius: 3px;
    border-top: 4px solid #2d8fff;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.info-query .form-control {
    padding: 6px 8px;
}

.info-list {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .06);
}

.info-list li {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    transition: box-shadow .3s;
}

@media(min-width: 768px) {
    .info-list li>div {
        text-align: center;
    }
}

.info-list li:hover {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff url(/material/images/index_2022/info_list_c.png) 8px 50%/12px auto no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.info-list li:first-child {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #c3d6ee;
    background-color: #f8fbff;
}

.info-list li:first-child:hover {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f8fbff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.info-list li p {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-extra {
    display: none;
    position: absolute;
    left: 60px;
    bottom: 32px;
    width: 90%;
    border: 1px solid #ddd;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    animation-duration: .5s;
}

.info-extra:before,
.info-extra:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 20px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #ddd;
}

.info-extra:after {
    bottom: -13px;
    border-top: 7px solid #fff;
}

.info-list li:hover .info-extra {
    display: block;
}

.info-extra .row {
    padding: 5px;
    line-height: 22px;
    font-size: 14px;
}

.info-extra .row+.row {
    border-top: 1px solid #ddd;
}

.info-extra .info-th {
    background-color: #f2f2f2;
    color: #999;
    text-align: center;
}

.info-date .input-group {
    width: 105px;
}

.info-list .row {
    margin-right: -15px;
    margin-left: -15px;
}

.side_info h2 {
    color: #fff;
    line-height: 80px;
    font-size: 30px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    background-color: #2d8fff;
}

@media (max-width: 768px) {
    .info-extra {
        left: 10px;
    }

    .side_info h2 {
        line-height: 56px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .info-list li {
        font-size: 14px;
    }

    .info-list li:hover {
        background: #fff url(images/info_list_c.png) 6px 50%/6px auto no-repeat;
    }

    .info-extra {
        padding: 5px 15px;
    }

    .info-extra .info-th {
        text-align: left;
    }

    .info-extra .row {
        padding: 5px;
        line-height: 24px;
    }

    .info-extra .row+.row {
        border: none;
    }

    .info-date .input-group {
        width: 100%;
    }

    .side_info {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    ul.info-tree {
        padding: 0px;
    }

    ul.info-tree>li {
        padding: 5px 10px;
    }

    ul.info-tree>li>i {
        top: 0px;
    }
}

/* 信息公开列表页 结束 */

/* 领导信息 开始 */

.leader .list-b li .pic {
     float: left;
     position: relative;
     overflow: hidden;
     display: block;
     width: 150px;
     height: 190px;
     margin: 0;
     background-color: #eee;
 }

 .leader .list-b .pic img {
     width: 100%;
 }

 .leader .list-b li h4,
 .leader .list-b li .leader-info {
     margin-left: 170px;
 }

 .leader .list-b li h4 {
     font-size: 20px;
 }

 .leader-info {
     min-height: 144px;
     padding: 20px;
     line-height: 24px;
     background-color: #f0f3f8;
     background-image: linear-gradient(to top, #f0f3f8, #f1fafe);
     border-radius: 4px;
 }

 .leader-info h5 {
     border-left: 4px solid #06b;
     margin-left: -20px;
     margin-bottom: 10px;
     padding-left: 16px;
     font-size: 16px;
 }
 .leader-info .ldfg{
     white-space: nowrap !important;
 }
 .leader-info p {
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     max-height: 80px;
     padding: 5px 0;
 }

 .leader-info p .btn {
     margin-top: 10px;
 }

 .leader-info p+h5 {
     margin-top: 20px;
 }

 @media (max-width:480px) {
     .leader .list-b li .pic {
         width: 80px;
         height: 112px;
     }

     .leader .list-b li h4,
     .leader .list-b li .leader-info {
         margin-left: 100px;
     }
	 .leader-info p .btn {
        display: block;
     }
 }
@media (max-width:320px) {
	.leader-info {
    padding: 15px;

}
    .leader-info p .btn {
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: block;
        font-size: 12px;
    }
}

/* 领导信息 结束 */

/* 功能页面 开始 */

@media (max-width: 1200px) {
    .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 15px;
        line-height: 40px;
        font-size: 16px;
        background-color: #eee;
        border-radius: 3px;
    }

    .side-menu li.current a {
        background-color: #2d8fff;
        color: #fff;
    }
}

@media (max-width: 678px) {
    .side {
        box-shadow: none;
    }

    .side-menu li {
        width: 50%;
    }

    .side-menu li a {
        font-size: 14px;
    }
}

.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: #2d8fff;
}

.interview-info h3 b {
    font-weight: normal;
}

.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: 260px;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 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: 768px) {
    .interview-text {
        max-height: none;
        overflow: visible;
    }
    .interview-text p.q,
    .interview-text p.a {
        padding: 10px 10px 10px 40px;
    }
    .interview-text p.q:before,
    .interview-text p.a:before {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 18px;
    }
    .yzm label {
        display: block;
    }
    .yzm .form-control {
        display: inline-block;
    }

    .yzm p {
        display: none;
    }
    .interview {
        line-height: 22px;
        font-size: 14px;
    }
}
/* 功能页面 结束 */

/* 网站地图  开始*/
.site-map h2 {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 1;
     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 {
     position: relative;
     border: 5px solid #fff;
     background-color: #f8f8f8;
     transition: all .3s;
 }

 .site-map li:before {
     content: '';
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 0;
     background-color: #e8f1fe;
     transition: .3s;
 }

 .site-map li:hover:before {
     width: 100%;
 }

 .site-map li>a {
     position: relative;
     display: block;
     padding: 0 40px 0 20px;
     border-left: 3px solid #bde;
     line-height: 60px;
     color: #048;
     overflow: hidden;
     white-space: nowrap;
     word-break: keep-all;
     text-overflow: ellipsis;
     transition: .3s;
 }

 .site-map li>a:hover {
     border-left: 3px solid #06b;
     font-weight: bold;
 }

 .site-map li>a:after {
     content: '';
     position: absolute;
     right: 15px;
     top: 50%;
     display: block;
     width: 0;
     height: 0;
     border: 6px solid transparent;
     border-left: 6px solid #ace;
     margin-top: -6px;
     transition: right .3s;
 }

 .site-map li>a:hover:after {
     right: 12px;
     border-left: 6px solid #048;
 }
/* 网站地图  结束*/


/* 依申请公开 开始  */

.forms input[type="radio"] {
    -webkit-appearance: radio;
}

.forms input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.forms .form-control {
    padding: 6px;
}

.forms input.form-control {
    height: 38px;
}

.forms .pane {
    animation-duration: .3s;
}

.forms .row>div[class*="col-"] {
    margin-bottom: 1rem;
}

.forms .form-control:focus {
    border-color: #37e;
    box-shadow: 0 0 0.1rem 0.1rem rgba(0, 123, 255, .1);
}

.forms .form-inline .radio input {
    vertical-align: -2px;
    margin-right: 4px;
}

.forms .control-label {
    /* font-weight: bold;*/
}

.text-intro p {
    margin: 12px 0;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
}

.text-intro p a {
    margin: 0 5px;
    color: #06b;
    text-decoration: underline;
}

.info-btns [class*="btn"] {
    margin: 10px;
    transition: .3s;
}

.info-btns .btn-lg {
    font-size: 18px;
}

.info-btns [class*="btn"]:hover {
    box-shadow: 0 10px 20px rgba(0, 27, 128, .1);
    transform: translate(0, -3px);
}

.info-detail {
    max-width: 800px;
    border: 1px solid #ddd;
    margin: 20px auto;
    padding: 0 15px;
    font-size: 15px;
}

.info-detail .row {
    margin-left: -15px;
    margin-right: -15px;
}

.info-detail .row:nth-of-type(odd) {
    background-color: #fafafa;
}

.info-detail .row>div {
    border-top: 1px solid #ddd;
    margin-top: -1px;
    padding: 15px;
}

/* 依申请公开 结束  */

/* 20220303修改 */
    #bsWXBox{
      height:257px!important;
      width:232px!important;
      }


.bdshare-button-style1-32 {
    zoom: 1;
}
.bdshare-button-style1-32 .bds_tsina {
    background-position: 0 -104px;
}

.bdshare-button-style1-32 a {
    float: left;
    width: 32px;
    line-height: 32px;
    height: 32px;
    background-image: url(/material/static/api/img/share/icons_1_32.png?v=83ba0265.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}

.bdshare-button-style1-32 .bds_weixin {
    background-position: 0 -1612px;
}
.bdshare-button-style1-32 .bds_qzone
{background-position:0 -52px;}





.panel-body .table {
    width: 50%;
    max-width: 100%;
    z-index: 999;
    margin-bottom: 41px;
}
.panel-body {
    padding: 0px;
    padding-top: 35px;
}