.box-1440{
    width: 1440px;
    margin: 0 auto;
    min-width: 1440px;
}
/* 清除浮动 */
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.public_nav {
    background-image: none !important;
    background: none !important;
}
.header_img{
    position: relative;
    z-index: -1;
}
.header_img .box-1440{
    position: absolute;
    left:calc(50% - 720px);
    bottom: 200px;
}
.header_img .ywfb_bg{
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.header_img .box-1440 img{
    width: 403px;
    height: 44px;
}

/* 第一层 */
.content1{
    width: 100%;
    height: 630px;
    background-size: 100% 100%;
    margin-bottom: 20px;
    position: relative;
    background-color: rgb(248,249,253);
}
.content1 .box-1440{
    height: 730px;
    position: absolute;
    top: -100px;
    left: calc(50% - 720px);
    background: #FFFFFF;
    padding: 60px 60px 30px 60px;
}
.content1_top a{
    display: block;
    float: left;
    width: 413px;
    height: 157px;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background-repeat: no-repeat !important;
    background-position: center 25px !important;
    background-size: 47px 47px !important;
    margin-left: 40px;
    padding-top: 97px;
    transition: all 0.2s;
}
.content1_top a:hover{
    transform: translateY(-5px);
}
.content1_top .wyzx{
    border: 1px solid #E1E6F0;
    border-top: 5px solid #3860F4;
    color: #3860F4;
    background-image: url(wyzx.png) !important;
    margin-left: 0;
}
.content1_top .wyjy{
    border: 1px solid #FCEFD6;
    border-top: 5px solid #AB6802;
    color: #AB6802;
    background-image: url(wyjy.png) !important;
}
.content1_top .wyxx{
    border: 1px solid #FFE7DA;
    border-top: 5px solid #FF965D;
    color: #FF965D;
    background-image: url(wyxx.png) !important;
}
.content1_top .bjcx{
    border: 1px solid #E0F8F9;
    border-top: 5px solid #51D79B;
    color: #51D79B;
    background-image: url(bjcx.png) !important;

}
.content1_top .wyzx:hover{
    box-shadow: #3860F4 0px 0px 3px;
}
.content1_top .wyjy:hover{
    box-shadow: #AB6802 0px 0px 3px;
}
.content1_top .wyxx:hover{
    box-shadow: #FF965D 0px 0px 3px;
}
.content1_top .bjcx:hover{
    box-shadow: #51D79B 0px 0px 3px;
}
.content1_bottom{
    margin-top: 50px;
}
.content1_bottom_left{
    float: left;
    width: 780px;
}
.content1_bottom_title{
    line-height: 50px;
    font-size: 22px;
}
.content1_bottom_title a.on {
    color: #3860F4;
    border-bottom: 3px solid #3860F4;
   font-weight: bold;
}
.cjwt_list{
    display: none;
}
.content1_bottom_title a{
    color: #333333;
    margin-left: 20px;
    float: left;
    
}
.content1_bottom_title a:first-child{
    margin-left: 0;
}

.content1_bottom_title a:last-child{
    display: block;
    font-size: 16px;
    color: #3860F4;
    width: 55px;
    float: right;
    background-image: url(lookmore.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 15px 6px !important;
}
.hygq,.cjwt{
    font-weight: bold;
}
.content1_bottom_title .cjwt_more,.content1_bottom_title .hygq_more {
    display: block;
    font-size: 16px;
    color: #3860F4;
    width: 55px;
    float: right;
    background-image: url(lookmore.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 15px 6px !important;
}
.content1_bottom_right .content1_bottom_title .cjwt_more{
    display: none;
}
.content1_bottom_ul{
    margin-top: 20px;
}
.content1_bottom_ul li{
    line-height: 54px;
    font-size: 18px;
}
.content1_bottom_ul li a {
    display: block;
    max-width: 74%;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    float: left;
}
.content1_bottom_ul li a:hover{
    color: #3860F4;
}
.content1_bottom_ul li span {
    color: #999999;
    margin-left: 15px;
}
.content1_bottom_right{
    float: right;
    width: 500px;
}

/* 第二层 */
.content2 .box-1440 {
    padding: 0 60px;
    margin-bottom: 60px;
}
.content2_left{
    width: 108px;
    float: left;
    height: 108px;
    background-color: #3860F4;
    border-radius: 8px;
    text-align: center;
}
.content2_left.end{
    background-color: #CCCCCC;
}
.content2_list li{
    margin-top: 30px;
}
.content2_left img{
    width: 30px;
    height: 36px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content2_left span{
    font-size: 16px;
    color: #FFFFFF;
}
.content2_right{
    float: left;
    margin-left: 30px;
}
.content2_bt{
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    max-width: 1180px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.content2_zy{
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    margin: 15px 0;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    max-width: 1180px;
}
.content2_time{
    font-size: 16px;
    color: #333333;
}

/* 统计 */
.zxjy_num {
	text-align: center;
    border: 1px solid #E1E6F0;
    padding: 15px 0;
}
.zxjy_num span {
	font-size: 16px;
}
.zxjy_num_title {
	color: #4169F5;
	background-color: #EDF0FF;
	margin: 0 10px;
	padding: 2px 6px;
}
.zxjy_nums {
	color: #4A72F6;
}
.oldType .zxjy_num span {
	font-size: 28px;
}
/* 前台办件 */
.jact_first,.jact_first a,.jact_first span{
    font-size: 16px !important;
    color: #5179F7 !important;
    line-height: 67px !important;
}
.jact_zxjy li:nth-child(2n-1){
    background-color: #FFFFFF;
}
.jact_zxjy li:nth-child(2n){
    background-color: #EDF0FF;
}
.jact_zxjy li span{
    float: right;
    margin-left: 0;
    color: #333333;
}
.jact_zxjy li .fr{
    margin-left: 50px;
    margin-right: 30px;
}
.jact_first{
    font-weight: bold;
}
.jact_zxjy li{
    padding-left: 30px !important;
}
.jact_zxjy li.jact_first span{
    margin-right: 25px;
}
.jact_zxjy li.jact_first .fr{
    margin-right: 35px;
}
.content1_bottom_left .jact_zxjy li a{
    max-width: 62%;
}

.content1_bottom_left .content1_bottom_ul{
    margin-top: 5px;
}
.oldType .jact_first,.oldType  .jact_first a,.oldType  .jact_first span {
    font-size: 33px !important;
    line-height: 80px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1530px){
    .zxjy_num_title {
        color: #4169F5;
        background-color: #EDF0FF;
        margin: 0 5px;
        padding: 2px 0px;
    }
    .content1_bottom_left .jact_zxjy li a{
        max-width: 55%;
    }
}
@media screen and (max-width: 1025px) {
	.zxjy_num span {
		font-size: 0.15rem;
	}
    .jact_zxjy li {
        padding-left: 0.1rem !important;
    }
    .jact_zxjy li.jact_first span {
        margin-right: 0.2rem;
    }
    .jact_zxjy li.jact_first .fr {
        margin-right: 0.12rem;
    }
    .jact_zxjy li .fr {
        margin-left: 0.08rem;
        margin-right: 0.1rem;
    }
    .content1_bottom_left .jact_zxjy li a{
        max-width: 1.2rem;
    }
    .jact_first, .jact_first a, .jact_first span {
        font-size: 0.15rem !important;
        line-height: 0.4rem !important;
    }
    .jjkgsl{
        font-size: 0.18rem;
        line-height: 0.42rem;
        margin-left: 0.2rem;
    }
}
.jjkgsl{
    font-size: 22px;
    color: #333333;
    line-height: 50px;
    display: block;
    float: left;
    margin-left: 30px;
    transition: none;
    font-weight: bold;
}
.jjkgsl:hover{
    color: #3860F4;
}
.oldType .jjkgsl{
    font-size: 44px;
    line-height: 80px;
    margin-left: 50px;
    transition: none;
    font-weight: bold;
}
.old_zxjy{
    font-size: 16px;
    margin-left: 26px;
}
.content1_bottom_left .old_zxjy a{
   float: none;
    display: inline;
    background-image: none !important;
    margin-left: 10px;
}
.oldType .old_zxjy {
    font-size: 26px;
    margin-left: 18px;
}
.oldType .content1_bottom_left .content1_bottom_title .old_zxjy a{
   background-image: none !important;
   font-size: 26px;
}
.phone_old_zxjy{display:none;}