 * {
 	padding: 0px;
 }

 img {
 	border: none;
 }


 a {
 	color: #333;
 	text-decoration: none
 }

 a:hover {
 	color: #004a7c;
 	transition: all 0.2s;
 	-webkit-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	text-decoration: none;
 }

 ul li,
 ol li {
 	list-style-type: none;
 }

 body {
 	font-family: 'microsoft Yahei';
 	width: 100%;
 	min-width: 1200px;
 }

 .text-left {
 	text-align: left !important
 }

 .text-right {
 	text-align: right !important
 }

 .text-center {
 	text-align: center !important
 }

 table {
 	caption-side: bottom;
 	border-collapse: collapse
 }

 th {
 	background: #e4efff;
 	text-align: inherit;
 	text-align: -webkit-match-parent
 }

 tbody,
 td,
 tfoot,
 th,
 thead,
 tr {
 	border: 1px solid;
 	border-color: inherit
 }

 .table {
 	width: 100%;
 	margin-bottom: 1rem;
 	color: #495057;
 	vertical-align: top;
 	border-color: #dee2e6
 }

 .table> :not(caption)>*>* {
 	padding: .75rem;
 	border-bottom-width: 1px
 }

 .table>tbody {
 	vertical-align: inherit
 }

 .table>thead {
 	vertical-align: bottom
 }

 .table> :not(:last-child)> :last-child>* {
 	border-bottom-color: initial
 }


.main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

 .top-new {
 	background: #fff;
 	height: 80px;
 	width: 100%;
 	padding-top: 15px;
 	border-top: 5px solid #515EF2;
 }

 .top_main {
 	width: 1200px;
 	height: 100%;
 	margin: 0 auto;
 	position: relative;
 }

 .top_logo {
 	width: 240px;
 	height: 100%;
 	float: left;
 }


 .switch {
 	width: 360px;
 	height: 100%;
 	float: left;
 	font-size: 25px;
 	color: #FFFFFF;
 	line-height: 80px;
 	padding-left: 30px;
 	position: relative;
 	padding-top: 15px
 }

 .site_local {
 	line-height: 30px;
 	padding-left: 20px;
 	float: left;
 	background: url(../picture/2009062208420478780.png) 0px center no-repeat;
 	font-size: 16px;
 	padding-right: 15px;
 	cursor: pointer;
 	display: table-cell;
 	vertical-align: middle;
 	color: #333
 }
.tybanner {
    width: 100%;
    height: 240px;
}

.tybannercon {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    height: 240px;
}

    .tybannercon span {
        padding-left: 20px;
        font-size: 40px;
        color: #FFFFFF;
        font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
    }

    .tybannercon p {
        padding-left: 4px;
        padding-top: 10px;
        font-size: 19px;
        color: #FFFFFF;
        font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
        line-height: 1.5;
    }
.mfwqdbanner {
    background: url(../picture/matter_top.png) no-repeat top center;
}

.fwqdbanner {
    background: url(../picture/bumen_bg.png) no-repeat top center;
}

.tytitle {
    width: 1200px;
    height: auto;
    margin: auto;
}

    .tytitle p {
        width: 100%;
        height: 88px;
        border-bottom: 4px solid #acacac;
    }

        .tytitle p span {
            display: block;
            float: left;
            color: #2B2F32;
            font-size: 24px;
            height: 88px;
            line-height: 100px;
            cursor: default;
        }

.table_list {
    width: 1200px;
    margin: 0 auto;
    height: 68px;
    line-height: 68px;
    margin-top: -93px;
}

.table_list .list {
    width: 236px;
    margin-top: 7px;
    height: 56px;
    display: block;
    float: left;
    background: rgba(103, 121, 163, 0.3);
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
}

.table_list .current {
    background: white;
    color: #4665D5;
    border-top: 4px solid blue;
    margin-top: 4px;
    height: 60px;
}

.category_list {
    width: 1200px;
    height: 56px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* 分类li默认样式 */
    .category_list ul li {
        display: inline-block;
        margin: 0 12px;
        padding: 6px 12px;
        cursor: pointer;
        color: #666;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: all 0.3s ease; /* 平滑过渡效果 */
    }

    /* 分类li选中样式 */
        .category_list ul li.active {
            color: #1E9FFF;
            border-color: #1E9FFF;
            background-color: #F0F7FF;
        }

    /* 分类li hover效果 */
        .category_list ul li:hover:not(.active) {
            color: #1E9FFF;
            border-color: #E1F0FF;
        }

 .login-con {
 	float: right;
 	padding-top: 10px;
 	line-height: 35px;
 }

 .login-con div {
 	float: left;
 	margin-right: 10px;
 	font-size: 14px;
 }

 .login-con1 {
 	font-size: 14px !important;
 }

 .login-con1 img {
 	margin-right: 10px;
 	vertical-align: middle;
 }

 .login-con3 {
 	min-width: 120px;
 	height: 35px;
 	line-height: 35px;
 	text-align: center;
 	color: #515EF2 !important;
 	background: #F1F2F3 !important;
 	position: relative;
 	border-radius: 20px;
 	padding: 0 5px;
 }

.login-con3 a {
    color: #515EF2;
    padding: 0 5px !important;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    /*     width: 120px; */
    font-size: 14px;
}


 .show_zhuce_box {
 	position: absolute;
 	top: 30px;
 	width: 140px !important;
 	height: 50px;
 	display: none;
 	background:
 		url(../picture/1910231045294586436.png) no-repeat !important;
 }

 .show_box_list a:hover {
 	color: #004a7c;
 }


 .show_box_list {
 	padding: 10px 5px;
 }

 .show_box_list li {
 	line-height: 26px;
 	text-align: center;
 }

 .show_box_list a {
 	font-size: 13px;
 	line-height: 33px;
 	height: 33px;
 	color: #333;
 }

 .user-zhuce:hover .show_zhuce_box {

 	display: block;
 	/* 当鼠标悬停在user_zhuce容器上时，show_zhuce_box显示 */
 }

.footer2020 {
    width: 100%;
    height: auto;
    border-top: 2px solid #e2e4e4;
    background-color: #f1f2f3;
    min-height: 300px;
    margin-top: 30px;
}

    .footer2020 .footer2020-1 {
        width: 1200px;
        height: 200px;
        margin: 0 auto;
        padding-top: 35px;
    }

.footer2020-101 {
    width: 220px;
    height: 120px;
    background-color: #eaebeb;
    padding: 25px;
    float: left;
}

.footer2020-101title {
    font-size: 17px;
    width: 100%;
    height: 40px;
    font-weight: bold;
}

.footer2020-101list ul li {
    float: left;
    width: 50%;
    line-height: 40px;
    font-size: 15px;
}

.footer2020-102 {
    width: 270px;
    height: 170px;
    float: left;
    margin-left: 40px;
}

    .footer2020-102 ul li img {
        margin-right: 10px;
        margin-top: -5px;
    }

#_span_jiucuo {
    margin: 0 auto;
}

.footer2020-102 ul li {
    width: 100%;
    height: 50px;
    background-color: #eaebeb;
    line-height: 50px;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.footer2020-103 {
    width: 270px;
    height: 170px;
    float: left;
    margin-left: 40px;
}

    .footer2020-103 ul li {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        padding-left: 55px;
        margin-bottom: 10px;
        background: url(http://www.jszwfw.gov.cn/picture/79/2009090942076263186.png) no-repeat #eaebeb 20px 16px;
    }

.footer2020-104 {
    width: 270px;
    height: 170px;
    float: left;
    margin-left: 40px;
}

.footer2020-104top {
    height: 50px;
    background-color: #eaebeb;
    line-height: 50px;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
}

    .footer2020-104top img {
        margin-right: 20px;
    }

.footer2020-104bottom {
    width: 100%;
    height: 110px;
}

.footer2020-104bottom1 {
    width: 165px;
    height: 100%;
    float: left;
    margin-right: 10px;
    background-color: #eaebeb;
    display: flex;
    align-items: center;
}

    .footer2020-104bottom1 img {
        margin: 0 auto;
    }

.footer2020-104bottom2 {
    width: 95px;
    height: 100%;
    float: left;
    background-color: #eaebeb;
    display: flex;
    align-items: center;
}

    .footer2020-104bottom2 img {
        margin: 0 auto;
    }

.footer2020-2 {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-top: 2px solid #e2e4e4;
    background: #eaebeb;
}

.footer2020-201 {
    width: 1200px;
    height: 100%;
    line-height: 56px;
    margin: auto;
}

    .footer2020-201 p {
        float: left;
        font-size: 13px;
        margin-right: 80px;
    }

.footer2020-103 a {
    position: relative;
}

.footer-mp-item-hover {
    display: none;
    position: absolute;
    left: -57px;
    bottom: 3.1rem;
    height: 233px;
    width: 274px;
    padding: 1rem;
    background: url(http://www.jszwfw.gov.cn/picture/79/2009091007569597499.png) no-repeat;
    opacity: .97;
    z-index: 99;
    text-align: center;
}

    .footer-mp-item-hover img {
        width: 160px;
        height: 160px;
    }

    .footer-mp-item-hover > i {
        font-size: .8rem;
        color: #000;
        text-align: center;
        display: block;
        font-style: normal;
        line-height: 1.5;
    }

    .footer-mp-item-hover > i {
        font-size: .8rem;
        color: #000;
        text-align: center;
        display: block;
        font-style: normal;
        line-height: 1.5;
        font-size: 20px;
    }



.btn {
    color: #fff;
    background-color: #52a7e2;
    border-color: #52a7e2;
}

    .btn:hover {
        color: #fff;
        background-color: #389fe2;
        border-color: #389fe2;
    }

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #c6c6c6;
}

    .btn-default:hover {
        color: #fff;
        background-color: #23cf8a;
        border-color: #23cf8a;
    }

.btn-conf {
    color: #000;
    background-color: #eee;
    border-color: #ccc;
}

    .btn-conf:hover {
        color: #000;
        background-color: #ddd;
        border-color: #ccc;
    }

.btn-primary {
    color: #fff;
    background-color: #52a7e2;
    border-color: #52a7e2;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2888cb;
        border-color: #2888cb;
    }

.btn-success {
    color: #fff;
    background-color: #23cf8a;
    border-color: #23cf8a;
}

    .btn-success:hover {
        color: #fff;
        background-color: #07b26d;
        border-color: #07b26d;
    }

.btn-warn {
    color: #fff;
    background-color: #e3bd65;
    border-color: #e3bd65;
}

    .btn-warn:hover {
        color: #fff;
        background-color: #c79e3f;
        border-color: #c79e3f;
    }

.btn-danger {
    color: #fff;
    background-color: #d95451;
    border-color: #d4423d;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #d2352f;
        border-color: #ac2b26;
    }

.btn[disabled]:hover {
    color: #ccc;
    background-color: #ebebe4;
    border-color: #ccc;
}

/*
------------3-22自己添加---------*/
.bled3 {
    width: 700px;
    padding: 20px;
    border-radius: 5px;
    position: fixed;
    top: 35%;
    left: 43%;
    margin: -180px 0 0 -230px;
    z-index: 100;
    background: #fff;
    display: none;
    min-height: 300px;
}

    .bled3 .tc {
        width: 600px;
        margin: auto;
        line-height: 25px;
        min-height: 140px;
        height: 400px;
        overflow-y: scroll;
    }
    .bled3 .buton {
        background: #155ede;
        border: 0;
        color: #fff;
        border-radius: 5px;
        width: 100px;
        margin: 20px auto 5px;
        text-align: center;
        cursor: pointer;
        height: 35px;
        line-height: 35px;
    }
.uimask {
    background: url("../picture/model.png");
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}
.search {
    margin: 30px 0 0;
    width: 400px;
    border: 1px solid #d3dbeb;
    border-radius: 5px
}

    .search .sch {
        padding: 10px 100px 10px 35px;
        position: relative
    }

        .search .sch .ico {
            position: absolute;
            top: 50%;
            left: 10px;
            margin-top: -7px
        }

        .search .sch .text {
            width: 100%;
            margin: 0;
            padding: 0;
            border: 0;
            outline: none;
            height: 26px;
            font-size: 14px;
            line-height: 26px
        }

        .search .sch .btn {
            position: absolute;
            top: -1px;
            right: -1px;
            height: 48px;
            line-height: 48px;
            border-radius: 0 5px 5px 0;
            width: 80px;
            background: #52a7e2;
            color: #fff;
            text-align: center
        }

/*常见问题*/

.cjwt-ask {
    padding: 16px 20px;
    margin-bottom: 15px;
    border: 1px dashed #a6b4be;
    background: #f7f7f7;
    border-radius: 10px;
    margin-top:15px;
}

.cjwt-questions {
    margin-top: 15px;
    font-size: 0;
}

.cjwt-txt {
    display: inline-block;
    line-height: 29px;
    vertical-align: middle;
    color: #515a6e;
    font-size: 20px;
    font-weight: bold;
}

.cjwt-question {
    display: inline-block;
    margin-right: 20px;
    padding: 1px 3px;
    vertical-align: middle;
    background: #52a7e2;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.cjwt-answers {
    margin-top: 15px;
    font-size: 0;
}

.cjwt-answer {
    display: inline-block;
    margin-right: 20px;
    padding: 1px 3px;
    vertical-align: middle;
    background: #29bd02;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}



.cjwt-txtval {
    display: inline-block;
    line-height: 29px;
    vertical-align: middle;
    font-size: 18px;
}

/*.ask {
    margin: 30px 0 0;
    position: relative
}

    .ask li {
        margin-bottom: 30px
    }

    .ask .ati {
        font-size: 18px;
        padding: 0 0 0 40px;
        position: relative
    }

.ati-span {
    position: absolute;
    top: 0;
    left: 0;
    color: #155ede;
    font-weight: bold;
}

.ask .aci {
    font-size: 14px;
    padding: 0 0 0 40px;
    position: relative;
    margin: 10px 0 0;
    color: #666;
    line-height: 26px
}

.aci-span {
    position: absolute;
    top: 0;
    left: 0;
    color: #f5a94b;
    font-size: 18px;
    font-weight: bold;
}*/
/*-------------------*/

/*提示框 BEGIN*/
.tsk-model {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 150px 0;
    background: url("../picture/model.png");
    z-index: 101;
}

    .tsk-model._hide {
        visibility: hidden;
    }

.tsk-main {
    position: absolute;
    top: 180px;
    left: 50%;
    width: 350px;
    margin-left: -200px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
}

.tsk-close {
    float: right;
    width: 26px;
    height: 100%;
    padding: 3px;
    text-align: center;
}

.tsk-c {
    min-height: 80px;
    margin: 22px 0;
    overflow: auto;
    padding: 10px;
    text-align: center;
    padding-top: 30px;
}

    .tsk-c:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }


.tsk-b {
    text-align: right;
}

.tsk-btn {
    height: 28px;
    padding: 0 22px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    margin: 0 5px;
}

    .tsk-btn._confirm {
        background-color: #39aeff;
    }

    .tsk-btn._cancel {
        background-color: #c2c2c2;
    }

    .tsk-btn:hover {
        opacity: 0.75;
    }

    .tsk-btn._close {
        height: 20px;
        width: 20px;
        padding: 0;
        line-height: 20px;
        background: url("../picture/close.png") no-repeat center center;
    }

        .tsk-btn._close:hover {
            background-image: url("../picture/close_over.png");
        }

/*提示框 END*/