/* 要闻动态 */

.header-sub {
    height: 178px;
    box-sizing: border-box;
    background: none;
    border-bottom: 2px solid #035ea5;
}

.logo-nav-box {
    margin-top: 26px;
    margin-bottom: 24px;
}

.logo-nav-box .l {
    width: 376px;
    height: 74px;
}

.logo-nav-box .l a {
    width: 100%;
    height: 100%;
    display: block;
}

.logo-nav-box .l a img {
    width: 100%;
    height: 100%;
    float: left;
}

.logo-nav-box .r ul li {
    float: left;
    margin-right: 33px;
    margin-top: 16px;
}

.logo-nav-box .r ul li:last-child {
    margin-right: 0;
}

.logo-nav-box .r ul li a {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.logo-nav-box .r ul li.on a {
    color: #035ea5;
}

.content-sub {
    padding-top: 50px;
    box-sizing: border-box;
    background: url(../images/content_sub_bj.png) no-repeat center top;
}

.header-con-search-sub {
    margin-top: 0;
}

.lunbo-box-sub {
    height: 496px;
    box-sizing: border-box;
    padding: 29px 31px 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    margin-top: 50px;
}

.lunbo-sub {
    width: 760px;
    height: 427px;
}

.lunbo-sub .bd ul li {
    width: 760px;
    height: 427px;
}

.lunbo-sub .bd ul li a {
    height: 427px;
}

.lunbo-sub .bd ul li a img {
    max-width: 100%;
    height: 427px;
    display: block;
    margin: auto;
}

.twoTab {
    width: 590px;
}

.twoTab .hd {
    width: 100%;
    float: left;
    height: 26px;
    position: relative;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 18px;
    margin-bottom: 10px;
}

.twoTab .hd ul li {
    float: left;
    margin-right: 35px;
}

.twoTab .hd ul li:last-child {
    margin-right: 0;
}

.twoTab .hd ul li a {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}

.twoTab .hd ul li.on a {
    color: #035ea5;
}

.twoTab .hd .more {
    width: 52px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.twoTab .hd .more a {
    display: block;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
}

.twoTab .hd .more a:hover {
    color: #035ea5;
}

.twoTab .bd {
    float: left;
    width: 100%;
}

.twoTab .bd ul li {
    float: left;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}

.twoTab .bd ul li:last-child {
    border-bottom: 0;
}

.twoTab .bd ul li a {
    display: block;
    font-size: 18px;
    line-height: 66px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.twoTab .bd ul li a::after {
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.twoTab .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 66px;
}

.jrgz-gzdt-tzgg-box {
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.jrgz-gzdt-tzgg-box .item {
    width: 453px;
    height: 566px;
    margin-right: 40px;
    background-color: #f2f8ff;
    box-sizing: border-box;
    padding: 30px 40px 0;
    overflow: hidden;
}

.jrgz-gzdt-tzgg-box .item3 {
    margin-right: 0;
}

.jrgz-gzdt-tzgg-box .item .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.jrgz-gzdt-tzgg-box .item .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.jrgz-gzdt-tzgg-box .item .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.jrgz-gzdt-tzgg-box .item .hd a:nth-child(2):hover {
    color: #035ea5;
}

.jrgz-gzdt-tzgg-box .item .bd {
    width: 100%;
    float: left;
    margin-top: 3px;
}

.jrgz-gzdt-tzgg-box .item .bd ul li {
    float: left;
    width: 100%;
    margin-top: 25px;
    height: 56px;
}

.jrgz-gzdt-tzgg-box .item .bd ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 28px;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.jrgz-gzdt-tzgg-box .item1 .bd ul li a,
.jrgz-gzdt-tzgg-box .item2 .bd ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jrgz-gzdt-tzgg-box .item .bd ul li a::after {
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}

.jrgz-gzdt-tzgg-box .item .bd ul li a span {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    position: relative;
    line-height: 26px;
    margin-left: 10px;
    box-sizing: border-box;
    padding-left: 11px;
}

.jrgz-gzdt-tzgg-box .item .bd ul li a span::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #d3d3d3;
    left: 0;
    top: 6px;
    position: absolute;
}

.spxw-box {
    margin-top: 40px;
}

.spxw-box .item .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.spxw-box .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.spxw-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.spxw-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.spxw-box .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.spxw-box .bd ul li {
    width: 337px;
    height: 249px;
    float: left;
    margin-right: 30px;
}

.spxw-box .bd ul li:last-child {
    margin-right: 0;
}

.spxw-box .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.spxw-box .bd ul li a .img {
    width: 100%;
    height: 190px;
    float: left;
    overflow: hidden;
}

.spxw-box .bd ul li a .img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.spxw-box .bd ul li a .img img:hover {
    transform: scale(1.1);
    opacity: .75;
}

.spxw-box .bd ul li a .txt {
    width: 100%;
    height: 59px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e9f0f5;
    background-color: #f7fbff;
    border-top: 0;
}

.spxw-box .bd ul li a .txt span {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 46px;
    padding-right: 40px;
    line-height: 58px;
    font-size: 18px;
    background: url(../images/spxw_xtb.png) no-repeat 18px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ymjjnmg-nmgxwlb-box {
    margin-top: 40px;
}

.ymjjnmg-nmgxwlb-box .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.ymjjnmg-nmgxwlb-box .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.ymjjnmg-nmgxwlb-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.ymjjnmg-nmgxwlb-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.ymjjnmg-nmgxwlb-box .l {
    width: 948px;
}

.ymjjnmg-nmgxwlb-box .l .bd {
    width: 100%;
    float: left;
    background: url(../images/ymjjnmg_nmgxwlb_xtb2.png) no-repeat 4px 32px;
}

.ymjjnmg-nmgxwlb-box .l .bd ul li {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.ymjjnmg-nmgxwlb-box .l .bd ul li:first-child {
    margin-top: 26px;
}

.ymjjnmg-nmgxwlb-box .l .bd ul li a {
    width: 80%;
    display: block;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding-left: 24px;
    background: url(../images/ymjjnmg_nmgxwlb_xtb.png) no-repeat left center;
}

.ymjjnmg-nmgxwlb-box .l .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
}

.ymjjnmg-nmgxwlb-box .r {
    width: 452px;
}

.ymjjnmg-nmgxwlb-box .r .bd {
    width: 100%;
    float: left;
    margin-top: 11px;
}

.ymjjnmg-nmgxwlb-box .r .bd ul li {
    float: left;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #e9f0f5;
    margin-top: 19px;
    padding: 0 24px;
}

.ymjjnmg-nmgxwlb-box .r .bd ul li a:nth-child(1) {
    display: block;
    font-size: 18px;
    float: left;
    line-height: 58px;
    box-sizing: border-box;
    padding-left: 58px;
    background: url(../images/ymjjnmg_nmgxwlb_xtb3.png) no-repeat left center;
}

.ymjjnmg-nmgxwlb-box .r .bd ul li a:nth-child(2) {
    display: block;
    font-size: 16px;
    color: #035ea5;
    text-align: center;
    float: right;
    width: 51px;
    height: 25px;
    line-height: 25px;
    background-color: #f2f8ff;
    border-radius: 5px;
    margin-top: 17px;
}


/* 自治区政府 */

.zzqzfld-zfcwhy-zzqzfjg-box {
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    margin-top: 50px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
}

.zzqzfld-zfcwhy-zzqzfjg-box .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.zzqzfld-zfcwhy-zzqzfjg-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l {
    width: 900px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item1 {
    padding-top: 0;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 {
    padding-bottom: 10px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item h2 {
    width: 114px;
    height: 100%;
    font-size: 22px;
    color: #035ea5;
    line-height: 22px;
    float: left;
    text-align: left;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item1 .ldzp {
    width: 159px;
    height: 226px;
    float: left;
    margin-right: 38px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item1 .ldzp a {
    width: 100%;
    height: 100%;
    display: block;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item1 .ldzp a img {
    width: 100%;
    height: 100%;
    float: left;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item1 .ldxq {
    width: 578px;
    float: right;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item1 .ldxq>a {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 19px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item1 .ldxq .ldjl {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    font-family: "微软雅黑";
    text-indent: 2em;
    margin-top: 20px;
    text-align: justify;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(3, 94, 165, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(3, 94, 165, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul {
    width: 786px;
    float: right;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li {
    float: left;
    width: 159px;
    height: 267px;
    margin-bottom: 50px;
    margin-right: 50px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li:nth-child(5),
.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li:nth-child(6),
.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li:nth-child(7),
.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li:nth-child(8) {
    margin-bottom: 0;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li:nth-child(4n) {
    margin-right: 0;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li a img {
    width: 100%;
    height: 226px;
    float: left;
}

.zzqzfld-zfcwhy-zzqzfjg-box .l .bd .item2 ul li a span {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    float: left;
    margin-top: 18px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r {
    width: 430px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item1 .bd {
    height: 416px;
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 20px 30px 0;
    box-sizing: border-box;
    background: url(../images/rl_bj.png) no-repeat center;
}

.calendar {
    width: 100%;
    height: 356px;
    font-size: 18px;
}

.calendar .choice {
    width: 100%;
    float: left;
    height: 24px;
    position: relative;
}

.calendar .choice .year_month span {
    width: 13px;
    height: 15px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 5px;
}

.calendar .choice .year_month span.prev2 {
    left: 0;
    background: url(../images/rl_xtb.png) center center no-repeat;
}

.calendar .choice .year_month span.prev {
    width: 8px;
    left: 35px;
    background: url(../images/rl_xtb3.png) center center no-repeat;
}

.calendar .choice .year_month p {
    font-size: 24px;
    line-height: 24px;
    color: #035ea5;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 124px;
}

.calendar .choice .year_month span.next {
    width: 8px;
    right: 35px;
    background: url(../images/rl_xtb4.png) center center no-repeat;
}

.calendar .choice .year_month span.next2 {
    right: 0;
    background: url(../images/rl_xtb2.png) center center no-repeat;
}

.calendar table {
    width: 100%;
    float: left;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 0 9px;
}

.calendar table thead {
    display: block;
    width: 100%;
    float: left;
    height: 22px;
    line-height: 22px;
}

.calendar table tr th {
    display: inline-block;
    width: 34px;
    height: 22px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 11.7px;
}

.calendar table tr th:last-child {
    margin-right: 0;
}

.calendar table tr th span {
    display: block;
    width: 40px;
    height: 18px;
    color: #666666;
    line-height: 18px;
}

.calendar table tr th:nth-child(1) span,
.calendar table tr th:nth-child(7) span {
    color: #cb2026 !important;
}

.calendar table tbody {
    width: 100%;
    float: left;
    display: block;
}

.calendar table tbody tr {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.calendar table tbody tr td {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #333333;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 6px;
    border-radius: 8px;
    position: relative;
}

.calendar table tbody tr td.active::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -23px;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    z-index: 9999;
}

.calendar table tbody tr td:last-child {
    margin-right: 0;
}

.bgHover,
.active {
    width: 40px;
    height: 40px;
    color: #035ea5 !important;
    background: url(../images/rl_xz.png) no-repeat center;
}

.riqi {
    position: relative;
    z-index: 50;
}

.calendar table tr td.unselected_month {
    color: #666666;
    opacity: .3;
}

.calendar table tr td .riqi.bgHover_t {
    width: 40px;
    height: 40px;
    color: #035ea5 !important;
    background: url(../images/rl_xz.png) no-repeat center;
}

.calendar table tr td.active .riqi.yesData {
    color: #035ea5;
}

.calendar table tr td .riqi.yesData::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 32px;
    background-color: #cb2026;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.bmrl_zxxx {
    min-height: 85px;
    top: 63px;
    right: -13px;
    z-index: 999;
    display: none;
    width: 369px;
    position: absolute;
    background-color: #ffffff;
}

.bmrl_zxxx ul {
    border-radius: 6px;
    padding: 10px;
    padding: 15px 40px 15px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(130, 132, 135, 0.18);
}

.bmrl_zxxx ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.bmrl_zxxx ul li:last-child {
    margin-bottom: 0;
}

.bmrl_zxxx ul li a {
    display: block;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: justify;
}

.bmrl_zxxx ul li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #035ea5;
    left: 0;
    top: 10px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 {
    margin-top: 40px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 .bd {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 .bd ul li {
    float: left;
    width: 205px;
    height: 72px;
    background-color: #f2f8ff;
    border-radius: 6px;
    margin-right: 20px;
    margin-top: 20px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 .bd ul li:nth-child(2n) {
    margin-right: 0;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 .bd ul li:nth-child(5) {
    width: 100%;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 .bd ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 .bd ul li:nth-child(5) a {
    padding-left: 124px;
    padding-right: 120px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 .bd ul li a span {
    font-size: 20px;
    line-height: 72px;
    display: block;
    text-align: center;
    margin-left: 10px;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item2 .bd ul li:nth-child(5) a span {
    margin-top: 0;
    text-align: right;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item3 {
    width: 100%;
    margin-top: 30px;
    height: 100px;
    background: url(../images/zfgzbg_img.png) no-repeat center;
}

.zzqzfld-zfcwhy-zzqzfjg-box .r .item3 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 34px;
    color: #4788f5;
    font-weight: bold;
    line-height: 100px;
    box-sizing: border-box;
    padding-left: 170px;
    text-shadow: 0 2px 2px rgba(255, 255, 255, .8);
}

.ldhd-box {
    margin-top: 40px;
}

.ldhd-box .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.ldhd-box a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.ldhd-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.ldhd-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.ldhd-box .bd {
    width: 100%;
    float: left;
    height: 249px;
    overflow: hidden;
    margin-top: 30px;
}

.ldhd-box .bd .inBd {
    width: 100%;
    overflow: hidden;
    height: 210px;
}

.ldhd-box .bd .inBd ul li {
    width: 337px !important;
    height: 210px;
    background: url(../images/ldhd_li.png) no-repeat center;
    margin-right: 30px;
    float: left;
    box-sizing: border-box;
    padding: 30px 37px 0 29px;
}

.ldhd-box .bd .inBd ul li:last-child {
    margin-right: 0;
}

.ldhd-box .bd .inBd ul li p {
    width: 100%;
    float: left;
}

.ldhd-box .bd .inBd ul li p span {
    display: block;
    font-size: 30px;
    color: #035ea5;
    line-height: 30px;
    font-weight: bold;
    float: left;
}

.ldhd-box .bd .inBd ul li p em {
    display: block;
    font-size: 18px;
    color: #999999;
    line-height: 18px;
    float: left;
    margin-left: 15px;
    margin-top: 11px;
}

.ldhd-box .bd .inBd ul li a:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    margin-top: 16px;
}

.ldhd-box .bd .inBd ul li a:nth-child(3) {
    display: block;
    font-size: 16px;
    color: #999999;
    float: left;
    line-height: 16px;
    background: url(../images/ldhd_xtb.png) no-repeat center right;
    box-sizing: border-box;
    padding-right: 34px;
    margin-top: 26px;
}

.ldhd-box .bd .inBd ul li a:nth-child(3):hover {
    color: #035ea5;
    background: url(../images/ldhd_xtb2.png) no-repeat center right;
}

.ldhd-box .bd .inHd {
    margin-top: 30px;
}

.ldhd-box .bd .inHd ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.ldhd-box .bd .inHd ul li {
    width: 9px;
    height: 9px;
    background-color: #e5eff6;
    border-radius: 30px;
    float: left;
    margin-right: 5px;
}

.ldhd-box .bd .inHd ul li:last-child {
    margin-right: 0;
}

.ldhd-box .bd .inHd ul li.on {
    background-color: #035ea5;
    width: 23px;
}


/* 政务公开 */

.zwgk-sub-box3 {
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    margin-top: 50px !important;
    padding: 30px;
    box-sizing: border-box;
}

.zwgk-sub-box3 .zwgk-sub-box-ldxx {
    width: 390px;
    margin-right: 40px;
}

.zwgk-sub-box-ldxx .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zwgk-sub-box-ldxx .bd .first-ld {
    width: 100%;
    float: left;
}

.zwgk-sub-box-ldxx .bd .first-ld .img {
    width: 141px;
    height: 202px;
    float: left;
    margin-right: 30px;
}

.zwgk-sub-box-ldxx .bd .first-ld .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.zwgk-sub-box-ldxx .bd .first-ld .img a img {
    float: left;
    width: 100%;
    height: 100%;
}

.zwgk-sub-box-ldxx .bd .first-ld .txt {
    width: 217px;
    float: right;
}

.zwgk-sub-box-ldxx .bd .first-ld .txt h2 {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    float: left;
    margin-top: 44px;
}

.zwgk-sub-box-ldxx .bd .first-ld .txt a:nth-child(2) {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 15px;
    float: left;
    display: block;
    margin-top: 14px;
}

.zwgk-sub-box-ldxx .bd .first-ld .txt a:nth-child(3) {
    width: 100%;
    display: block;
    height: 60px;
    float: left;
    background: url(../images/zwgk_ldxx_xtb.png) no-repeat 42px center;
    background-color: #f2f8ff;
    line-height: 60px;
    font-size: 20px;
    color: #035ea5;
    box-sizing: border-box;
    padding-left: 97px;
    margin-top: 40px;
}

.zwgk-sub-box-ldxx .bd .other-ld {
    width: 100%;
    float: left;
    margin-top: 30px;
    height: 188px;
    background-color: #f2f8ff;
    box-sizing: border-box;
    padding: 15px 30px;
}

.zwgk-sub-box-ldxx .bd .other-ld div {
    width: 100%;
    float: left;
}

.zwgk-sub-box-ldxx .bd .other-ld div span {
    width: 110px;
    display: block;
    float: left;
    font-size: 18px;
    color: #035ea5;
    line-height: 40px;
    text-align: right;
}

.zwgk-sub-box-ldxx .bd .other-ld div>a {
    width: 220px;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 40px;
}

.zwgk-sub-box-ldxx .bd .other-ld div ul {
    width: 220px;
    float: right;
}

.zwgk-sub-box-ldxx .bd .other-ld div ul li {
    width: 54px;
    float: left;
    margin-right: 26px;
}

.zwgk-sub-box-ldxx .bd .other-ld div ul li:nth-child(3n) {
    margin-right: 0;
}

.zwgk-sub-box-ldxx .bd .other-ld div ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align-last: justify;
}

.zwgk-sub-box3 .zwgk-sub-box-ldhd {
    width: 560px;
}

.zwgk-sub-box-ldhd .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zwgk-sub-box-ldhd .bd ul li {
    float: left;
    width: 100%;
    margin-bottom: 33.5px;
}

.zwgk-sub-box-ldhd .bd ul li:last-child {
    margin-bottom: 0;
}

.zwgk-sub-box-ldhd .bd ul li a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.zwgk-sub-box-ldhd .bd ul li a::after {
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.zwgk-sub-box-ldhd .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
}

.zwgk-sub-box-ldhd .btm {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zwgk-sub-box-ldhd .btm a {
    display: block;
    height: 104px;
    box-sizing: border-box;
    padding: 0 4px 14px;
    font-size: 22px;
    color: #035ea5;
    line-height: 90px;
}

.zwgk-sub-box-ldhd .btm a:first-child {
    width: 273px;
    float: left;
    padding-left: 114px;
    background: url(../images/zwgk_ldhd_btm_a1.png) no-repeat center;
}

.zwgk-sub-box-ldhd .btm a:last-child {
    width: 283px;
    float: right;
    padding-left: 95px;
    background: url(../images/zwgk_ldhd_btm_a2.png) no-repeat center;
}

.zwgk-sub-box3 .zwgk-sub-box-zfcwhy {
    width: 350px;
}

.zwgk-sub-box-zfcwhy .bd {
    height: 418px;
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    position: relative;
    background: url(../images/rl_bj2.png) no-repeat center;
}

.zwgk-sub-box-zfcwhy .bd .calendar .choice .year_month p {
    left: 92px;
}

.zwgk-sub-box-zfcwhy .bd .calendar table {
    width: 350px;
    margin-top: 0;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 111px;
}

.zwgk-sub-box-zfcwhy .bd .calendar table tr th {
    margin-right: 8.2px;
}

.zwgk-sub-box-zfcwhy .bd .calendar table tr th:last-child {
    margin-right: 0;
}

.zwgk-sub-box-zfcwhy .bd .calendar table tbody tr {
    margin-top: 13px;
}

.zwgk-sub-box-zfcwhy .bd .calendar table tbody tr td {
    margin-right: 2.8px;
}

.zwgk-sub-box-zfcwhy .bd .calendar table tbody tr td:last-child {
    margin-right: 0;
}

.zwgk-sub-box-zfcwhy .bd .bmrl_zxxx {
    width: 335px;
}

.zwgk-sub-box {
    margin-top: 40px;
}

.zwgk-sub-box .item {
    width: 100%;
    float: left;
}

.zwgk-sub-box .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.zwgk-sub-box .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.zwgk-sub-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.zwgk-sub-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.qqzcwjk-box {
    width: 353px;
    float: left;
    margin-right: 38px;
}

.qqzcwjk-box .hd2 {
    width: 100%;
    float: left;
    height: 40px;
    background: url(../images/qqzcwjk_xtb.png) no-repeat left center;
}

.qqzcwjk-box .hd2 a {
    display: block;
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    float: left;
    margin-left: 50px;
    line-height: 34px;
}

.qqzcwjk-box .hd2 a i {
    color: #d00205;
}

.qqzcwjk-box .bd {
    width: 100%;
    height: 428px;
    float: left;
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #c7e0ff;
    border-radius: 6px;
    background-color: #f2f8ff;
    padding: 15px 24px 26px;
}

.qqzcwjk-box .bd ul li {
    width: 100%;
    height: 50px;
    float: left;
    border-radius: 3px;
    margin-top: 14px;
}

.qqzcwjk-box .bd ul li input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333333;
    float: left;
    line-height: 48px;
    box-sizing: border-box;
    border: 1px solid #c7e0ff;
    background-color: #ffffff !important;
    padding: 0 19px;
}

.qqzcwjk-box .bd ul li.title input::placeholder {
    color: #999999;
}

.qqzcwjk-box .bd ul li.date input {
    width: 147px;
    padding-right: 42px;
    float: left;
    background: url(../images/qqzcwjk_xtb2.png) no-repeat center right 14px;
}

.qqzcwjk-box .bd ul li.date input:nth-child(2) {
    float: right;
}

.qqzcwjk-box .bd ul li.wh_nf input {
    width: 147px;
}

.qqzcwjk-box .bd ul li.wh_nf .select {
    width: 147px;
    height: 100%;
    float: right;
    box-sizing: border-box;
    border: 1px solid #c7e0ff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    appearance: none;
    background-color: #ffffff !important;
    cursor: pointer;
    position: relative;
    background: url(../images/qqzcwjk_xtb3.png) no-repeat center right 16px;
}

.qqzcwjk-box .bd ul li.wh_nf .select-box {
    box-sizing: border-box;
    padding-left: 19px;
    width: 100%;
    font-size: 16px;
    color: #333333;
    height: 100%;
    line-height: 48px;
}

.qqzcwjk-box .bd ul li.wh_nf .select-box span {
    color: #999999;
}

.qqzcwjk-box .bd ul li.wh_nf .option-box {
    position: absolute;
    width: 147px;
    left: -1px;
    top: 49px;
    background: #ffffff;
    overflow-y: auto;
    display: none;
    z-index: 999;
    text-align: center;
    border: 1px solid #c7e0ff;
    border-top: 0;
    box-sizing: border-box;
    padding: 5px 0;
}

.qqzcwjk-box .bd ul li.wh_nf .option-box ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-size: 16px;
    padding-left: 19px;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
}

.qqzcwjk-box .bd ul li.wh_nf .option-box ul li:hover {
    background-color: #035ea5;
    color: #ffffff;
    border-radius: 0;
}

.qqzcwjk-box .bd ul li.button button {
    width: 147px;
    height: 100%;
    float: left;
    border: 0;
    box-sizing: border-box;
    background-color: #035ea5;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
}

.qqzcwjk-box .bd ul li.button button:nth-child(2) {
    float: right;
}

.qqzcwjk-box .bd ul li a {
    display: block;
    height: 100%;
    font-size: 18px;
    color: #035ea5;
    float: left;
    line-height: 48px;
    box-sizing: border-box;
    border: 1px solid #c7e0ff;
    background-color: #ffffff !important;
    text-align: center;
}

.qqzcwjk-box .bd ul li a:nth-child(2) {
    float: right;
}

.qqzcwjk-box .bd ul li.gz_zfwj a {
    width: 147px;
}

.qqzcwjk-box .bd ul li.xzgfxwj a {
    width: 100%;
}

.zzqzfwj-box {
    width: 630px;
    float: left;
    margin-right: 38px;
}

.zzqzfwj-box .bd {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.zzqzfwj-box .bd ul li {
    float: left;
    width: 100%;
    height: 130px;
    border: 1px solid #e9f0f5;
    box-sizing: border-box;
    margin-top: 19px;
    padding: 20px 24px;
    position: relative;
}

.zzqzfwj-box .bd ul li::before {
    top: 0;
    left: 0;
}

.zzqzfwj-box .bd ul li::after {
    bottom: 0;
    right: 0;
}

.zzqzfwj-box .bd ul li::before,
.zzqzfwj-box .bd ul li::after {
    box-sizing: inherit;
    position: absolute;
    content: '';
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
}

.zzqzfwj-box .bd ul li:hover::before,
.zzqzfwj-box .bd ul li:hover::after {
    z-index: 0;
    width: 100%;
    height: 100%;
}

.zzqzfwj-box .bd ul li:hover::before {
    border-top-color: #035ea5;
    border-right-color: #035ea5;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.zzqzfwj-box .bd ul li:hover::after {
    border-bottom-color: #035ea5;
    border-left-color: #035ea5;
    transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}

.zzqzfwj-box .bd ul li>a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    text-align: justify;
    z-index: 99;
    float: left;
}

.zzqzfwj-box .bd ul li>a em {
    color: #035ea5;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-left: 10px;
    border: 1px dashed #035ea5;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 15px;
    font-size: 14px;
    text-align: center;
}

.zzqzfwj-box .bd ul li>a em>a {
    color: #035ea5;
    font-size: 14px;
}

.zzqzfwj-box .bd ul li a i {
    display: inline-block;
    margin-left: 10px;
    line-height: 18px;
}

.zzqzfwj-box .bd ul li a i img {
    vertical-align: top;
}

.zzqzfwj-box .bd ul li span {
    display: block;
    font-size: 16px;
    color: #999999;
    float: left;
    margin-top: 10px;
}

.xwfbh-box {
    width: 380px;
    float: right;
}

.xwfbh-box .bd {
    width: 100%;
    float: left;
    margin-top: 29px;
}

.xwfbh-box .bd ul li {
    float: left;
    width: 100%;
    height: 105px;
    border-left: 1px solid #e9f0f5;
    border-right: 1px solid #e9f0f5;
    background-color: #f7fbff;
    box-sizing: border-box;
    padding: 0 20px;
}

.xwfbh-box .bd ul li:nth-child(2) {
    border-top: 1px solid #e9f0f5;
}

.xwfbh-box .bd ul li:last-child {
    border-bottom: 1px solid #e9f0f5;
}

.xwfbh-box .bd ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    line-height: 27px;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    padding-left: 19px;
    padding-top: 23px;
}

.xwfbh-box .bd ul li:nth-child(2) a {
    border-bottom: 1px dashed #d6d6d6;
}

.xwfbh-box .bd ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    left: 0;
    top: 34px;
}

.xwfbh-box .bd ul li:first-child {
    height: 218px;
    background: none;
    padding: 0;
    border: 0;
}

.xwfbh-box .bd ul li:first-child a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-top: 0;
}

.xwfbh-box .bd ul li:first-child a::after {
    display: none;
}

.xwfbh-box .bd ul li:first-child a img {
    width: 100%;
    height: 100%;
    float: left;
    transition: all .3s;
}

.xwfbh-box .bd ul li:first-child a:hover img {
    transform: scale(1.1);
    opacity: .75;
}

.xwfbh-box .bd ul li:first-child a span {
    display: block;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 20px;
}

.zwgk-sub-box .item2 {
    margin-top: 40px;
    height: 366px;
    margin-bottom: 10px;
}

.zwzstp-box {
    width: 353px;
    height: 100%;
    float: left;
    margin-right: 38px;
}

.zwzstp-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.zwzstp-box a img {
    width: 100%;
    height: 100%;
    float: left;
}

.threeTab {
    width: 630px;
    height: 100%;
    float: left;
    margin-right: 38px;
    overflow: hidden;
}

.threeTab .hd {
    margin-bottom: 10px;
}

.threeTab .hd ul li {
    float: left;
    margin-right: 25px;
}

.threeTab .hd ul li:last-child {
    margin-right: 0;
}

.threeTab .hd ul li a {
    color: #333333 !important;
}

.threeTab .hd ul li.on a {
    color: #035ea5 !important;
}

.threeTab .hd .more a {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
    font-weight: normal;
}

.threeTab .bd ul li {
    float: left;
    width: 100%;
    height: 66px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}

.threeTab .bd ul li>a {
    display: block;
    font-size: 18px;
    line-height: 65px;
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.threeTab .bd ul li>a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #035ea5;
}

.threeTab .bd ul li em {
    color: #035ea5;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-left: 10px;
    border: 1px dashed #035ea5;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 16px;
    font-size: 18px;
    text-align: center;
    margin-top: 21px;
}

.threeTab .bd ul li em>a {
    color: #035ea5;
    font-size: 14px;
}

.threeTab .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 65px;
}

.zfgb-box {
    width: 380px;
    height: 100%;
    float: right;
}

.zfgb-box .bd {
    width: 100%;
    height: 307px;
    margin-top: 33px;
    float: left;
    box-sizing: border-box;
    padding: 196px 72px 0 91px;
    background: url(../images/zfgb_bj.png) no-repeat center bottom;
}

.zfgb-box .bd h2 {
    font-size: 20px;
    color: #035ea5;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 84px;
}

.zfgb-box .bd a {
    display: block;
    font-size: 16px;
    color: #035ea5;
    line-height: 24px;
    margin-top: 11px;
    box-sizing: border-box;
    padding-left: 35px;
}

.zfxxgk-sub-box {
    margin-top: 40px;
}

.zfxxgk-sub-box .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.zfxxgk-sub-box .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.zfxxgk-sub-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.zfxxgk-sub-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.zfxxgk-sub-box .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zfxxgk-sub-box .bd .l {
    width: 1021px;
    height: 350px;
    box-sizing: border-box;
    padding-right: 40px;
    border-right: 1px dashed #d6d6d6;
}

.zfxxgk-sub-box .bd .l ul li {
    width: 230px;
    float: left;
    height: 165px;
    margin-top: 20px;
    margin-right: 19px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.zfxxgk-sub-box .bd .l ul li:nth-child(1),
.zfxxgk-sub-box .bd .l ul li:nth-child(2),
.zfxxgk-sub-box .bd .l ul li:nth-child(3),
.zfxxgk-sub-box .bd .l ul li:nth-child(4) {
    margin-top: 0;
}

.zfxxgk-sub-box .bd .l ul li:nth-child(4n) {
    margin-right: 0;
}

.zfxxgk-sub-box .bd .l ul li:hover {
    border: 1px solid #035ea5;
}

.zfxxgk-sub-box .bd .l ul li a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.zfxxgk-sub-box .bd .l ul li a img {
    width: 67px;
    height: 67px;
}

.zfxxgk-sub-box .bd .l ul li:hover a img {
    transform: rotateY(360deg);
    transition: .5s;
}

.zfxxgk-sub-box .bd .l ul li a span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    margin-top: 19px;
}

.zfxxgk-sub-box .bd .l ul li:hover a span {
    color: #035ea5;
}

.zfxxgk-sub-box .bd .r {
    width: 380px;
    height: 350px;
}

.zfxxgk-sub-box .bd .r ul li {
    float: left;
    width: 180px;
    height: 165px;
    background-color: #f2f8ff;
    border-radius: 3px;
    margin-right: 20px;
    margin-top: 20px;
}

.zfxxgk-sub-box .bd .r ul li:nth-child(1),
.zfxxgk-sub-box .bd .r ul li:nth-child(2) {
    margin-top: 0;
}

.zfxxgk-sub-box .bd .r ul li:nth-child(2n) {
    margin-right: 0;
}

.zfxxgk-sub-box .bd .r ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.zfxxgk-sub-box .bd .r ul li a span {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.zwgk-sub-box2 {
    margin-top: 40px;
    height: 466px;
}

.zwgk-sub-box2 .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.zwgk-sub-box2 .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.zwgk-sub-box2 .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.zwgk-sub-box2 .hd a:nth-child(2):hover {
    color: #035ea5;
}

.zwgk-sub-box2 .l {
    width: 790px;
    height: 100%;
}

.zwgk-sub-box2 .l .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
    border: 1px solid #c7e0ff;
    box-sizing: border-box;
    padding: 0 29px 29px;
    height: 410px;
    overflow: hidden;
}

.zdlyxxgk-sub-box .bd .inBd-box {
    height: 350px;
    overflow: hidden;
}

.zdlyxxgk-sub-box .bd .inBd ul li {
    float: left;
    width: 160px;
    height: 145px;
    background-color: #f2f8ff;
    margin-right: 29px;
    margin-top: 30px;
}

.zdlyxxgk-sub-box .bd .inBd ul li:nth-child(4n) {
    margin-right: 0;
}

.zdlyxxgk-sub-box .bd .inBd ul li a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.zdlyxxgk-sub-box .bd .inBd ul li a:hover img {
    transform: rotateY(360deg);
    transition: .5s;
}

.zdlyxxgk-sub-box .bd .inBd ul li a span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    margin-top: 19px;
}

.zdlyxxgk-sub-box .bd .inBd ul li a:hover span {
    color: #035ea5;
}

.zdlyxxgk-sub-box .bd .inHd {
    margin-top: 20px;
}

.zdlyxxgk-sub-box .bd .inHd ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.zdlyxxgk-sub-box .bd .inHd ul li {
    float: left;
    width: 9px;
    height: 9px;
    background-color: #e5eff6;
    border-radius: 30px;
    margin-right: 5px;
}

.zdlyxxgk-sub-box .bd .inHd ul li:last-child {
    margin-right: 0;
}

.zdlyxxgk-sub-box .bd .inHd ul li.on {
    background-color: #035ea5;
    width: 23px;
}

.zwgk-sub-box2 .r {
    width: 610px;
    height: 100%;
}

.fourTab .hd {
    margin-bottom: 30px;
}

.fourTab .hd ul {
    float: left;
}

.fourTab .hd ul li {
    float: left;
    margin-right: 35px;
}

.fourTab .hd ul li a {
    color: #333333 !important;
}

.fourTab .hd ul li.on a {
    color: #035ea5 !important;
}

.fourTab .more {
    width: 52px;
    height: 26px;
    overflow: hidden;
    float: right;
}

.fourTab .more a {
    font-size: 18px !important;
    display: block;
    color: #999999 !important;
    line-height: 26px !important;
    font-weight: normal !important;
}

.fourTab .more a:hover {
    color: #015293 !important;
}

.fourTab>.tempWrap {
    width: 100%;
    float: left;
    border: 1px solid #c7e0ff;
    box-sizing: border-box;
    height: 410px;
}

.fourTab .bd .item1 {
    width: 610px !important;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 29px 13px 29px 29px;
}

.fourTab .bd .item1 .bmxxgk-sub-box {
    width: 100%;
    height: 352px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding-right: 11px;
}

.fourTab .bd .item1 .head {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #035ea5;
    line-height: 24px;
    font-weight: 700;
    margin-top: 30px;
}

.fourTab .bd .item1 .head:first-child {
    margin-top: 0;
}

.fourTab .bd .item1 ul {
    float: left;
    width: 100%;
}

.fourTab .bd .item1 ul li {
    float: left;
    width: 265px;
    height: 65px;
    margin-top: 20px;
    background-color: #f2f8ff;
    margin-right: 20px;
    transition: background 0.3s;
}

.fourTab .bd .item1 ul li:nth-child(2n) {
    margin-right: 0;
}

.fourTab .bd .item1 ul li:hover {
    background: #015293;
    transition: background 0.3s;
}

.fourTab .bd .item1 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 15px;
}

.fourTab .bd .item1 ul li:hover a {
    color: #ffffff;
}

.fourTab .bd .item2 {
    width: 610px !important;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 29px 29px;
}

.fourTab .bd .item2 .inBd-box {
    height: 340px;
    overflow: hidden;
}

.fourTab .bd .item2 .inBd ul li {
    float: left;
    width: 170px;
    height: 65px;
    margin-top: 20px;
    background-color: #f2f8ff;
    margin-right: 20px;
    transition: background 0.3s;
}

.fourTab .bd .item2 .inBd ul li:nth-child(3n) {
    margin-right: 0;
}

.fourTab .bd .item2 .inBd ul li:hover {
    background: #035ea5;
    transition: background 0.3s;
}

.fourTab .bd .item2 .inBd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fourTab .bd .item2 .inBd ul li:hover a {
    color: #ffffff;
}

.fourTab .bd .item2 .inHd {
    margin-top: 20px;
}

.fourTab .bd .item2 .inHd ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.fourTab .bd .item2 .inHd ul li {
    float: left;
    width: 9px;
    height: 9px;
    background-color: #e5eff6;
    border-radius: 30px;
    margin-right: 5px;
}

.fourTab .bd .item2 .inHd ul li:last-child {
    margin-right: 0;
}

.fourTab .bd .item2 .inHd ul li.on {
    background-color: #035ea5;
    width: 23px;
}


/* 政务服务 */

.zwfw-sub-hd h2 {
    line-height: 50px;
    font-size: 50px;
    color: #035ea5;
    text-align: center;
    background: url(../images/zwfw_sub_hd.png) no-repeat center;
}

.zwfw-sub-box {
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    margin-top: 60px;
    padding: 30px;
    box-sizing: border-box;
}

.zwfwwrk-box {
    height: 130px;
    margin-bottom: 40px;
    position: relative;
    background: url(../images/zwfwrk_img2.png) no-repeat center;
}

.zwfwwrk-box a {
    width: 146px;
    display: block;
    height: 40px;
    position: absolute;
    right: 78px;
    box-sizing: border-box;
    padding-left: 21px;
    font-size: 18px;
    color: #036dbf;
    line-height: 40px;
    top: 45px;
    background: url(../images/zwfwrk_img.png) no-repeat center;
}

.rmzq-box .l {
    width: 904px;
    height: 335px;
}

.rmzq-box .l ul li {
    float: left;
    width: 214px;
    height: 335px;
    margin-right: 16px;
}

.rmzq-box .l ul li:last-child {
    margin-right: 0;
}

.rmzq-box .l ul li:nth-child(1) {
    background: url(../images/rmzq_l_li1.png) no-repeat center;
}

.rmzq-box .l ul li:nth-child(2) {
    background: url(../images/rmzq_l_li2.png) no-repeat center;
}

.rmzq-box .l ul li:nth-child(3) {
    background: url(../images/rmzq_l_li3.png) no-repeat center;
}

.rmzq-box .l ul li:nth-child(4) {
    background: url(../images/rmzq_l_li4.png) no-repeat center;
}

.rmzq-box .l ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 44px 17px 0 16px;
}

.rmzq-box .l ul li:nth-child(3) a {
    padding-right: 18px;
}

.rmzq-box .l ul li:nth-child(4) a {
    padding: 40px 0px 0 16px;
}

.rmzq-box .l ul li a h2 {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    float: left;
}

.rmzq-box .l ul li a span {
    font-size: 16x;
    line-height: 24px;
    display: block;
    width: 100%;
    color: #999999;
    float: left;
    margin-top: 16px;
    box-sizing: border-box;
    padding-right: 5px;
}

.rmzq-box .l ul li:nth-child(3) a span {
    padding-right: 0;
}

.rmzq-box .l ul li:nth-child(4) a span {
    padding-right: 16px;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.rmzq-box .r {
    width: 440px;
    height: 335px;
    box-sizing: border-box;
    border: 1px solid #e5f0fd;
    border-radius: 10px;
    overflow: hidden;
}

.rmzq-box .r h2 {
    width: 100%;
    height: 81px;
    float: left;
    line-height: 81px;
    font-size: 22px;
    color: #333333;
    background: url(../images/rmzq_dl.png) no-repeat 29px center;
    background-color: #e5f0fd;
    padding-left: 91px;
    box-sizing: border-box;
}

.rmzq-box .r h2 a {
    font-size: 22px;
    color: #035ea5;
}

.rmzq-box .r h2 a:hover {
    text-decoration: underline;
}

.rmzq-box .rmfw-sub-box {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0 29px;
    box-sizing: border-box;
    height: 203px;
    overflow: hidden;
}

.rmzq-box .rmfw-sub-box .hd {
    width: 100%;
    float: left;
}

.rmzq-box .rmfw-sub-box .hd a:nth-child(1) {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.rmzq-box .rmfw-sub-box .hd a:nth-child(2) {
    width: 97px;
    height: 30px;
    display: block;
    background: url(../images/rmzq_hyh.png) no-repeat center;
    float: right;
    font-size: 16px;
    color: #035ea5;
    box-sizing: border-box;
    padding-left: 34px;
    line-height: 30px;
}

.rmzq-box .rmfw-sub-box .bd {
    width: 100%;
    float: left;
    margin-top: 1px;
}

.rmzq-box .rmfw-sub-box .bd ul li {
    float: left;
    width: 100%;
    margin-top: 19px;
}

.rmzq-box .rmfw-sub-box .bd ul li a {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.rmzq-box .rmfw-sub-box .bd ul li:hover a {
    color: #035ea5;
}

.rmzq-box .rmfw-sub-box .bd ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.gxbcyjs-sub-box {
    margin-top: 40px;
}

.gxbcyjs-sub-box .hd {
    width: 100%;
    float: left;
    height: 30px;
    background: url(../images/gxbcyjs_hd.png) no-repeat center;
}

.gxbcyjs-sub-box .hd a {
    display: block;
    font-size: 30px;
    line-height: 28px;
    font-weight: bold;
    width: 220px;
    margin: auto;
    text-align: center;
}

.gxbcyjs-sub-box .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.gxbcyjs-sub-box .bd .l,
.gxbcyjs-sub-box .bd .r {
    width: 671px;
    height: 403px;
    background: url(../images/gxbcyjs_bj.png) no-repeat center;
}

.gxbcyjs-sub-box .bd .head {
    height: 76px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 45px;
}

.gxbcyjs-sub-box .bd .head h2 {
    font-size: 26px;
    color: #ffffff;
    float: left;
    line-height: 76px;
    box-sizing: border-box;
    padding-left: 47px;
}

.gxbcyjs-sub-box .bd .l .head h2 {
    background: url(../images/gxbsyjs_xtb2.png) no-repeat left center;
}

.gxbcyjs-sub-box .bd .r .head h2 {
    background: url(../images/gxbsyjs_xtb3.png) no-repeat left center;
}

.gxbcyjs-sub-box .bd .head span {
    display: block;
    float: right;
    font-size: 18px;
    color: #ffffff;
    line-height: 76px;
}

.gxbcyjs-sub-box .bd .cout {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 26px;
    padding-right: 37px;
    margin-top: 17px;
}

.gxbcyjs-sub-box .bd .cout .inBd-box {
    height: 240px;
    overflow: hidden;
}

.gxbcyjs-sub-box .bd .cout .inBd ul li {
    float: left;
    width: 298px;
    height: 69px;
    background: url(../images/gxbsyjs_li.png) no-repeat center;
    box-sizing: border-box;
    padding: 0 4px 9px;
    margin-right: 11px;
    margin-top: 11px;
}

.gxbcyjs-sub-box .bd .cout .inBd ul li:nth-child(2n) {
    margin-right: 0;
}

.gxbcyjs-sub-box .bd .cout .inBd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    position: relative;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gxbcyjs-sub-box .bd .cout .inBd ul li a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    left: 20px;
    top: 50%;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.gxbcyjs-sub-box .bd .cout .inBd ul li a i {
    width: 40px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.gxbcyjs-sub-box .bd .cout .inBd ul li a i::before {
    width: 40px;
    height: 16px;
    background: url(../images/gxbsyjs_xtb.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
}

.gxbcyjs-sub-box .bd .cout .inHd {
    margin-top: 21px;
    height: 30px;
    position: relative;
}

.gxbcyjs-sub-box .bd .cout .inHd ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.gxbcyjs-sub-box .bd .cout .inHd ul li {
    float: left;
    width: 9px;
    height: 9px;
    background-color: #deebf6;
    border-radius: 30px;
    margin-right: 5px;
}

.gxbcyjs-sub-box .bd .cout .inHd ul li:last-child {
    margin-right: 0;
}

.gxbcyjs-sub-box .bd .cout .inHd ul li.on {
    background-color: #035ea5;
    width: 23px;
}

.gxbcyjs-sub-box .bd .cout .inHd .prev,
.gxbcyjs-sub-box .bd .cout .inHd .next {
    width: 30px;
    height: 30px;
    top: -10.5px;
    position: absolute;
    cursor: pointer;
}

.gxbcyjs-sub-box .bd .cout .inHd .prev {
    left: 226px;
    background: url(../images/gxbsyjs_le.png) no-repeat center;
}

.gxbcyjs-sub-box .bd .cout .inHd .next {
    right: 226px;
    background: url(../images/gxbsyjs_rt.png) no-repeat center;
}

.nmgzwfww-sub-box {
    height: 130px;
    margin-top: 40px;
}

.nmgzwfww-sub-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.nmgzwfww-sub-box a img {
    float: left;
    width: 100%;
    height: 100%;
}

.zwzstp-grfw-frfw-sub-box {
    margin-top: 40px;
    margin-bottom: 10px;
}

.zwzstp-grfw-frfw-sub-box .item {
    width: 440px;
    height: 346px;
}

.zwzstp-grfw-frfw-sub-box .item1 {
    margin-right: 30px;
}

.zwzstp-grfw-frfw-sub-box .item .hd {
    height: 116px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 30px;
}

.zwzstp-grfw-frfw-sub-box .item1 .hd {
    background: url(../images/zwzstp_bj.png) no-repeat center;
}

.zwzstp-grfw-frfw-sub-box .item2 .hd {
    background: url(../images/grfw_bj.png) no-repeat center;
}

.zwzstp-grfw-frfw-sub-box .item3 .hd {
    background: url(../images/frfw_bj.png) no-repeat center;
}

.zwzstp-grfw-frfw-sub-box .item .hd h2 {
    width: 100%;
    float: left;
}

.zwzstp-grfw-frfw-sub-box .item .hd h2 a {
    display: block;
    float: left;
    font-size: 26px;
    color: #ffffff;
    line-height: 26px;
    font-weight: bold;
}

.zwzstp-grfw-frfw-sub-box .item .hd a:nth-child(2) {
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-top: 10px;
    opacity: .8;
}

.zwzstp-grfw-frfw-sub-box .item .hd a:nth-child(2):hover {
    font-weight: bold;
    opacity: 1;
}

.zwzstp-grfw-frfw-sub-box .item .bd {
    width: 100%;
    float: left;
    height: 230px;
    border: 1px solid #e9f0f5;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 1px 29px 0;
}

.zwzstp-grfw-frfw-sub-box .item .bd ul li {
    float: left;
    width: 74px;
    margin-right: 64px;
    position: relative;
    margin-top: 28px;
}

.zwzstp-grfw-frfw-sub-box .item .bd ul li::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 5px;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/zwzstp-grfw-frfw-sub-xtb.png) no-repeat center;
}

.zwzstp-grfw-frfw-sub-box .item .bd ul li:hover::after {
    background: url(../images/zwzstp-grfw-frfw-sub-xtb2.png) no-repeat center;
}

.zwzstp-grfw-frfw-sub-box .item .bd ul li:nth-child(3n) {
    margin-right: 0;
}

.zwzstp-grfw-frfw-sub-box .item .bd ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zwzstp-grfw-frfw-sub-box .item .bd ul li:hover a {
    color: #035ea5;
}

.zwfwsjtj-sub-box {
    margin-top: 40px;
    height: 202px;
    background: url(../images/zwfwsjtj_bj.png) no-repeat center;
    box-shadow: 0 0 10px #f2f2f2;
    box-sizing: border-box;
    padding: 40px;
}

.zwfwsjtj-sub-box .hd {
    width: 100%;
    float: left;
}

.zwfwsjtj-sub-box .hd h2 {
    font-size: 26px;
    color: #333333;
    float: left;
    line-height: 26px;
}

.zwfwsjtj-sub-box .hd span {
    display: block;
    float: left;
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    margin-left: 20px;
}

.zwfwsjtj-sub-box .bd {
    width: 100%;
    float: left;
    margin-top: 33px;
}

.zwfwsjtj-sub-box .bd ul li {
    height: 60px;
    float: left;
    position: relative;
    border-right: 1px dashed #d6d6d6;
    box-sizing: border-box;
    padding: 0 98px;
}

.zwfwsjtj-sub-box .bd ul li:nth-child(1) {
    width: 332px;
    padding-left: 46px;
}

.zwfwsjtj-sub-box .bd ul li:nth-child(2),
.zwfwsjtj-sub-box .bd ul li:nth-child(3) {
    width: 386px;
}

.zwfwsjtj-sub-box .bd ul li:nth-child(4) {
    width: 220px;
    padding-right: 0;
    border-right: 0;
}

.zwfwsjtj-sub-box .bd ul li span {
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    width: 100%;
    float: left;
}

.zwfwsjtj-sub-box .bd ul li p {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.zwfwsjtj-sub-box .bd ul li p i {
    display: block;
    font-size: 32px;
    color: #035ea5;
    font-weight: bold;
    line-height: 32px;
    float: left;
}

.zwfwsjtj-sub-box .bd ul li p em {
    font-size: 18px;
    display: block;
    float: left;
    line-height: 18px;
    color: #666666;
    margin-left: 8px;
    margin-top: 12px;
}

.zwfwsjtj-sub-box .bd ul li:nth-child(5) p {
    background: url(../images/zwfwsjtj_xtb.png) no-repeat top 3px right;
}

.zwfw-sub-box2 {
    margin-top: 40px;
}

.zwfw-sub-box2>.l {
    width: 730px;
    height: 412px;
    overflow: hidden;
}

.zwfw-sub-box2 .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.zwfw-sub-box2 .hd ul li {
    float: left;
    margin-right: 35px;
}

.zwfw-sub-box2 .hd a {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.zwfw-sub-box2 .hd ul li.on a,
.zwfw-sub-box2 .hd ul li:hover a {
    color: #035ea5;
}

.zwfw-sub-box2>.l .bd-box {
    width: 100%;
    height: 356px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e9f0f5;
    padding: 25px;
    margin-top: 30px;
    overflow: hidden;
}

.zwfw-sub-box2>.l .tempWrap {
    width: 100% !important;
    height: 300px;
}

.zwfw-sub-box2>.l .bd ul li {
    float: left;
    width: 154px;
    height: 60px;
    background-color: #f1f8ff;
    margin-top: 20px;
    margin-right: 20px;
    transition: background 0.3s;
}

.zwfw-sub-box2>.l .bd ul li:nth-child(1),
.zwfw-sub-box2>.l .bd ul li:nth-child(2),
.zwfw-sub-box2>.l .bd ul li:nth-child(3),
.zwfw-sub-box2>.l .bd ul li:nth-child(4) {
    margin-top: 0;
}

.zwfw-sub-box2>.l .bd ul li:nth-child(4n) {
    margin-right: 0;
}

.zwfw-sub-box2>.l .bd ul li:hover {
    background: #015293;
    transition: background 0.3s;
}

.zwfw-sub-box2>.l .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 15px;
}

.zwfw-sub-box2>.l .bd ul li:hover a {
    color: #ffffff;
}

.zwfw-sub-box2>.l .bd #zwfw-sub-zsbm {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 320px;
}

.zwfw-sub-box2>.l .bd #zwfw-sub-zsbm li {
    width: 203px;
    margin-top: 0;
    margin-bottom: 20px;
}

.zwfw-sub-box2>.l .bd #zwfw-sub-zsbm li:nth-child(4n) {
    margin-right: 20px;
}

.zwfw-sub-box2>.l .bd #zwfw-sub-zsbm li:nth-child(3n) {
    margin-right: 0;
}

.zwfw-sub-box2>.r {
    width: 670px;
    height: 412px;
    overflow: hidden;
}

.zwfw-sub-box2>.r .hd ul {
    float: left;
}

.zwfw-sub-box2>.r .more {
    float: right;
}

.zwfw-sub-box2>.r .more a {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    font-weight: normal;
}

.zwfw-sub-box2>.r .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zwfw-sub-box2>.r .bd ul li {
    float: left;
    border: 1px solid #e9f0f5;
    box-sizing: border-box;
    height: 106px;
    width: 100%;
    margin-bottom: 19px;
    padding: 24px 0;
    position: relative;
}

.zwfw-sub-box2>.r .bd ul li:last-child {
    margin-bottom: 0;
}

.zwfw-sub-box2>.r .bd ul li::before {
    top: 0;
    left: 0;
}

.zwfw-sub-box2>.r .bd ul li::after {
    bottom: 0;
    right: 0;
}

.zwfw-sub-box2>.r .bd ul li::before,
.zwfw-sub-box2>.r .bd ul li::after {
    box-sizing: inherit;
    position: absolute;
    content: '';
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
}

.zwfw-sub-box2>.r .bd ul li:hover::before,
.zwfw-sub-box2>.r .bd ul li:hover::after {
    z-index: 0;
    width: 100%;
    height: 100%;
}

.zwfw-sub-box2>.r .bd ul li:hover::before {
    border-top-color: #035ea5;
    border-right-color: #035ea5;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.zwfw-sub-box2>.r .bd ul li:hover::after {
    border-bottom-color: #035ea5;
    border-left-color: #035ea5;
    transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}

.zwfw-sub-box2>.r .bd ul li .l {
    width: 104px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.zwfw-sub-box2>.r .bd ul li .l i {
    font-size: 32px;
    color: #666666;
    text-align: center;
    width: 100%;
    line-height: 27px;
    font-weight: bold;
    display: block;
}

.zwfw-sub-box2>.r .bd ul li .l em {
    font-size: 16px;
    color: #999999;
    text-align: center;
    width: 100%;
    line-height: 16px;
    display: block;
    margin-top: 14px;
}

.zwfw-sub-box2>.r .bd ul li .r {
    width: 562px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.zwfw-sub-box2>.r .bd ul li .r a {
    display: block;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 99;
}


/* 政民互动 */

.zmhd-sub-box {
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    margin-top: 50px;
    padding: 30px;
    box-sizing: border-box;
}

.zmhd-sub-box .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.zmhd-sub-box .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.zmhd-sub-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.zmhd-sub-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.zmhd-sub-box>.l {
    width: 353px;
    height: 442px;
}

.zmhd-sub-box .l .zxxx {
    width: 100%;
    height: 140px;
    background: url(../images/zxxx_bj.png) no-repeat center;
}

.zmhd-sub-box .l .zxxx a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 39px;
    padding-top: 41px;
}

.zmhd-sub-box .l .zxxx a h2 {
    width: 100%;
    float: left;
    color: #f27800;
    font-size: 26px;
    float: left;
    line-height: 26px;
}

.zmhd-sub-box .l .zxxx a span {
    display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #999999;
    line-height: 18px;
    margin-top: 15px;
}

.zmhd-sub-box .l .xx12345 {
    width: 100%;
    height: 272px;
    box-sizing: border-box;
    padding-top: 170px;
    background: url(../images/12345xx_bj.png) no-repeat center;
    margin-top: 30px;
}

.zmhd-sub-box .l .xx12345 ul li {
    float: left;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.zmhd-sub-box .l .xx12345 ul li:first-child {
    margin-right: 13px;
    background: url(../images/12345xx_li1.png) no-repeat center;
}

.zmhd-sub-box .l .xx12345 ul li:last-child {
    background: url(../images/12345xx_li2.png) no-repeat center;
}

.zmhd-sub-box .l .xx12345 ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.zmhd-sub-box .l .xx12345 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    padding-left: 50px;
    line-height: 50px;
    font-weight: bold;
    box-sizing: border-box;
}

.zmhd-sub-box .fkhy-box {
    width: 600px;
    height: 442px;
    margin-left: 40px;
}

.zmhd-sub-box .fkhy-box .bd {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.zmhd-sub-box .fkhy-box .bd .xx_t {
    width: 100%;
    float: left;
    height: 53px;
    background-color: #f2f8ff;
    box-sizing: border-box;
    padding: 0 20px;
}

.zmhd-sub-box .fkhy-box .bd .xx_t span {
    font-size: 20px;
    color: #035ea5;
    display: block;
    float: left;
    line-height: 53px;
}

.zmhd-sub-box .fkhy-box .bd .xx_t em {
    font-size: 20px;
    color: #035ea5;
    display: block;
    float: right;
    line-height: 53px;
}

.zmhd-sub-box .fkhy-box .bd ul {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.zmhd-sub-box .fkhy-box .bd ul li {
    width: 100%;
    height: 67px;
    float: left;
    border-bottom: 1px dashed #d6d6d6;
    box-sizing: border-box;
    padding: 0 20px;
}

.zmhd-sub-box .fkhy-box .bd ul li a {
    display: block;
    font-size: 18px;
    line-height: 64px;
    max-width: 80%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 19px;
}

.zmhd-sub-box .fkhy-box .bd ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.zmhd-sub-box .fkhy-box .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 64px;
}

.hvr-float-shadow4 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow4:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(242, 120, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(242, 120, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow4:hover,
.hvr-float-shadow4:focus,
.hvr-float-shadow4:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow4:hover:before,
.hvr-float-shadow4:focus:before,
.hvr-float-shadow4:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.zmhd-sub-box>.r {
    width: 350px;
    height: 442px;
}

.zmhd-sub-box .r .bd {
    width: 100%;
    float: left;
    height: 396px;
    border: 1px solid #c7e0ff;
    box-sizing: border-box;
    background-color: #f2f8ff;
    margin-top: 20px;
    padding: 22px 20px;
}

.zmhd-sub-box .r .bd ul li {
    width: 100%;
    float: left;
    line-height: 32px;
    height: 32px;
    margin-top: 14px;
}

.zmhd-sub-box .r .bd ul li:first-child {
    margin-top: 0;
}

.zmhd-sub-box .r .bd ul li .type-tt {
    width: 74px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zmhd-sub-box .r .bd ul li .type-num {
    font-size: 16px;
    color: #999999;
}

.zmhd-sub-box .r .bd ul li .type-num span {
    font-size: 16px;
    color: #035ea5;
}

.zmhd-sub-box .r .bd ul li .type-line {
    margin: 0 70px 0 85px;
    padding-top: 10px;
    box-sizing: border-box;
}

.zmhd-sub-box .r .bd ul li .type-line .type-percent {
    width: 100%;
    height: 12px;
    border-radius: 0 6px 6px 0;
    width: 0;
    animation: scroll 0.5s ease-in-out;
}

.zmhd-sub-box .r .bd ul li:nth-child(5n+1) .type-percent {
    background-color: #79b6eb;
}

.zmhd-sub-box .r .bd ul li:nth-child(5n+2) .type-percent {
    background-color: #f489ac;
}

.zmhd-sub-box .r .bd ul li:nth-child(5n+3) .type-percent {
    background-color: #919bce;
}

.zmhd-sub-box .r .bd ul li:nth-child(5n+4) .type-percent {
    background-color: #ffb87d;
}

.zmhd-sub-box .r .bd ul li:nth-child(5n+5) .type-percent {
    background-color: #8dcb9c;
}

.zmhd-sub-box .r .bd ul li:nth-child(5n+6) .type-percent {
    background-color: #8dbacb;
}

.sqbjtj-sub-box {
    margin-top: 40px;
}

.sqbjtj-sub-box .hd {
    width: 100%;
    float: left;
    line-height: 52px;
    background: url(../images/sqbjtj_hd.png) no-repeat center;
}

.sqbjtj-sub-box .hd a {
    display: block;
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    width: 160px;
    margin: auto;
    text-align: center;
}

.sqbjtj-sub-box .bd {
    margin-top: 16px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.sqbjtj-sub-box .bd ul li {
    float: left;
    width: 115px;
    height: 35px;
    border: 1px solid #035ea5;
    border-right: 0;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}

.sqbjtj-sub-box .bd ul li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.sqbjtj-sub-box .bd ul li:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-right: 1px solid #035ea5;
}

.sqbjtj-sub-box .bd ul li.on {
    background-color: #035ea5;
    color: #ffffff;
}

.sqbjtj-sub-box .bd .cout {
    width: 100%;
    height: 130px;
    margin-top: 30px;
}

.sqbjtj-sub-box .bd .cout .item {
    width: 337px;
    height: 100%;
    float: left;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 35px 50px;
}

.sqbjtj-sub-box .bd .cout .item1 {
    background: url(../images/sqbjtj_item1.png) no-repeat center;
}

.sqbjtj-sub-box .bd .cout .item2 {
    background: url(../images/sqbjtj_item2.png) no-repeat center;
}

.sqbjtj-sub-box .bd .cout .item3 {
    background: url(../images/sqbjtj_item3.png) no-repeat center;
}

.sqbjtj-sub-box .bd .cout .item4 {
    margin-right: 0;
    background: url(../images/sqbjtj_item4.png) no-repeat center;
}

.sqbjtj-sub-box .bd .cout .item p {
    width: 100%;
    float: left;
}

.sqbjtj-sub-box .bd .cout .item p i {
    font-size: 30px;
    display: block;
    float: left;
    line-height: 30px;
    font-weight: bold;
}

.sqbjtj-sub-box .bd .cout .item1 p i {
    color: #ff6c53;
}

.sqbjtj-sub-box .bd .cout .item2 p i {
    color: #5b96ef;
}

.sqbjtj-sub-box .bd .cout .item3 p i {
    color: #43c172;
}

.sqbjtj-sub-box .bd .cout .item4 p i {
    color: #fd9010;
}

.sqbjtj-sub-box .bd .cout .item p em {
    font-size: 16px;
    display: block;
    float: left;
    line-height: 16px;
    color: #999999;
    margin-top: 12px;
    margin-left: 10px;
}

.sqbjtj-sub-box .bd .cout .item span {
    width: 100%;
    float: left;
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    margin-top: 13px;
}

.zxft-sub-box {
    margin-top: 40px;
}

.zxft-sub-box>.hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.zxft-sub-box>.hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.zxft-sub-box>.hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.zxft-sub-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.zxft-sub-box>.bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zxft-sub-box>.bd .l {
    width: 1020px;
    height: 100%;
}

.zxft-sub-box>.bd .l ul li {
    width: 495px;
    height: 478px;
    float: left;
    margin-right: 30px;
    background: url(../images/zxft_l_li.png) no-repeat center;
}

.zxft-sub-box>.bd .l ul li:last-child {
    margin-right: 0;
}

.zxft-sub-box>.bd .l ul li>a {
    display: block;
    width: 485px;
    height: 273px;
    float: left;
    overflow: hidden;
    margin-bottom: 24px;
}

.zxft-sub-box>.bd .l ul li>a img {
    width: 100%;
    height: 100%;
    float: left;
    transition: all .3s;
}

.zxft-sub-box>.bd .l ul li>a:hover img {
    transform: scale(1.1);
    opacity: .75;
}

.zxft-sub-box>.bd .l ul li p {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 13px;
}

.zxft-sub-box>.bd .l ul li p:last-child {
    margin-bottom: 0;
}

.zxft-sub-box>.bd .l ul li p span {
    display: block;
    font-size: 18px;
    float: left;
    color: #035ea5;
    line-height: 30px;
    font-weight: bold;
}

.zxft-sub-box>.bd .l ul li p a {
    display: block;
    float: left;
    width: 376px;
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zxft-sub-box>.bd .l ul li p em {
    display: block;
    float: left;
    width: 376px;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zxft-sub-box>.bd .r {
    width: 380px;
    height: 100%;
}

.zxft-sub-box>.bd .r h2 {
    width: 100%;
    float: left;
}

.zxft-sub-box>.bd .r h2 a {
    display: block;
    float: left;
    font-size: 22px;
    color: #035ea5;
}

.zxft-sub-box>.bd .r .bd {
    width: 100%;
    float: left;
    height: 350px;
    margin-top: 26px;
    overflow: hidden;
}

.zxft-sub-box>.bd .r .bd ul {
    background: url(../images/zxft_r_ul.png) repeat-y 4px;
}

.zxft-sub-box>.bd .r .bd ul li {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.zxft-sub-box>.bd .r .bd ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding-left: 29px;
    background: url(../images/ymjjnmg_nmgxwlb_xtb.png) no-repeat left center;
}

.zxft-sub-box>.bd .r .bd ul li:first-child a {
    background: url(../images/zxft_r_li1.png) no-repeat left center;
}

.zxft-sub-box>.bd .r .bd ul li span {
    width: 100%;
    display: block;
    float: left;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    background: url(../images/zxft_xtb.png) no-repeat 29px center;
    box-sizing: border-box;
    padding-left: 54px;
    margin-top: 12px;
}

.zxft-sub-box>.bd .r .hd {
    width: 100%;
    height: 33px;
    display: flex;
    float: left;
    margin-top: 40px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.zxft-sub-box>.bd .r .hd a {
    display: block;
    width: 80px;
    height: 33px;
    border: 10px;
    background-color: #f2f8ff !important;
}

.zxft-sub-box>.bd .r .hd a.next {
    margin-right: 20px;
    background: url(../images/zxft_next.png) no-repeat center;
}

.zxft-sub-box>.bd .r .hd a.prev {
    background: url(../images/zxft_prev.png) no-repeat center;
}

.yjzj-sub-box {
    margin-top: 40px;
}

.yjzj-sub-box .l {
    width: 1020px;
}

.yjzj-sub-box .l>.hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.yjzj-sub-box .l>.hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.yjzj-sub-box .l>.hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.yjzj-sub-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.yjzj-sub-box .l>.bd {
    width: 100%;
    float: left;
    margin-top: 11px;
}

.yjzj-sub-box .l>.bd ul li {
    float: left;
    width: 500px;
    height: 142px;
    box-sizing: border-box;
    border: 1px solid #e9f0f5;
    border-radius: 3px;
    margin-top: 19px;
    margin-right: 20px;
    padding: 20px;
    position: relative;
}

.yjzj-sub-box .l>.bd ul li::before {
    top: 0;
    left: 0;
}

.yjzj-sub-box .l>.bd ul li::after {
    bottom: 0;
    right: 0;
}

.yjzj-sub-box .l>.bd ul li::before,
.yjzj-sub-box .l>.bd ul li::after {
    box-sizing: inherit;
    position: absolute;
    content: '';
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
}

.yjzj-sub-box .l>.bd ul li:hover::before,
.yjzj-sub-box .l>.bd ul li:hover::after {
    z-index: 0;
    width: 100%;
    height: 100%;
}

.yjzj-sub-box .l>.bd ul li:hover::before {
    border-top-color: #035ea5;
    border-right-color: #035ea5;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.yjzj-sub-box .l>.bd ul li:hover::after {
    border-bottom-color: #035ea5;
    border-left-color: #035ea5;
    transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}

.yjzj-sub-box .l>.bd ul li:nth-child(2n) {
    margin-right: 0;
}

.yjzj-sub-box .l>.bd ul li p {
    width: 100%;
    float: left;
}

.yjzj-sub-box .l>.bd ul li p:first-child i {
    width: 70px;
    height: 60px;
    float: left;
    display: block;
    background-color: #c4c4c4;
    border-radius: 8px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
}

.yjzj-sub-box .l>.bd ul li.on p:first-child i {
    background-color: #035ea5;
}

.yjzj-sub-box .l>.bd ul li p:first-child a {
    display: block;
    font-size: 18px;
    line-height: 27px;
    float: right;
    width: 375px;
    text-align: justify;
    margin-top: 2px;
    position: relative;
    z-index: 99;
}

.yjzj-sub-box .l>.bd ul li p:nth-child(2) {
    margin-top: 11px;
}

.yjzj-sub-box .l>.bd ul li p:nth-child(2) em {
    font-size: 16px;
    color: #999999;
    display: block;
    float: left;
    line-height: 25px;
    background: url(../images/zxft_xtb.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 25px;
}

.yjzj-sub-box .l>.bd ul li p:nth-child(2) a {
    display: block;
    width: 83px;
    height: 25px;
    float: right;
    font-size: 16px;
    color: #035ea5;
    text-align: center;
    line-height: 24px;
    background-color: #f2f8ff;
    border-radius: 6px;
    position: relative;
    z-index: 99;
}

.yjzj-sub-box .l>.bd ul li p:nth-child(2) a:hover {
    background-color: #035ea5;
    color: #ffffff;
}

.yjzj-sub-box .r {
    width: 380px;
    height: 359px;
    background: url(../images/zcwdk_bj.png) no-repeat center;
}

.yjzj-sub-box .r .hd {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-top: 39px;
    padding-left: 39px;
}

.yjzj-sub-box .r .hd a {
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    float: left;
    text-shadow: 0 2px 2px rgba(30, 145, 232, 0.8);
}

.yjzj-sub-box .r .hd span {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    opacity: .8;
    margin-top: 10px;
}

.yjzj-sub-box .r .bd {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 45px;
    margin-top: 42px;
}

.yjzj-sub-box .r .bd ul li {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.yjzj-sub-box .r .bd ul li:last-child {
    margin-bottom: 0;
}

.yjzj-sub-box .r .bd ul li i {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    margin-right: 15px;
    background: url(../images/zcwdk_xtb.png) no-repeat center;
}

.yjzj-sub-box .r .bd ul li a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.yjzj-sub-box .r .bd .inHd {
    margin-top: 16px;
}

.yjzj-sub-box .r .bd .inHd ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.yjzj-sub-box .r .bd .inHd ul li {
    float: left;
    width: 9px;
    height: 9px;
    background-color: #e5eff6;
    border-radius: 30px;
    margin-right: 5px;
}

.yjzj-sub-box .r .bd .inHd ul li:last-child {
    margin-right: 0;
}

.yjzj-sub-box .r .bd .inHd ul li.on {
    background-color: #035ea5;
    width: 23px;
}

.zmhd-sub-box2 {
    margin-top: 40px;
}

.zmhd-sub-box2 .l {
    width: 500px;
    height: 140px;
}

.zmhd-sub-box2 .l a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zmhd-sub-box2 .l a img {
    float: left;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.zmhd-sub-box2 .l a:hover img {
    transform: scale(1.1);
    opacity: .75;
}

.zmhd-sub-box2 .r {
    width: 900px;
    height: 140px;
    background: url(../images/nmgzzqtyhdjlpt_img.png) no-repeat center;
    box-sizing: border-box;
    padding-left: 441px;
    padding-top: 50px;
    position: relative;
}

.zmhd-sub-box2 .r>ul {
    width: 305px;
}

.zmhd-sub-box2 .r>ul li {
    float: left;
    width: 148px;
    height: 47px;
    background: url(../images/zmhd_xtb2.png) no-repeat center;
    box-sizing: border-box;
    padding: 0 3px 7px;
    cursor: pointer;
}

.zmhd-sub-box2 .r>ul li:first-child {
    margin-right: 9px;
}

.zmhd-sub-box2 .r>ul li span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #1e88db;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 16px;
    position: relative;
}

.zmhd-sub-box2 .r>ul li span::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 8px;
    right: 15px;
    top: 17.5px;
    transition: all .5s;
    background: url(../images/zmhd_xtb3.png) no-repeat center;
}

.zmhd-sub-box2 .r>ul li.on span::after {
    transform: rotate(180deg);
}

.zmhd-sub-box2 .r .item {
    width: 100%;
    min-height: 100px;
    box-sizing: border-box;
    padding: 30px 30px 6px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px #e9e9e9;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 999;
}

.zmhd-sub-box2 .r .item::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
    display: block;
    position: absolute;
    left: 56.2%;
    bottom: -10px;
}

.zmhd-sub-box2 .r .item.msrk-box::before {
    left: 73.5%;
}

.zmhd-sub-box2 .r .item ul li {
    width: 187px;
    float: left;
    height: 18px;
    margin-right: 29px;
    margin-bottom: 24px;
}

.zmhd-sub-box2 .r .item ul li:nth-child(4n) {
    margin-right: 0;
}

.zmhd-sub-box2 .r .item ul li a {
    width: 100%;
    font-size: 18px;
    display: block;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.zmhd-sub-box2 .r .item ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}


/* 政府数据 */

.zfsj-sub-box {
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    margin-top: 50px;
    height: 709px;
    overflow: hidden;
    padding: 30px 30px 40px;
    box-sizing: border-box;
}

.zfsj-sub-box .hd {
    width: 100%;
    float: left;
}

.zfsj-sub-box .hd ul li {
    width: 248px;
    height: 148px;
    background: url(..//images/zfsj_tb_li.png) no-repeat center;
    float: left;
    box-sizing: border-box;
    padding: 0 4px 14px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
}

.zfsj-sub-box .hd ul li:last-child {
    margin-right: 0;
}

.zfsj-sub-box .hd ul li.on {
    background: url(..//images/zfsj_tb_li_on.png) no-repeat center;
}

.zfsj-sub-box .hd ul li span {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    margin-top: 14px;
}

.zfsj-sub-box .hd ul li.on span {
    color: #ffffff;
}

.zfsj-sub-box .bd .myCharts {
    width: 1380px;
    height: 456px;
    margin-top: 35px;
}

.sjtj-sub-box {
    margin-top: 40px;
}

.sjtj-sub-box .hd {
    width: 100%;
    height: 57px;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    padding-left: 17px;
    box-sizing: border-box;
    border-bottom: 2px solid #035ea5;
}

.sjtj-sub-box .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.sjtj-sub-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.sjtj-sub-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.sjtj-sub-box .bd {
    width: 100%;
    float: left;
    margin-top: 23px;
}

.sjtj-sub-box .bd .item {
    width: 480px;
    height: 284px;
    border-right: 1px dashed #d7d7d7;
    box-sizing: border-box;
    padding: 0 38px;
}

.sjtj-sub-box .bd .item:first-child {
    padding-left: 0;
}

.sjtj-sub-box .bd .item:last-child {
    border-right: 0;
    padding-right: 0;
}

.sjtj-sub-box .bd .item h2 {
    width: 100%;
    float: left;
    height: 44px;
}

.sjtj-sub-box .bd .item h2 a {
    display: block;
    float: left;
    font-size: 22px;
    color: #333333;
    line-height: 44px;
    padding-left: 59px;
    box-sizing: border-box;
}

.sjtj-sub-box .bd .item:nth-child(1) h2 a {
    background: url(../images/sjtj_h2_1.png) no-repeat left center;
}

.sjtj-sub-box .bd .item:nth-child(2) h2 a {
    background: url(../images/sjtj_h2_2.png) no-repeat left center;
}

.sjtj-sub-box .bd .item:nth-child(3) h2 a {
    background: url(../images/sjtj_h2_3.png) no-repeat left center;
}

.sjtj-sub-box .bd .item:nth-child(1) h2 a:hover {
    color: #cb2026;
    background: url(../images/sjtj_h2_1s.png) no-repeat left center;
}

.sjtj-sub-box .bd .item:nth-child(2) h2 a:hover {
    color: #cb2026;
    background: url(../images/sjtj_h2_2s.png) no-repeat left center;
}

.sjtj-sub-box .bd .item:nth-child(3) h2 a:hover {
    color: #cb2026;
    background: url(../images/sjtj_h2_3s.png) no-repeat left center;
}

.sjtj-sub-box .bd .item ul {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.sjtj-sub-box .bd .item ul li {
    width: 100%;
    float: left;
    margin-bottom: 28px;
}

.sjtj-sub-box .bd .item ul li a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    float: left;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.sjtj-sub-box .bd .item ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #035ea5;
}

.nmgzzqggsjkfpt-box {
    margin-top: 40px;
    height: 120px;
}

.nmgzzqggsjkfpt-box a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.nmgzzqggsjkfpt-box a img {
    width: 100%;
    height: 100%;
    float: left;
    transition: all .3s;
}

.nmgzzqggsjkfpt-box a:hover img {
    transform: scale(1.1);
}

.sjfb-sub-box {
    margin-top: 40px;
}

.sjfb-sub-box .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.sjfb-sub-box .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.sjfb-sub-box .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.sjfb-sub-box .hd a:nth-child(2):hover {
    color: #035ea5;
}

.sjfb-sub-box .bd {
    width: 100%;
    height: 503px;
    overflow: hidden;
    float: left;
    margin-top: 30px;
    position: relative;
}

.sjfb-sub-box .bd .inHd {
    width: 300px;
    height: 503px;
    position: absolute;
    z-index: 1;
    background: url(../images/sjfb_inHd.png) no-repeat center;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 40px;
}

.sjfb-sub-box .bd .inHd ul li {
    float: left;
    height: 50px;
    width: 214px;
    margin-bottom: 6px;
}

.sjfb-sub-box .bd .inHd ul li:last-child {
    margin-bottom: 0;
}

.sjfb-sub-box .bd .inHd ul li.on {
    background: url(../images/sjfb_inHd_li_on.png) no-repeat left center, url(../images/sjfb_inHd_xtb.png) no-repeat right center;
}

.sjfb-sub-box .bd .inHd ul li a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 60px;
}

.sjfb-sub-box .bd .inHd ul li:nth-child(1) a {
    background: url(../images/sjfb_inHd_li_icon1.png) no-repeat 22px center;
}

.sjfb-sub-box .bd .inHd ul li:nth-child(2) a {
    background: url(../images/sjfb_inHd_li_icon2.png) no-repeat 22px center;
}

.sjfb-sub-box .bd .inHd ul li:nth-child(3) a {
    background: url(../images/sjfb_inHd_li_icon3.png) no-repeat 22px center;
}

.sjfb-sub-box .bd .inHd ul li:nth-child(4) a {
    background: url(../images/sjfb_inHd_li_icon4.png) no-repeat 22px center;
}

.sjfb-sub-box .bd .inHd ul li:nth-child(5) a {
    background: url(../images/sjfb_inHd_li_icon5.png) no-repeat 22px center;
}

.sjfb-sub-box .bd .inHd ul li:nth-child(6) a {
    background: url(../images/sjfb_inHd_li_icon6.png) no-repeat 22px center;
}

.sjfb-sub-box .bd .inHd ul li:nth-child(7) a {
    background: url(../images/sjfb_inHd_li_icon7.png) no-repeat 22px center;
}

.sjfb-sub-box .bd .inHd ul li:nth-child(8) a {
    background: url(../images/sjfb_inHd_li_icon8.png) no-repeat 22px center;
}

.sjfb-sub-box .bd .inHd ul li.on a {
    font-weight: bold;
}

.sjfb-sub-box .bd .inBd-box {
    width: 1186px;
    height: 443px;
    right: 0;
    top: 30px;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 30px 40px 0;
    overflow: hidden;
}

.sjfb-sub-box .bd .inBd-box .inBd-box-con {
    width: 100%;
    height: 383px;
    overflow: hidden;
}

.sjfb-sub-box .bd .inBd-box .tempWrap {
    width: 100% !important;
}

.sjfb-sub-box .bd .inBd-box .item .l,
.sjfb-sub-box .bd .inBd-box .item .r {
    width: 530px;
    height: 405px;
}

.sjfb-sub-box .bd .inBd-box .item h2 a:first-child {
    font-size: 20px;
    color: #035ea5;
    float: left;
    line-height: 20px;
}

.sjfb-sub-box .bd .inBd-box .item h2 a:nth-child(2) {
    font-size: 18px;
    color: #999999;
    float: right;
    line-height: 20px;
    font-weight: normal;
}

.sjfb-sub-box .bd .inBd-box .item h2 a:nth-child(2):hover {
    color: #035ea5;
}

.sjfb-sub-box .bd .inBd-box .item ul {
    float: left;
    width: 100%;
}

.sjfb-sub-box .bd .inBd-box .item ul li {
    float: left;
    width: 530px;
    height: 77px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}

.sjfb-sub-box .bd .inBd-box .item ul li:nth-child(2n+1) {
    float: right;
}

.sjfb-sub-box .bd .inBd-box .item ul li:last-child {
    border-bottom: 0;
}

.sjfb-sub-box .bd .inBd-box .item ul li a {
    display: block;
    font-size: 18px;
    line-height: 76px;
    float: left;
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.sjfb-sub-box .bd .inBd-box .item ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #035ea5;
}

.sjfb-sub-box .bd .inBd-box .item ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 76px;
}


/* 亮丽内蒙古 */

.llnmg-banner-box {
    height: 901px;
    position: relative;
    overflow: hidden;
}

.llnmg-banner-zd {
    height: 901px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    background: url(../images/llnmg_banner_zd.png) no-repeat center top;
}

.llnmg-banner-logo {
    width: 430px;
    height: 410px;
    position: absolute;
    top: 120px;
    right: 450px;
    z-index: 9;
    background: url(../images/llnmg_banner_logo.png) no-repeat center;
}

.llnmg-banner-tab {
    height: 901px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}

.llnmg-banner-tab .bd ul li {
    width: 100%;
    height: 901px;
}

.llnmg-banner-tab .bd ul li img {
    width: 100%;
    height: 100%
}

.llnmg-banner-tab .prev,
.llnmg-banner-tab .next {
    width: 51px;
    height: 100px;
    position: absolute;
    top: 350px;
    z-index: 999;
    cursor: pointer;
}

.llnmg-banner-tab .prev {
    left: 40px;
    background: url(../images/sems_le.png) no-repeat center;
}

.llnmg-banner-tab .next {
    right: 40px;
    background: url(../images/sems_rt.png) no-repeat center;
}

.llnmg-banner-tab .inHd {
    position: absolute;
    left: 47%;
    transform: translate(0, -50%);
    bottom: 110px;
    z-index: 999;
}

.llnmg-banner-tab .inHd ul li {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 10px;
    opacity: .6;
    background: url(../images/llnmg_inhd_li.png) no-repeat center;
}

.llnmg-banner-tab .inHd ul li.on {
    opacity: 1;
}

.llnmg-banner-tab .inHd ul li:last-child {
    margin-right: 0;
}

.llnmg-nmggk-box {
    height: 915px;
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.llnmg-nmggk-box .hd {
    width: 100%;
    height: 168px;
}

.llnmg-nmggk-box .hd a {
    width: 696px;
    height: 100%;
    margin: auto;
    display: block;
    background: url(../images/nmggk_hd.png) no-repeat center;
}

.llnmg-nmggk-box .bd {
    width: 1500px;
    height: 733px;
    margin-top: 14px;
    box-sizing: border-box;
    padding: 87px 90px;
    background: url(../images/nmggk_bd.png) no-repeat center;
}

.llnmg-nmggk-top {
    width: 1320px;
    height: 360px;
}

.llnmg-nmggk-top .l {
    width: 640px;
    height: 100%;
    position: relative;
}

.llnmg-nmggk-top .l video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}

.llnmg-nmggk-top .l i {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    position: absolute;
    left: 50%;
    cursor: pointer;
    top: 50%;
    background: url(../images/llnmg_nmggk_sp_xtb.png) no-repeat center;
    z-index: 9;
    transform: translate(-50%, -50%);
}

.llnmg-nmggk-top .r {
    width: 640px;
    height: 100%;
}

.llnmg-nmggk-top .r h2 {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.llnmg-nmggk-top .r h2 a {
    font-size: 26px;
    color: #333333;
    display: block;
    line-height: 26px;
    float: left;
}

.llnmg-nmggk-top .r h2 a:hover {
    color: #035ea5;
}

.llnmg-nmggk-top .r div {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    font-family: "微软雅黑";
    text-align: justify;
    text-indent: 2em;
    margin-top: 20px;
}

.llnmg-nmggk-top .r div * {
    font-size: 18px !important;
    color: #333333 !important;
    line-height: 36px !important;
    font-family: "微软雅黑" !important;
}

.llnmg-nmggk-top .r div a {
    color: #035ea5 !important;
}

.llnmg-nmggk-top .r div a:hover {
    font-weight: bold;
}

.llnmg-nmggk-btm {
    width: 100%;
    height: 158px;
    margin-top: 29px;
    box-sizing: border-box;
    padding-left: 8px;
}

.llnmg-nmggk-btm ul li {
    float: left;
    width: 140px;
    height: 158px;
    margin-right: 54px;
}

.llnmg-nmggk-btm ul li:last-child {
    margin-right: 0;
}

.llnmg-nmggk-btm ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.llnmg-nmggk-btm ul li a img {
    width: 140px;
    height: 147px;
}

.llnmg-nmggk-btm ul li:hover a img {
    transform: rotateY(360deg);
    transition: .5s;
}

.llnmg-nmggk-btm ul li a span {
    width: 100%;
    font-size: 20px;
    color: #333333;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.llnmg-nmggk-btm ul li:hover a span {
    color: #035ea5;
}

.llnmg-yjnmg-box {
    height: 726px;
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    background: url(../images/yjnmg_bj.png) no-repeat center bottom;
}

.llnmg-yjnmg-box .hd {
    width: 100%;
    height: 168px;
}

.llnmg-yjnmg-box .hd a {
    width: 680px;
    height: 100%;
    margin: auto;
    display: block;
    background: url(../images/yjnmg_hd.png) no-repeat center;
}

.llnmg-yjnmg-box .bd {
    width: 1560px;
    height: 457px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

.llnmg-yjnmg-box .bd .inBd {
    width: 1320px;
    height: 457px;
    overflow: hidden;
    margin: auto;
}

.llnmg-yjnmg-box .bd .inBd .tempWrap {
    margin-left: -20px;
}

.llnmg-yjnmg-box .bd .inBd ul li {
    width: 300px;
    height: 457px;
    float: left;
    margin: 0 20px;
    position: relative;
}

.llnmg-yjnmg-box .bd .inBd ul li a:first-child {
    width: 100%;
    height: 400px;
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.llnmg-yjnmg-box .bd .inBd ul li a:first-child i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.llnmg-yjnmg-box .bd .inBd ul li:nth-child(2n+1) a:first-child i {
    background: url(../images/yjnmg_li1.png) no-repeat center bottom;
}

.llnmg-yjnmg-box .bd .inBd ul li:nth-child(2n+2) a:first-child i {
    background: url(../images/yjnmg_li2.png) no-repeat center bottom;
}

.llnmg-yjnmg-box .bd .inBd ul li:nth-child(2n+3) a:first-child i {
    background: url(../images/yjnmg_li3.png) no-repeat center bottom;
}

.llnmg-yjnmg-box .bd .inBd ul li:nth-child(2n+4) a:first-child i {
    background: url(../images/yjnmg_li4.png) no-repeat center bottom;
}

.llnmg-yjnmg-box .bd .inBd ul li a:first-child img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    overflow: hidden;
    border-radius: 20px;
}

.llnmg-yjnmg-box .bd .inBd ul li a:first-child:hover img {
    opacity: .75;
}

.llnmg-yjnmg-box .bd .inBd ul li a:nth-child(2) {
    display: block;
    width: 100%;
    float: left;
    font-size: 26px;
    color: #035ea5;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.llnmg-yjnmg-box .bd .prev,
.llnmg-yjnmg-box .bd .next {
    width: 80px;
    height: 64px;
    position: absolute;
    top: 168px;
    z-index: 999;
    cursor: pointer;
}

.llnmg-yjnmg-box .bd .prev {
    left: 0;
    background: url(../images/yjnmg_le.png) no-repeat center;
}

.llnmg-yjnmg-box .bd .next {
    right: 0;
    background: url(../images/yjnmg_rt.png) no-repeat center;
}

.llnmg-sems-box {
    margin-top: 59px;
}

.llnmg-sems-box .hd {
    width: 100%;
    height: 168px;
}

.llnmg-sems-box .hd a {
    width: 680px;
    height: 100%;
    margin: auto;
    display: block;
    background: url(../images/sems_hd.png) no-repeat center;
}

.llnmg-sems-box .bd {
    width: 100%;
    height: 542px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.llnmg-sems-box .bd .swiper-slide {
    width: 780px;
    height: 542px;
    overflow: hidden;
}

.llnmg-sems-box .bd .item .sq {
    width: 300px;
    height: 542px;
    overflow: hidden;
}

.llnmg-sems-box .bd .swiper-slide-prev .item .sq {
    float: right;
}

.llnmg-sems-box .bd .swiper-slide-next .item .sq {
    float: left;
}

.llnmg-sems-box .bd .item .sq a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.llnmg-sems-box .bd .item .sq a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: none;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    z-index: 8;
}

.llnmg-sems-box .bd .item .sq a span {
    width: 44px;
    min-height: 186px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/sems_li_span.png) no-repeat center top;
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px 10px 0;
    text-align: center;
    z-index: 9;
}

.llnmg-sems-box .bd .swiper-slide-active .item .sq {
    display: none !important;
}

.llnmg-sems-box .bd .item .zk {
    width: 780px;
    height: 542px;
    overflow: hidden;
}

.llnmg-sems-box .bd .swiper-slide-active .item .zk {
    display: block !important;
}

.llnmg-sems-box .bd .item .zk a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.llnmg-sems-box .bd .item .zk a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-height: 542px;
    min-width: 780px;
    z-index: 7;
}

.llnmg-sems-box .bd .item .zk a .cout {
    width: 700px;
    height: 138px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 9;
    background: rgba(3, 94, 165, .8);
    border-left: 8px solid #27ddd6;
    box-sizing: border-box;
    padding: 20px 0 20px 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.llnmg-sems-box .bd .item .zk a .cout h2 {
    color: #ffffff;
    font-size: 20px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    float: left;
    margin-right: 25px;
}

.llnmg-sems-box .bd .item .zk a .cout div {
    width: 588px;
    float: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-family: "微软雅黑";
    text-indent: 2em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.llnmg-sems-box .bd .item .zk a .cout div * {
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 30px !important;
    font-family: "微软雅黑" !important;
}

.llnmg-sems-box .swiper-button-prev {
    width: 51px;
    height: 100px;
    left: 0;
    top: 221px;
    background: url(../images/sems_le.png) no-repeat center;
}

.llnmg-sems-box .swiper-button-next {
    width: 51px;
    height: 100px;
    right: 0;
    top: 221px;
    background: url(../images/sems_rt.png) no-repeat center;
}


/* 左侧-通用列表 */

.tylb-box {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px 30px 40px;
    margin-top: 20px;
    box-shadow: 0 0 10px #e7e7e7;
    position: relative;
}

.tylb-box>.l {
    width: 300px;
}

.tylb-box>.l h2 {
    width: 100%;
    float: left;
    height: 86px;
    font-size: 26px;
    color: #035ea5;
    line-height: 83px;
    text-align: center;
    box-sizing: border-box;
    background-color: #f2f8ff;
    border-top: 3px solid #035ea5;
}

.tylb-box>.l ul {
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    border-top: 0;
    box-sizing: border-box;
    padding-bottom: 50px;
    padding-top: 20px;
}

.tylb-box>.l ul li {
    width: 100%;
    float: left;
    height: 65px;
}

.tylb-box>.l ul li.on,
.tylb-box>.l ul li:hover {
    background: url(../images/tylb_l_li_on.png) no-repeat left center, url(../images/tylb_l_li_on2.png) no-repeat right 30px center;
}

.tylb-box>.l ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 65px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 29px;
    padding-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tylb-box>.l ul li.on a,
.tylb-box>.l ul li:hover a {
    color: #035ea5;
}

.tylb-box>.r {
    width: 1043px;
    box-sizing: border-box;
    min-height: 500px;
    border: 1px solid #e1e1e1;
    padding: 0 30px 40px;
}

.txtlist>.r ul li {
    float: left;
    width: 100%;
    height: 79px;
    border-bottom: 1px dashed #f2f2f2;
    box-sizing: border-box;
}

.txtlist>.r ul.threeli li {
    float: left;
    width: 33%;
    height: 79px;
    border-bottom: 1px dashed #f2f2f2;
    box-sizing: border-box;
}

.txtlist>.r ul li>a {
    display: block;
    float: left;
    max-width: 88%;
    font-size: 18px;
    line-height: 78px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-left: 24px;
}

.txtlist>.r ul li>a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.txtlist>.r ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 78px;
}

.txtlist>.r ul li em {
    color: #035ea5;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-left: 10px;
    border: 1px dashed #035ea5;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 16px;
    font-size: 18px;
    text-align: center;
    margin-top: 21px;
}

.txtlist>.r ul li em>a {
    color: #035ea5;
    font-size: 14px;
}


/* 无左侧-通用列表 */

.tylb-box .hd {
    height: 28px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background: url(../images/wzlmlb_r_hd.png) no-repeat left 201px top 3px;
}

.tylb-box .hd span {
    display: block;
    font-size: 30px;
    line-height: 28px;
    color: #d00205;
    font-weight: bold;
}

.tylb-box .hd span i {
    color: #035ea5;
}


/* 左侧-图片列表 */

.imglist>.r {
    padding: 0 15px 40px;
}

.imglist>.r ul {
    background: url(../images/tplb_ul_fg.png) no-repeat center 344px, url(../images/tplb_ul_fg.png) no-repeat center 689px, url(../images/tplb_ul_fg.png) no-repeat center 1034px;
}

.imglist>.r ul li {
    width: 298px;
    height: 284px;
    float: left;
    margin: 30px 15px 31px;
}

.imglist>.r ul li:nth-child(3n) {
    margin-right: 0;
}

.imglist>.r ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.imglist>.r ul li a .img {
    width: 100%;
    height: 168px;
    float: left;
    overflow: hidden;
}

.imglist>.r ul li a .img img {
    width: 100%;
    height: 100%;
    float: left;
    transition: all .3s;
}

.imglist>.r ul li:hover a .img img {
    transform: scale(1.1);
    opacity: .75;
}

.imglist>.r ul li a .txt {
    width: 100%;
    height: 116px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e9f0f5;
    background-color: #f7fbff;
    padding: 10px 20px;
}

.imglist>.r ul li a .txt span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    float: left;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.imglist>.r ul li:hover a .txt span {
    color: #035ea5;
}

.imglist>.r ul li a .txt em {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    float: left;
    text-align: right;
    margin-top: 10px;
}

.imglist .xll_pagebox {
    margin-right: 15px;
}


/* 无左侧-图片列表 */

.imglist2 .xll_pagebox {
    text-align: center;
    margin-right: 0;
}

.imglist2>.r ul {
    background: url(../images/tpxw_ul_fg.png) no-repeat center 349px, url(../images/tpxw_ul_fg.png) no-repeat center 699px, url(../images/tpxw_ul_fg.png) no-repeat center 1049px;
}

.imglist2>.r ul li {
    width: 307px;
    height: 289px;
}

.imglist2>.r ul li:nth-child(3n) {
    margin-right: 15px;
}

.imglist2>.r ul li:nth-child(4n) {
    margin-right: 0;
}

.imglist2>.r ul li a .img {
    height: 173px;
}


/* 通用细览 */

.position-box {
    min-height: 60px;
    background: url(../images/position.png) no-repeat 30px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    font-size: 16px;
    line-height: 60px;
    color: #666666;
    padding-left: 58px;
    padding-right: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}

.position-box a:last-child {
    color: #035ea5;
}

.tyxl-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 45px 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
}

.docTitle {
    width: 100%;
    font-size: 34px;
    color: #333333;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
}

.docTitle * {
    font-size: 34px;
    color: #333333;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
}

.tyxl-xq-box {
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 35px;
}

.tyxl-xq-box .l span {
    font-size: 16px;
    color: #999999;
    display: block;
    float: left;
    margin-right: 30px;
    line-height: 36px;
}

.tyxl-xq-box .l span:last-child {
    margin-right: 0;
}

.tyxl-xq-box .r a {
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    margin-right: 8px;
    position: relative;
}

.tyxl-xq-box .r a.fd {
    background: url(../images/tyxl_xq_xtb.png) no-repeat center;
}

.tyxl-xq-box .r a.fd:hover {
    background: url(../images/tyxl_xq_xtbs.png) no-repeat center;
}

.tyxl-xq-box .r a.sx {
    background: url(../images/tyxl_xq_xtb2.png) no-repeat center;
}

.tyxl-xq-box .r a.sx:hover {
    background: url(../images/tyxl_xq_xtb2s.png) no-repeat center;
}

.tyxl-xq-box .r a.sc {
    background: url(../images/tyxl_xq_xtb3.png) no-repeat center;
}

.tyxl-xq-box .r a.add {
    background: url(../images/tyxl_xq_xtb3s.png) no-repeat center;
}

.tyxl-xq-box .r a.sc .tag {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    text-align: center !important;
    width: 150px;
    bottom: 55px;
    padding: 5px 15px;
    max-width: none !important;
}

.tyxl-xq-box .r a.sc .tag img {
    position: absolute;
    left: 33%;
    transform: rotateZ(180deg) translateX(-50%);
    bottom: -15px;
    margin: 0;
}

.tyxl-xq-box .r a.sc .tag p {
    font-size: 14px !important;
    color: #999;
    text-align: center !important;
}

.tyxl-xq-box .r a.sc .tag.show {
    opacity: 1;
    transition: opacity .3s;
}

.SetTimerTan {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-radius: 7px;
    z-index: 99999;
    display: none;
}

.SetTimerTan .cont {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 18px;
    color: #015293;
    font-weight: 700;
}

.SetTimerTan .bot {
    text-align: center;
}

.SetTimerTan .bot p {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.SetTimerTan .bot button {
    border: none;
    width: 60px;
    height: 30px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none;
}

.SetTimerTan .bot button#SetTimerTan1 {
    background-color: #015293;
    color: #fff;
}

.SetTimerTanBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 9999;
    display: none;
}

.tyxl-xq-box .r a#printBtn {
    background: url(../images/tyxl_xq_xtb4.png) no-repeat center;
}

.tyxl-xq-box .r a#printBtn:hover {
    background: url(../images/tyxl_xq_xtb4s.png) no-repeat center;
}

.tyxl-xq-box .r .fx_box {
    width: 36px;
    height: 36px;
    float: left;
    position: relative;
    background: url(../images/tyxl_xq_xtb5.png) no-repeat center;
}

.tyxl-xq-box .r .fx_box:hover {
    background: url(../images/tyxl_xq_xtb5s.png) no-repeat center;
}

.tyxl-xq-box .r .fx_box.show .DetailShar {
    display: block !important;
}

.tyxl-xq-box .fx_box em {
    width: 35px;
    height: 9px;
    background: url(../images/20fjszf_arr5.png) no-repeat center right 4px;
    padding-right: 10px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    z-index: 999;
    top: -9px;
}

.DetailShar {
    position: absolute;
    right: 8px;
    top: 43px;
    width: 124px;
    padding: 5px 12px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-sizing: border-box;
}

.DetailShar a.bshare-sinaminiblog {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0;
    float: left;
    margin-right: 10px;
    background: url(../images/txyl_xq_wb.png) no-repeat center;
}

.DetailShar a.bshare-sinaminiblog:hover {
    background: url(../images/txyl_xq_wb.png) no-repeat center;
}

.DetailShar a.bshare-weixin {
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin: 0;
    margin-right: 10px;
    background: url(../images/txyl_xq_wx.png) no-repeat center;
}

.DetailShar a.bshare-weixin:hover {
    background: url(../images/txyl_xq_wx.png) no-repeat center;
}

.DetailShar a.icon-qzone {
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin: 0;
    background: url(../images/txyl_xq_q.png) no-repeat center;
}

.DetailShar a.icon-qzone:hover {
    background: url(../images/txyl_xq_q.png) no-repeat center;
}

.docContent {
    width: 100%;
    min-height: 500px;
    font-size: 18px;
    color: #333333;
    font-family: "微软雅黑" !important;
    line-height: 36px;
    box-sizing: border-box;
    text-align: justify;
    padding-top: 20px;
}

.docContent * {
    font-size: 18px !important;
    /* color: #333333 !important; */
    font-family: "微软雅黑" !important;
    line-height: 36px !important;
}

.docContent img {
    max-width: 80% !important;
    height: auto !important;
    margin: auto;
    display: block;
}

.docContent table {
    max-width: 100% !important;
}

.docContent video {
    max-width: 60% !important;
}

.docContent iframe {
    max-width: 60% !important;
}

.video-js {
    margin: 0 auto !important;
    display: block;
}

.fontSize22 * {
    font-size: 22px !important;
    line-height: 44px !important;
}

.fontSize20 * {
    font-size: 20px !important;
    line-height: 40px !important;
}

.fontSize18 * {
    font-size: 18px !important;
    line-height: 36px !important;
}

.fontSize16 * {
    font-size: 16px !important;
    line-height: 32px !important;
}

.fontSize14 * {
    font-size: 14px !important;
    line-height: 28px !important;
}


/* 政策细览 */

.zfwjxl-box {
    display: block;
}

.zfwjxl-box-left {
    width: 1010px;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
    border-right: 1px dashed #e1e1e1;
}

.zfwjxl-box-noAssocia {
    width: 100%;
    border: none;
    padding-right: 0;
}

.zfwjxl-box-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #333333;
    font-family: '微软雅黑' !important;
    margin-bottom: 45px;
}

.zfwjxl-box-table tr,
.zfwjxl-box-table td {
    border: 1px solid #e1e1e1;
}

.zfwjxl-box-table tr:nth-child(2) {
    background-color: #f6f6f6;
}

.zfwjxl-box-table td {
    line-height: 58px;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    color: #333333;
}

.zfwjxl-box-table tr td:nth-child(2n) {
    text-align: left;
}

.zfwjxl-box-table tr td:nth-child(2n+1) {
    width: 111px;
    padding: 0;
}

.zfwjxl-box-table tr td:nth-child(2n+2) {
    color: #666666;
}

.zfwjxl-box-table br {
    display: none;
}

.xgbszn-box {
    min-height: 113px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
    margin-bottom: 10px;
}

.xgbszn-box h2 {
    width: 100%;
    height: 56px;
    background: url(../images/zfwjxl_xtb.png) no-repeat left 29px center;
    background-color: #f2f8ff;
    float: left;
    color: #035ea5;
    font-size: 20px;
    line-height: 56px;
    box-sizing: border-box;
    padding-left: 92px;
}

.xgbszn-box ul {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 29px;
}

.xgbszn-box ul li {
    width: 100%;
    float: left;
}

.xgbszn-box ul li a {
    display: block;
    max-width: 100%;
    font-size: 18px;
    float: left;
    line-height: 56px;
    box-sizing: border-box;
    background: url(../images/zfwjxl_xtb2.png) no-repeat left center;
    padding-left: 28px;
}

.zfwjxl-box-right {
    width: 300px;
    float: right;
    position: relative;
    box-sizing: border-box;
}

.zfwjxl-box-right-con {
    width: 100%;
    position: relative;
}

.zfwjxl-box-right-con .item {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-top: 15px;
    background: url(../images/zfwjxl_fg.png) no-repeat center bottom;
}

.zfwjxl-box-right-con .item:first-child {
    margin-top: 0;
}

.zfwjxl-box-right-con .zhedang-box {
    width: 100%;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    height: 30px;
    position: absolute;
}

.zfwjxl-box-right-con-qzb {
    width: 100%;
    height: 141px;
    position: relative;
    background: url(../images/zfwjxl_qzb_bj.png) no-repeat center;
}

.zfwjxl-box-right-con-qzb>a {
    position: absolute;
    top: 77px;
    left: 30px;
    background-color: #ffffff;
    border: 1px solid #90badd;
    box-sizing: border-box;
    border-radius: 30px;
    height: 34px;
    width: 115px;
    font-size: 16px;
    color: #1665a9;
    text-align: center;
    line-height: 32px;
}

.zfwjxl-box-right-con-qzb>span {
    position: absolute;
    top: 77px;
    right: 30px;
    background-color: #ffffff;
    border: 1px solid #90badd;
    box-sizing: border-box;
    border-radius: 30px;
    height: 34px;
    width: 115px;
    font-size: 16px;
    color: #1665a9;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.zfwjxl-box-right-con-qzb-download-list {
    position: absolute;
    left: 16px;
    padding-top: 6px;
    top: 32px;
    z-index: 10;
}

.zfwjxl-box-right-con-qzb-download-list a {
    position: static;
    display: block;
    margin-bottom: 5px;
    width: 80px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 35px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
}

.zfwjxl-box-right-con-qzb-download-list a#pc_word {
    background: url(../images/zfwjxl_download1.png) no-repeat 10px center;
    background-color: #408ada;
}

.zfwjxl-box-right-con-qzb-download-list a#pc_pdf {
    background: url(../images/zfwjxl_download2.png) no-repeat 10px center;
    background-color: #db090a;
}

.zfwjxl-box-right-con-title {
    width: 100%;
    float: left;
}

.zfwjxl-box-right-con-title a {
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
    font-size: 26px;
    cursor: auto;
    color: #035ea5;
    line-height: 26px;
    float: left;
}

.zfwjxl-box-right-con-list {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.zfwjxl-box-right-con-list li {
    width: 100%;
    float: left;
    margin-top: 15px;
    border: 1px solid #e1e1e1;
    height: 85px;
    box-sizing: border-box;
    padding: 15px 19px;
}

.zfwjxl-box-right-con-list h3 a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 在线访谈 */

.zxft-bqzt-box {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px 30px 40px;
    margin-top: 20px;
    box-shadow: 0 0 10px #e7e7e7;
}

.zxft-bqzt-box .hd {
    height: 32px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: url(../images/zxft_bqft_hd.png) no-repeat center;
}

.zxft-bqzt-box .hd span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #d00205;
    font-weight: bold;
}

.zxft-bqzt-box .hd span i {
    color: #035ea5;
}

.zxft-bqzt-box .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zxft-bqzt-box .bd .l {
    width: 566px;
    height: 324px;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 10px;
    background: url(../images/zxft_bqft_l.png) no-repeat center;
}

.zxft-bqzt-box .bd .l a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zxft-bqzt-box .bd .l a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.zxft-bqzt-box .bd .l a:hover img {
    transform: scale(1.1);
    opacity: .75;
}

.zxft-bqzt-box .bd .r {
    width: 755px;
}

.zxft-bqzt-box .bd .r a:first-child {
    display: block;
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 25px;
}

.zxft-bqzt-box .bd .r p {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.zxft-bqzt-box .bd .r p span {
    width: 62px;
    display: block;
    float: left;
    font-size: 20px;
    color: #035ea5;
    font-weight: bold;
    line-height: 38px;
}

.zxft-bqzt-box .bd .r p em {
    width: 692px;
    display: block;
    font-size: 20px;
    color: #333333;
    float: left;
    line-height: 38px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zxft-bqzt-box .bd .r a:last-child {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    background-color: #035ea5;
    text-align: center;
    display: block;
    float: right;
    margin-top: 25px;
}

.zxft-wqzt-box {
    margin-top: 40px;
}

.zxft-wqzt-box .hd {
    height: 32px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: url(../images/zxft_bqft_hd.png) no-repeat center;
}

.zxft-wqzt-box .hd span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #d00205;
    font-weight: bold;
}

.zxft-wqzt-box .hd span i {
    color: #035ea5;
}

.zxft-wqzt-box .bd {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
}

.zxft-wqzt-box .bd ul li {
    float: left;
    width: 100%;
    height: 200px;
    margin-top: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}

.zxft-wqzt-box .bd ul li:nth-child(3n) {
    margin-right: 0;
}

.zxft-wqzt-box .bd ul li .img {
    width: 300px;
    height: 169px;
    float: left;
    overflow: hidden;
}

.zxft-wqzt-box .bd ul li .img a {
    width: 100%;
    height: 100%;
    display: block;
}

.zxft-wqzt-box .bd ul li .img a img {
    width: 100%;
    height: 100%;
    float: left;
    transition: all .3s;
}

.zxft-wqzt-box .bd ul li .img a:hover img {
    transform: scale(1.1);
    opacity: .75;
}

.zxft-wqzt-box .bd ul li .txt {
    width: 1040px;
    float: right;
    height: 169px;
    border-top: 0;
    box-sizing: border-box;
}

.zxft-wqzt-box .bd ul li .txt p {
    width: 100%;
    float: left;
}

.zxft-wqzt-box .bd ul li .txt p:first-child {
    margin-bottom: 24px;
}

.zxft-wqzt-box .bd ul li .txt p span {
    width: 56px;
    display: block;
    float: left;
    font-size: 18px;
    color: #035ea5;
    font-weight: bold;
    line-height: 36px;
}

.zxft-wqzt-box .bd ul li .txt p a {
    width: 980px;
    font-size: 18px;
    display: block;
    float: left;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zxft-wqzt-box .bd ul li .txt p em {
    width: 980px;
    font-size: 18px;
    display: block;
    float: left;
    line-height: 36px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 在线访谈细览 */

.zxft-xl-box {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px 30px 40px;
    margin-top: 20px;
    box-shadow: 0 0 10px #e7e7e7;
}

.zxft-xl-xq-box {
    width: 100%;
    float: left;
}

.zxft-xl-xq-box .l {
    width: 700px;
    height: 399px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
    background: url(../images/zxft_xl_xq_l.png) no-repeat center;
}

.zxft-xl-xq-box .l .img {
    width: 100%;
    height: 100%;
}

.zxft-xl-xq-box .l .img img {
    width: 100%;
    height: 100%;
    float: left;
}

.zxft-xl-xq-box .l .sp {
    width: 100%;
    height: 100%;
}

.zxft-xl-xq-box .l .sp video {
    width: 100%;
    height: 100%;
    float: left;
}

.zxft-xl-xq-box .r {
    width: 650px;
    height: 399px;
    overflow: hidden;
}

.zxft-xl-xq-box .r i {
    display: block;
    width: 92px;
    height: 34px;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 9px;
    line-height: 34px;
    float: left;
    margin-top: 15px;
    background: url(../images/zxft_xl_xq_r_i.png) no-repeat center;
}

.zxft-xl-xq-box .r h2 {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    margin-top: 6px;
    box-sizing: border-box;
    padding-bottom: 28px;
    background: url(../images/zxft_xl_xq_r_fg.png) no-repeat center bottom;
}

.zxft-xl-xq-box .r div {
    width: 100%;
    float: left;
    margin-top: 14px;
}

.zxft-xl-xq-box .r div p {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.zxft-xl-xq-box .r div p:last-child {
    margin-top: 3px;
}

.zxft-xl-xq-box .r div p span {
    font-size: 18px;
    color: #035ea5;
    line-height: 38px;
    display: block;
    float: left;
}

.zxft-xl-xq-box .r div p:last-child span {
    line-height: 36px;
}

.zxft-xl-xq-box .r div p em {
    font-size: 18px;
    color: #333333;
    display: block;
    line-height: 38px;
}

.zxft-xl-xq-box .r div p:last-child em {
    line-height: 36px;
}

.zxft-wzsl-box {
    width: 100%;
    float: left;
    margin-top: 40px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    background-color: #f2f8ff;
    padding: 30px 15px 30px 30px;
}

.zxft-wzsl-box .hd {
    width: 100%;
    float: left;
}

.zxft-wzsl-box .hd h2 {
    font-size: 26px;
    line-height: 26px;
    color: #035ea5;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 2px;
    box-sizing: border-box;
    padding-left: 17px;
}

.zxft-wzsl-box .bd {
    width: 100%;
    float: left;
    padding-right: 15px;
    height: 1340px;
    overflow-y: auto;
    margin-top: 30px;
    box-sizing: border-box;
}

.zxft-wzsl-box .bd .zcr {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px;
}

.zxft-wzsl-box .bd .zcr:last-child {
    margin-bottom: 0;
}

.zxft-wzsl-box .bd .zcr h5 {
    min-width: 200px;
    height: 42px;
    background-color: #f2f8ff;
    border-radius: 30px;
    float: left;
    box-sizing: border-box;
    padding-left: 21px;
    padding-right: 1px;
}

.zxft-wzsl-box .bd .zcr h5 span {
    display: block;
    line-height: 42px;
    font-size: 20px;
    color: #035ea5;
    float: left;
    font-weight: normal;
    margin-right: 18px;
}

.zxft-wzsl-box .bd .zcr h5 i {
    display: block;
    height: 40px;
    float: right;
    line-height: 40px;
    margin-top: 1px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #035ea5;
    background-color: #ffffff;
    padding: 0 20px;
}

.zxft-wzsl-box .bd .zcr .shilu {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-family: "微软雅黑";
    float: left;
    text-indent: 2em;
    margin-top: 22px;
}

.zxft-wzsl-box .bd .zcr .shilu * {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #333333 !important;
    font-family: "微软雅黑" !important;
}


/* 领导细览 */

.ldxl-sub-box {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px 30px 40px;
    margin-top: 20px;
    box-shadow: 0 0 10px #e7e7e7;
}

.ldxl-box {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 30px 30px 40px;
}

.ldxl-box .l {
    width: 386px;
    box-sizing: border-box;
    padding: 40px 30px 0;
    background-color: #f2f8ff;
}

.ldxl-box .l #ulDiv {
    box-sizing: border-box;
    padding-bottom: 40px;
}

.ldxl-box .l .item {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.ldxl-box .l .item h2 {
    font-size: 22px;
    color: #035ea5;
    box-sizing: border-box;
    padding: 0 52px;
    background: url(../images/ldxl_h2_l.png) no-repeat left center, url(../images/ldxl_h2_r.png) no-repeat right center;
}

.ldxl-box .l .item ul {
    width: 100%;
}

.ldxl-box .l .item ul li {
    width: 100%;
    float: left;
    height: 66px;
    background-color: #ffffff;
    border: 1px solid #b4d5ef;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
}

.ldxl-box .l .item ul li a {
    display: block;
    width: 100%;
    line-height: 64px;
    font-size: 20px;
    color: #333333;
    text-align-last: justify;
    box-sizing: border-box;
    padding: 0 29px;
    padding-right: 234px;
    background: url(../images/ldxl_xtb.png) no-repeat right 29px center;
}

.ldxl-box .l .item ul li.on,
.ldxl-box .l .item ul li:hover {
    background-color: #035ea5;
    border: 1px solid #035ea5;
}

.ldxl-box .l .item ul li.on a,
.ldxl-box .l .item ul li:hover a {
    color: #fff;
    background: url(../images/ldxl_xtb2.png) no-repeat right 29px center;
}

.ldxl-box .r {
    width: 891px;
}

.ldxl-ldxq-box {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.ldxl-ldxq-box>img {
    width: 171px;
    height: 243px;
}

.ldxl-ldxq-box>h1 {
    width: 100%;
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: #035ea5;
    text-align: center;
    margin-top: 24px;
}

.ldxl-ldxq-box>h2 {
    width: 100%;
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    margin-top: 16px;
}

.ldxl-ldxq-ldfg-box {
    width: 100%;
    margin-top: 40px;
}

.ldxl-ldxq-ldjj-box {
    width: 100%;
    margin-top: 40px;
}

.ldxl-ldxq-ldfg-box .hd,
.ldxl-ldxq-ldjj-box .hd {
    width: 100%;
    float: left;
}

.ldxl-ldxq-ldfg-box .hd h2,
.ldxl-ldxq-ldjj-box .hd h2 {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.ldxl-ldxq-ldfg-box .bd,
.ldxl-ldxq-ldjj-box .bd {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    font-family: "微软雅黑";
    text-indent: 2em;
    margin-top: 20px;
    box-sizing: border-box;
    padding-bottom: 35px;
    background: url(../images/ldxl_fg.png) no-repeat center bottom;
}

.ldxl-ldxq-ldfg-box .bd *,
.ldxl-ldxq-ldjj-box .bd * {
    font-size: 18px !important;
    color: #333333 !important;
    line-height: 36px !important;
    font-family: "微软雅黑" !important;
}

.ldxl-ldhd-box {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.ldxl-ldhd-box .hd {
    width: 100%;
    float: left;
}

.ldxl-ldhd-box .hd h2 {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.ldxl-ldhd-box .bd {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.ldxl-ldhd-box .bd ul li {
    float: left;
    width: 100%;
    height: 66px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}

.ldxl-ldhd-box .bd ul li a {
    display: block;
    font-size: 18px;
    line-height: 66px;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.ldxl-ldhd-box .bd ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #035ea5;
}

.ldxl-ldhd-box .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 78px;
}


/* 民意征集 */

.myzj-list-box {
    width: 100%;
    float: left;
}

.myzj-list-box ul li {
    float: left;
    width: 100%;
    height: 111px;
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 24px 29px;
}

.myzj-list-box ul li:first-child {
    margin-top: 0;
}

.myzj-list-box ul li i {
    width: 70px;
    display: block;
    height: 60px;
    background-color: #c4c4c4;
    border-radius: 5px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    float: left;
    margin-right: 20px;
}

.myzj-list-box ul li.on i {
    background-color: #035ea5;
}

.myzj-list-box ul li p {
    width: 1060px;
    float: left;
}

.myzj-list-box ul li p a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-top: 5px;
}

.myzj-list-box ul li p em {
    width: 100%;
    font-size: 16px;
    color: #999999;
    display: block;
    float: left;
    line-height: 18px;
    background: url(../images/zxft_xtb.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 25px;
    margin-top: 11px;
}

.myzj-list-box ul li a:last-child {
    display: block;
    width: 110px;
    height: 33px;
    float: right;
    font-size: 16px;
    color: #035ea5;
    text-align: center;
    line-height: 33px;
    background-color: #f2f8ff;
    border-radius: 6px;
    position: relative;
    z-index: 99;
    margin-top: 15px;
}

.myzj-list-box ul li a:last-child:hover {
    background-color: #035ea5;
    color: #ffffff;
}


/* 民意征集细览 */

.text_bd {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.text_bd>.hd {
    width: 100%;
    height: 65px;
    background-color: #f2f8ff;
}

.text_bd>.hd ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.text_bd>.hd li {
    background-color: #f2f8ff;
    width: 20%;
    height: 65px;
    display: list-item;
}

.text_bd>.hd li.on {
    background-color: #e0eeff;
}

.text_bd>.hd li a {
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 65px;
    text-align: center;
    color: #035ea5;
    display: block;
}

.text_bd>.hd li.on a {
    font-weight: bold;
}

.text_bd .bd {
    width: 100%;
}

.zj_txt_con {
    padding: 40px 0 20px;
    position: relative;
    z-index: 1;
    min-height: auto !important;
}

#zjfujian {
    position: relative;
    z-index: 1;
    min-height: auto !important;
}

.zj_fankui .text_yjxd {
    margin-top: 60px;
}

.zj_fankui .text_yjxd .hd {
    height: 37px;
    background: url(../images/twoTab_hd.png) no-repeat left 2px;
    box-sizing: border-box;
    padding-left: 18px;
}

.zj_fankui .text_yjxd .hd span {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: #035ea5;
}

.zj_fankui .text_yjxd .bd li {
    margin-top: 20px;
}

.zj_fankui .text_yjxd .bd table {
    width: 100%;
    text-align: center;
    border-spacing: inherit;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.zj_fankui .text_yjxd .bd table th {
    background-color: #f3f4f8;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    width: 180px;
}

.zj_fankui .text_yjxd .bd table td {
    text-align: left;
    font-size: 18px;
    color: #333;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 40px;
    line-height: 36px;
}


/*提取码弹出框*/

.gltqm-prompt-box {
    position: fixed;
    z-index: 2000;
    height: 200px;
    width: 300px;
    left: 50%;
    top: 200px;
    margin-left: -150px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.gltqm-prompt-posi {
    position: relative;
    height: 100%;
    width: 100%;
}

.gltqm-prompt-tit {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #eee;
}

.gltqm-prompt-conts {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 40px;
}

.gltqm-prompt-conts p {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.gltqm-prompt-btn {
    width: 200px;
    height: 30px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -100px;
}

.gltqm-prompt-btn input {
    height: 30px;
    width: 40%;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.gltqm-prompt-lf {
    background: #3a9bd3;
}

.gltqm-prompt-rt {
    background: #ccc;
}


/* 弹出 */

.xy_myzj_TanChu {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 100px 0;
}

.xy_myzj_TanChu_cont {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.xy_myzj_TanChu_cont label {
    width: 570px;
    height: 57px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    float: left;
}

.xy_myzj_TanChu_cont label:nth-child(2) {
    width: 569px;
}

.xy_myzj_TanChu_cont label:nth-child(3) {
    width: 100%;
    height: 188px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    float: left;
}

.xy_myzj_TanChu_cont label:last-child {
    width: 100%;
}

.xy_myzj_TanChu_cont label span {
    float: left;
    width: 139px;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    height: 100%;
    line-height: 56px;
    text-align: right;
    font-size: 18px;
    padding-right: 20px;
}

.xy_myzj_TanChu_cont label font {
    font-size: 18px;
    color: #fa2b2b;
    margin-right: 5px;
}

.xy_myzj_TanChu_cont label input {
    float: left;
    width: 428px;
    height: 56px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 0;
    padding: 0 20px;
    outline: none;
    font-size: 18px;
    color: #333333;
}

.xy_myzj_TanChu_cont label input::placeholder {
    color: #999999;
}

.xy_myzj_TanChu_cont label:last-child input {
    width: 243px;
    border-right: 1px solid #e1e1e1;
}

.xy_myzj_TanChu_cont textarea {
    float: left;
    width: 999px;
    height: 187px;
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 16px 20px;
    outline: none;
    font-size: 18px;
    font-family: "微软雅黑";
}

.xy_myzj_TanChu_cont textarea::placeholder {
    color: #999999;
}

.xy_myzj_TanChu_cont label:last-child img {
    float: left;
    width: 170px !important;
    height: 56px !important;
    margin-left: 4px;
    cursor: pointer;
    margin-top: 0;
}

.xy_myzj_TanChu_submit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.xy_myzj_TanChu_submit button {
    font-size: 18px;
    color: #fefefe;
    width: 150px;
    height: 50px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #035ea5;
    outline: none;
    border: none;
    cursor: pointer;
}

.havenosubmit {
    width: 296px;
    position: absolute;
    height: 236px;
    right: 70px;
    bottom: 0;
    z-index: 0;
    background: url(../images/myzj_xl_yjs.png) no-repeat center;
}

.text_sys {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
}

.text_sys #qrcode {
    display: block;
    width: 185px;
    height: 185px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
}

.text_sys img {
    width: 100%;
    height: 100%;
    float: left;
}

.text_sys p {
    width: 100%;
    margin-top: 21px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}


/* 专题专栏 */

.ztzl-sub-box .bd-box {
    width: 100%;
    box-sizing: border-box;
    min-height: 500px;
    border: 1px solid #e1e1e1;
    padding: 30px 30px 40px;
}

.ztzl-sub-box .bd {
    width: 100%;
    float: left;
}

.ztzl-sub-box .bd .inHd {
    height: 48px;
    width: 100%;
    float: left;
}

.ztzl-sub-box .bd .inHd ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.ztzl-sub-box .bd .inHd ul li {
    width: 110px;
    border: 1px solid #035ea5;
    box-sizing: border-box;
    height: 48px;
    border-right: 0;
}

.ztzl-sub-box .bd .inHd ul li:last-child {
    border-right: 1px solid #035ea5;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ztzl-sub-box .bd .inHd ul li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.ztzl-sub-box .bd .inHd ul li.on {
    background-color: #035ea5;
}

.ztzl-sub-box .bd .inHd ul li a {
    display: block;
    text-align: center;
    line-height: 46px;
    color: #666666;
    font-size: 18px;
}

.ztzl-sub-box .bd .inHd ul li.on a {
    color: #ffffff;
}

.ztzl-sub-box .bd .inBd {
    width: 100%;
    float: left;
    /* height: 995px; */
    overflow: hidden;
    margin-top: 10px;
}

.ztzl-sub-box .bd .inBd .item ul {
    background: url(../images/ztlz_ul_fg.png) no-repeat center 303px, url(../images/ztlz_ul_fg.png) no-repeat center 607px, url(../images/ztlz_ul_fg.png) no-repeat center 914px;
}

.ztzl-sub-box .bd .inBd .item ul li {
    float: left;
    width: 307px;
    height: 244px;
    margin: 30px 14px 31px 15px;
}

.ztzl-sub-box .bd .inBd .item ul li:nth-child(4n+1) {
    margin-left: 0;
}

.ztzl-sub-box .bd .inBd .item ul li:nth-child(4n+4) {
    margin-right: 0;
}

.ztzl-sub-box .bd .inBd .item ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ztzl-sub-box .bd .inBd .item ul li a .img {
    width: 100%;
    height: 185px;
    float: left;
    overflow: hidden;
}

.ztzl-sub-box .bd .inBd .item ul li a .img img {
    width: 100%;
    height: 100%;
    float: left;
    transition: all .3s;
}

.ztzl-sub-box .bd .inBd .item ul li:hover a .img img {
    transform: scale(1.1);
    opacity: .75;
}

.ztzl-sub-box .bd .inBd .item ul li a .txt {
    box-sizing: border-box;
    height: 59px;
    border: 1px solid #e9f0f5;
    border-top: 0;
    float: left;
    width: 100%;
}

.ztzl-sub-box .bd .inBd .item ul li a .txt span {
    display: block;
    width: 100%;
    line-height: 58px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 20px;
}

.ztzl-sub-box .bd .inBd .item ul li:hover a .txt span {
    color: #035ea5;
}

.ztzl-sub-box .bd .inBd .item .ztzl_gd {
    display: table;
    width: 150px;
    height: 50px;
    margin: auto;
    margin-top: 30px;
    background-color: #f7fbff;
    text-align: center;
    color: #035ea5;
    font-size: 18px;
    line-height: 50px;
}

.ztzl-sub-box .bd .inBd .item .ztzl_gd:hover {
    color: #ffffff;
    background-color: #035ea5;
}

.gdzt-sub-box {
    margin-top: 40px;
}

.gdzt-sub-box .hd {
    height: 28px;
    width: 100%;
    float: left;
    background: url(../images/gdzt_hd.png) no-repeat left 141px top 3px;
}

.gdzt-sub-box .hd span {
    display: block;
    font-size: 30px;
    line-height: 28px;
    color: #d00205;
    font-weight: bold;
}

.gdzt-sub-box .hd span i {
    color: #035ea5;
}

.gdzt-sub-box .bd ul li {
    float: left;
    width: 700px;
    height: 78px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    margin-right: 40px;
    margin-top: 10px;
}

.gdzt-sub-box .bd ul li:nth-child(2n) {
    margin-right: 0;
}

.gdzt-sub-box .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    box-sizing: border-box;
    line-height: 76px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 58px;
    background: url(../images/gdzt_xtb.png) no-repeat left 29px center;
}


/* 网站地图 */

.wzdt-sub-box .bd-box {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 30px 30px 40px;
}

.wzdt-sub-box .item {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    box-sizing: border-box;
    padding-bottom: 31px;
    border-bottom: 1px dashed #f2f2f2;
}

.wzdt-sub-box .item:first-child {
    margin-top: 0;
}

.wzdt-sub-box .bd-box .item .inhd {
    width: 187px;
    height: 100%;
    min-height: 130px;
    float: left;
    background-color: #f2f8ff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.wzdt-sub-box .item:nth-child(4) .inhd {
    height: 205px;
}

.wzdt-sub-box .bd-box .item .inhd>div {
    width: 100%;
    text-align: center;
}

.wzdt-sub-box .bd-box .item .inhd a {
    display: block;
    font-size: 22px;
    color: #035ea5;
    font-weight: bold;
    margin-top: 5px;
}

.wzdt-sub-box .bd-box .item .inhd a i {
    color: #d00205;
}

.wzdt-sub-box .item .inbd {
    width: 1104px;
    float: right;
    margin-top: 2px;
}

.wzdt-sub-box .item .inbd ul li {
    float: left;
    width: 261px;
    height: 55px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: 20px;
    transition: background 0.3s;
}

.wzdt-sub-box .item .inbd ul li:nth-child(1),
.wzdt-sub-box .item .inbd ul li:nth-child(2),
.wzdt-sub-box .item .inbd ul li:nth-child(3),
.wzdt-sub-box .item .inbd ul li:nth-child(4) {
    margin-top: 0;
}

.wzdt-sub-box .item .inbd ul li:hover {
    background: #035ea5;
    transition: background 0.3s;
}

.wzdt-sub-box .item .inbd ul li:nth-child(4n) {
    margin-right: 0;
}

.wzdt-sub-box .item .inbd ul li a {
    display: block;
    max-width: 100%;
    font-size: 18px;
    line-height: 53px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    box-sizing: border-box;
    color: #333333;
}

.wzdt-sub-box .item .inbd ul li:hover a {
    color: #ffffff;
}


/* 信件列表 */

.xjlb-list-box {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 30px;
}

.xjlb-list-hd {
    width: 100%;
    float: left;
    height: 54px;
    background-color: #f2f8ff;
    box-sizing: border-box;
    padding: 0 30px;
}

.xjlb-list-hd span {
    display: block;
    font-size: 20px;
    color: #035ea5;
    float: left;
    line-height: 54px;
}

.xjlb-list-hd span:first-child {
    width: 973px;
}

.xjlb-list-hd span:nth-child(2) {
    width: 224px;
}

.xjlb-list-box ul li {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    height: 77px;
    border-bottom: 1px dashed #f2f2f2;
}

.xjlb-list-box ul li a {
    display: block;
    float: left;
    width: 905px;
    font-size: 18px;
    line-height: 76px;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xjlb-list-box ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.xjlb-list-box ul li span {
    font-size: 16px;
    color: #999999;
    display: block;
    float: left;
    line-height: 76px;
    margin-left: 63px;
}

.xjlb-list-box ul li em {
    width: 83px;
    height: 25px;
    font-size: 16px;
    color: #226cac;
    background-color: #f2f8ff;
    border-radius: 6px;
    text-align: center;
    display: block;
    float: right;
    line-height: 25px;
    margin-top: 26px;
    margin-left: 63px;
}


/* 信件细览 */

.xjxl-box {
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    margin-top: 20px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
}

.xjxl-box-con {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 30px 30px 40px;
}

.lx-box {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.lx-box .hd {
    width: 100%;
    float: left;
    height: 65px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding: 0 30px;
}

.lx-box .hd h2 {
    float: left;
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
    line-height: 64px;
    padding-left: 50px;
    margin-right: 20px;
    background: url(../images/xjxl_xtb.png) no-repeat left center;
}

.lx-box .hd em {
    display: block;
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 64px;
}

.lx-box ul {
    width: 100%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.lx-box ul li {
    width: 100%;
    float: left;
    min-height: 78px;
    border-bottom: 1px dashed #f2f2f2;
    box-sizing: border-box;
}

.lx-box ul li:last-child {
    border-bottom: 0;
}

.lx-box ul li span {
    min-width: 320px;
    display: block;
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 77px;
}

.lx-box ul li #lxnr {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    font-family: "微软雅黑";
    box-sizing: border-box;
    padding: 20px 0;
    text-align: justify;
}

.lx-box ul li #lxnr * {
    font-size: 18px !important;
    color: #333333 !important;
    line-height: 32px !important;
    font-family: "微软雅黑" !important;
}

.hf-box {
    margin-top: 40px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.hf-box .hd {
    width: 100%;
    float: left;
    height: 65px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding: 0 30px;
}

.hf-box .hd h2 {
    float: left;
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
    line-height: 64px;
    padding-left: 50px;
    margin-right: 20px;
    background: url(../images/xjxl_xtb2.png) no-repeat left center;
}

.hf-box ul {
    width: 100%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.hf-box ul li {
    width: 100%;
    float: left;
    min-height: 78px;
    border-bottom: 1px dashed #f2f2f2;
    box-sizing: border-box;
}

.hf-box ul li:last-child {
    border-bottom: 0;
}

.hf-box ul li #hfnr {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    font-family: "微软雅黑";
    box-sizing: border-box;
    padding: 20px 0;
    text-align: justify;
}

.hf-box ul li #hfnr * {
    font-size: 18px !important;
    color: #333333 !important;
    line-height: 32px !important;
    font-family: "微软雅黑" !important;
}

.hf-box ul li span {
    min-width: 320px;
    display: block;
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 77px;
}

.hf-box ul li span em {
    background-color: #f2f8ff;
    border-radius: 6px;
    padding: 2px 10px;
    font-size: 18px;
    color: #296dac;
    box-sizing: border-box;
}


/* 信件细览（原站） */

.xjxl-box .hd>span {
    float: left;
    font-size: 26px;
    color: #035ea5;
    font-weight: 700;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 18px;
    line-height: 26px;
}

.xjxl-box .xl_cont {
    margin-top: 30px;
}

.xjxl-box .xl_cont_mobile {
    display: none;
}

.xjxl-box .xl_cont table {
    width: 100%;
    border-spacing: inherit;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.xjxl-box .xl_cont table th {
    width: 215px;
    height: 58px;
    background-color: #f3f7fa;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.xjxl-box .xl_cont table td {
    width: 419px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
}


/* 政策解读 */

.header-zcjd {
    background: url(../images/header_zcjd_bj.png) no-repeat center top;
    height: 383px;
    box-sizing: border-box;
    padding-top: 30px;
}

.header-zcjd .container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.header-zcjd-top {
    width: 100%;
}

.header-zcjd-top .l {
    width: 380px;
    height: 78px;
}

.header-zcjd-top .l a {
    width: 100%;
    height: 100%;
    display: block;
}

.header-zcjd-top .l a img {
    width: 100%;
    height: 100%;
    float: left;
}

.header-zcjd-top .r a {
    display: block;
    width: 142px;
    height: 45px;
    line-height: 45px;
    float: left;
    font-size: 18px;
    box-sizing: border-box;
}

.header-zcjd-top .r a.wza {
    color: #035ea5;
    margin-right: 30px;
    padding-left: 40px;
    background: url(../images/wza_zcjd.png) no-repeat center;
}

.header-zcjd-top .r a.fh {
    color: #ffffff;
    padding-left: 50px;
    background: url(../images/fh_zcjd.png) no-repeat center;
}

.header-zcjd-search {
    width: 654px;
    height: 60px;
    margin-top: 150px;
    box-sizing: border-box;
    padding: 5px 5px 5px 80px;
    background: url(../images/search_zcjd_bj.png) no-repeat center;
}

.searchKeywords {
    display: block;
    width: 420px;
    font-size: 18px;
    height: 100%;
    float: left;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    color: #333333;
}

.searchKeywords::placeholder {
    color: #9d9d9d;
}

.searchSubmit {
    display: block;
    width: 146px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #035ea5;
    font-weight: bold;
    float: right;
    cursor: pointer;
    background: none;
    outline: none;
    padding: 0;
    border: 0px;
    margin: 0px;
    border-radius: 30px;
}

.zcjd-sub-box {
    background-color: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    margin-top: 42px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
}

.zcjd-sub-box .l {
    width: 391px;
    box-sizing: border-box;
    padding-right: 40px;
    border-right: 1px solid #e1e1e1;
}

.zcjd-hd {
    width: 100%;
    float: left;
}

.zcjd-hd a:first-child {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
    color: #035ea5;
}

.zcjd-hd a:nth-child(2) {
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    float: right;
    display: block;
}

.zcjd-hd a:nth-child(2):hover {
    color: #035ea5;
}

.zcjd-bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zcjd-bd div {
    width: 100%;
    height: 218px;
    float: left;
}

.zcjd-bd div a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.zcjd-bd div a img {
    width: 100%;
    height: 100%;
    float: left;
    transition: all .3s;
}

.zcjd-bd div a:hover img {
    transform: scale(1.1);
    opacity: .75;
}

.zcjd-bd ul {
    width: 100%;
    float: left;
    height: 216px;
    border: 1px solid #e9f0f5;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #f7fbff;
}

.zcjd-bd ul li {
    float: left;
    width: 100%;
    height: 107px;
    border-bottom: 1px dashed #d6d6d6;
    box-sizing: border-box;
    padding-top: 24px;
}

.zcjd-bd ul li:last-child {
    border-bottom: 0;
}

.zcjd-bd ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.zcjd-bd ul li a::after {
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}

.zcjd-sub-xwfbh-box {
    margin-top: 40px;
}

.zcjd-sub-plwz-box {
    margin-top: 40px;
}

.zcjd-sub-plwz-box .bd {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zcjd-sub-plwz-box .bd ul {
    background: url(../images/zcjd_plwz_ul.png) no-repeat 4px 10px;
}

.zcjd-sub-plwz-box .bd ul li {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.zcjd-sub-plwz-box .bd ul li:first-child {
    margin-top: 2px;
}

.zcjd-sub-plwz-box .bd ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding-left: 24px;
    background: url(../images/ymjjnmg_nmgxwlb_xtb.png) no-repeat left center;
}

.zcjd-sub-msjd-box {
    margin-top: 40px;
}

.zcjd-sub-msjd-box .bd {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.zcjd-sub-msjd-box .bd .inBd-box {
    height: 340px;
    overflow: hidden;
}

.zcjd-sub-msjd-box .bd .inBd ul li {
    float: left;
    width: 165px;
    height: 65px;
    margin-top: 20px;
    background-color: #f2f8ff;
    margin-right: 19px;
    transition: background 0.3s;
}

.zcjd-sub-msjd-box .bd .inBd ul li:nth-child(2n) {
    margin-right: 0;
}

.zcjd-sub-msjd-box .bd .inBd ul li:hover {
    background: #035ea5;
    transition: background 0.3s;
}

.zcjd-sub-msjd-box .bd .inBd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zcjd-sub-msjd-box .bd .inBd ul li:hover a {
    color: #ffffff;
}

.zcjd-sub-msjd-box .bd .inHd {
    margin-top: 20px;
}

.zcjd-sub-msjd-box .bd .inHd ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.zcjd-sub-msjd-box .bd .inHd ul li {
    float: left;
    width: 9px;
    height: 9px;
    background-color: #e5eff6;
    border-radius: 30px;
    margin-right: 5px;
}

.zcjd-sub-msjd-box .bd .inHd ul li:last-child {
    margin-right: 0;
}

.zcjd-sub-msjd-box .bd .inHd ul li.on {
    background-color: #035ea5;
    width: 23px;
}

.zcjd-sub-box .r {
    width: 989px;
    box-sizing: border-box;
    padding-left: 40px;
}

.zcjd-sub-tab-box {
    height: 490px;
    overflow: hidden;
}

.zcjd-sub-tab-box .hd {
    width: 100%;
    float: left;
    margin-bottom: 14px;
}

.zcjd-hd2 ul {
    float: left;
}

.zcjd-hd2 ul li {
    float: left;
    margin-right: 48px;
}

.zcjd-hd2 ul li:last-child {
    margin-right: 0;
}

.zcjd-hd2 ul li a {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.zcjd-hd2 ul li.on a {
    color: #035ea5;
}

.zcjd-hd2 .more {
    width: 52px;
    height: 26px;
    overflow: hidden;
    float: right;
}

.zcjd-hd2 .more a {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
}

.zcjd-hd2 .more a:hover {
    color: #015293 !important;
}

.zcjd-sub-tab-box .bd ul li {
    width: 464px;
    height: 130px;
    box-sizing: border-box;
    border: 1px solid #e9f0f5;
    border-radius: 3px;
    float: left;
    padding: 20px 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.zcjd-sub-tab-box .bd ul li:nth-child(2n) {
    margin-right: 0;
}

.zcjd-sub-tab-box .bd ul li>a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 27px;
    float: left;
    position: relative;
}

.zcjd-sub-tab-box .bd ul li>a i {
    display: inline-block;
    margin-left: 10px;
    line-height: 18px;
}

.zcjd-sub-tab-box .bd ul li>a i img {
    vertical-align: top;
}

.zcjd-sub-tab-box .bd ul li>a em {
    color: #035ea5;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-left: 10px;
    border: 1px dashed #035ea5;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 15px;
    font-size: 14px;
    text-align: center;
}

.zcjd-sub-tab-box .bd ul li>a em>a {
    color: #035ea5;
    font-size: 14px;
}

.zcjd-sub-tab-box .bd ul li span {
    display: block;
    float: left;
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

.zcjd-sub-tab2-box {
    margin-top: 40px;
    height: 490px;
    overflow: hidden;
}

.zcjd-sub-tab2-box .hd {
    margin-bottom: 30px;
}

.zcjd-sub-tab2-box .bd ul.tjzc li {
    width: 303px;
    height: 434px;
    float: left;
    margin-right: 20px;
}

.zcjd-sub-tab2-box .bd ul.tjzc li:last-child {
    margin-right: 0;
}

.zcjd-sub-tab2-box .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.zcjd-sub-tab2-box .bd ul li a img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.zcjd-sub-tab2-box .bd ul.tjzc li a:hover img {
    transform: scale(1.1);
    opacity: 0.75;
}

.zcjd-sub-tab2-box .bd ul li a span {
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #035ea5;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 60px;
}

.zcjd-sub-tab2-box .bd ul.spjd li {
    width: 303px;
    height: 207px;
    float: left;
    margin-right: 20px;
}

.zcjd-sub-tab2-box .bd ul.spjd li:nth-child(3n) {
    margin-right: 0;
}

.zcjd-sub-tab2-box .bd ul.spjd li:nth-child(n+4) {
    margin-top: 20px;
}

.zcjd-sub-tab2-box .bd ul.spjd li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.zcjd-sub-tab2-box .bd ul.spjd li a span {
    height: 45px;
    line-height: 45px;
}

.zcjd-sub-tab2-box .bd ul.tjzc li a img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.zcjd-sub-mtjd-box {
    margin-top: 40px;
}

.zcjd-sub-mtjd-box .hd {
    margin-bottom: 9px;
}

.zcjd-sub-mtjd-box .bd ul li {
    float: left;
    width: 100%;
    height: 66px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}

.zcjd-sub-mtjd-box .bd ul li a {
    display: block;
    font-size: 18px;
    line-height: 65px;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.zcjd-sub-mtjd-box .bd ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #035ea5;
}

.zcjd-sub-mtjd-box .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 65px;
}

.zcjd-sub-zcjmwd-box {
    margin-top: 40px;
    height: 405px;
    background: url(../images/zcjd_zcjmwd_bd.png) no-repeat center;
    box-sizing: border-box;
    padding: 30px;
}

.zcjd-sub-zcjmwd-box .hd {
    width: 100%;
    float: left;
}

.zcjd-sub-zcjmwd-box .hd a:first-child {
    display: block;
    float: left;
    font-size: 26px;
    color: #035ea5;
    line-height: 30px;
    font-weight: bold;
    background: url(../images/zcjd_zcjmwd_hd.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 40px;
}

.zcjd-sub-zcjmwd-box .hd a:last-child {
    display: block;
    float: right;
    font-size: 18px;
    color: #72afdf;
    line-height: 30px;
}

.zcjd-sub-zcjmwd-box .hd a:last-child:hover {
    font-weight: bold;
}

.zcjd-sub-zcjmwd-box .bd {
    height: 228px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 56px;
    float: left;
}

.zcjd-sub-zcjmwd-box .bd ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.zcjd-sub-zcjmwd-box .bd ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.zcjd-sub-zcjmwd-box .bd ul li:last-child {
    margin-bottom: 0;
}

.zcjd-sub-zcjmwd-box .bd ul li a {
    max-width: 100%;
    display: block;
    font-size: 18px;
    line-height: 22px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .3s;
    position: relative;
}

.zcjd-sub-zcjmwd-box .bd ul li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    background-color: #035ea5;
    transition: all .3s;
}

.zcjd-sub-zcjmwd-box .bd ul li:hover a {
    padding-left: 19px;
}

.zcjd-sub-zcjmwd-box .bd ul li:hover a::after {
    opacity: 1;
}


/* 单篇细览 */

.tydp-sub-box .tyxl-xq-box {
    height: 57px;
}


/* 新闻发布会 */

.xwfbh-sub-box {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px 30px 40px;
    margin-top: 20px;
    box-shadow: 0 0 10px #e7e7e7;
}

.xwfbh-sub-box .hd {
    height: 28px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background: url(../images/wzlmlb_r_hd.png) no-repeat left 171px top 3px;
}

.xwfbh-sub-box .hd span {
    display: block;
    font-size: 30px;
    line-height: 28px;
    color: #d00205;
    font-weight: bold;
}

.xwfbh-sub-box .hd span i {
    color: #035ea5;
}

.xwfbh-sub-box .bd {
    width: 100%;
    height: 419px;
    float: left;
    box-sizing: border-box;
    padding: 40px 30px;
    background: url(../images/xwfbh_sub_box_bd.png) no-repeat center;
}

.xwfbh-sub-box .bd .l {
    width: 601px;
    height: 339px;
}

.xwfbh-sub-box .bd .l a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xwfbh-sub-box .bd .l a img {
    float: left;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.xwfbh-sub-box .bd .l a:hover img {
    transform: scale(1.1);
    opacity: .75;
}

.xwfbh-sub-box .bd .r {
    width: 678px;
}

.xwfbh-sub-box .bd .r a:first-child {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #035ea5;
    text-align: justify;
    line-height: 38px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    margin-top: 15px;
}

.xwfbh-sub-box .bd .r span {
    display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 38px;
    margin-top: 10px;
}

.xwfbh-sub-box .bd .r>div {
    display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: justify;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xwfbh-sub-box .bd .r a:last-child {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #035ea5;
    float: right;
    margin-top: 25px;
}

.xwfbh-tab-box {
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 30px;
}

.xwfbh-tab-box .hd {
    width: 100%;
    height: 47px;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.xwfbh-tab-box .hd ul {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.xwfbh-tab-box .hd ul li {
    float: left;
    margin: 0 35px;
}

.xwfbh-tab-box .hd ul li a {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    position: relative;
    padding-bottom: 21px;
    box-sizing: border-box;
}

.xwfbh-tab-box .hd ul li.on a::after {
    width: 100%;
    height: 2px;
    background-color: #035ea5;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.xwfbh-tab-box .hd ul li.on a {
    color: #035ea5;
}

.xwfbh-tab-box .bd-box {
    width: 100%;
    height: 323px;
    overflow: hidden;
    float: left;
}

.xwfbh-tab-box .bd-box .bd ul li {
    float: left;
    width: 433px;
    height: 115px;
    margin-right: 40px;
    margin-top: 30px;
}

.xwfbh-tab-box .bd-box .bd ul li:nth-child(3n) {
    margin-right: 0;
}

.xwfbh-tab-box .bd-box .bd ul li:nth-child(1),
.xwfbh-tab-box .bd-box .bd ul li:nth-child(2),
.xwfbh-tab-box .bd-box .bd ul li:nth-child(3) {
    margin-bottom: 31px;
}

.xwfbh-tab-box .bd-box .bd ul li .l {
    width: 60px;
    height: 100%;
    background-color: #f2f8ff;
    box-sizing: border-box;
    padding-top: 24px;
    position: relative;
}

.xwfbh-tab-box .bd-box .bd ul li .l::after {
    width: 18px;
    height: 1px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 23px;
    transform: translate(-50%, 0);
    background-color: #035ea5;
}

.xwfbh-tab-box .bd-box .bd ul li .l i {
    display: block;
    width: 100%;
    font-size: 32px;
    color: #035ea5;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}

.xwfbh-tab-box .bd-box .bd ul li .l em {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #035ea5;
    text-align: center;
    line-height: 12px;
    margin-top: 9px;
}

.xwfbh-tab-box .bd-box .bd ul li .r {
    width: 355px;
    height: 100%;
}

.xwfbh-tab-box .bd-box .bd ul li .r a {
    width: 100%;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.xwfbh-tab-box .bd-box .bd ul li .r span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #999999;
    float: left;
    box-sizing: border-box;
    padding-left: 21px;
    margin-top: 18px;
    background: url(../images/xwfbh_tab_xtb.png) no-repeat left center;
}

.xwfbh-hf-box {
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 30px;
}

.xwfbh-hf-box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xwfbh-hf-box a img {
    float: left;
    width: 100%;
    height: 100%;
    transition: all .3s;
}


/* .xwfbh-hf-box a:hover img {
    transform: scale(1.1);
} */

.msxwfbh-sub-box {
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 30px;
}

.msxwfbh-sub-box .hd {
    height: 47px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}

.msxwfbh-sub-box .hd a {
    display: block;
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 21px;
}

.msxwfbh-sub-box .hd a::after {
    width: 100%;
    height: 2px;
    background-color: #035ea5;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.msxwfbh-sub-box .bd {
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 10px 29px 30px;
}

.msxwfbh-sub-box .bd ul li {
    float: left;
    width: 248px;
    height: 65px;
    background-color: #f2f8ff;
    transition: background 0.3s;
    margin-top: 20px;
    margin-right: 19px;
}

.msxwfbh-sub-box .bd ul li:nth-child(5n) {
    margin-right: 0;
}

.msxwfbh-sub-box .bd ul li:hover {
    background: #035ea5;
    transition: background 0.3s;
}

.msxwfbh-sub-box .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msxwfbh-sub-box .bd ul li:hover a {
    color: #ffffff;
}


/* 数据运营大屏 */

.index-box-sjdp {
    height: 1702px;
    background: url(../images/index_sjdp_bj.png) no-repeat center top;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.header-sjdp {
    width: 100%;
    height: 108px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 55px;
}

.logo-sjdp {
    width: 281px;
    height: 55px;
    margin-top: 34px;
}

.logo-sjdp a {
    width: 100%;
    height: 100%;
}

.logo-sjdp a img {
    width: 100%;
    height: 100%;
}

.title-sjdp {
    width: 1177px;
    height: 40px;
    margin-top: 13px;
    text-align: center;
}

.title-sjdp img {
    width: 325px;
    height: 100%;
    margin: auto;
}

.sjsx-sjdp {
    width: 335px;
    height: 40px;
    margin-top: 38px;
    position: relative;
    background: url(../images/sjsx_sjdp.png) no-repeat center;
}

.sjsx-sjdp input {
    width: 150px;
    height: 40px;
    font-size: 16px;
    color: #3d85cd;
    float: left;
    line-height: 40px;
    box-sizing: border-box;
    background: none;
    padding-left: 10px;
    padding-right: 40px;
}

.sjsx-sjdp input::placeholder {
    color: #3d85cd;
}

.sjsx-sjdp input:nth-child(2) {
    float: right;
}

.content-sjdp {
    width: 100%;
    height: 1308px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

.content-sjdp .tit {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.content-sjdp .tit a {
    font-size: 18px;
    color: #3d85cd;
    font-weight: bold;
    line-height: 18px;
    background: url(../images/tit_sjdp.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 34px;
}

.content-sjdp .con {
    width: 100%;
    float: left;
    margin-top: 23px;
}

.content-sjdp .item1 {
    width: 100%;
    height: 952px;
    box-sizing: border-box;
    padding-left: 34px;
    padding-right: 51px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
}

.content-sjdp .item1>.le {
    width: 497px;
    height: 952px;
    background: url(../images/content_l_bj_sjdp.png) no-repeat center top;
    box-sizing: border-box;
    padding: 12px 25px 0 42px;
    position: relative;
}

.bt-line {
    width: 1px;
    height: 880px;
    position: absolute;
    left: 22px;
    bottom: 0;
    overflow: hidden;
    animation: anim-bt-line 6s 1s linear infinite;
    background-color: #2962bf;
}

.bt-line2 {
    width: 1px;
    height: 780px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 0;
    animation: anim-bt-line 6s 1s linear infinite;
    background-color: #2962bf;
}

@keyframes anim-bt-line {
    0% {
        height: 0px;
    }
    50% {
        height: 880px;
    }
    70% {
        height: 880px;
        opacity: 0.4;
    }
    90% {
        height: 880px;
        opacity: 0.1;
    }
    100% {
        height: 880px;
        opacity: 0;
    }
}

.content-sjdp .item1 .le .hd {
    width: 100%;
    float: left;
    position: relative;
}

.bt-line13 {
    width: 440px;
    height: 2px;
    position: absolute;
    top: 35px;
    left: 10px;
    overflow: hidden;
    animation: anim-bt-line13 6s 1s linear infinite;
    background: linear-gradient(to right, #228aff, #a9d8f3);
}

@keyframes anim-bt-line13 {
    0% {
        width: 0px;
    }
    50% {
        width: 440px;
    }
    60% {
        width: 440px;
        opacity: .4;
    }
    80% {
        width: 440px;
        opacity: .1;
        height: 1px;
    }
    100% {
        width: 440px;
        opacity: 0;
    }
}

.content-sjdp .item1 .le .hd a {
    display: block;
    width: 159px;
    height: 28px;
}

.content-sjdp .item1 .le .hd a img {
    width: 100%;
    height: 100%;
}

.content-sjdp .item1 .le .bd {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.xxfb-box-sjdp .con ul {
    height: 155px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.xxfb-box-sjdp .con ul li {
    width: 130px;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    align-items: center;
}

.xxfb-box-sjdp .con ul li:nth-child(1),
.xxfb-box-sjdp .con ul li:nth-child(2) {
    margin-right: 14px;
}

.xxfb-box-sjdp .con ul li .yuan {
    width: 100px;
    height: 100px;
    position: relative;
}

.xxfb-box-sjdp .con ul li .yuan .img img {
    width: 100%;
    height: 100%;
}

.xxfb-box-sjdp .con ul li .yuan .sj {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.xxfb-box-sjdp .con ul li .yuan .sj span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #f2f3fa;
    line-height: 20px;
}

.xxfb-box-sjdp .con ul li .yuan .sj em {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-top: 5px;
}

.xxfb-box-sjdp .con ul li .txt {
    width: 100%;
    height: 40px;
}

.xxfb-box-sjdp .con ul li:nth-child(1) .txt {
    background: url(../images/xxfb_txt1_sjdp.png) no-repeat center;
}

.xxfb-box-sjdp .con ul li:nth-child(2) .txt {
    background: url(../images/xxfb_txt2_sjdp.png) no-repeat center;
}

.xxfb-box-sjdp .con ul li:nth-child(3) .txt {
    background: url(../images/xxfb_txt3_sjdp.png) no-repeat center;
}

.xxfb-box-sjdp .con ul li .txt span {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.xxfb-box-sjdp .con ul li:nth-child(1) .txt span {
    color: #1ac757;
}

.xxfb-box-sjdp .con ul li:nth-child(2) .txt span {
    color: #1dacff;
}

.xxfb-box-sjdp .con ul li:nth-child(3) .txt span {
    color: #8167f5;
}

.ztzl-box-sjdp .con ul li {
    width: 207px;
    height: 100px;
    float: left;
    box-sizing: border-box;
    padding-left: 103px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: url(../images/ztzl_li1_sjdp.png) no-repeat center;
}

.ztzl-box-sjdp .con ul li:nth-child(2) {
    float: right;
    background: url(../images/ztzl_li2_sjdp.png) no-repeat center;
}

.ztzl-box-sjdp .con ul li span {
    display: block;
    font-size: 16px;
    color: #95a2c8;
    line-height: 16px;
    width: 100%;
}

.ztzl-box-sjdp .con ul li em {
    display: block;
    font-size: 24px;
    color: #1f79dd;
    line-height: 24px;
    width: 100%;
    font-weight: bold;
    margin-top: 13px;
}

.jdhy-box-sjdp .con ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.jdhy-box-sjdp .con ul li {
    width: 150px;
    height: 164px;
    position: relative;
    background: url(../images/jdhy_li_sjdp.png) no-repeat center top;
}

.jdhy-box-sjdp .con ul li span {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #1bb1ff;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.jdhy-box-sjdp .con ul li em {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1bb1ff;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 32px;
}

.jdhy-box-sjdp .con ul li i {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #697390;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hdjl-box-sjdp .con ul li {
    width: 100%;
    float: left;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-start;
}

.hdjl-box-sjdp .con ul li:nth-child(1) {
    height: 54px;
}

.hdjl-box-sjdp .con ul li:nth-child(2) {
    height: 44px;
}

.hdjl-box-sjdp .con ul li:last-child {
    margin-bottom: 0;
    height: 36px;
}

.hdjl-box-sjdp .con ul li .img {
    width: 280px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.hdjl-box-sjdp .con ul li .img>div {
    width: 171px;
    text-align: center;
    box-sizing: border-box;
}

.hdjl-box-sjdp .con ul li:nth-child(3) .img>div {
    padding-left: 15px;
}

.hdjl-box-sjdp .con ul li:nth-child(1) .img>div img {
    width: 171px;
}

.hdjl-box-sjdp .con ul li:nth-child(2) .img>div img {
    width: 129px;
}

.hdjl-box-sjdp .con ul li:nth-child(3) .img>div img {
    width: 96px;
}

.hdjl-box-sjdp .con ul li .img i {
    height: 1px;
    display: block;
    border-bottom: 1px dashed #373f57;
    box-sizing: border-box;
}

.hdjl-box-sjdp .con ul li:nth-child(1) .img i {
    width: 96px;
}

.hdjl-box-sjdp .con ul li:nth-child(2) .img i {
    width: 108px;
}

.hdjl-box-sjdp .con ul li:nth-child(3) .img i {
    width: 134px;
}

.hdjl-box-sjdp .con ul li .txt {
    width: 135px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.hdjl-box-sjdp .con ul li .txt span {
    display: block;
    font-size: 16px;
    color: #68728f;
}

.hdjl-box-sjdp .con ul li:nth-child(1) .txt span {
    line-height: 54px;
}

.hdjl-box-sjdp .con ul li:nth-child(2) .txt span {
    line-height: 44px;
}

.hdjl-box-sjdp .con ul li:nth-child(3) .txt span {
    line-height: 36px;
}

.hdjl-box-sjdp .con ul li .txt em {
    display: block;
    font-size: 16px;
    color: #1f79dd;
    font-weight: bold;
}

.hdjl-box-sjdp .con ul li:nth-child(1) .txt em {
    line-height: 54px;
}

.hdjl-box-sjdp .con ul li:nth-child(2) .txt em {
    line-height: 44px;
}

.hdjl-box-sjdp .con ul li:nth-child(3) .txt em {
    line-height: 36px;
}

.content-sjdp .item1>.cen {
    width: 788px;
    height: 952px;
    margin-left: 35px;
    margin-right: 18px;
    box-sizing: border-box;
    padding: 17px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.sj-box-sjdp {
    width: 747px;
    height: 88px;
    position: relative;
    background: url(../images/wzfwtj_sj_sjdp.png) no-repeat center;
}

.bt-line16 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    background: #03dcd0;
    animation: anim-bt-line-width 6s 1s linear infinite;
}

.bt-line17 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    background: #03dcd0;
    animation: anim-bt-line-width 6s 1s linear infinite;
}

@keyframes anim-bt-line-width {
    0% {
        width: 10%;
    }
    50% {
        width: 95%;
        opacity: 0.5;
    }
    70% {
        width: 95%;
        opacity: 1;
    }
    90% {
        width: 95%;
        opacity: 0.5;
    }
    100% {
        width: 95%;
        opacity: 0;
    }
}

.sj-box-sjdp ul li {
    width: 248px;
    float: left;
    box-sizing: border-box;
    padding-left: 112px;
    padding-top: 20px;
}

.sj-box-sjdp ul li span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.sj-box-sjdp ul li em {
    display: block;
    font-size: 28px;
    line-height: 24px;
    color: #3cf7ff;
    font-weight: bold;
    margin-top: 10px;
}

.tb-box-sjdp {
    width: 100%;
    height: 570px;
    position: relative;
}

.tb-box-sjdp .bd ul li {
    width: 747px;
    height: 527px;
    box-sizing: border-box;
    padding-top: 28px;
    overflow: hidden;
}

.tb-box-sjdp .bd ul li #myMap {
    width: 800px;
    height: 900px;
    margin-top: -213px;
    margin-left: -25px;
}

.tb-box-sjdp .bd ul li #source {
    width: 747px;
    height: 527px;
}

.tb-box-sjdp .bd ul li #browser {
    width: 747px;
    height: 527px;
}

.tb-box-sjdp .hd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 43px;
}

.tb-box-sjdp .hd ul {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tb-box-sjdp .hd ul li {
    float: left;
    width: 120px;
    height: 43px;
    margin-right: 24px;
    font-size: 18px;
    color: #1bb1ff;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    background: url(../images/wzfwtj_tb_li_sjdp.png) no-repeat center;
}

.tb-box-sjdp .hd ul li.on {
    color: #ffffff;
    background: url(../images/wzfwtj_tb_li_on_sjdp.png) no-repeat center;
}

.tb-box-sjdp .hd ul li:last-child {
    margin-right: 0;
}

.wzfwtj-box-sjdp {
    position: relative;
}

.fkdyfx-box-sjdp {
    width: 232px;
    height: 186px;
    position: absolute;
    left: -26px;
    bottom: 16px;
    background: url(../images/fkdyfx_bj.png) no-repeat center;
}

.fkdyfx-box-sjdp h2 {
    font-size: 18px;
    color: #3d85cd;
    line-height: 20px;
    float: left;
    margin-left: 46px;
}

.fkdyfx-box-sjdp ul {
    float: left;
    margin-left: 25px;
    margin-top: 10px;
}

.fkdyfx-box-sjdp ul li {
    width: 206px;
    height: 26px;
    float: left;
    background: url(../images/fkdyfx_xtb.png) no-repeat left center;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}

.fkdyfx-box-sjdp ul li span {
    width: 108px;
    font-size: 14px;
    display: block;
    float: left;
    color: #68728f;
    line-height: 26px;
}

.fkdyfx-box-sjdp ul li em {
    font-size: 14px;
    display: block;
    float: left;
    color: #68728f;
    line-height: 26px;
}

.j30tfwqs-box-sjdp {
    width: 100%;
    height: 258px;
    margin-top: 19px;
    position: relative;
}

.bt-line5 {
    width: 1px;
    height: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    animation: anim-bt-line3 6s 1s linear infinite;
    background-color: #2962bf;
}

.bt-line6 {
    width: 1px;
    height: 220px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: anim-bt-line3 6s 1s linear infinite;
    background-color: #2962bf;
}

@keyframes anim-bt-line3 {
    0% {
        height: 0px;
    }
    50% {
        height: 220px;
    }
    70% {
        height: 220px;
        opacity: 0.4;
    }
    90% {
        height: 220px;
        opacity: 0.1;
    }
    100% {
        height: 220px;
        opacity: 0;
    }
}

.j30tfwqs-box-sjdp .tit {
    margin-top: 0;
}

.j30tfwqs-box-sjdp .con {
    width: 100%;
    height: 237px;
    margin-top: 0;
    background: url(../images/j30tfwqs_bj_sjdp.png) no-repeat center;
}

.j30tfwqs-box-sjdp #j30tfwqs {
    width: 788px;
    height: 237px;
}

.content-sjdp .item1>.rt {
    width: 497px;
    height: 952px;
}

.ysqgk-box-sjdp {
    width: 100%;
    height: 676px;
    box-sizing: border-box;
    padding: 12px 21px 0 42px;
    position: relative;
    background: url(../images/content_r_bj_sjdp.png) no-repeat center;
}

.bt-line3 {
    width: 1px;
    height: 600px;
    position: absolute;
    left: 22px;
    bottom: 0;
    overflow: hidden;
    animation: anim-bt-line2 6s 1s linear infinite;
    background-color: #2962bf;
}

.bt-line4 {
    width: 1px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 0;
    animation: anim-bt-line2 6s 1s linear infinite;
    background-color: #2962bf;
}

@keyframes anim-bt-line2 {
    0% {
        height: 0px;
    }
    50% {
        height: 600px;
    }
    70% {
        height: 600px;
        opacity: 0.4;
    }
    90% {
        height: 600px;
        opacity: 0.1;
    }
    100% {
        height: 600px;
        opacity: 0;
    }
}

.ysqgk-box-sjdp>.hd {
    width: 100%;
    position: relative;
    float: left;
}

.ysqgk-box-sjdp>.hd>a {
    display: block;
    width: 159px;
    height: 28px;
}

.ysqgk-box-sjdp>.hd>a>img {
    width: 100%;
    height: 100%;
}

.ysqgk-box-sjdp>.bd {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.bjsl-box-sjdp .con {
    box-sizing: border-box;
    padding-left: 34px;
}

.bjsl-box-sjdp .con ul li {
    float: left;
    width: 40px;
    height: 60px;
    float: left;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    color: #1f79dd;
    line-height: 60px;
    margin-right: 5px;
    overflow: hidden;
    background: url(../images/bjsl_li_sjdp.png) no-repeat center;
}

.bjsl-box-sjdp .con ul li:last-child {
    margin-right: 0;
}

.bjsl-box-sjdp .con ul li.fg {
    background: none;
    font-size: 45px;
    margin-right: 0;
}

.bjsl-box-sjdp .con ul li.dw {
    background: none;
    font-size: 16px;
    line-height: 91px;
    margin-right: 0;
    margin-left: -5px;
}

.sqfs-dfjg-box-sjdp {
    margin-top: 25px;
    height: 202px;
    overflow: hidden;
}

.sqfs-dfjg-box-sjdp .hd {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 34px;
    position: relative;
    background: url(../images/tit_sjdp.png) no-repeat left center;
}

.sqfs-dfjg-box-sjdp .hd ul li {
    float: left;
    margin-right: 27px;
}

.sqfs-dfjg-box-sjdp .hd ul li:last-child {
    margin-right: 0;
}

.sqfs-dfjg-box-sjdp .hd ul li a {
    font-size: 18px;
    color: #3d85cd;
    display: block;
    line-height: 18px;
}

.sqfs-dfjg-box-sjdp .hd ul li.on a {
    font-weight: bold;
}

.sqfs-dfjg-box-sjdp .hd .fg {
    font-size: 18px;
    color: #3d85cd;
    display: block;
    line-height: 18px;
    position: absolute;
    left: 115px;
    top: 0;
}

.sqfs-dfjg-box-sjdp .bd {
    width: 100%;
    height: 168px;
    float: left;
    margin-top: 16px;
}

.sqfs-dfjg-box-sjdp .bd ul li {
    width: 100%;
    height: 168px;
    position: relative;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj div {
    text-align: center;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj div i {
    font-size: 20px;
    display: block;
    font-weight: bold;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div1 {
    position: absolute;
    left: 40px;
    top: 18px;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div2 {
    position: absolute;
    right: 20px;
    top: 18px;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div3 {
    position: absolute;
    left: 0;
    bottom: 18px;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div4 {
    position: absolute;
    right: 20px;
    bottom: 18px;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div1 i {
    color: #00d1c8;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div2 i {
    color: #7d5afb;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div3 i {
    color: #23be72;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div4 i {
    color: #f9da4f;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj div em {
    font-size: 16px;
    color: #00d1c8;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div1 em {
    color: #00d1c8;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div2 em {
    color: #7d5afb;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div3 em {
    color: #23be72;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div4 em {
    color: #f9da4f;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj div em::before {
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #00d1c8;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div1 em::before {
    background-color: #00d1c8;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div2 em::before {
    background-color: #7d5afb;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div3 em::before {
    background-color: #23be72;
}

.sqfs-dfjg-box-sjdp .bd ul li .sqfs-sjtj .div4 em::before {
    background-color: #f9da4f;
}

.sqfs-dfjg-box-sjdp .bd ul li>span {
    width: 78px;
    height: 78px;
    display: block;
    position: absolute;
    left: 177px;
    font-size: 16px;
    color: #ffffff;
    top: 44px;
    line-height: 76px;
    text-align: center;
    border: 1px solid #012e3a;
    border-radius: 50%;
}

.sqfs-dfjg-box-sjdp .bd ul li:nth-child(1) {
    background: url(../images/Application_bj.png) no-repeat left 133px top 1px;
}

.sqfs-dfjg-box-sjdp .bd ul li #Application {
    width: 434px;
    height: 168px;
}

.sqfs-dfjg-box-sjdp .bd ul li #Reply {
    width: 434px;
    height: 168px;
}

.sjly-box-sjdp .tit {
    margin-top: 18px;
}

.sjly-box-sjdp .con {
    width: 100%;
    height: 176px;
    margin-top: 20px;
    position: relative;
}

.sjly-box-sjdp .con a {
    display: block;
    font-size: 15px;
    color: #cacfdf;
    line-height: 20px;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
}

.sjly-box-sjdp .con a.a1 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 7px;
    top: 61px;
    z-index: 8;
    background: url(../images/sjly_span1_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a2 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    left: 58px;
    top: 0;
    z-index: 1;
    background: url(../images/sjly_span2_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a3 {
    width: 85px;
    height: 85px;
    left: 149px;
    padding: 22px 10px;
    top: 10px;
    z-index: 2;
    background: url(../images/sjly_span3_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a4 {
    width: 85px;
    height: 85px;
    line-height: 85px;
    left: 252px;
    top: 10px;
    z-index: 9;
    background: url(../images/sjly_span4_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a5 {
    width: 76px;
    height: 76px;
    line-height: 76px;
    right: 9px;
    top: 10px;
    z-index: 4;
    background: url(../images/sjly_span5_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a6 {
    width: 95px;
    height: 95px;
    left: 72px;
    bottom: 0;
    padding: 29px 10px;
    z-index: 5;
    background: url(../images/sjly_span6_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a7 {
    width: 76px;
    height: 76px;
    left: 154px;
    bottom: 5px;
    padding: 17px 20px;
    z-index: 3;
    background: url(../images/sjly_span7_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a8 {
    width: 86px;
    height: 86px;
    left: 210px;
    bottom: 23px;
    padding: 22px 10px;
    z-index: 6;
    background: url(../images/sjly_span8_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a9 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 273px;
    bottom: 0;
    z-index: 7;
    background: url(../images/sjly_span9_sjdp.png) no-repeat center;
}

.sjly-box-sjdp .con a.a10 {
    width: 78px;
    height: 78px;
    line-height: 78px;
    right: 55px;
    bottom: 40px;
    z-index: 10;
    background: url(../images/sjly_span10_sjdp.png) no-repeat center;
}

.bmfwtj-box-sjdp {
    width: 100%;
    height: 262px;
    background: url(../images/bmfwtj_bj_sjdp.png) no-repeat center;
    box-sizing: border-box;
    margin-top: 14px;
    box-sizing: border-box;
    padding-top: 12px;
    position: relative;
}

.bt-line11 {
    width: 1px;
    height: 220px;
    position: absolute;
    left: 22px;
    bottom: 0;
    overflow: hidden;
    animation: anim-bt-line3 6s 1s linear infinite;
    background-color: #2962bf;
}

.bt-line12 {
    width: 1px;
    height: 220px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 0;
    animation: anim-bt-line3 6s 1s linear infinite;
    background-color: #2962bf;
}

.bmfwtj-box-sjdp .hd {
    height: 28px;
    position: relative;
    background: url(../images/bmfwtj_hd_sjdp.png) no-repeat left 47px center;
}

.bt-line14 {
    width: 440px;
    height: 2px;
    position: absolute;
    top: 35px;
    left: 50px;
    overflow: hidden;
    animation: anim-bt-line13 6s 1s linear infinite;
    background: linear-gradient(to right, #228aff, #a9d8f3);
}

.bmfwtj-box-sjdp .hd1 {
    background: url(../images/bmfwtj_hd_sjdp.png) no-repeat left 47px center;
}

.bmfwtj-box-sjdp .hd2 {
    background: url(../images/msfwtj_hd_sjdp.png) no-repeat left 47px center;
}

.bmfwtj-box-sjdp .hd ul {
    padding-left: 86px;
    box-sizing: border-box;
}

.bmfwtj-box-sjdp .hd ul li {
    float: left;
    width: 145px;
    height: 28px;
    margin-right: 25px;
}

.bmfwtj-box-sjdp .hd ul li.on {
    width: 163px;
}

.bmfwtj-box-sjdp .hd ul li:last-child {
    margin-right: 0;
}

.bmfwtj-box-sjdp .hd ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.bmfwtj-box-sjdp .bd {
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding-left: 41px;
    padding-right: 4px;
    margin-top: 41px;
    overflow: hidden;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li:last-child {
    margin-bottom: 0;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li i {
    width: 20px;
    height: 20px;
    color: #f2f3fa;
    line-height: 20px;
    text-align: center;
    border-radius: 1px;
    display: block;
    font-style: italic;
    font-weight: 600;
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
    padding-right: 2px;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li:nth-child(1) i {
    background-color: #f83734;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li:nth-child(2) i {
    background-color: #f49e00;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li:nth-child(3) i {
    background-color: #ffd505;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li:nth-child(4) i {
    background-color: #1f79dd;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li:nth-child(5) i {
    background-color: #1f79dd;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li span {
    width: 140px;
    display: block;
    float: left;
    font-size: 14px;
    color: #95a2c8;
    line-height: 20px;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li .line {
    max-width: 200px;
    height: 10px;
    border-radius: 30px;
    float: left;
    margin-top: 5px;
    background: linear-gradient(to right, #1f79dd, #1fbadc);
    transition: width 1.5s ease-in-out;
    animation: fillProgress 2s ease-in-out forwards;
}

@keyframes fillProgress {
    0% {
        width: 0%;
        background: linear-gradient(90deg, #1f79dd, #1fbadc);
    }
    100% {
        background: linear-gradient(90deg, #1f79dd, #1fbadc);
    }
}

.bmfwtj-box-sjdp .bd>ul>li>div ul li em {
    display: block;
    float: left;
    font-size: 14px;
    color: #1fbbdd;
    line-height: 20px;
    margin-left: 10px;
}

.content-sjdp .item2 {
    width: 100%;
    height: 342px;
    box-sizing: border-box;
    padding-left: 34px;
    padding-right: 51px;
    margin-top: 14px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
}

.content-sjdp .item2 .hd {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 47px;
    position: relative;
}

.content-sjdp .item2 .hd a {
    display: block;
    width: 200px;
    height: 28px;
}

.content-sjdp .item2 .hd a img {
    width: 100%;
    height: 100%;
}

.wdll-box-sjdp {
    width: 497px;
    height: 342px;
    box-sizing: border-box;
    padding-top: 12px;
    position: relative;
    background: url(../images/wdll_bd_sjdp.png) no-repeat center;
}

.bt-line7 {
    width: 1px;
    height: 290px;
    position: absolute;
    left: 22px;
    bottom: 0;
    overflow: hidden;
    animation: anim-bt-line4 6s 1s linear infinite;
    background-color: #2962bf;
}

.bt-line8 {
    width: 1px;
    height: 290px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 0;
    animation: anim-bt-line4 6s 1s linear infinite;
    background-color: #2962bf;
}

@keyframes anim-bt-line4 {
    0% {
        height: 0px;
    }
    50% {
        height: 290px;
    }
    70% {
        height: 290px;
        opacity: 0.3;
    }
    100% {
        height: 290px;
        opacity: 0;
    }
}

.wdll-box-sjdp .bd {
    width: 100%;
    float: left;
    margin-top: 41px;
    box-sizing: border-box;
    padding-left: 41px;
}

.wdll-box-sjdp .bd ul li {
    float: left;
    width: 432px;
    height: 40px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 8px;
    background: url(../images/wdll_bd_li_sjdp.png) no-repeat center;
}

.wdll-box-sjdp .bd ul li:last-child {
    margin-bottom: 0;
}

.wdll-box-sjdp .bd ul li i {
    width: 50px;
    height: 25px;
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 13px;
    line-height: 25px;
    margin-top: 7.5px;
}

.wdll-box-sjdp .bd ul li:nth-child(1) i {
    background: url(../images/wdll_bd_li_a1_sjdp.png) no-repeat center;
}

.wdll-box-sjdp .bd ul li:nth-child(2) i {
    background: url(../images/wdll_bd_li_a2_sjdp.png) no-repeat center;
}

.wdll-box-sjdp .bd ul li:nth-child(3) i {
    background: url(../images/wdll_bd_li_a3_sjdp.png) no-repeat center;
}

.wdll-box-sjdp .bd ul li:nth-child(4) i {
    background: url(../images/wdll_bd_li_a4_sjdp.png) no-repeat center;
}

.wdll-box-sjdp .bd ul li:nth-child(5) i {
    background: url(../images/wdll_bd_li_a5_sjdp.png) no-repeat center;
}

.wdll-box-sjdp .bd ul li a {
    display: block;
    width: 76%;
    float: left;
    font-size: 16px;
    color: #95a2c8;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wdll-box-sjdp .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    line-height: 40px;
    color: #697390;
}

.wdll-box-sjdp .bd ul li:hover a,
.wdll-box-sjdp .bd ul li:hover span {
    color: #ffffff;
}

.zcll-box-sjdp {
    width: 803px;
    height: 342px;
    margin-left: 20px;
    margin-right: 18px;
    box-sizing: border-box;
    padding-top: 12px;
    position: relative;
    background: url(../images/zcll_bd_sjdp.png) no-repeat center;
}

.bt-line9 {
    width: 1px;
    height: 290px;
    position: absolute;
    left: 15px;
    bottom: 0;
    overflow: hidden;
    animation: anim-bt-line4 6s 1s linear infinite;
    background-color: #2962bf;
}

.bt-line10 {
    width: 1px;
    height: 290px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: anim-bt-line4 6s 1s linear infinite;
    background-color: #2962bf;
}

.bt-line15 {
    width: 740px;
    height: 2px;
    position: absolute;
    top: 35px;
    left: 50px;
    overflow: hidden;
    animation: anim-bt-line15 6s 1s linear infinite;
    background: linear-gradient(to right, #228aff, #a9d8f3);
}

@keyframes anim-bt-line15 {
    0% {
        width: 0px;
    }
    50% {
        width: 740px;
    }
    60% {
        width: 740px;
        opacity: .4;
    }
    80% {
        width: 740px;
        opacity: .1;
        height: 1px;
    }
    100% {
        width: 740px;
        opacity: 0;
    }
}

.zcll-box-sjdp .bd {
    width: 100%;
    float: left;
    margin-top: 41px;
    box-sizing: border-box;
    padding-left: 41px;
}

.zcll-box-sjdp .bd ul li {
    float: left;
    width: 745px;
    height: 40px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 8px;
    background: url(../images/wdll_bd_li_sjdp.png) repeat-x center;
}

.zcll-box-sjdp .bd ul li:last-child {
    margin-bottom: 0;
}

.zcll-box-sjdp .bd ul li i {
    width: 50px;
    height: 25px;
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 13px;
    line-height: 25px;
    margin-top: 7.5px;
}

.zcll-box-sjdp .bd ul li:nth-child(1) i {
    background: url(../images/wdll_bd_li_a1_sjdp.png) no-repeat center;
}

.zcll-box-sjdp .bd ul li:nth-child(2) i {
    background: url(../images/wdll_bd_li_a2_sjdp.png) no-repeat center;
}

.zcll-box-sjdp .bd ul li:nth-child(3) i {
    background: url(../images/wdll_bd_li_a3_sjdp.png) no-repeat center;
}

.zcll-box-sjdp .bd ul li:nth-child(4) i {
    background: url(../images/wdll_bd_li_a4_sjdp.png) no-repeat center;
}

.zcll-box-sjdp .bd ul li:nth-child(5) i {
    background: url(../images/wdll_bd_li_a5_sjdp.png) no-repeat center;
}

.zcll-box-sjdp .bd ul li a {
    display: block;
    width: 86%;
    float: left;
    font-size: 16px;
    color: #95a2c8;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zcll-box-sjdp .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    line-height: 40px;
    color: #697390;
}

.zcll-box-sjdp .bd ul li:hover a,
.zcll-box-sjdp .bd ul li:hover span {
    color: #ffffff;
}

.lmll-box-sjdp {
    width: 497px;
    height: 342px;
    box-sizing: border-box;
    padding-top: 12px;
    position: relative;
    background: url(../images/lmll_bd_sjdp.png) no-repeat center;
}

.lmll-box-sjdp .bd {
    width: 100%;
    float: left;
    margin-top: 41px;
    box-sizing: border-box;
    padding-left: 41px;
}

.lmll-box-sjdp .bd ul li {
    float: left;
    width: 432px;
    height: 35px;
    margin-bottom: 14px;
}

.lmll-box-sjdp .bd ul li:last-child {
    margin-bottom: 0;
}

.lmll-box-sjdp .bd ul li .sj-box {
    width: 100%;
    float: left;
}

.lmll-box-sjdp .bd ul li .sj-box a {
    display: block;
    float: left;
    font-size: 16px;
    color: #95a2c8;
    line-height: 16px;
}

.lmll-box-sjdp .bd ul li .sj-box a:hover {
    color: #ffffff;
}

.lmll-box-sjdp .bd ul li .sj-box em {
    display: block;
    float: right;
    font-size: 16px;
    color: #1f79dd;
    line-height: 16px;
}

.lmll-box-sjdp .bd ul li .sj-line {
    width: 100%;
    height: 10px;
    float: left;
    background-color: #05132b;
    margin-top: 9px;
}

.lmll-box-sjdp .bd ul li .sj-line .line {
    width: 0;
    max-width: 100%;
    height: 10px;
    background-color: #1c64ac;
    position: relative;
    transition: width 1.5s ease-in-out;
    animation: fillProgress2 2s ease-in-out forwards;
}

.lmll-box-sjdp .bd ul li .sj-line .line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 90deg, #1c64ac 0%, #2d80e4 25%, #1c64ac 50%, #0677e8 75%, #1c64ac 100%);
    background-size: 400% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes fillProgress2 {
    0% {
        width: 0%;
        background: linear-gradient(90deg, #1c64ac, #1c64ac);
    }
    100% {
        background: linear-gradient(90deg, #1c64ac, #1c64ac);
    }
}

.lmll-box-sjdp .bd ul li:nth-child(1) .sj-line .line::before {
    animation-delay: 0s;
}

.lmll-box-sjdp .bd ul li:nth-child(2) .sj-line .line::before {
    animation-delay: 0.3s;
}

.lmll-box-sjdp .bd ul li:nth-child(3) .sj-line .line::before {
    animation-delay: 0.6s;
}

.lmll-box-sjdp .bd ul li:nth-child(4) .sj-line .line::before {
    animation-delay: 0.9s;
}

.lmll-box-sjdp .bd ul li:nth-child(5) .sj-line .line::before {
    animation-delay: 1.2s;
}

@keyframes gradientShift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes gradientMove {
    0%,
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
    50% {
        transform: scaleX(1.02);
        opacity: 0.9;
    }
}

.lmll-box-sjdp .bd ul li .sj-line .line i {
    display: block;
    position: absolute;
    right: -16px;
    top: -11px;
    width: 32px;
    height: 32px;
    background: url(../images/lmll_xtb_sjdp.png) no-repeat center;
}

.footer-sjdp {
    width: 100%;
    background: none;
    height: 183px;
    margin-top: 100px;
    border-top: 0;
}

.footer-sjdp .footer-con {
    margin-top: 0;
}

.footer-sjdp .footer-con .item2 ul li,
.footer-sjdp .footer-con .item2 ul li a,
.footer-sjdp .footer-con .item3 ul li,
.footer-sjdp .footer-con .item3 ul li a {
    color: #8d96af;
}

.footer-sjdp .footer-con .item2 ul li a:hover,
.footer-sjdp .footer-con .item3 ul li a:hover {
    color: #ffffff;
}

.footer-sjdp .footer-con .item1::after,
.footer-sjdp .footer-con .item2::after {
    background-color: #25386d;
}

.footer-sjdp .footer-con .item2 ul li a::after {
    background-color: #8d96af;
}

.footer-sjdp .footer-btm {
    background-color: #011533;
}

.footer-sjdp .footer-btm p {
    color: #8d96af;
}

.footer-sjdp .footer-btm em {
    border: 1px solid #015293;
    color: #015293;
}


/* 办公厅 */

.index-box-bgt {
    background: url(../images/content_sub_bj.png) no-repeat center top;
}

.header-bgt {
    box-sizing: border-box;
    padding-top: 55px;
    height: 227px;
    background: url(../images/header_bgt_bj.png) no-repeat center;
}

.header-bgt .search_box_bgt {
    margin-top: 16px;
    width: 540px;
    background: url(../images/search_box_bgt.png) no-repeat center;
}

.header-bgt .search_box_bgt .searchKeywords {
    width: 310px;
}

.lunbo-box-bgt {
    margin-top: 20px;
    height: 442px;
}

.lunbo-box-bgt .lunbo {
    width: 774px;
    height: 442px;
    margin-right: 40px;
}

.lunbo-box-bgt .lunbo .bd ul li {
    width: 774px;
    height: 442px;
}

.lunbo-box-bgt .lunbo .bd ul li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.lunbo-box-bgt .lunbo .bd ul li a img {
    width: 100%;
    height: 442px;
    transition: all 0.3s;
    margin: auto;
    display: block;
}

.lunbo-box-bgt .lunbo .bd ul li a {
    height: 442px;
}

.lunbo-box-bgt .r {
    width: 625px;
}

.hd_bgt .hd {
    width: 100%;
    float: left;
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.hd_bgt .hd a:nth-child(1) {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.hd_bgt .hd a:nth-child(2) {
    font-size: 18px;
    display: block;
    color: #999999;
    line-height: 26px;
    float: right;
}

.hd_bgt .hd a:nth-child(2):hover {
    color: #035ea5;
}

.lunbo-box-bgt .r .bd {
    width: 100%;
    float: left;
    margin-top: 26px;
}

.lunbo-box-bgt .r .bd ul li {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.lunbo-box-bgt .r .bd ul li:last-child {
    margin-bottom: 0;
}

.lunbo-box-bgt .r .bd ul li a {
    display: block;
    font-size: 20px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: justify;
    position: relative;
}

.lunbo-box-bgt .r .bd ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    left: 0;
    top: 13px;
    position: absolute;
}

.lunbo-box-bgt .r .bd ul li a span {
    font-size: 18px;
    color: #999999;
    display: inline-block;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: -4px;
}

.zfxxgk-box-bgt {
    margin-top: 40px;
}

.zfxxgk-box-bgt .bd {
    width: 1448px;
    float: left;
    margin-top: 30px;
    margin-left: -4px;
}

.zfxxgk-box-bgt .bd ul li {
    float: left;
    width: 272px;
    height: 114px;
    box-sizing: border-box;
    padding: 0 4px 14px;
    margin-right: 22px;
}

.zfxxgk-box-bgt .bd ul li:nth-child(1) {
    background: url(../images/zfxxgk_bgt_li1.png) no-repeat center;
}

.zfxxgk-box-bgt .bd ul li:nth-child(2) {
    background: url(../images/zfxxgk_bgt_li2.png) no-repeat center;
}

.zfxxgk-box-bgt .bd ul li:nth-child(3) {
    background: url(../images/zfxxgk_bgt_li3.png) no-repeat center;
}

.zfxxgk-box-bgt .bd ul li:nth-child(4) {
    background: url(../images/zfxxgk_bgt_li4.png) no-repeat center;
}

.zfxxgk-box-bgt .bd ul li:nth-child(5) {
    margin-right: 0;
    background: url(../images/zfxxgk_bgt_li5.png) no-repeat center;
}

.zfxxgk-box-bgt .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 100px;
    box-sizing: border-box;
    padding-left: 73px;
}

.zfxxgk-box-bgt .bd ul li:nth-child(5) a {
    padding-left: 102px;
}

.oneTab-bgt {
    margin-top: 40px;
}

.oneTab-bgt .l {
    width: 558px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
    background: url(../images/oneTab_bgt_l.png) no-repeat center bottom;
}

.oneTab-bgt .l .hd .ldxx-bgt {
    margin-right: 35px;
    float: left;
}

.oneTab-bgt .l .hd .ldxx-bgt a {
    color: #333333;
}

.oneTab-bgt .l .hd .ldxx-bgt a:hover {
    color: #035ea5;
}

.oneTab-bgt .l .hd ul {
    float: left;
}

.oneTab-bgt .l .hd ul li {
    float: left;
    margin-right: 35px;
}

.oneTab-bgt .l .hd ul li:last-child {
    margin-right: 0;
}

.oneTab-bgt .l .hd ul li a {
    color: #333333;
}

.oneTab-bgt .l .hd ul li.on a {
    color: #035ea5;
}

.oneTab-bgt .l .bd-box {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 314px;
    margin-top: 30px;
}

.oneTab-bgt .l .bd-box .item1 {
    width: 548px !important;
    height: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.oneTab-bgt .l .bd-box .item1 .cout {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-family: "微软雅黑";
    text-align: justify;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.oneTab-bgt .l .bd-box .item1 .gd {
    font-size: 18px;
    color: #035ea5;
    float: right;
    display: block;
    margin-top: 5px;
}

.oneTab-bgt .l .bd-box .item1 .gd:hover {
    font-weight: bold;
}

.oneTab-bgt .l .bd-box .item2 {
    width: 548px !important;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 10px 20px 20px;
}

.oneTab-bgt .l .bd-box .item2 ul {
    width: 100%;
    height: 274px;
    overflow-y: auto;
    overflow-x: hidden;
}

.oneTab-bgt .l .bd-box .item2 ul li {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
    transition: background .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 15px;
}

.oneTab-bgt .l .bd-box .item2 ul li:nth-child(3n) {
    margin-right: 0;
}

.oneTab-bgt .l .bd-box .item2 ul li:hover {
    background: #035ea5;
    transition: background .3s;
    color: #ffffff;
}

.nsjg_TanChu {
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: height 2s;
    z-index: 9999;
}

.nsjg_TanChu_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    left: 0;
    top: -100%;
    transition: top .4s;
    z-index: 9999;
}

.nsjg_TanChu_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 0;
    background-color: #fff;
    z-index: 10;
    box-sizing: border-box;
    transition: height .4s;
    overflow: hidden;
    z-index: 99999;
}

.nsjg_TanChu_box h3 {
    height: 70px;
    line-height: 70px;
    background-color: #f3f4f8;
    padding-left: 30px;
    font-size: 20px;
}

.nsjg_TanChu_box em {
    float: right;
    font-size: 48px;
    color: #999;
    width: 80px;
    text-align: center;
    font-weight: 100;
    cursor: pointer;
}

.nsjg_TanChu_cont {
    padding: 40px 90px;
}

.nsjg_TanChu_cont * {
    font-size: 16px !important;
    line-height: 36px !important;
    font-family: "å¾®è½¯é›…é»‘" !important;
    color: #666 !important;
}

.nsjg_TanChu_cont p {
    margin-bottom: .2rem;
}

.nsjg_TanChu.show {
    height: 100%;
    transition: height 0s;
    z-index: 100;
}

.nsjg_TanChu.show .nsjg_TanChu_bg {
    top: 0;
    transition: top 0.4s;
}

.nsjg_TanChu.show .nsjg_TanChu_box {
    height: 565px;
    transition: height 0.4s;
}

.oneTab-bgt .r {
    width: 830px;
}

.oneTab-bgt .r .bd {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.oneTab-bgt .r .bd ul li {
    float: left;
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}

.oneTab-bgt .r .bd ul li a {
    display: block;
    font-size: 18px;
    line-height: 67px;
    max-width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.oneTab-bgt .r .bd ul li a::after {
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.oneTab-bgt .r .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 67px;
}

.hengfu-box-bgt {
    width: 1440px;
    height: 110px;
}

.twoTab-bgt {
    margin-top: 40px;
}

.twoTab-bgt .bd {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.twoTab-bgt .bd ul li {
    float: left;
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d6d6d6;
}

.twoTab-bgt .bd ul li a {
    display: block;
    font-size: 18px;
    line-height: 67px;
    max-width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 19px;
}

.twoTab-bgt .bd ul li a::after {
    width: 5px;
    height: 5px;
    background-color: #035ea5;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.twoTab-bgt .bd ul li span {
    display: block;
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 67px;
}

.twoTab-bgt .l {
    width: 560px;
}

.twoTab-bgt .r {
    width: 830px;
}


/* 办公厅领导细览 */

.bgt_LingDao {
    margin-top: 40px;
}

.bgt_LingDao .bd {
    width: 100%;
    float: left;
    padding: 40px 0;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}

.bgt_LingDao .bd .left {
    float: left;
    width: 267px;
    box-sizing: border-box;
    padding: 0 50px;
    text-align: center;
    height: 100%;
}

.bgt_LingDao .bd .left .img {
    padding-bottom: 13px;
    background: url(../images/bgt_ld_img2.png) no-repeat center bottom;
}

.bgt_LingDao .bd .left img {
    display: block;
    width: 165px;
    height: 226px;
}

.bgt_LingDao .bd .left h3 {
    font-size: 26px;
    color: #035ea5;
    margin-top: 30px;
}

.bgt_LingDao .bd .left p {
    margin-top: 15px;
    font-size: 18px !important;
    color: #333333 !important;
    line-height: 32px !important;
    font-family: "微软雅黑" !important;
}

.bgt_LingDao .bd .left p * {
    font-size: 18px !important;
    color: #333333 !important;
    line-height: 32px !important;
    font-family: "微软雅黑" !important;
}

.bgt_LingDao .bd .right {
    float: left;
    width: 832px;
    padding-top: 20px;
    border-left: 1px dashed #c9cacd;
    padding-left: 40px;
    position: relative;
}

.bgt_LingDao .bd .right>div h4 {
    font-size: 26px;
    color: #035ea5;
    line-height: 26px;
    margin-bottom: 20px;
}

.bgt_LingDao .bd .right>div .cont {
    line-height: 36px !important;
    font-size: 18px !important;
    color: #333333 !important;
    font-family: "微软雅黑" !important;
    text-indent: 2em;
}

.bgt_LingDao .bd .right>div .cont * {
    line-height: 36px !important;
    font-size: 18px !important;
    color: #333333 !important;
    font-family: "微软雅黑" !important;
}

.bgt_LingDao .bd .right .fg {
    padding-bottom: 30px;
    border-bottom: 1px dashed #c9cacd;
    margin-bottom: 30px;
}

.bgt_LingDao .bd .right .fg h4 {
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.bgt_LingDao .bd .right .jl {
    position: relative;
}

.bgt_LingDao .bd .right .jl h4 {
    background: url(../images/twoTab_hd.png) no-repeat left 1px;
    box-sizing: border-box;
    padding-left: 17px;
}

.bgt_LingDao .bd .right .jl .cont {
    height: 290px;
    overflow-y: hidden;
    transition: height .3s;
}

.bgt_LingDao .bd .right .jl .cont.show {
    height: auto;
    transition: height .3s;
}

.bgt_LingDao .bd .right>span {
    position: absolute;
    bottom: -73px;
    width: 80px;
    height: 31px;
    background-color: #f7f8fd;
    border: 1px solid #edf0ff;
    left: 50%;
    border-top: none;
    transform: translateX(-50%);
    cursor: pointer;
}

.bgt_LingDao .bd .right>span img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    transition: transform .3s;
}

.bgt_LingDao .bd .right>span.show img {
    transform: rotateZ(180deg);
    transition: transform .3s;
}


/* 客户端下载 */

.khd_box {
    height: 910px;
    background: url(../images/khd_bj.jpg) no-repeat center top;
    background-size: 100%;
}

.khd_box_container {
    width: 1284px;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
    padding-top: 113px;
}

.khd_box_container>.l {
    width: 780px;
}

.khd_box_container>.l .item1 {
    width: 100%;
    float: left;
}

.khd_box_container>.l .item1 h2 {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #035ea5;
    line-height: 50px;
    margin-top: 112px;
}

.khd_box_container>.l .item1 span {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    text-align: justify;
    margin-top: 26px;
}

.khd_box_container>.l .item2 {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.khd_box_container>.l .item2 .l {
    width: 154px;
    height: 154px;
    margin-right: 40px;
}

.khd_box_container>.l .item2 .l img {
    width: 100%;
    height: 100%;
    float: left;
}

.khd_box_container>.l .item2 .an {
    width: 240px;
    float: left;
    height: 100%;
}

.khd_box_container>.l .item2 .an a {
    display: block;
    width: 100%;
    height: 65px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background: url(../images/khd_an.png) no-repeat center;
    background-size: 100%;
}

.khd_box_container>.l .item2 .an a:first-child {
    margin-bottom: 24px;
}

.khd_box_container>.r {
    width: 414px;
    height: 741px;
    margin-right: -17px;
    margin-top: -17px;
}

.khd_box_container>.r img {
    width: 100%;
    height: 100%;
    float: left;
}

@media (min-width: 320px) and (max-width: 750px) {
    body,
    html {
        min-width: 3.2rem !important;
        max-width: unset !important;
    }
    .footer {
        display: none !important;
    }
    .khd_box {
        background: url(../images/khd_bj2.jpg) no-repeat center top;
        background-size: 100%;
        height: 18.5rem !important;
    }
    .khd_box_container {
        width: 6.8rem;
        margin: auto;
        padding-top: .6rem;
    }
    .khd_box_container>.l {
        width: 6.8rem;
        float: unset;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 11rem;
    }
    .khd_box_container>.l .item1 h2 {
        margin-top: 0;
        font-size: .5rem;
        line-height: .5rem;
        text-align: center;
    }
    .khd_box_container>.l .item1 span {
        font-size: .3rem;
        line-height: .5rem;
        margin-top: .2rem;
        box-sizing: border-box;
    }
    .khd_box_container>.l .item2 {
        margin-top: .5rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: flex-start;
    }
    .khd_box_container>.l .item2 .l {
        width: 2.54rem;
        height: 2.54rem;
        margin-right: 0.4rem;
    }
    .khd_box_container>.l .item2 .an {
        width: 2.8rem;
    }
    .khd_box_container>.l .item2 .an a {
        height: .85rem;
        line-height: .85rem;
        font-size: .28rem;
    }
    .khd_box_container>.l .item2 .an a:first-child {
        margin-bottom: .3rem;
        margin-top: .25rem;
    }
    .khd_box_container>.r {
        width: 5.8rem;
        height: auto;
        margin-top: 0;
        margin-right: 0;
        float: unset;
        position: absolute;
        left: 50%;
        top: .17rem;
        transform: translate(-50%, 0);
    }
}


/* 横向-通用列表 */

.qgl_workreport_screen_bg {
    float: left;
    background: url(../images/xy_zfgzbg1.png) no-repeat center top;
    padding: 45px 0 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 10px;
}

.qgl_workreport_screen_bg2 {
    background: url(../images/xy_zfgzbg3.png) no-repeat center bottom;
    padding: 0 0 45px;
    box-sizing: border-box;
}

.qgl_workreport_screen {
    background: url(../images/xy_zfgzbg2.png) repeat-y center center;
    min-height: 80px;
    padding: 0 60px;
    box-sizing: border-box;
}

.qgl_workreport_screen_item {
    padding-bottom: 12px;
}

.qgl_workreport_screen_item:last-child {
    padding-bottom: 0;
}

.qgl_workreport_screen_item span {
    display: block;
    float: left;
    width: 98px;
    line-height: 46px;
    font-size: 18px;
    text-align: right;
    color: #015293;
}

.qgl_workreport_screen_item ul {
    margin-left: 100px;
}

.qgl_workreport_screen_item ul li {
    float: left;
    padding: 5px 10px 5px 0;
    min-width: 115px;
}

.qgl_workreport_screen_item ul li a {
    display: block;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    border-radius: 17px;
    color: #333;
    text-align: center;
}

.qgl_workreport_screen_item ul li.on a,
.qgl_workreport_screen_item ul li:hover a {
    background: #015293;
    color: #fff;
}

.tydp-sub-box2 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 50px;
}


/* 归档 */

.gdimg {
    position: absolute;
    right: 30px;
    top: -72px;
    z-index: 100;
}

.guidang {
    position: absolute;
    right: 34px;
    top: -74px;
    z-index: 100;
    font-size: 18px;
    font-weight: bold;
    color: #cb2011;
}