@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
input,
select {
    outline: none;
    border: 0;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft yahei", "simhei", "simsun";
}
img {
    border: 0;
}
body {
    background: url(banner_Xu210825.png) no-repeat top center;
}
.w1300 {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
.banner {
    width: 1200px;
    margin: 0 auto;
}
.banner .logo {
    width: 100%;
    text-align: center;
    margin: 70px 0 35px;
}
.banner .logo .main_logo img {
    width: 1006px;
}
.contents {
    width: 1300px;
    margin: 160px auto 0;
    border-radius: 5px;
    position: relative;
}
.contents .mainBox {
    display: flex;
    justify-content: space-between;
}
.contents .mainBox .box {
    width: 308px;
    /* height: 112px; */
    border: 1px solid #dcdcdc;
    border-top-color: #f0c902;
    position: relative;
    text-align: center;
    background: #fff url(mainBox_Xu210825.png) no-repeat right -20px bottom -70px;
}
.contents .mainBox .box span {
    /* margin-top: 80px; */
    display: block;
    color: #404040;
    padding-bottom: 10px;
}
.contents .mainBox .box .box_title {
    /* position: absolute; */
    border-radius: 2px;
    height: 50px;
    /* background-color: #009788; */
    font-weight: bold;
    width: 100%;
    /* left: -19px;
    top: 24px; */
    color: #404040;
    font-size: 20px;
    line-height: 50px;
}
/* .contents .mainBox .box .box_title:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -21px;
    left: 4px;
    padding: 0;
    border-bottom: 11px solid #17746b;
    border-top: 10px solid transparent;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    display: block;
    content: "";
    z-index: 10;
    transform: rotate(0);
}
.contents .mainBox .box .box_title:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -21px;
    right: 3px;
    padding: 0;
    border-bottom: 11px solid #17746b;
    border-top: 10px solid transparent;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    display: block;
    content: "";
    z-index: 10;
    transform: rotateY(180deg);
} */
/* 大标题 */
.contents_title {
    width: 100%;
    text-align: center;
    position: relative;
    height: 71px;
    margin: 50px 0;
}
.contents_title p {
    font-family: "simsun", "宋体";
    font-size: 50px;
    font-weight: bold;
    color: #20b1e6;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 0 50px;
    line-height: 71px;
    display: inline-block;
    position: relative;
}
.contents_title p:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #ed9d01;
    border-radius: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
}
.contents_title p:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(title_bg_Xu210825.png) no-repeat;
    border-radius: 20px;
    display: block;
    position: absolute;
    right: -10px;
    top: 19px;
}
.contents_title .line {
    width: 100%;
    height: 3px;
    background-color: #0b7438;
    position: absolute;
    display: flex;
    align-items: center;
    top: 39px;
    z-index: -1;
}
.contents2 {
    margin: 0 auto;
    width: 1300px;
}
.contents2 .main_title {
    line-height: 80px;
    border: 4px double #ed9d01;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    margin-bottom: 30px;
}
.contents2 .main_list_wrap {
    display: flex;
    justify-content: space-between;
}
.contents2 .main_list {
    width: 48%;
}
.contents2 .main_list .first_text {
    border-bottom: 1px dashed #999;
}
.contents2 .main_list .first_text .title {
    width: 100%;
    color: #404040;
    font-weight: bold;
    font-size: 20px;
    padding-left: 40px;
    background: url("title_bg_Xu210825.png") no-repeat left center;
    background-size: 31px 26px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contents2 .main_list .first_text .abstract {
    color: #999999;
    font-size: 16px;
    padding: 10px 0 15px 0;
    line-height: 25px;
}
.contents2 .main_list .first_text .abstract a {
    color: #ed9d01;
}
.contents2 .main_list .list {
    margin-top: 10px;
}
.contents2 .main_list .list li {
    overflow: hidden;
    line-height: 35px;
    color: #404040;
}
.contents2 .main_list .list li a {
    float: left;
    display: block;
    width: 81%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contents2 .main_list .list li a:hover,
.contents2 .first_text .title:hover {
    color: #ed9d01;
}
.contents2 .main_list .list li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background-color: #c1c1c1;
    float: left;
    align-items: center;
    margin-top: 17px;
    margin-right: 10px;
}
.contents2 .main_list .list li .time {
    color: #999999;
}
.contents2 .bd ul {
    display: flex;
    justify-content: space-between;
}
.contents2 .bd ul li {
    width: 300px;
    height: 73px;
    text-align: center;
    background-color: #eef7f6;
    color: #404040;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contents2 .bd ul li:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    border-bottom: 18px solid #009788;
    border-top: 10px solid transparent;
    border-left: 18px solid transparent;
    border-right: 0px solid transparent;
    display: block;
    content: "";
    z-index: 10;
}
.contents2 .bd ul li:before {
    font-size: 12px;
    content: "+";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    color: #fff !important;
    z-index: 11;
}
.contents2 .bd ul li:hover,
.contents2 .bd ul li.on {
    color: #009788;
    font-weight: bold;
}
.contents2 .bdbg_list {
    width: 100%;
}
.contents2 .bdbg_list .list {
    border: 1px solid #429588;
    padding: 2%;
    /* margin: 30px 0; */
}
.contents2 .main_list.bdbg_list .list li {
    line-height: 50px;
}
.contents2 .main_list.bdbg_list .list li:nth-child(even) {
    background-color: #fffbf5;
}
.contents2 .main_list.bdbg_list .list li a {
    width: 90%;
}
.contents2 .main_list.bdbg_list .list li:before {
    margin-top: 23px;
}

/* 政策文件 */
.zcwj {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}
.zcwj .zcwj_left,
.zcwj .zcwj_right {
    width: 48%;
}
.zcwj ul li {
    width: 100%;
    border: 1px solid #429588;
    background: #fffbf5;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 14px 0;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 10px;
}
.zcwj ul li:hover {
    color: #ed9d01;
}
.footer {
    overflow: hidden;
    color: #fff;
    border-top: 1px solid #429588;
    background-color: #fff !important;
}

.footer li,
.footer a,
.footer li span,
.footer p {
    color: #666 !important;
}
.link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.link ul li {
    padding: 10px;
    border: 1px solid #999;
    background-color: #fffbf5;
    margin-bottom: 10px;
    border-radius: 3px;
}
.link ul li:hover {
    border: 1px solid #429588;
    color: #429588;
}
.link ul li:last-child {
    display: none;
}
@media screen and (max-width: 1300px) {
    .contents,
    .contents2,
    .banner {
        width: 997px;
    }
    .contents .mainBox .box {
        width: 240px;
    }
    .contents2 .main_list .list li a {
        width: 76%;
    }
    .contents2 .bd ul li {
        width: 220px;
    }
    .contents2 .main_list.bdbg_list .list li a {
        width: 88%;
    }
}
@media screen and (max-width: 997px) {
    .contents,
    .contents2,
    .banner {
        width: 768px;
    }
    .banner .logo .main_logo img {
        width: 100%;
    }
    .contents .mainBox .box {
        width: 200px;
        height: auto;
    }
    .contents2 .main_list .list li a {
        width: 69%;
    }
    .contents2 .bd ul li {
        width: 170px;
    }
    .contents2 .main_list.bdbg_list .list li a {
        width: 84%;
    }
    .contents2 .main_list .first_text .title {
        width: 84%;
    }
}
@media screen and (max-width: 768px) {
    body {
        background-size: 170%;
    }
    .contents,
    .contents2,
    .banner {
        width: 96%;
    }
    .banner .logo {
        margin: 30px 0;
    }
    .contents2 .main_list {
        width: 100%;
    }
    .contents {
        margin: 50px auto 0;
    }
    .contents .mainBox .box {
        width: 120px;
        height: auto;
    }
    .szf_logo a img {
        width: 50%;
    }
    .contents2 .main_list_wrap {
        display: block;
    }
    .contents2 .main_list .list li a {
        width: 92%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .contents2 .main_list .list li .time {
        margin-left: 13px;
    }
    .contents2 .main_title p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 10px;
    }
    .contents2 .bd ul li {
        width: 23%;
    }
    .contents2 .main_list.bdbg_list .list li a {
        width: 92%;
    }
    .contents2 .main_list .first_text .title {
        width: 84%;
    }
    .zcwj ul li {
        font-size: 1rem;
    }
    .link ul li:last-child {
        display: block;
        visibility: hidden;
    }
}
@media screen and (max-width: 375px) {
    .contents,
    .contents2,
    .banner {
        width: 92%;
    }
    .banner .logo {
        margin: 30px 0;
    }
    .contents2 .main_list {
        width: 100%;
    }
    .contents {
        margin: 20px auto 0;
    }
    .contents .mainBox .box {
        width: 30%;
        height: auto;
    }
    .szf_logo a img {
        width: 50%;
    }
    .contents2 .main_list_wrap {
        display: block;
    }
    .contents_title p {
        font-size: 1.5rem;
    }
    .contents_title {
        margin: 2% 0;
    }
    .contents .mainBox .box span {
        font-size: 0.8rem;
    }
    .contents_title p:after {
        width: 30px;
        height: 30px;
        background-size: 100%;
        top: 25px;
    }
    .contents2 .main_list .list li {
        line-height: 30px;
    }
    .contents2 .main_list .list li a {
        width: 92%;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 0.9rem;
        line-height: 25px;
    }
    .contents2 .main_list .list li .time {
        margin-left: 13px;
        font-size: 0.9rem;
    }
    .contents2 .main_list .list li:before {
        margin-top: 10px;
    }
    .contents2 .main_list {
        margin-bottom: 20px;
    }
    .contents2 .main_title p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 10px;
        font-size: 1rem;
    }
    .contents2 .main_title {
        line-height: 45px;
    }
    .contents2 .bd ul li {
        font-size: 0.9rem;
    }
    .contents2 .main_list .first_text .title {
        font-size: 1rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: normal;
    }
    .contents2 .bd ul li:before {
        right: 1px;
        bottom: -2px;
    }
    .contents2 .main_list .first_text .abstract {
        font-size: 0.9rem;
    }
    .contents2 .main_list.bdbg_list .list li {
        line-height: 30px;
    }
    .contents2 .main_list.bdbg_list .list li:before {
        margin-top: 10px;
    }
    .zcwj ul li {
        font-size: 0.9rem;
    }
}
