@charset "UTF-8";

@font-face {
    font-family: Butler;
    src: url('fonts/Butler.otf');
    font-style: normal;
}

.s1-b {
    border-radius: .08rem;
    border: .01rem solid #4888E1;
    padding: .08rem;
    padding-left: .8rem;
    background: url(../images/ser.png) no-repeat left .2rem center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .5rem;
}

.s1-b input {
    height: .64rem;
    flex: 1;
    min-width: 0;
    padding-right: .15rem;
    background-color: transparent;
    color: #666666;
    font-size: .24rem;
}

.s1-b button {
    border-radius: .08rem;
    background: #1255B0;
    box-shadow: .02rem .04rem .16rem 0rem rgba(0, 0, 0, 0.06);
    color: #ffffff;
    line-height: .64rem;
    width: 1.6rem;
    text-align: center;
    font-size: .2rem;
    cursor: pointer;
}

.ny-banner {
    position: relative;
}

.ny-banner>img {
    display: block;
    width: 100%;
}

.ny-banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 100%;
    background: url(../images/ny-zz.png) no-repeat center bottom;
    background-size: 100%;
}

.ny-lm {
    position: absolute;
    left: 2.6rem;
    bottom: .5rem;
    z-index: 2;
}

.ny-lm h3 {
    font-size: .4rem;
    color: #ffffff;
    margin-bottom: .2rem;
}

.ny-wz>img {
    width: .24rem;
    margin-right: .05rem;
}

.ny-wz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ny-wz span {
    font-size: .18rem;
    color: #ffffff;
    margin: 0 .03rem;
}

.ny-wz a {
    font-size: .18rem;
    color: #FFFFFF;
}

.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner>img {
    display: block;
    width: 100%;
}

.pagination {
    text-align: center;
    font-size: .14rem;
    padding-top: .3rem;
    color: rgb(102, 102, 102);
}

.pagination a {
    color: rgb(102, 102, 102);
}

/*.pagination a {
    display: inline-block;
    border: .01rem solid rgb(220, 220, 220);
    padding: 0rem .12rem;
    height: .35rem;
    font-size: .14rem;
    line-height: .35rem;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: .05rem;
}

.pagination a.active {
    background: #1255B0;
    color: rgb(255, 255, 255);
    border: .01rem solid #1255B0;
}

.pagination a:hover {
    background: #1255B0;
    color: rgb(255, 255, 255);
    border: .01rem solid #1255B0;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}
*/


.nymain {
    padding-top: .6rem;
    padding-bottom: 1rem;
    position: relative;
    background: url(../images/ny-bg.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

.ny-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.nymain .leftNav {
    width: 2.4rem;
    position: relative;
    margin-right: .6rem;
    position: relative;
    z-index: 10;
    background: #1255B0;
    border-radius: .1rem;
    padding-left: .1rem;
    padding-bottom: .1rem;
}

.ny-right {
    flex: 1;
    min-width: 0;
}

.nymain .leftNav>h2 {
    line-height: .9rem;
    color: rgb(255, 255, 255);
    font-size: .24rem;
    font-weight: 600;
    position: relative;
    padding: 0 .2rem;
    text-align: center;
}

.nymain .leftNav>h2 b {
    display: inline-block;
    z-index: 9;
    position: relative;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -0.05rem;
}

.nymain .leftNav p {
    margin-left: .2rem;
    font-size: .26rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: .2rem 0rem;
}

.nymain .leftNav>ul {
    background: #fff;
    position: relative;
    min-height: 4.5rem;
    padding: .1rem 0;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.3);
}

.nymain .leftNav {
    position: relative;
}


.nymain .leftNav>ul>li {
    position: relative;
    padding-right: .1rem;
}

.nymain .leftNav>ul>li.active>a {
    border-left: .04rem solid #0FC7CB;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
    margin-top: 0rem;
}

.nymain .leftNav ul li a.active {
    color: #1255B0;
}


.nymain .leftNav ul li a {
    display: block;
    font-size: .18rem;
    color: rgb(51, 51, 51);
    line-height: .5rem;
    position: relative;
}

.nymain .leftNav>ul>li:first-child>a {
    border-top: none;
}

.nymain .leftNav>ul>li>a {
    line-height: .3rem;
    padding: .18rem .3rem;
    text-align: center;
    position: relative;
}

.nymain .leftNav>ul>li>a::before {
    content: '';
    left: .2rem;
    right: 0;
    bottom: 0;
    position: absolute;
    border-bottom: .01rem solid #EEEEEE;
}

.nymain .leftNav>ul>li.active>a::before {
    border-color: transparent;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .25rem;
    height: .25rem;
    right: .2rem;
    top: 50%;
    line-height: .5rem;
    background: url(../images/sub_left_down.png) center center no-repeat;
    background-size: .06rem;
    cursor: pointer;
    transform: translateY(-50%);
}

.nymain .leftNav>ul>li:hover>span {
    display: block;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
    color: #1255B0;
    font-weight: 600;
    background-position: .1rem center;
}

.nymain .leftNav>ul>li.active>a {
    font-size: .18rem;
    background: #1255B0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0 .5rem .5rem 0;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.3);
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    font-size: .18rem;
    background: #1255B0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0 .5rem .5rem 0;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.3);
    border-left: .04rem solid #0FC7CB;
}
.nymain .leftNav ul li a:hover::before{
 border-bottom: 0rem;
}
.nymain .leftNav>ul>li>ul {
    display: none;
}

.nymain .leftNav>ul>li>ul>li:first-child {
    margin-top: .05rem;
}

.nymain .leftNav>ul>li>ul>li a {
    font-size: .18rem;
    line-height: .4rem;
    position: relative;
    text-align: center;
}

/* pt */

.pt-lt ul li {
    margin-bottom: .3rem;
}

.pt-lt ul li a {
    display: flex;
    border: .01rem solid #D0EAEE;
    padding: .3rem .45rem;
    position: relative;
}

.pt-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: .04rem;
    background-color: #EBC98B;
    transition: all 0.3s;
}

.pt-lt ul li a:hover:after {
    width: 100%;
}

.pt-date {
    display: block;
}

.pt-date b {
    font-family: Bebas;
    font-size: .22rem;
    line-height: .32rem;
    color: #1255B0;
    display: block;
}

.pt-date span {
    font-family: Bebas;
    font-size: .16rem;
    text-align: right;
    color: #9F9F9F;
}

.pt-lt ul li a .pic {
    width: 2.4rem;
    padding-top: 1.54rem;
    margin: 0 .35rem;
}

.pt-tx {
    flex: 1;
    min-width: 0;
    padding-top: .1rem;
}

.pt-tx h3 {
    font-size: .22rem;
    line-height: .34rem;
    margin-bottom: .2rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt-tx p {
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pt-lt ul li a:hover {
    background: url(../images/pt-jt.png) no-repeat right .2rem center #1255B0;
    background-size: .8rem;
    padding-right: 1.2rem;
}

.pt-lt ul li a:hover span,
.pt-lt ul li a:hover b {
    color: #ffffff;
}

.pt-lt ul li a:hover p {
    color: #ffffff;
}

.pt-lt ul li a:hover h3 {
    color: #ffffff;
}

/* con */

.c-tit {
    padding-bottom: .2rem;
    border-bottom: .01rem solid #E8E8E8;
    margin-bottom: .3rem;
}

.c-tit h3 {
    font-size: .24rem;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #333333;
    margin-bottom: .2rem;
}

.c-tit p {
    text-align: center;
}

.c-tit p>span {
    display: inline-block;
    padding: 0 .3rem;
    border-right: 1px solid #DEDEDE;
    line-height: .14rem;
    font-size: .14rem;
    color: #8D8D8D;
}

.c-tit p>span:last-child {
    border-color: transparent;
}

.c-tx div {
    padding: 0px !important;
}

.c-tx * {
    font-size: .18rem !important;
    line-height: .32rem !important;
    color: #333333;
    text-align: justify;
    background: none !important;
    font-family: "微软雅黑" !important;
    font-family: "Noto-Sans-SC" !important;
}

.c-tx p {
    text-indent: 2em !important;
    margin-bottom: .1rem;
    font-size: .18rem !important;
    line-height: .32rem !important;
    color: #333333;
    text-align: justify;
    word-break: break-all;
}

.c-tx img {
    max-width: 100% !important;
    height: auto !important;
}

.c-tx video {
    max-width: 100%;
    height: auto !important;
}

.c-tx iframe {
    max-width: 100%;
    height: auto !important;
}

.c-tx #vsb_content {
    text-align: center;
}

.c-tx #vsb_content .xrld {
    display: inline-block;
    padding-top: .8rem;
}

.c-tx #vsb_content .xrld p {
    line-height: .45rem !important;

}

.c-tx #vsb_content .xrld p * {
    font-size: 22px !important;
}

.c-tx table {
    width: 100%;
}

.c-tx table p {
    text-indent: 0em !important;
}

.c-page {
    margin-top: .4rem;
    padding-top: .2rem;
    border-top: .01rem dashed #CBCBCB;
}

.c-page p {
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    margin: .1rem 0;
}

.c-page a {
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
}

.c-page a:hover {
    color: #1255B0;
}

/* zc-lt */

#zc-lt .pt-date {
    margin-right: .3rem;
    background-color: transparent;
    position: static;
    box-shadow: none;
    padding: 0;
}

#zc-lt .pt-tx {
    padding-top: 0;
    flex: 1;
    min-width: 0;
}
.dj-lt ul li{
        background: url(../images/lt-jt.png) no-repeat left center;
        background-size: .1rem;
        border-bottom: .01rem solid #D8D8D8;
        padding-left: .25rem;
}
.dj-lt ul li a {
    display: block;
    line-height: .8rem;
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dj-lt ul li a:hover {
    color: #1255B0;
    font-weight: 600;
}
.ssjg ul li a {
    float:left;
}
.ssjg ul li .time{
    float:right;
    line-height: .8rem;
}
/* dj-lt */

.ld-lt ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.ld-lt ul li {
    width: 33.33%;
    margin-bottom: .4rem;
}

.ld-lt ul li a {
    padding: .18rem;
    background: #E7F2FB;
    display: flex;
    flex-wrap: wrap;
    margin: 0 .2rem;
}

.ld-lt ul li a .pic {
    width: 1.7rem;
    padding-top: 2.34rem;
    margin-right: .2rem;
}

.ld-tx {
    flex: 1;
    min-width: 0;
}

.ld-tx h3 {
    font-size: .22rem;
    color: #1255B0;
    margin-bottom: .1rem;
}

.ld-tx p {
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
}

/* dxk */
.dxk-lt ul li {
    margin-bottom: .3rem;
}

.dxk-lt ul li a {
    padding: .4rem .25rem;
    background: #FFFFFF;
    border: .01rem solid #D0EAEE;
    display: block;
}

.dxk-lt ul li a h3 {
    font-size: .22rem;
    line-height: .24rem;
    color: #222222;
    padding-bottom: .2rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .2rem;
}

.dxk-lt ul li a h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1255B0;
    width: 1.2rem;
    height: .04rem;
}

.dxk-lt ul li a p {
    font-size: .18rem;
    line-height: .28rem;
    color: #666666;
    max-height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dxk-lt ul li a:hover {
    background: #1255B0;
}

.dxk-lt ul li a:hover h3 {
    color: #ffffff;
}

.dxk-lt ul li a:hover h3::before {
    background: #ffffff;
}

.dxk-lt ul li a:hover p {
    color: #ffffff;
}

.dxk-tx p span {
    color: #1255B0
}

.dxk-tx p span {
    color: #1255B0
}

/* zlfw */
.zl-tit {
    margin-bottom: .4rem;
}

.zl-tit h3 {
    border-bottom: .02rem solid #E8E8E8;
    padding-bottom: .2rem;
    position: relative;
    color: #333333;
    font-size: .36rem;
}

.zl-tit h3::before {
    content: '';
    height: .04rem;
    width: 1.44rem;
    background: #1255B0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.zlfw ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.zlfw ul li {
    width: 33.33%;
    margin-bottom: .3rem;
}

.zlfw ul li a {
    display: block;
    font-size: .2rem;
    color: #333333;
    border-radius: 6px;
    border: .01rem solid #D8D8D8;
    padding-left: .2rem;
    padding-right: .1rem;
    line-height: .56rem;
    margin: 0 .1rem;
    position: relative;
    background: url(../images/dh-jt1.png) no-repeat right .1rem center;
    background-size: .09rem;
}

.zlfw ul li a::before {
    content: '';
    width: .03rem;
    height: .16rem;
    position: absolute;
    top: 50%;
    left: .1rem;
    transform: translateY(-50%);
    background: #1255B0;
}

.zlfw ul li a:hover {
    color: #ffffff;
    background: url(../images/dh-jt2.png) no-repeat right .2rem center #1255B0;
    background-size: .09rem;
}

.zlfw ul li a:hover::before {
    background: #9CBFED;
}

.zlfw ul {
    margin-bottom: .5rem;
}

/* wzdt */
.wz-c {
    padding: .2rem 0;
    border-bottom: .01rem solid #D8D8D8;
}

.wz-c>a {
    font-size: .22rem;
    color: #333333;
    margin-bottom: .1rem;
    display: block;
}

.wz-c ul {
    display: flex;
    flex-wrap: wrap;
}

.wz-c ul li {
    width: 10%;
}

.wz-c ul li a {
    font-size: .18rem;
    line-height: .22rem;
    color: #333333;
    margin: .1rem 0;
    display: block;
}

.wz-c ul li a:hover {
    color: #1255B0;
}

/* yzk */

.yzk-tit {
    position: relative;
    border-bottom: .02rem solid #E8E8E8;
    text-align: center;
}

.yzk-tit h3 {
    font-size: .36rem;
    color: #333333;
    display: inline-block;
    position: relative;
    padding: .15rem 0;
}

.yzk-tit h3::after {
    content: '';
    width: 100%;
    height: .03rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.01rem;
    background: #1255B0;
}

.yzk-ifo {
    padding: .3rem 0;
}

.yzk-ifo p {
    font-size: .2rem;
    line-height: .36rem;
    text-align: center;
    color: #333333;
}

.yzk-tx p {
    font-size: .2rem;
    line-height: .36rem;
    text-align: justify;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .1rem;
}

/* ks */
.ks-qh {
    border-bottom: .02rem solid #E8E8E8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ks-qh a {
    font-size: .3rem;
    color: #999999;
    display: block;
    padding: .15rem 0;
    margin-right: .5rem;
    position: relative;
    cursor: pointer;
}

.ks-qh a:hover {
    color: #1255B0;
}

.ks-qh a.on::after {
    content: '';
    width: 100%;
    height: .04rem;
    background-color: #1255B0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ks-qh a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.25rem;
    transform: translateY(-50%);
    height: .3rem;
    width: .02rem;
    background: #D8D8D8;
}

.ks-qh a:last-child:before {
    display: none;
}

.ks-qh a.on {
    font-size: .36rem;
    color: #333333;
}

.ks-tit h3 {
    border-radius: .08rem;
    background: #1255B0;
    min-width: 2.2rem;
    padding: 0 .1rem;
    line-height: .7rem;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: .26rem;
}

.ks-tit {
    margin: .3rem 0;
}

/* ks1 */

.ks1-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: .02rem solid #E8E8E8;
    position: relative;
    margin-bottom: .4rem;
}

.ks1-tit h3 {
    font-size: .36rem;
    color: #333333;
    padding: .15rem 0;
    border-bottom: .03rem solid #1255B0;
    margin-right: .5rem;
}

.ks1-tit a {
    padding: .04rem .2rem .15rem .2rem;
    display: block;
    background: url(../images/ks-tit.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .2rem;
    color: #ffffff;
    font-size: .2rem;
}

.ks1-tit a:last-child {
    margin-right: 0;
}

.ks1-tx a:hover {
    color: #1255B0;
}

.ks1-pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ks1-p {
    width: 7.6rem;
    margin-right: .4rem;
}

.ks1-p img {
    display: block;
    width: 100%;
}

.ks1-tx {
    flex: 1;
    min-width: 0;
}

.ks1-tx p {
    font-size: .2rem;
    line-height: .36rem;
    text-align: justify;
    color: #333333;
    text-indent: 2em;
}

.ks1-tx a {
    font-size: .16rem;
    color: #999999;
    padding-bottom: .05rem;
    display: inline-block;
    border-bottom: .01rem solid #D8D8D8;
    padding-right: .18rem;
    background: url(../images/ks-more.png) no-repeat right center;
    background-size: .14rem;
    margin-top: 1rem;
}

.ks1 {
    margin-bottom: .8rem;
}

.ks2-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-bottom: .02rem solid #E8E8E8;
    margin-bottom: .3rem;
}

.ks2-tit h3 {
    font-size: .36rem;
    color: #333333;
    padding: .15rem 0;
    margin-right: .8rem;
    position: relative;
}

.ks2-tit h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: .04rem solid #1255B0;
}

.ks2-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ks2-more a {
    font-size: .16rem;
    color: #999999;
    padding-bottom: .05rem;
    display: inline-block;
    border-bottom: .01rem solid #D8D8D8;
    padding-right: .18rem;
    background: url(../images/ks-more.png) no-repeat right center;
    background-size: .14rem;
}

.ks2-more a:hover {
    color: #1255B0;
}

.ks2-qh a {
    font-size: .3rem;
    color: #666666;
    padding: .15rem 0;
    margin-right: .4rem;
    position: relative;
}

.ks2-qh a:last-child:before {
    display: none;
}

.ks2-qh a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.2rem;
    transform: translateY(-50%);
    width: .01rem;
    height: .22rem;
    background: #D8D8D8;
}

.ks2-qh a.on {
    color: #1255B0;
}

.ks-c ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ks-c ul li {
    width: 20%;
}

.ks-c .pic {
    padding-top: 139%;
}

.ks-tx {
    background: #4689e5;
    padding: .1rem 0;
    transition: all 0.3s;
}

.ks-qhc .slick-prev {
    width: .54rem;
    height: .54rem;
    background: url(../images/ks-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.8rem;
}

.ks-qhc .slick-prev:hover {
    background: url(../images/ks-lh.png) no-repeat;
    background-size: 100% 100%;
}

.ks-qhc .slick-next {
    width: .54rem;
    height: .54rem;
    background: url(../images/ks-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.8rem;
}

.ks-qhc .slick-next:hover {
    background: url(../images/ks-rh.png) no-repeat;
    background-size: 100% 100%;
}

.ks-qhc {
    position: relative;
}

.ks-qhc>div {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.ks-qhc>div.on {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.ks-c ul {
    margin: 0 -0.1rem;
}

.ks-c ul li a {
    display: block;
    margin: .1rem;
}

.ks-c ul li a:hover .ks-tx {
    background: #1255B0;
}

.ks-tx h3 {
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: .05rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 .1rem;
}

.ks-tx p {
    font-size: .18rem;
    line-height: .22rem;
    text-align: center;
    color: #FFFFFF;
}

.ks3 {
    margin-top: .6rem;
}

.ks3-tit {
    text-align: center;
    border-bottom: .02rem solid #E8E8E8;
    margin-bottom: .5rem;
}

.ks3-tit h3 {
    font-size: .36rem;
    color: #333333;
    display: inline-block;
    padding: .15rem 0;
    border-bottom: .03rem solid #1255B0;
}

.ks3-lt>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ks3-lt>ul li {
    width: 19%;
}

.ks3-lt>ul li a {
    display: block;
    margin: 0 .1rem;
    margin-top: .4rem;
    height: 3.2rem;
    background: url(../images/ks-bg1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: .45rem .2rem;
}

.ks3-lt>ul li a h3 {
    text-align: center;
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #FFFFFF;
    position: relative;
}

.ks3-lt>ul li a h3::before {
    content: '';
    width: .5rem;
    height: .02rem;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    transform: translateX(-50%);
}

.ks3-lt .ico {
    position: absolute;
    right: .3rem;
    bottom: .3rem;
}

.ks3-lt .ico img {
    width: .6rem;
}

.ks3-lt>ul li:nth-child(odd) a {
    margin-top: 0;
}


.ks3-lt>ul li:nth-child(2) a {
    background: url(../images/ks-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.ks3-lt>ul li:nth-child(3) a {
    background: url(../images/ks-bg3.png) no-repeat;
    background-size: 100% 100%;
}

.ks3-lt>ul li:nth-child(4) a {
    background: url(../images/ks-bg4.png) no-repeat;
    background-size: 100% 100%;
}

.ks3-lt>ul li:nth-child(5) a {
    background: url(../images/ks-bg5.png) no-repeat;
    background-size: 100% 100%;
}

/*  */
.ks4 {
    margin-top: .6rem;
}

.ks4-tit {
    text-align: center;
    border-bottom: .02rem solid #E8E8E8;
    margin-bottom: .5rem;
}

.ks4-tit h3 {
    font-size: .36rem;
    color: #333333;
    display: inline-block;
    padding: .15rem 0;
    border-bottom: .03rem solid #1255B0;
}

.ks4-lt>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ks4-lt>ul li {
    width: 20%;
}

.ks4-lt>ul li a {
    display: block;
    margin: 0;
    margin-top: 0;
    height: 4.2rem;
    background: #ccc;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.ks4-lt>ul li a h3 {
    text-align: center;
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    color: #FFFFFF;
    position: relative;
    margin-bottom: rem;
    height: .6rem;
}

.ks4-lt>ul li a h3::before {
    content: '';
    width: .5rem;
    height: .02rem;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
    transform: translateX(-50%);
}

.ks4-lt .ico {
    position: relative;
    text-align: right;
    padding-right: .2rem;
}

.ks4-lt .ico img {
    width: .6rem;
}

.ks4-lt .ks4_tit {
    padding: .3rem .2rem .2rem .2rem;
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
}

.ks4-lt .ks4_zsimg {
    display: block;
    width: 2.8rem;
    height: 2.1rem;
    overflow: hidden;
}

.ks4-lt .ks4_zsimg .pic {
    padding-top: 2.1rem;
}

.ks4-lt .ks4_zsimg img {
    display: block;
    /* width: 2.8rem; */
    /* height: 2.1rem; */
}

.ks4-lt>ul li:nth-child(odd) a {}

.ks4-lt>ul li:nth-child(1) a {
    background: #0166EF;
    background-size: 100% 100%;
}

.ks4-lt>ul li:nth-child(2) a {
    background: #52ABF1;
    background-size: 100% 100%;
}

.ks4-lt>ul li:nth-child(3) a {
    background: #F7B545;
    background-size: 100% 100%;
}

.ks4-lt>ul li:nth-child(4) a {
    background: #13AD88;
    background-size: 100% 100%;
}

.ks4-lt>ul li:nth-child(5) a {
    background: #11ABB0;
    background-size: 100% 100%;
}

.ks4-lt>ul li:nth-child(2) a .ks4_tit, .ks4-lt>ul li:nth-child(4) a .ks4_tit {
    order: 2;
}

.ks4-lt>ul li:nth-child(2) a .ks4_zsimg, .ks4-lt>ul li:nth-child(4) a .ks4_zsimg {
    order: 1;
}

.ks-bg>div {
    position: relative;
}

.ks-bg::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background: url(../images/ks-bg02.png) no-repeat center bottom;
    background-size: cover;
}

/* yyjj */
.yyjj .fl {
    float: left;
    width: 5.6rem;
    margin-right: .4rem;
}

.yyjj .fr {
    float: right;
    width: 5.6rem;
    margin-left: .4rem;
}

.jj-tx p {
    font-size: .2rem;
    line-height: .36rem;
    text-align: justify;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .3rem;
}

.jj-tx {
    overflow: hidden;
}

.jj-tx h3 {
    font-size: .26rem;
    font-weight: bold;
    line-height: .26rem;
    text-align: justify;
    color: #333333;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    position: relative;
}

.jj-tx h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: .5rem;
    height: .04rem;
    background: #EF8338;
}

.jj-slick {
    padding: .46rem 0;
    background: #F3F8FF;
}


.jj-lt ul li a {
    border-radius: 50%;
}

.jj-lt ul li a p {
    font-size: .16rem;
    line-height: .2rem;
    text-align: center;
    color: #333333;
}

.jj-lt ul li a h3 {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    background: url(../images/js-q1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: Butler;
    position: relative;
    transition: all 0.3s;
}

.jj-lt ul li a h3::after {
    content: '';
    width: .9rem;
    height: .91rem;
    background: url(../images/js-yz.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.2rem;
    bottom: -0.3rem;
    opacity: 0;
}

.jj-lt ul li a h3 b {
    font-size: .36rem;
    color: #EF8338;
}

.jj-lt ul li a h3 span {
    font-size: .16rem;
    color: #333333;
}

.jj-lt ul li a p {
    font-size: .16rem;
    text-align: center;
    color: #333333;
    margin-top: .2rem;
}

.jj-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jj-data li {
    width: 25%;
    margin-bottom: .6rem;
}

.jj-lt .slick-dots li {
    width: .6rem;
    height: .05rem;
    opacity: 0.2;
    background: #1255B0;
    margin: 0 .1rem;
}

.jj-lt .slick-dots li.slick-active {
    background: #EF8338;
    opacity: 1;
}


.jj-lt ul li a:hover h3 {
    background: url(../images/js-q2.png) no-repeat;
    background-size: 100% 100%;
}

.jj-lt ul li a:hover b {
    color: #ffffff;
}

.jj-lt ul li a:hover span {
    color: #ffffff;
}

.jj-lt ul li a:hover h3::after {
    opacity: 1;
}

/* wh1 */
.wh1 {
    border-radius: .16rem;
    background: #FFFFFF;
    box-shadow: 0rem -0.06rem .2rem 0rem rgba(51, 51, 51, 0.1);
    padding: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .4rem;
}

.wh1>img {
    width: 2rem;
}

.wh1-r {
    flex: 1;
    min-width: 0;
}

.wh1-tx {
    margin-left: .8rem;
}

.wh1-txbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wh1-tx h2 {
    font-size: .18rem;
    font-weight: bold;
    color: #1255B0;
    margin-bottom: .1rem;
}

.wh1-tx p {
    font-size: .14rem;
    line-height: .26rem;
    color: #666666;
    text-indent: 0em;
}

.wh1-xz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    border-radius: .04rem;
    border: .01rem solid #D9D9D9;
    color: #333333;
    font-size: .14rem;
    width: 2.1rem;
    line-height: .32rem;
    margin-left: 2rem;
    margin-top: .4rem;
}

.wh1-xz:hover {
    color: #1255B0;
}

.wh1-xz img {
    width: .16rem;
    margin-left: .05rem;
}

.wh-tit {
    text-align: center;
    margin-bottom: .4rem;
}

.wh-tit h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: .2rem;
}

.wh-tit p {
    font-size: .18rem;
    font-weight: bold;
    color: #333333;
    text-indent: 0em;
}

.wh2 {
    margin-bottom: .3rem;
}

.wh2 h2 {
    font-size: .18rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .15rem;
}

.wh2 p {
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    text-indent: 0em;
}

.wh3 h2 {
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: .1rem;
    margin-bottom: .2rem;
}

.wh3 h2::before {
    content: '';
    width: .05rem;
    height: .26rem;
    background: #1255B0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.wh3 h3 {
    font-size: .18rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .15rem;
}

.wh3 p {
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    margin-bottom: .3rem;
    text-indent: 0em;
}

.wh3 img {
    width: 4rem;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

/* jx */
.jx1-lt>ul {
    margin: 0 -0.18rem;
}

.jx1-lt a {
    display: block;
    margin: 0 .18rem;
}

.jx1-tx {
    line-height: .7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(18, 85, 176, 0.6);
    color: #ffffff;
}

.jx1-tx p {
    color: #ffffff;
    font-size: .16rem;
    margin-left: .05rem;
}

.jx1-tx h3 {
    font-size: .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 .1rem;
}

.jx1-lt a .pic {
    padding-top: 140%;
}

.jx-tit {
    position: relative;
    margin-bottom: .4rem;
    border-bottom: .02rem solid #E8E8E8;
}

.jx-tit h3 {
    font-size: .36rem;
    color: #333333;
    padding: .15rem 0;
    line-height: 1;
    display: inline-block;
    position: relative;
}

.jx-tit h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .03rem;
    background-color: #1255B0;
}

.jx-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.jx-more a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999999;
    font-size: .16rem;
}

.jx-more a:hover {
    color: #1255B0;
}

.jx-more a img {
    width: .14rem;
    margin-left: .05rem;
}

.jx1-lt a:hover {
    background: #1255B0;
}

.jx1-lt .slick-prev {
    width: .3rem;
    height: .57rem;
    background: url(../images/jx-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.4rem;
}

.jx1-lt .slick-next {
    width: .3rem;
    height: .57rem;
    background: url(../images/jx-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.4rem;
}

.jx2 {
    padding: .8rem 0;
}

.jx2-qh ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .2rem;
}

.jx2-qh ul li {
    width: 20%;
}

.jx2-qh ul {
    margin: 0 -0.18rem;
}

.jx2-qh ul li b {
    display: block;
    border-radius: .06rem;
    box-sizing: border-box;
    border: .01rem solid #D8D8D8;
    line-height: .56rem;
    text-align: center;
    color: #333333;
    font-size: .18rem;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 .18rem;
}

.jx2-qh ul li.on b,
.jx2-qh ul li:hover b {
    border-radius: 6px;
    background: #1255B0;
    color: #ffffff;
}

.jx2-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.jx2-lt ul li {
    width: 48%;
}

.jx2-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jx2-date {
    text-align: center;
    font-family: Bebas;
    margin-right: .35rem;
}

.jx2-date b {
    font-size: .36rem;
    color: #333333;
    line-height: 1;
    display: block;
}

.jx2-date span {
    font-size: .14rem;
    color: #666666;
    display: block;
}

.jx2-lt ul li a {
    padding: .2rem 0;
    border-bottom: .01rem solid #D8D8D8;
}

.jx2-lt ul li a p {
    font-size: .2rem;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jx2-lt ul li a:hover b {
    color: #1255B0;
}

.jx2-lt ul li a:hover p {
    color: #1255B0;
    font-weight: 600;
}

.jx3-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.jx3-lt ul li {
    width: 24%;
}

.jx3-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: .4rem .2rem;
    position: relative;
}

.jx3-lt ul li a .ico {
    width: 100%;
    height: .5rem;
    text-align: center;
    margin-bottom: .1rem;
    position: relative;
}

.jx3-lt ul li a .ico img {
    max-height: 100%;
    min-height: .4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jx3-lt ul li:nth-child(1) {
    background: url(../images/lj-p1.jpg) no-repeat;
    background-size: cover;
}

.jx3-lt ul li:nth-child(2) {
    background: url(../images/lj-p2.jpg) no-repeat;
    background-size: cover;
}

.jx3-lt ul li:nth-child(3) {
    background: url(../images/lj-p3.jpg) no-repeat;
    background-size: cover;
}

.jx3-lt ul li:nth-child(4) {
    background: url(../images/lj-p4.jpg) no-repeat;
    background-size: cover;
}

.jx3-lt ul li:nth-child(5) {
    background: url(../images/lj-p5.jpg) no-repeat;
    background-size: cover;
}

.jx3-lt ul li a p {
    font-size: .18rem;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.jx4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: .8rem;
}

.jx4-tit {
    margin-right: .5rem;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/lj-tit.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.jx4-tit h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.jx4-tit h3 b {
    display: block;
    font-size: .3rem;
    text-align: center;
    letter-spacing: 0.2em;
    color: #333333;
    display: block;
    font-weight: normal;
}

.jx4-lt {
    flex: 1;
    min-width: 0;
}

.jx4-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jx4-lt ul li {
    width: 48%;
    border-bottom: .01rem solid #D8D8D8;
}

.jx4-lt ul li a {
    display: block;
    color: #333333;
    font-size: .18rem;
    padding: .3rem 0;
    padding-right: .4rem;
    background: url(../images/lj-jt1.png) no-repeat right center;
    background-size: .18rem;
}

.jx4-lt ul li a:hover {
    background: url(../images/lj-jt2.png) no-repeat right center;
    background-size: .18rem;
    color: #1255B0;
}

.kx1 {
    margin-bottom: .5rem;
}

.kx1 a {
    display: block;
    height: 4.2rem;
    background: url(../images/kx1-bg.png) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: .2rem;
}

.kx1 a img {
    height: .7rem;
    display: block;
}

.kx1 a p {
    margin-top: .15rem;
    font-size: .28rem;
    font-weight: bold;
    line-height: .3rem;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

.kx2-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.kx2-lt ul li a .ico {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/kx2-q.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.kx2-lt ul li a .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 50%;
    min-height: 40%;
}

.kx2-lt ul li a {
    font-size: .2rem;
    line-height: .3rem;
    text-align: center;
    color: #333333;
    display: block;
}

.kx2-lt p {
    margin-top: .2rem;
}

.kx3-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: .01rem solid #D8D8D8;
}

.kx3-lt ul li a p {
    flex: 1;
    min-width: 0;
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .9rem;
    position: relative;
}

.kx3-lt ul li a:hover p {
    color: #1255B0;
    font-weight: 600;
}

.kx3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .8rem;
}

.kx3>div {
    width: 48%;
}

.kx3 .jx-tit {
    margin-bottom: .1rem;
}

.kx3-d {
    margin-right: .3rem;
}

.kx3-d span {
    font-family: Bebas;
    font-size: .16rem;
    color: rgba(27, 76, 150, 0.6);
}

.kx3-d b {
    font-family: Bebas;
    font-size: .28rem;
    color: #1B4C96;
}

.kx3-rt ul li p span {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background: url(../images/wh-xz.png) no-repeat center center;
    background-size: .2rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: .08rem;
}

.kx3-rt ul li:hover span {
    background: url(../images/wh-xz.png) no-repeat center center #DDECFF;
    background-size: .2rem;
}

.cz-tit h2 {
    font-size: .26rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
    text-align: center;
    padding: .2rem 0;
    border-bottom: .02rem solid #E8E8E8;
    margin-bottom: .4rem;
}

.zjcz-tit h2 {
    font-size: .16rem;
    font-weight: normal;
    text-align: center;
    color: #333333;
    text-align: center;
    padding: .2rem 0;
    border-bottom: .02rem solid #E8E8E8;
    margin-bottom: .4rem;
}

/* dsfc */
.dsfc ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dsfc ul li {
    width: 25%;
    margin-bottom: .4rem;
}

.dsfc ul {
    margin: 0 -0.16rem;
}

.dsfc ul li a {
    display: block;
    margin: 0 0.16rem;
}

.dsfc ul li a h3 {
    line-height: .7rem;
}

.dsfc ul li a h3 b {
    font-size: .22rem;
    font-weight: bold;
    color: #FFFFFF;
}

.dsfc ul li a h3 span {
    font-size: .22rem;
    line-height: .26rem;
    text-align: center;
    color: #FFFFFF;
}

.dsfc ul li a .pic {
    padding-top: 140%;
}

.dsfc ul li a:hover h3 {
    background: #1255B0;
}

.dsfc ul li a h3 {
    background: rgba(18, 85, 176, 0.6);
    line-height: .7rem;
    text-align: center;
    transition: all 0.3s;
}

.dsfc ul li a h3 b {
    font-size: .22rem;
    margin-right: .18rem;
    font-size: .22rem;
    margin-right: .18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 0 .1rem;
}

.dsfc ul li a h3 span {
    font-size: .22rem;
    font-weight: normal;
}

.md-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: .4rem;
}

.md-tit h3 {
    margin-right: .6rem;
    color: #333333;
    font-size: .36rem;
    position: relative;
    padding-bottom: .15rem;
}

.md-tit h3::after {
    content: '';
    width: .5rem;
    height: .04rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #1255B0;
}

.md-tit a {
    width: 2.4rem;
}

.md-tit img {
    width: 100%;
    display: block;
}

.md-pt {
    margin-bottom: .4rem;
    overflow: hidden;
}

.md-pt img {
    width: 5.5rem;
    /* float: left; */
    /* margin-right: .4rem; */
    margin: 0 auto;
    display: block;
}

.md-pt p {
    font-size: .18rem;
    line-height: .34rem;
    text-align: justify;
    color: #333333;
}


.md-tb table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 6.64rem;
    max-width: 100%;
    margin: .2rem auto;
    /* IE 10 支持的圆角 */
    border-radius: .04rem;
    overflow: hidden;
    font-size: .18rem;
}

.md-tb th,
.md-tb td {
    border: .01rem solid #e0e0e0;
    padding: .15rem .15rem;
    text-align: center;
}

/* 表头样式 */
.md-tb th {
    background-color: #1a57a5;
    color: #ffffff;
    font-weight: bold;
    /* IE 10 支持的背景渐变 */
    background: -ms-linear-gradient(top, #1a57a5, #164b91);
}

/* 表格行样式 */
.md-tb tr:nth-child(even) {
    background-color: #f8f9fa;
}

.md-tb tr:hover {
    background-color: #f1f3f5;
}

.md-tb td {
    background-color: #ffffff;
}

.mdt-tx h2 {
    font-size: .18rem;
    font-weight: bold;
    color: #1255B0;
}

.mdt-tx h3 {
    font-size: .18rem;
    text-align: justify;
    color: #333333;
    margin-bottom: .1rem;
    margin-top: .1rem;
}

.mdt-tx p {
    font-size: .18rem;
    line-height: .34rem;
    text-align: justify;
    color: #333333;
    text-indent: 2em;
}

.md-ifo p {
    text-indent: 0;
    margin-bottom: .2rem;
}

.md-ifo p b {
    color: #1255B0;
}

/* zjjj */
.zjjj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: .3rem;
    /* background: url(../images/zj-bg.png) no-repeat left .8rem top; */
    background-size: 100%;
}

.zj-l {
    width: 4.06rem;
    margin-right: .8rem;
}

.zj-r {
    flex: 1;
    min-width: 0;
}

.zj-p {
    width: 100%;
    display: block;
    margin-bottom: .7rem;
}

.zj-p img {
    width: 100%;
    display: block;
}

.zj-ewm h3 {
    line-height: .56rem;
    border-radius: .06rem;
    background: #1255B0;
    color: #ffffff;
    font-size: .28rem;
    width: 2.02rem;
    margin: 0 auto;
    text-align: center;

    position: absolute;
    left: 50%;
    top: -0.1rem;
    transform: translateX(-50%);
}

.zj-ewm {
    padding: .8rem 0;
    background: #ECF2FA;
    position: relative;
}

.zj-ewm img {
    width: 1.4rem;
    display: block;
    margin: 0 auto;
}

.zj-ifo {
    padding-top: .2rem;
    margin-bottom: .8rem;
}

.zj-ifo h3 b {
    font-size: .42rem;
    color: #1255B0;
    margin-right: .35rem;
}

.zj-ifo h3 span {
    font-size: .24rem;
    color: #333333;
}

.zj-ifo h4 {
    font-size: .2rem;
    color: #333333;
    margin-top: .3rem;
    margin-bottom: .3rem;
    padding-bottom: .25rem;
    background: url(../images/zj-line.png) no-repeat left bottom;
    background-size: 4rem;
    height: 0.5rem;
}

.zj-ifo p span {
    color: #1255B0;
}

.zj-ifo p {
    color: #333333;
    font-size: .18rem;
    line-height: .35rem;
}


.zj-tx h2 {
    font-size: .32rem;
    color: #1255B0;
    padding-left: .2rem;
    position: relative;
    margin-bottom: .3rem;
}

.zj-tx h2::before {
    content: '';
    width: .1rem;
    height: .1rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #EEC491;
}

.zj-tx {
    margin-bottom: .4rem;
}

.zj-tx h3 {
    color: #1255B0;
    font-size: .2rem;
}

.zj-tx .miaoshu {
    color: #1255B0;
    font-size: .16rem;
    position: relative;
    padding-left: .2rem;
    margin-top: .2rem;
    text-align: center;
}

.zj-tx * {
    line-height: .32rem !important;
    color: #333333;
    text-align: justify;
    background: none !important;

    font-family: "微软雅黑" !important;

    font-family: "Noto-Sans-SC" !important;
    font-size: .2rem !important;
}

.zj-tx p {
    color: #333333;
    font-size: .2rem !important;
    line-height: .36rem !important;
}

.zj-tx p span {
    color: #333333;
}


/* ny-lm2 */
.ny-lm2::before {
    width: 60%;
    height: 100%;
    background: url(../images/ny-lm2zz.png) no-repeat;
    background-size: 100% 100%;
}

.ny-lm2 .ny-lm {
    bottom: 1.8rem;
}

.ny-dh {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.1rem;
    z-index: 99;
    background: url(../images/ny-dh.png) no-repeat;
    background-size: 100% 100%;
}

.ny-dh ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ny-dh ul li {
    flex: 1;
    min-width: 0;
}

.ny-dh ul li a:hover {
    background: #EEC492;
}

.ny-dh ul li.on a {
    background: #EEC492;
}

.ny-dh ul li a {
    line-height: .76rem;
    font-size: .26rem;
    color: #ffffff;
    display: block;
    text-align: center;
}


















@media screen and (max-width: 1024px) {
    .ny-dh {
        display: none;
    }

    .zjjj {
        background-size: 0;
    }

    .jx4 {
        padding-top: .3rem;
    }

    .zj-l {
        width: 3rem;
        margin-right: .5rem;
    }

    .zj-ifo {
        padding-bottom: .3rem;
        margin-bottom: .3rem;
    }

    .kx2-lt p {
        font-size: .16rem;
    }

    .jx1-lt>ul {
        padding: 0 .5rem;
    }

    .jx1-tx {
        line-height: 1;
        padding: .1rem 0;
    }

    .jx1-tx p {
        width: 100%;
        text-align: center;
        margin-top: .05rem;
    }

    .jx1-tx h3 {
        width: 100%;
        text-align: center;
    }

    .jx1-lt .slick-prev {
        left: .1rem;
    }

    .jx1-lt .slick-next {
        right: .1rem;
    }

    .wh1-r {
        flex: auto;
        width: 100%;
    }

    .wh1>img {
        margin: 0 auto;
    }

    .wh1-tx {
        margin: 0;
    }

    .wh1-txbox {
        justify-content: space-between;
    }

    .wh1-xz {
        margin: 0 auto;
        margin-top: .3rem;
    }

    .jj-tx .fr,
    .jj-tx .fl {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-bottom: .2rem;
        display: block;
    }

    .ny-lm h3 {
        display: none;
    }

    .ny-lm {
        position: absolute;
        right: .1rem !important;
        bottom: .1rem !important;
        padding: 0 .1rem;
        left: 0rem;
    }

    .ny-banner::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 50%;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }

    .nymain {
        padding-top: .1rem;
    }

    .nymain .leftNav {
        display: none;
    }

    .pt-lt ul li a {
        padding: .3rem;
    }

    .c-tit p span {
        border-color: transparent;
        padding: 0 .1rem;
        text-align: left;
    }

    .dj-lt ul li a {
        line-height: .6rem;
    }

    .dj-lt {
        /* margin-top: -0.3rem; */
    }

    .ld-lt ul li {
        width: 50%;
    }


    .dxk-lt ul li a {
        padding: .2rem;
    }

    .dxk-lt ul li {
        margin-bottom: .2rem;
    }

    .zlfw ul {
        margin-bottom: .2rem;
    }

    .zlfw ul li {
        width: 33.33%;
    }

    .wzdt {
        margin-top: -0.2rem;
    }

    .wz-c ul li {
        width: 16.66%;
    }

    .ks1-p {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .ks1-tx {
        flex: auto;
        width: 100%;
    }

    .ks1-tx a {
        margin-top: .3rem;
    }

    .ks1 {
        margin-bottom: .3rem;
    }

    .ks1-tit h3 {
        font-size: .26rem;
    }

    .ks-tx h3 {
        font-size: .2rem;
    }

    .ks1-tit a {
        font-size: .16rem;
    }

    .ks2-tit h3 {
        font-size: .26rem;
        margin-right: .3rem;
    }

    .ks2-qh a {
        font-size: .18rem;
    }

    .jx2-qh ul li {
        width: 33.33%;
        margin-bottom: .2rem;
    }

    .jx2 {
        padding: .3rem 0;
    }

    .jx-tit h3 {
        font-size: .3rem;
    }

    .kx1 a {
        height: 3rem;
    }

    .kx2-lt ul li {
        width: 33.33%;
        margin-bottom: .2rem;
    }

    .kx2-lt ul li a .ico {
        margin: 0 auto;
    }

    .kx2-lt ul {
        justify-content: flex-start;
    }

    .kx3 {
        padding-top: .3rem;
    }

    .kx3>div {
        width: 100%;
    }

    .kx3-r {
        margin-top: .3rem;
    }

    .kx3-lt ul li a p {
        line-height: .7rem;
    }

    .ks4-lt>ul li a h3::before {}

    .ks4-lt>ul li a h3 {
        height: 1rem;
    }

    .ks4-lt .ico {
        text-align: center;
        padding: 0;
    }

    .ks4-lt .ico img {
        width: .4rem;
    }
}

@media screen and (max-width: 768px) {

    .ks4-lt>ul {
        display: block;
    }

    .ks4-lt>ul li {
        width: 100%;
    }

    .ks-c ul li {
        width: 25%;
    }

    .ks4-lt>ul li a {
        display: flex;
        justify-content: space-between;
        height: auto;
    }

    .ks4-lt .ks4_zsimg {
        flex: 1;
        min-width: 0;
    }

    .ks4-lt .ks4_tit {
        width: 50%;
    }

    .zj-l {
        width: 100%;
        margin: 0;
    }

    .zj-p img {
        width: 4rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .zj-ifo h3 b {
        font-size: .3rem;
    }

    .zj-r {
        flex: auto;
        width: 100%;
    }

    .dsfc ul li a h3 {
        padding: .1rem;
        line-height: 1;
    }

    .dsfc ul li a h3 b {
        width: 100%;
        display: block;
        margin: 0;
        margin-bottom: .1rem;
    }

    .dsfc ul li a h3 span {
        width: 100%;
        display: block;
    }

    .kx2-lt ul li a .ico {
        width: 1rem;
        height: 1rem;
    }

    .jx4-lt ul li {
        width: 100%;
    }

    .jx4-lt ul li a {
        padding: .2rem 0;
    }

    .jx2-qh ul li {
        width: 50%;
        margin-bottom: .2rem;
    }

    .jx2-lt ul li {
        width: 100%;
    }

    .jx2-qh ul {
        margin: 0;
    }

    .jx2-qh ul li b {
        margin: 0 .05rem;
    }

    .wh1-tx {
        width: 100%;
        text-align: center;
        margin: .1rem 0;
    }

    .ld-lt ul li a .pic {
        margin: 0 auto;
    }


    .ld-tx {
        flex: auto;
        width: 100%;
        text-align: center;
        padding-top: .1rem;
    }

    .wz-c ul li {
        width: 20%;
    }

    .jx3-lt ul li {
        width: 48%;
        margin-bottom: .2rem;
    }

    .dsfc ul li {
        width: 33.33%;
    }

    .md-tit h3 {
        font-size: .3rem;
        margin: 0;
        margin-bottom: .2rem;
        width: 100%;
        text-align: center;
    }

    .md-pt img {
        float: none;
        width: 100%;
        margin-bottom: .2rem;
    }
}

@media screen and (max-width: 480px) {

    .dsfc ul li {
        width: 50%;
    }

    .jx4-lt {
        flex: auto;
        width: 100%;
    }

    .jx2-qh ul li {
        width: 100%;
    }

    .jx4-tit {
        margin: 0 auto;
    }


    .jj-tx h3 {
        font-size: .22rem;
    }

    .jj-data li {
        width: 33.33%;
    }

    .wz-c ul li {
        width: 33.33%;
    }

    .ks-c ul li {
        width: 50%;
    }

    .pt-lt ul li a {
        flex-wrap: wrap;
        position: relative;
    }

    .zlfw ul li {
        width: 100%;
    }

    .pt-tx {
        flex: auto;
        width: 100%;
    }

    .pt-lt ul li a .pic {
        width: 100%;
        margin: 0;
        padding-top: 60%;
    }

    .pt-date {
        position: absolute;
        left: .3rem;
        top: .3rem;
        z-index: 2;
        background: #ffffff;
        padding: .1rem;
        text-align: center;
        box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
    }

    .zl-tit h3 {
        font-size: .3rem;
    }

    .zl-tit h3::before {
        width: 1.2rem;
    }
}


.ldxx form {
    text-align: center;
}

.ldxx table {
    margin: 0 auto;
    /* display:block; */
}

.ldxx table tr {
    margin: 10px 0;
    display: block;
    text-align: center;
}

.ldxx table tr td:first-child {
    width: 120px;
    text-align: right;
}

.ldxx table tr td:first-child font {
    width: 100%;
}

.ldxx table tr:last-child {
    /* position:relative; */
}

.ldxx table tr:last-child td {
    width: auto;
    margin: 0 auto;
    /* position:absolute; */
}

.ldxx table input, .ldxx table textarea {
    border: 1px solid #7f7f7f;
    width: 180px;
}

.ldxx table tr:last-child input {
    width: auto;
    width: 150px;
}



.tplb ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
}

.tplb ul li {
    width: 33.33%;
    margin-bottom: .3rem;
}

.tplb ul li a {
    display: block;
    position: relative;
    margin: 0 .15rem;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}

.tplb ul li a p {
    text-align: center;
    font-size: .2rem;
    padding: .1rem;
    line-height: .3rem;
    color: #333333;
    background: #fff;
}

.tplb ul li a .pic {
    padding-top: 64%;
}

@media screen and (max-width: 1024px) {
    .tplb ul li {
        width: 50%;
    }
}