@charset "utf-8";
body{
    padding:0;
    margin:0;
    font-family:'Microsoft Yahei',Verdana, Arial;
    font-size:16px;
    -webkit-text-size-adjust: none;
    background-color:#f6f6f6;
}
img{
    border:none;
}
dl,dt,dd,ul,li,form,input{
    margin:0;
    padding:0;
    list-style:none;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
a{
    color:#666;
    text-decoration:none;
}
.max-wrap {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}
.main-wrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.table-cell{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.table-cell>div{
    display: table-cell;
}
.pr-space{
    padding-right: 40px;
}
.table-cell > div.pr-space{
    padding-right:20px;
}
.table-cell > div.pr-space + div{
    padding-left:20px;
}
.list-fl li{
    float: left;
    width: 25%;
    display: table-cell;
}
.bg-img01 {
    background: #5aafd6 url(../images/credit/pic_top.jpg) no-repeat center top;
}
.bg-img02{
    background: url(../images/credit/pic_bottom.png) no-repeat center bottom;
}
.bg-gray{
    background: #ecf3f9;
}
.top-banner {
    height: 165px;
}
.pd-50 {
    padding: 30px 20px;
    margin-top: 18px;
}
.white-bg{
    background-color:#fff;
}
.border {
    border: 1px solid #e8e8e8;
    box-sizing:border-box;
}
.mt-space {
    margin-top: 20px;
}
.logo img{
    display:block;
    padding-top: 55px;
}
/*ad start*/
.ad a{
    display: block;
}
.ad img{
    display: block;
    width: 100%;
}
/*ad end*/
/*下拉菜单--start*/
.main-nav-bg{
    position: relative;
    z-index: 99;
    background-color: #205ea7;
    height:50px;
}
#menu a{
    display:block;
    color:#333;
    position: relative;
}
#menu li:hover>ul{
    display:block;
}
/* 一级菜单 */
#menu>ul{
    display:table;
    table-layout:fixed;
    width:100%;
}
#menu>ul>li{
    display: table-cell;
    vertical-align:top;
    position: relative;
}
#menu>ul>li:hover{
    background-color: #0e427c;
}
#menu>ul>li.focus{
    background-color: #0e427c;
}
#menu>ul>li:hover>a{
    color:#fff;
}
#menu>ul>li.last:hover{

}
#menu>ul>li.last>a:before{
    content: "";
    display: inline-block;
    background: url(../images/credit/arrow_back.png)no-repeat center center;
    height: 19px;
    width: 24px;
    padding-right: 8px;
}
#menu>ul>li>a:after{
    content: "";
    display: inline-block;
    background: url(../images/credit/menu_line.png) center center no-repeat;
    height:36px;
    width: 2px;
    position: absolute;
    left: 0px;
    top: 7px;
}
#menu>ul>li:first-child>a:after{
    display: none;
}
#menu>ul>li>a{
    height:50px;
    line-height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
}
#menu>ul>li.focus>a{
    color: #fff;
}
#menu>ul>li.focus:hover{
    /*background-color: #233273;*/
}
/* 下拉的菜单栏 */
#menu>ul>li ul{
    display:none;
    position: absolute;
    background-color: #f0f0f0;
    left: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-top: none;
}
/* 下拉菜单的菜单项 */
#menu>ul>li>ul li{
    text-align:center;
    position:relative;
}
#menu>ul>li>ul li>a{
    color:#333;
    font-size:0.875em;
    padding:10px 0;
}
#menu>ul>li>ul li:first-child>a{
    border-top:1px solid #f0f0f0;
}
#menu>ul>li>ul li:first-child>a:hover{
    border-top:1px solid #2e428d;
}
#menu>ul>li>ul li>a:hover{
    background-color:#233273;
    color:#fff;
}
/* 三级及以下的菜单项的定位 */
#menu>ul>li>ul>li ul{
    left:100px;
    top:-1px;
}
#menu>ul>li>ul>li ul>li{
    font-size:0.75em;
}
/* 下拉的菜单--end*/


/*box-01*/
.box-title {
    border-bottom: 1px solid #dadada;
    position: relative;
}
.title-name,.tab-box .box-title span a{
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    color: #333;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 2px solid #ec4608;
    padding-bottom: 5px;
    margin-bottom: -1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
.title-name,.tab-box .box-title .focus a{
    border-bottom-color: #ec4608;
}
.box-title .more {
    float: right;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: .875em;
    color: #989898;
    padding-bottom: 5px;
}
.box-title .more:hover {
    text-decoration: underline;
}
.biaoshi-wrap img {
    vertical-align: middle;
}
/*列表tab切换-start*/
.tab-box .box-title span{
    margin-right: 120px;
    float: left;
}
.tab-box .box-title span a {
    color: #999;
}
.tab-box .box-title .focus a{
    bottom: -1px;
    color: #333;
}
.small-title{
    display: none;
}
#tab2 ul{
    display: none;
}
#tab2 ul.focus{
    display: block;
}

/*列表tab切换-end*/
/*列表--模块化--start*/
.news-list{
    padding-top: 10px;
}
.news-list>li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.news-list>li>span, .news-list>li>a {
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list>li>a:hover {
    color:#ff7900;
}
.news-list>li>em {
    font-style: normal;
    color: #999;
    font-size: 0.75em;
    font-family: Arial, Verdana;
    line-height: 1.8333em;
}
.news-list.date-right>li>a:before{
    content: attr(date-time);
    color: #999;
    font-size: 0.875em;
    font-family: Arial;
    padding-top: 5px;
    padding-left:10px;
    float:right;
}
.news-list.date-bottom>li>a:after{
    content: attr(date-time);
    color: #999;
    font-size: 0.875em;
    font-family: Arial;
    padding-top: 5px;
    display:block;
}
.news-list.date-right>li>span, .news-list.date-right>li>a{
    padding:9px 0;
}
.news-list.border-b>li{
    border-top:1px solid #e8e8e8;
}
.news-list.border-b>li>a{
    padding:20px 0;
}
.news-list.border-b>li:first-child{
    border-top:none;
}
/*列表--模块化--end*/
/*列表--展开收起--start*/
.hand-contor a{
    font-size: 1em;
    width: 100%;
    display: block;
}
.open{
    display: block;
    width: 80px;
    color: #999;
    margin: 20px auto 0;
    margin-top: 5px;
}
.hand-contor a:before{
    content: '';
    width: 25px;
    height: 10px;
    display: inline-block;
    padding-left: 10px;
}
.open a:before{
    background: url(../images/credit/open-icon.jpg) no-repeat center;
}
/*列表--展开收起--end*/
.copyright .main-wrap{
    font-size: .875em;
    line-height: 2em;
    color: #85807d;
    text-align: center;
    padding: 20px 10px;
    margin-top:20px;
    box-sizing: border-box;
}
.copyright a:hover {
    text-decoration: underline;
}
.copyright img{
    vertical-align:middle;
}
.copyright table div a,.copyright table div span{
    display:inline-block;
    padding:0 5px;
    color: #85807D;
}
@media screen and (max-width: 1200px){
    .max-wrap{
        max-width: 100%;
        min-width: 100%;
    }
    .main-wrap{
        width:auto;
    }
    .pd-50{
        margin-top: 0;
        padding: 0;
    }
    .home .pd-50{
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1000px){
    .border{
        border:none;
    }
    .bg-img01,.bg-img02{
        background:none;
        background-color: #fff;
    }
    .tab-box .box-title span{
        margin-right: 50px;
    }
    .logo img {
        padding-top: 15px;
        max-width: 140px;
        padding-left: 15px;
    }
    #menu>ul>li>a:after{
        display:none;
    }
    #menu>ul>li:first-child>a:before{
        display:none;
    }
    .main-nav-bg{
        height:40px;
        background-color: #205ea7;
    }
    .main-nav{
        width: 40px;
        height: 40px;
        float: right;
        margin-top: 0;
    }
    #menu{
        display: none;
        float: right;
        position: absolute;
        top: 40px;
        right: 0;
        padding: 0;
        width: auto;
        background-color: #fff;
        border-left: 1px solid #e5e5e5;
        z-index: 99;
    }
    #menu li:hover>ul{
        display:none;
    }
    #menu>ul{
        display:block;
        float:right;
    }
    #menu>ul>li{
        display:block;
        text-align:center;
        float: none;
    }
    .main-nav:after {
        content: "";
        display: block;
        background: url(../images/credit/icon_list.png) center center no-repeat;
        width: 40px;
        height: 40px;
        background-size: 55%;
        position: absolute;
        right: 0;
        top: -2px;
    }
    #menu>ul>li>a {
        height: auto;
        line-height: 22px;
        padding: 10px;
        border-bottom: 1px solid #e8e8e8;
        box-sizing:border-box;
        background: none;
        color: #333;
        width: 120px;
        text-align: center;
        font-size: 1em;
        font-weight: normal;
        margin: 0;
        white-space: inherit;
        overflow: inherit;
        text-overflow: inherit;
    }
    #menu>ul>li.focus a{
        border-bottom:none;
        background-image: none;
        background-color: #E5E2E2;
        color:#333;
        width: 100%;
    }
    #menu>ul>li.last>a:before{
        display:none;
    }
    .top-banner {
        height: 66px;
    }
    .copyright{
        background: #205ea7;
        color: #fff;
    }
    .copyright .main-wrap{
        padding:10px;
    }
    .copyright td{
        display:none;
    }
    .copyright td:nth-child(2){
        display:block;
        width:auto;
    }
    .copyright td:nth-child(2) a,.copyright td:nth-child(2) span{
        display:none;
    }
    .copyright td:nth-child(2) a.m-visible,.copyright td:nth-child(2) span.m-visible{
        display:inline-block;
    }
    .news-list>li>span, .news-list>li>a{
        padding: 10px!important;
    }
    .title-name,.tab-box .box-title span a{
        font-size:1em;
    }
}
@media screen and (max-width:720px){
    .home .pd-50{
        padding: 0 0 5px 0;
    }
    .box-title,.tab-box .box-title .focus a,.title-name{
        background: #f0f0f0;
        border-bottom:none;
        padding-bottom:0;
    }
    .box-title,.tab-box .box-title .focus a{
        padding: 0 10px;
    }
    .box-title .more{
        padding-bottom: 0;
    }
    .news-list li{
        float: none;
        width: 100%;
        display: block;
        border-top: 1px solid #dadada;
    }
    .news-list li:first-child{
        border-top: none;
    }
    .table-cell,.table-cell>div{
        display: block;
    }
    .pr-space{
        padding-right: 0;
    }
    .table-cell > div.pr-space{
        padding-right:0;
    }
    .table-cell > div.pr-space + div{
        padding-left:0;
    }
    #tab2 ul{
        display: block;
    }
    .tab-box .box-title{
        display: none;
    }
    .tab-box .small-title{
        display: block;
    }
}
@media screen and (max-width:640px){
    .news-list.date-right>li>a:before{
        display:none;
    }
    .news-list>li>a {
        padding: 10px!important;
        white-space: initial;
        text-overflow: inherit;
    }
}


/*内容页-模块化-start*/
.single-article{
    line-height:2.5em;
    color: #444;
    word-break: break-all;
    padding: 0 10px;
}
.single-article p{
    text-indent:2em;
}
.location *{
    display:block;
    float:left;
    height: 45px;
    line-height: 45px;
}
.location {
    font-size: 0.875em;
    line-height: 45px;
}
.location:before {
    content: "";
    float: left;
    font-size: 16px;
    font-family: "icomoon";
    margin-right: 6px;
    display: inline-block;
    color: #999;
    background: url(../images/credit/icon_location.png) no-repeat center center;
    height: 45px;
    width: 14px;
}
.location>a {
    color: #999;
}
.location>span {
    color: #333;
}
.location>a:after {
    content: "/";
    padding: 0px 10px;
}
.sub-content{
    color:#444;
}
.sub-content .big-title {
    padding: 10px 0;
    font-size: 1.75em;
    text-align: center;
    color: #333;
}
.sub-content .second-title{
    padding-bottom:10px;
    font-size: 1em;
    text-align: center;
    color:#666;
}
.sub-content .content-small-title {
    font-size: 0.75em;
    text-align: center;
    color: #999;
    line-height: 1em;
    border-bottom: 1px #e8e8e8 solid;
    padding-bottom: 1.25em;
}
.news_content_description {
    font-size: .875em;
    color: #888;
    background-color: #f3f3f3;
    line-height: 1.75em;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-top: none;
}
.news_content_content {
    line-height: 1.875em;
    font-size:1em;
}
.news_content_content p{
    text-indent:2em;
    text-align: left;
}
.news_content_content img{
    max-width:95%;
    height:auto !important;
}
.news_content_other {
    padding: 10px 0px;
}
.news-content-function {
    float: right;
    font-size:.75em;
    color:#999;
}
.news-content-function>span:before {
    content: "[";
}
.news-content-function>span:after {
    content: "]";
}
.news-content-function>span{
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    line-height:36px;
}
.news-content-function>span:hover{
    text-decoration:underline;
}
.news_content_img{
    text-align:center;
    padding:20px 0px;
}
.news_content_img img{
    max-width:700px;
    height:auto !important;
}
.news-content-share{
    float: left;
}

/*2020-05-08追加默认样式*/
.news_content_content>p,.news_content_content>div{
    text-indent:2em;
    line-height:1.875em;
}
.news_content_content>p>img,.news_content_content>div>img{
    display: block;
    margin:0 auto;
    max-width:78%;
    height:auto!important;
}
.news_content_content table{
    margin:10px auto;
    border-collapse: collapse;
}

@media screen and (max-width: 1000px){
    .location{
        height:36px;
        line-height: 36px;
        font-size: 0.75em;
        padding:0 10px;
    }
    .location *{
        height:36px;
        line-height:36px;
    }
    .location:before{
        height:36px;
    }
    .news_content_other{
        display:none;
    }
    .sub-content{
        padding: 0 10px;
    }
    .single-article{
        line-height:2em;
    }
    .sub-content img{
        max-width:100%!important;
        padding:10px 0;
    }
    .news_content_content>p>img,.news_content_content>div>img{
        max-width:100%!important;
    }
}
@media screen and (max-width: 720px){
    .news_content_img img {
        max-width: 100%;
    }
    .news_content_content img{
        max-width: 100%;
    }
    .news_content_other{
        display:none;
    }
    .pd-space{
        padding:10px;
    }
}
@media screen and (max-width: 480px){
    .sub-content .big-title,.sub-content .second-title,.sub-content .content-small-title{
        text-align:left;
    }
    .sub-content .big-title{
        font-size:1.5em;
        color:#000;
        padding-top: 15px;
    }
    .second-title{
        font-size:1.125em;
    }
    .pd-25{
        padding:0;
    }
}
@media screen and (max-width: 320px){
}
/*内容页-模块化-end*/

/*翻页-模块化-start*/
.page-tile {
    display:block;
    border-width: 1px 0;
    font-family: Verdana, Arial;
    padding: 0;
}
.page-tile:after {
    display: block;
    content: "";
    clear: both;
}
.page-tile>*{
    color: #888;
    display: block;
    float: left;
    padding: 0 .5em;
    min-width: 1.5em;
    text-align: center;
    font-size: 0.75em;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.page-tile > em{
    display: none;
}
.page-tile>*:before {
    font-size: 1.25em;
}
.page-tile .more:before {
    content: "…";
}
.page-tile a.prev:before {
    content: "\2039"
}
.page-tile a.next:before {
    content: "\203A"
}
.page-tile a.last:before {
    content: "\203A\203A"
}
.page-tile .focus {
    background-color: #00c1de;
    color:#fff;
    border-radius:5px;
}
.page-tile-2{
    display:none;
    text-align:center;
    font-size:.875em;
    height:1.875em;
    margin-top:10px;
    padding-bottom:10px;
}
.page-tile-2 span.no-click{
    background-color:#ccc;
    color:#fff;
}
.page-tile-2 span{
    padding:0.5em 1em;
    background-color:#888;
    margin:0px 3px;
    color:#fff;
    border-radius:20px;
}
.page-tile-2 span a{
    color:#fff;
}
.page-tile a:hover{
    text-decoration:underline;
}
@media screen and (max-width: 1000px){
    .page-tile a, .page-tile span{
        display: none;
    }
    .page-tile>* {
        float: none;
    }
    .page-tile{
        padding-bottom:0;
        text-align: center;
        padding: 0;
    }
    .page-tile a.prev,.page-tile a.next{
        display: inline-block;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        color: #333;
        width: 90px;
        text-decoration: none;
    }
    .page-tile a.prev:before {
        content: "上一页";
    }
    .page-tile a.next:before {
        content: "下一页";
    }
}
/*翻页-模块化-end*/
/*20241210 行政许可、行政处罚图片链接*/
.index-ad{
    margin:10px auto;
}
.index-ad > div{
    float:left;
    width:calc(50% - 20px);
    margin-left:40px;
}
.index-ad > div:first-child{
    margin-left:0;
}
.index-ad > div > a{
    position:relative;
    display:block;
    padding-top:16%;
}
.index-ad > div > a img{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
}
@media screen and (max-width:720px){
    .index-ad{
        padding:0 10px;
    }
    .index-ad > div{
        float:none;
        width:auto;
        margin-left:0;
        margin-top:10px
    }
}