*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family:'Microsoft YaHei';
    font-weight: 400;

}

.w_main{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background:rgba(247,247,247,1)!important;
    padding-top: 10px;
}
.left-list .h6{

}
li{
    list-style: none;
}

a{
    text-decoration: none;
    color:rgba(51,51,51,1);
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.cl{
    clear: both;
}

.crumbs{
    width: 1200px;
    margin:0 auto;
    margin-top: 20px;
}

.crumbs ul li{
    float: left;
}

.w_banner{
    width: 100%;
    height: 100px;
    background: url('../images/window_banner.png') no-repeat;
    background-size: 100%;
    line-height: 100px;
}

.w_banner p{
    width: 1200px;
    margin: 0 auto;
    line-height: 20px;
}

.w_banner p img{
    width: 4%;
    margin-top: 14px;
    vertical-align: -14px;
}
.department-list .left-list li h6{
    margin: 0 !important;
    font-size: 16px;
}
.department-list .right-list .kind-card .show h6{
    font-size: 16px;
}
.w_banner p span:nth-child(2){
    font-size:24px;
    font-family:'Microsoft YaHei-Bold';
    font-weight:bold;
    color:rgba(79,140,238,1);
}

.dispose_con{
    width: 1200px;
    margin: 0 auto;
}

.dispose_con_l{
    width: 40%;
    background-color: #fff;
    padding: 20px 20px;
}

.dispose_con_l ul{
    border-bottom: 1px solid rgba(240,240,240,1);
}

.dispose_con_l ul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.dis_cut{
    border-bottom: 2px solid #4F8CEE;
    color: #4F8CEE;
}

.imgNew p{
    width: 95%;
    margin: 0px auto;
}

.imgNew p img{
    width: 100%;
}

.imgNew p:nth-child(2){
    font-size:14px;
    font-family:'Microsoft YaHei-Bold';
    font-weight:bold;
    color:rgba(51,51,51,1);
    text-align: center;
    margin: 6px 0px;
}

.imgNew p:nth-child(3){
    text-indent: 2em;
    font-size: 12px;
    color:rgba(102,102,102,1);
}

.imgNew p:nth-child(4){
    text-align: right;
    font-size: 12px;
    color:rgba(5,82,146,1);
}

.imgNew p a{
    text-decoration: none;
}

.dispose_con_r{
    width: 58%;
    height: 424px;
    padding: 20px 20px;
    background-color: #fff;
}

.dispose_con_r .yinyong{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#4F8CEE;
    border-bottom: 2px solid #4F8CEE;
    margin: 0 0;
}

.yinyong_line{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(240,240,240,1);
}

.dis_icon ul li{
    float: left;
    width: 20%;
    margin-left: 16px;
    margin-top: 10px;
    text-align: center;
}

.dis_icon ul li img{
    width: 50%;
}

.dis_icon ul li p:nth-child(1){
    width:80px;
    height:80px;
    line-height: 80px;
    text-align: center;
    background:rgba(237,242,254,1);
    border-radius:50%;
    margin: 0 auto;
}




.w_service{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}

.w_list{
    width: 18%;
    float: left;
    height: 88%;
    overflow-x: hidden;
    overflow-y: auto;
}

.w_list::-webkit-scrollbar {
    width: 4px;
}

.w_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #428bca;
}

.w_list::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.w_list dd{
    background-color: #fff;
    line-height: 24px;
    display: none;
    cursor: pointer;
    /* background: rgba(233,241,255,1); */
    text-align: center;
}

.w_list dd p:nth-child(1){
    margin: 0 0 0 0;
}

.w_list dd p{
    margin: 2px 0 0 0;
    height: 36px;
    line-height: 36px;
    background: rgba(233,241,255,1);
}

.w_list dt{
    line-height: 30px;
    padding: 10px 10px;
    background: rgba(245,245,245,1);
    text-align: center;
    margin-top: 2px;
    font-weight: 400!important;
    font-family:'Microsoft YaHei'!important;
    cursor: pointer;
}

.w_list dt span{
    float: right;
}

.current{
    background:rgba(79,140,238,1)!important;
    color: #fff;
}

.w_list_con{
    width: 80%;
    float: right;
}

.service_top p:nth-child(1){
    float: left;
    font-size: 18px;
    font-family: 'Microsoft YaHei-Bold';
    font-weight: bold;
    color: rgba(79,140,238,1);
    padding-bottom: 6px;
    border-bottom: 3px solid rgba(79,140,238,1);
}

.service_top p:nth-child(2){
    float: right;
    width: 45%;
    border: 1px solid #E6E6E6;
}

.service_top p input{
    width: 84%;
    outline: none;
    border: none;
    text-indent: 2em;
    height: 40px;
}

.search{
    display: inline-block;
    width: 15%;
    height: 41px;
    line-height: 40px!important;
    text-align: center;
    background-color: #EE4F4F;
    border-radius: 3px;
    /*border: 1px solid red;*/
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999999;
}


/* 单项选择框 */
.regular-radio {
    display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 5px;
    border-radius:50px;
    display: inline-block;
    position: relative;
    vertical-align: -6px;
    cursor: pointer;
    margin-right: 5px;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    background: rgba(0,159,255,1);
    left: 2px;
}

.ser_radio{
    text-align: right;
    font-size: 14px;
}

.ser_radio label{
    font-weight: 400!important;
}

.ser_radio span label:nth-child(2){
    margin-left: 10px;
}

.list_title{
    width: 100%;
    padding: 16px 16px;
    margin: 0px 0 0px;
}

.ser_lists{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    height: 54px;
    transition: all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.list_con{
    display: block;
    transition: all 1s linear;
    -moz-transition:all 1s linear;
    -webkit-transition:all 1s linear;
    -o-transition: all 1s linear;
}
.ser_lists:hover{
    height: 104px;
}
.ser_lists:hover > .list_title{
    background:rgba(247,247,247,1);
}

.list_con ul li{
    float: left;
    width:100px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid rgba(204,204,204,1);
    border-radius:4px;
    font-size: 12px;
}

.list_con ul li img{
    width: 16%;
    vertical-align: -4px;
    margin-right: 5px;
}

.list_con ul li:nth-child(n+2){
    margin-left: 10px;
}

.online{
    display: inline-block;
    width: 6px;
    height: 6px;
    background:rgba(79,140,238,1);
    border-radius: 50px;
    vertical-align: 3px;
    margin-right: 5px;
}

.ser_current{
    background:rgba(247,247,247,1);
}

.list_con{
    margin: 10px 30px;
}

/* 分页 */
.currency_page {
    width: 100%;
    text-align: center;
    height: 62px;
    margin: 10px auto;
}

.currency_page span.disabled {
    background-color: #efefef;
    color: #dedadb;
    cursor: default;
}

.currency_page span {
    padding: 4px 14px;
    color: #222222;
    border: solid 1px #d9d9d9;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 12px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    background-color: #fff;
}

.currency_page span:hover {
    background-color: #eff6ff;
}

.currency_page span.disabled a {
    color: #dedadb;
    cursor: default;
    text-decoration: none;
}

.currency_page span.page_all {
    border: none;
    cursor: default;
}

.currency_page span.page_all:hover {
    background: rgba(255,255,255,0);
}

.currency_page span.disabled:hover {
    background-color: #efefef;
}

.currency_page span.checked {
    background-color: #3B85D8;
    border: solid 1px #3B85D8;
}

.checked a{
    color:#fff!important;
    text-decoration: none!important;
}

/* 办件公示 */
.w_make{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}

.w_make_top p:nth-child(1){
    float: left;
    font-size: 18px;
    font-family: 'Microsoft YaHei-Bold';
    font-weight: bold;
}

.w-bule{
    display: inline-block;
    width: 6px;
    background-color: #4F8CEE;
    height: 20px;
    border-radius: 10px 10px 10px 10px;
    vertical-align: -4px;
}

.w_make_top p:nth-child(2){
    float: right;
    width: 36%;
    border: 1px solid #E6E6E6;
}

.w_make_top p input{
    width: 84%;
    outline: none;
    border: none;
    text-indent: 2em;
    vertical-align: -4px;
    /*height: 40px;*/
}

.search{
    display: inline-block;
    width: 62px;
    height: 41px;
    line-height: 40px!important;
    text-align: center;
    background-color: #EE4F4F;
    border-radius: 3px;
    /*border: 1px solid red;*/
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999999;
}

.search img{
    /*width: 30px;*/
    margin-top: 6px;
}

.make_table table{
    width: 100%;
    margin:auto;
    text-align: center;
}

.make_table table thead tr{
    font-family:'Microsoft YaHei';
    font-weight:400;
    color:rgba(128,128,128,1);
}

.make_table table thead tr td{
    height:46px;
    line-height: 46px;
}

.make_table table tbody tr td{
    height:46px;
    line-height: 46px;
}

.make_table table tbody tr td:nth-child(1){
    text-align: left;
    padding-left: 16px;
}

.make_table table tbody tr td:nth-child(4){
    color:rgba(79,140,238,1);
}

.make_table table tbody tr:nth-child(odd){
    background:rgba(247,247,247,1);
}

/* 部门窗口2 */
.enter_list{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}

.enter_list ul li{
    float: left;
    width: 24%;
    height: 50px;
    line-height: 50px;
    background: rgba(240,240,240,1);
    margin-left: 10px;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.enter_cut{
    color: #fff;
    background:rgba(79,140,238,1)!important;
}


/*政务数据*/

ul,li{
    list-style: none;
}
.clearfix:after{
    display: block;
    width: 0;
    content: '';
    clear: both;
}
.service_statistic_container{
    width: 1200px;
    height: 275px;
    margin: 0 auto;
    margin-top: 20px;
}
.yishengqing_three{
    height: 100%;
    width: 100%;
}
.yishengqing_three li{
    height: 200px;
    width: 334px;
    margin: 0 6px;
    float: left;
    padding: 10px 27px 10px 27px;
}
.yishengqing_three li .yishenqing_title{
    border-left: 4px solid #4F8CEE;
    text-indent: 0.6em;
    font-size: 16px;
    color: #4F8CEE;
    font-weight: 500;
}
.yishengqing_three li p img{
    height: 16px;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.center_chart{
    height: 200px;
}
.jiezhi_shangyue{
    text-align: center;
    border-top: 1px solid #E6F0F9;
    font-size: 14px;
    color: #4072BC;
    padding-top: 10px;
}
.pie_box{
    width: 40%;
    height: 100%;
    float: left;
}
.pie_legend{
    width: 60%;
    float: right;
    padding-top: 5px;
    line-height: 28px;
}
.pie_legend p{
    font-size: 14px;
    color: #4F8CEE;
}
.banli_fenlei{
    font-size: 14px;
    padding: 4px 10px;
    background-color: #E6F0F9;
    position: relative;
    top: -5px;
}
.yishenqing_third{
    padding-top: 34px;
    height: 116px;
}
.yishenqing_third p{
    padding-left: 5px;
    margin-bottom: 44px;
    margin-top: -14px
}
.yishenqing_third p span{
    display: inline-block;
    color: #4072BC;
}
.yishenqing_third p span.yishenqing_num{
    font-size: 24px;
    font-weight: bold;
    color: #1573D5;
}
.yishenqing_third p span.yishenqing_danwei{
    font-size: 18px;
    font-weight: bold;
    color: #1573D5;
}
.wenhao_box{
    position: relative;
}
.bubble_box{
    padding: 15px;
    position: absolute;
    top: -204%;
    left: 188%;
    width: 200px;
    z-index: 1;
    background-color: #FFFFFF;
    text-indent: 0;
    text-align: justify;
    border-radius:8px;
    border: 0.2px solid #F5EFEE;
}
.yishengqing_three li .bubble_box img{
    position: absolute;
    width: 24px;
    height: 21px;
    top: 41%;
    left: -8%;
}
.yishengqing_three li .yishenqing_title .bubble_box span{
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
.bubble_box{
    display: none;
}
.wenhao_box:hover .bubble_box{
    display: block;
}

.spanmsg{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-left: -15px;
}

.new_back_bg{
    width: 100%;
    height: 150px;
    background: url(../../../img/newMain/new_zhitongbumen.png);
    margin-top: 16px;
}