.px1400 {
    margin: 0 auto;
    max-width: 1400px;
}

/* 11/28å¸ˆèµ„è¯¦æƒ… */
.pagination {
    text-align: center;
    font-size: 0px;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid rgb(220, 220, 220);
    padding: 0px 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0px 7px;
}

.pagination a.active {
    background: #0b57ac;
    color: rgb(255, 255, 255);
    border: 1px solid #0b57ac;
}

.pagination a:hover {
    background: #0b57ac;
    color: rgb(255, 255, 255);
    border: 1px solid #0b57ac;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.td-info .pic {
    width: 180px;
    height: 240px;
    padding-top: 0;
    float: left;
    margin-right: 5%;
}

.td-info {
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}

.td-tx {
    overflow: hidden;
    padding-top: 20px;
}

.td-tx b {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    display: block;
    margin-bottom: 30px;
}

.td-tx p {
    font-size: 18px;
    color: #777777;
    line-height: 30px;
}

.td-c b {
    font-size: 20px;
    line-height: 20px;
    border-left: 5px solid #1468d2;
    padding-left: 10px;
    margin-bottom: 25px;
    display: block;
    margin-top: 30px;
}

.td-c p {
    line-height: 30px;
    font-size: 16px;
    color: #111;
}

@media screen and (max-width: 1024px) {

    /* 11.28 */
    .td-info .pic {
        float: none;
        margin: 0 auto;
    }

    .td-tx {
        text-align: center;
    }

    /* 11.28 */

}

@media screen and (max-width: 480px) {

    /* 11.28 */
    .td-info .pic {
        float: none;
        margin: 0 auto;
    }

    .td-tx {
        text-align: center;
    }

    .td-c b {
        margin: 15px 0;
    }
}



/* äºŒçº§banneræ–‡å­— */
.ny-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.ny-tit h3 {
    font-size: 60px;
    color: #fff;
    line-height: 90px;
    font-weight: 600;
    background:  no-repeat 49% 0;
    background-size: auto 80%;
}

@media screen and (max-width: 1024px) {

    /* 11.28 */

    .td-tx b {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .td-tx p {
        font-size: 16px;

    }

    /* 11.28 */


    .ny-tit h3 {
        transform: scale(0.8);
    }
}


@media screen and (max-width: 768px) {
    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0px 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0px 3px;
    }

    .ny-tit h3 {
        transform: scale(0.5);
    }

    .ny-tit {
        top: 35%;
    }
}

@media screen and (max-width:480px) {
    .ny-tit {
        display: none;
    }
}

/* äºŒçº§banneræ–‡å­—end */


.ny-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.ny-banner {
    position: relative;
    z-index: 1;
}

/* dqwz */
.dqwz {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 9;
}

.dqwz>.px1400 {
    position: relative;
    text-align: right;
}

.dqwz a,
.dqwz span {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    margin: 0 2px;
}

.dqwz>.px1400 span:first-child {
    padding-left: 30px;
    background:  no-repeat left center;

}

.dq-tit {
    font-weight: 600;
    font-size: 28px;
    color: #0c4f9a;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #0c4f9a;
    display: inline-block;
}





/* fanye */
.ny-page {
    text-align: center;
    padding: 50px 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.ny-page a,
.ny-page span {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin: 0 8px;
    transition: all 0.3s;
}

.ny-page input {
    border-bottom: 1px solid #333;
    width: 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.pagenum {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #0c4f9a;
    border: 1px solid #0c4f9a;
}

.pagenext {
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    border-radius: 50%;
    position: relative;
}

.pagenext::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 10px solid #333;
    transition: all 0.1s;
}

.pagenum.active {
    background-color: #0c4f9a;
    color: #fff;
}

.pagenum:hover {
    background-color: #0c4f9a;
    color: #fff;
}

.pagenext:hover::after {
    left: 60%;
}

/* fy */



.ny-banner img {
    display: block;
    width: 100%;
}



.nymain {
    padding-top: 50px;
    background: #F6FBFF;
}

.nymain .leftNav {
    float: left;
    width: 250px;
    position: relative;
    margin-right: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
    margin-bottom: 20px;
}

.nymain .leftNav>h2 {
    line-height: 90px;
    color: rgb(255, 255, 255);
    background: #0c4f9a;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}

.nymain .leftNav>h2 b {
    display: inline-block;
    z-index: 9;
    position: relative;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 20px 0px;
}

.nymain .leftNav>ul {
    background: rgb(255, 255, 255);
    position: relative;
    min-height: 320px;
    padding-bottom: 20px;
}

.nymain .leftNav {
    position: relative;
}

.nymain .leftNav::after {
    content: '';
    background-color: #0c4f9a;
    width: 10px;
    height: 95%;
    position: absolute;
    left: -10px;
    top: 0;
}

.nymain .leftNav>ul>li {
    position: relative;
    padding-left: 20px;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
    margin-top: 0px;
}



.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 50px;
    position: relative;
}

.nymain .leftNav>ul>li:first-child>a {
    border-top: none;
}

.nymain .leftNav>ul>li>a {
    border-top: 1px dashed rgb(221, 221, 221);
    line-height: 30px;
    padding: 15px 30px;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 20px;
    line-height: 50px;
    background: url("../images/sub_left_down.png") center center no-repeat;
    cursor: pointer;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
    color: #0c4f9a;
    font-weight: 600;
    background-position: 10px center;
}

.nymain .leftNav>ul>li.active>a {
    background-position: 20px center;
    font-size: 20px;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    color: #0c4f9a;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-bottom: 13px;
    padding-right: 0px;
}

.nymain .leftNav>ul>li>ul>li a {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-left: 45px;
}

.ny-right {
    overflow: hidden;
    padding-bottom: 70px;
}

.ny-rcom {
    font-size: 24px;
    color: #0c4f9a;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    margin-bottom: 20px;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0px;
    line-height: 55px;
}

.position h3 {
    position: absolute;
    font-size: 22px;
    color: rgb(51, 51, 51);
    text-align: left;
    bottom: -2px;
    left: 0px;
    z-index: 9;
    font-weight: 600;
}

.position span {
    color: rgb(113, 113, 113);
    font-size: 16px;
    vertical-align: middle;
}

.position img {
    vertical-align: 0;
    margin-right: 10px;
}

.position a {
    font-size: 16px;
    color: rgb(113, 113, 113);
    margin: 0px 5px;
    vertical-align: middle;
    display: inline-block;
}

.position a:hover {
    color: #0c4f9a;
}

.art-main {
    padding: 0px 20px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: rgb(27, 27, 27);
    font-size: 27px;
    margin-top: 50px;
    font-weight: normal;
}

.art-main .art-tit h4 {
    text-align: center;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: rgb(51, 51, 51);
    text-indent: 2em;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: justify;
}

.art-main .art-body img {
    display: block;
    margin: 0px auto;
    max-width: 80% !important;
}

.art-main .cont-tit p {
    font-size: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background: rgb(245, 245, 245);
    margin-top: 20px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(119, 119, 119);
    padding: 0px 10px;
}

.art-main .cont-tit p span:first-child {
    border-left: none;
}

.art-info {
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(225, 225, 225);
    padding: 30px 0;
    margin-top: 50px;
}

.pnext p {
    text-indent: initial;
    font-size: 20px;
    line-height: 36px;
    color: rgb(51, 51, 51);
    padding-left: 20px;
    background-position: left 15px;
    transition: all 0.3s ease 0s;
}

.pnext p:hover {
    text-decoration: underline;
}

.pnext p a {
    font-size: 20px;
    display: inline;
    color: rgb(51, 51, 51);
}

.pnext p:hover {
    color: #0c4f9a;
}

.pnext p:hover a {
    color: #0c4f9a;
}

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 22.5%;
    margin: 30px 0px 10px 2%;
    transition: all 0.3s ease 0s;
    position: relative;
    top: 0px;
}

.img-lists ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    border-color: #0c4f9a;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 32%;
}

.img-lists ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a p {
    text-align: center;
    color: rgb(48, 48, 48);
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0px;
}

.img-lists ul li a>div.info p {
    color: rgb(51, 51, 51);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: rgb(153, 153, 153);
    vertical-align: middle;
}

/* list */

.list ul li a {
    line-height: 52px;
    display: block;
}

.list ul li a span {
    float: right;
    font-size: 16px;
    color: rgb(153, 153, 153);
}

.list ul li a p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li a {
    border-bottom: 1px solid rgb(221, 221, 221);
    position: relative;
    padding-left: 18px;
}

.list ul li a p::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: rgb(6, 97, 172);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.list ul li a:hover p {
    color: #0c4f9a;
}

.list ul li a:hover span {
    color: #0c4f9a;
}


/* ç»„ç»‡æœºæž„ */
.agency h3 {
    line-height: 54px;
    background-color: #0c4f9a;
    padding-left: 30px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: normal;
}


.agency ul li {
    float: left;
    width: 22%;
    background-color: #f3f5fa;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 4%;
    padding: 20px 0;
}

.agency ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.agency ul li:nth-child(4n+1) {
    margin-left: 0;
}

.agency>div {
    margin-bottom: 10px;
}

.agency ul li a:hover {
    color: #0c4f9a;
    text-decoration: underline;
}

/* å›¾æ–‡ */
.qk-tit {
    font-size: 0;
    line-height: 20px;
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px solid #0c4f9a;
    margin-bottom: 20px;
}

.qk-tit b {
    font-size: 14px;
    color: #323232;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.qk-tit a,
.qk-tit span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #A1A1A1;
}

.qk-tit span {
    margin: 0 30px;
}

.qk-tit a {
    padding: 0 8px;
    border-radius: 999px;
}

.qk-tit a.active {
    background: #EBF6FF;
    color: #0c4f9a;
}

.qk-tit a:hover {
    color: #0c4f9a;
}

.qk-list ul li a .pic {
    width: 120px;
    height: 80px;
    padding-top: 0;
    float: left;
    margin-right: 2%;
}

.qk-tx {
    overflow: hidden;
}

.qk-tx h3 {
    color: #323232;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.qk-tx h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 29px;
    height: 2px;
    background: #235197;
}

.qk-tx h3 span {
    float: right;
    font-family: Georgia;
    font-size: 16px;
    color: #A1A1A1;
    padding-left: 20px;
    background: no-repeat;
    background-position: left center;
}

.qk-tx p {
    color: #A1A1A1;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qk-list ul li {
    margin-bottom: 30px;
}

.qk-list {
    background-color: #fff;
    padding: 45px 30px;
}

.qk-list ul li a {
    padding: 12px 15px;
}

.qk-list ul li a:hover {
    background: #0c4f9a
}

.qk-list ul li a:hover h3 {
    color: #fff;
}

.qk-list ul li a:hover h3::after {
    background-color: #fff;
}

.qk-list ul li a:hover span {
    background:  no-repeat;
    background-position: left center;
    color: #fff;
}

.qk-list ul li a:hover p {
    color: #fff;
    opacity: 0.6;
}

/* å›¢é˜Ÿæ•™å¸ˆ */
.tdjs {
    background-color: #fff;
    padding: 40px 60px;
}

.tdjs ul li a .pic {
    width: 164px;
    height: 197px;
    padding-top: 0;
    border-radius: 0 25px 0 0;
    margin-right: 15px;
}

.js-tx {
    width: calc(100% - 164px);
}

.tdjs ul li {
    position: relative;
}

.tdjs ul li a {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 15px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.tdjs ul li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    left: 0;
    bottom: 0;
    background: #F2F7FF;
    z-index: 1;
}

.tdjs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tdjs ul li {
    width: 48%;
    margin-bottom: 30px;
}

.js-tx {
    overflow: hidden;
}

.js-tx h3 {
    line-height: 20px;
    height: 50px;
}

.js-tx h3 b {
    color: #235197;
    font-size: 20px;
    margin-right: 10px;
}

.js-tx h3 span {
    color: #323232;
    font-size: 14px;
}

.js-tx h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.js-tx h4,
.js-tx p {
    color: #323232;
    font-size: 14px;
    line-height: 26px;
}

.js-tx p {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* xshd */
.xshd {
    width: 100%;
}

.xshd ul li a {
    padding: 30px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xs-date {
    width: 100px;
    white-space: nowrap;
    background-color: #eee;
    padding: 15px 0;
}

.xshd ul li {
    margin-bottom: 30px;
}

.xs-date {
    text-align: center;
    transition: all 0.5s;
}

.xs-tx {
    width: calc(100% - 100px);
    padding-left: 3%;
}

.xs-date b {
    display: block;
    font-size: 30px;
    color: #0c4f9a;
}

.xs-date span {
    display: block;
    font-size: 16px;
    color: #0c4f9a;
}

.xs-tx h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.xs-tx p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.xshd ul li a:hover .xs-date {
    background-color: #0c4f9a;
}

.xshd ul li a:hover b,
.xshd ul li a:hover span {
    color: #fff;
}

.xshd ul li a:hover h3 {
    color: #0c4f9a;
}

/* twlb */
.tw-list ul li {
    margin-bottom: 50px;
}

.tw-list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    padding-right: 40px;
    background-color: #fff;
}

.tw-list ul li a .pic {
    padding-top: 0;
    width: 300px;
    height: 200px;
}

.tw-list ul li a .tw-tx {
    width: calc(100% - 300px);
    padding-left: 3%;
}

.tw-tx h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tw-tx p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tw-tx span {
    background: url(../images/date2.png) no-repeat left center;
    line-height: 16px;
    font-size: 16px;
    padding-left: 20px;
    color: #0c4f9a;
}

.tw-list ul li a:hover h3 {
    color: #0c4f9a;
}


/* zzjg */
.zzjg>div h3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.zzjg>div h3 img {
    margin-right: 5px;
}

.zzjg>div h3 {
    font-size: 22px;
    font-weight: bold;
    color: #004189
}

.zzjg>div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zzjg>div ul li {
    padding-left: 35px;
    background: #EEF4FE;
    width: 28.5%;
    margin-top: 35px;
    border-left: 2px solid #004189;
}

.zzjg ul>div {
    width: 28.5%;
}

.zzjg>div ul li a {
    font-size: 18px;
    line-height: 60px;
    color: #2C2C2C;
    padding: 0 15px;
    background: url(../images/zz-dots.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.zzjg>div {
    margin-bottom: 60px;
}

.zzjg>div ul li a:hover {
    color: #004189;
}



/* ld */
.ldjj {
    padding-top: 50px;
}

.ld-info h3 b {
    font-size: 24px;
    line-height: 24px;
    border-left: 4px solid #0C51AB;
    padding-left: 13px;
    margin-right: 20px;
}

.ld-info h3 span {
    font-size: 18px;
    color: #333;
}

.ld-info p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.ld-info h3 {
    margin-bottom: 20px;
}

.ld-info {
    position: relative;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.ld-info>div {
    background:  no-repeat right bottom;
}

.ld-info.on>div {
    padding: 35px;
    padding-bottom: 50px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.ld-info::after {
    content: '';
    position: absolute;
    width: 98%;
    height: 96%;
    background-color: #0C51AB;
    left: 0;
    top: 0;
}

.ld-list ul li a b {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #0C51AB;
}



.ld-list ul li a {
    padding: 25px 0;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    color: #333;
}

/* é¢†å¯¼ç®€ä»‹ */
.ldjj .ld-info p {
    display: none;
    text-align: justify;
}

.ld-info::after {
    display: none;
}

.ldjj .ld-info>div {
    padding: 0;
    box-shadow: none;
    background-size: 0;
}

.ldjj .ld-info.on>div {
    padding: 35px;
    padding-bottom: 50px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background-size: 300px;
}

.ldjj .ld-info h3 b {
    border-color: transparent;
    color: #0C51AB;
    padding-left: 0;
}

.ldjj .ld-info.on h3 b {
    border-color: #0C51AB;
    color: #333;
    padding-left: 13px;
}

.ldjj .ld-info.on::after {
    display: block;
}

.ldjj .ld-info.on p {
    display: block;
}

.ldjj .ld-info {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.ldjj .ld-info.on {
    padding: 10px;
    border-color: transparent;
}







@media screen and (max-width: 1600px) {
    .zzjg>div ul li {
        width: 31%;
    }

    .zzjg>div ul>div {
        width: 31%;
    }
}

@media screen and (max-width: 1420px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .position h3 {
        left: 0px;
    }

    .dt-list2 li a>.dt-text h3 {
        font-size: 20px;
    }

    .nymain .leftNav {
        margin-right: 30px;
    }

    .ldtz-pic {
        width: 140px;
        margin-right: 15px;
    }

    .tdjs {
        padding: 30px 40px;
    }


}

@media screen and (max-width: 1200px) {
    .zzjg>div ul li {
        width: 48%;
    }

    .zzjg>div ul>div {
        width: 48%;
    }

    .ldtz-info p {
        font-size: 16px;
        line-height: 30px;
    }

    .xrld-pic {
        width: 200px;
    }

    .agency ul li a {
        font-size: 16px;
    }

    .tdjs ul li a {
        display: block;
        text-align: center;
    }

    .js-tx {
        width: auto;
    }

    .tdjs ul li a .pic {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1140px) {
    .list-jg ul li a {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1024px) {

    .zzjg>div ul li a {
        font-size: 16px;
        line-height: 45px;
    }

    .zzjg>div {
        margin-bottom: 30px;
    }

    .zzjg>div ul li {
        margin-top: 20px;
    }


    /* 11.28 */
    .td-info .pic {
        float: none;
        margin: 0 auto;
    }

    .td-tx {
        text-align: center;
    }

    /* 11.28 */

    .ny-tit h3 {
        transform: scale(0.8);
    }

    .ny-banner {
        padding-top: 0px;
    }

    .pnext p a,
    .pnext p {
        font-size: 18px;
    }

    .art-info {
        padding: 25px;
    }

    .nymain .leftNav>h2 {
        font-size: 24px;
        line-height: 80px;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
    }

    .nymain .leftNav>ul>li.active>a {
        background-position: 10px center;
        font-size: 17px;
    }

    .nymain .leftNav ul li a {
        font-size: 16px;
    }

    .nymain .leftNav>ul>li>span {
        top: 18px;
        right: 5px;
    }



    .nymain .leftNav>ul>li>ul>li a::before {
        left: 15px;
    }

    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }

    .img-lists ul li {
        width: 47%;
        margin-left: 2%;
    }

    .img-lists ul li a>img {
        height: 209px;
    }

    .img-lists ul li a>div.info p {
        font-size: 14px;
    }

    .img-lists ul li a>div.info img {
        height: 12px;
    }

    .img-lists ul li a>div.info span {
        font-size: 12px;
    }

    .dt-list2 li {
        padding: 25px 0px;
    }

    .timg-list ul li a h3 {
        font-size: 16px;
        line-height: 28px;
    }

    .ldtz-pic {
        float: none;
        margin: 0px auto;
    }

    .ldtz-info {
        padding: 0px 20px;
        text-align: center;
    }

    .ldtz-info h3::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .ldtz ul li {
        padding: 15px;
    }

    .list-jg ul li {
        width: 46%;
    }

    .list-jg ul li a span {
        font-size: 14px;
    }

    .xrld-info div {
        padding-left: 20px;
    }

    .xrld-info div h3 span {
        margin-right: 20px;
    }

    .xrld-info div h3 {
        font-size: 16px;
    }


    .agency ul li {
        width: 31.3%;
        margin-left: 3%;
    }

    .agency ul li:nth-child(4n+1) {
        margin-left: 3%;
    }

    .agency ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    .tw-list ul li a .pic {
        width: 240px;
        height: 160px;

    }

    .tw-list ul li a .tw-tx {
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 768px) {
    
    .ldjj {
        padding-top: 20px;
    }

    .xzjg>div {
        margin-top: 20px;
    }

    .ld-info h3 b {
        font-size: 20px;
    }

    .ld-info p {
        font-size: 15px;
        line-height: 26px;
    }

    .ld-list ul li a {
        padding: 15px;
    }

    .ld-info {
        margin-bottom: 10px;
    }

    .ld-info>div {
        padding: 20px;
    }

    .ny-tit h3 {
        transform: scale(0.5);
    }

    .ny-tit {
        top: 35%;
    }

    /* é¡µç  */
    .ny-page {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .ny-page a,
    .ny-page span {
        font-size: 14px;
        margin: 0 5px;
    }

    .pagenum {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .dq-tit {
        display: none;
    }

    .dqwz {
        bottom: 10px;
    }

    .dqwz a,
    .dqwz span {
        font-size: 14px;
        line-height: 30px;
    }

    .dqwz a {
        display: inline;
    }

    .tw-list ul li a {
        padding: 20px;
    }

    .tw-tx h3 {
        font-size: 16px;
    }

    .tw-tx p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .tw-tx span {
        font-size: 14px;
    }

    .tw-list ul li {
        margin-bottom: 20px;
    }

    .xs-tx h3 {
        font-size: 16px;
    }

    .xs-tx p {
        font-size: 14px;
    }

    .xshd ul li a {
        padding: 20px;
    }

    .xs-date {
        width: 80px;
    }

    .xshd ul li {
        margin-bottom: 15px;
    }

    .xs-date b {
        font-size: 20px;
    }

    .xs-date span {
        font-size: 14px;
    }

    .tdjs {
        padding: 10px;
    }

    .tdjs ul li {
        margin-bottom: 10px;
    }

    .qk-list {
        padding: 20px 10px;
    }

    .qk-tx h3 {
        font-size: 16px;
    }

    .nymain .leftNav::after {
        left: 0;
        height: 100%;
        width: 5px;
    }

    .nymain .leftNav {
        margin-bottom: 20px;
    }

    .nymain .leftNav>ul {
        min-height: auto;
        padding-bottom: 0;
    }

    .pnext p a,
    .pnext p {
        font-size: 16px;
        line-height: 28px;
    }

    .art-info {
        padding: 16px;
        padding-left: 0;
    }

    .tit-list ul li a {
        padding: 20px 40px;
    }

    .ny-banner::after {
        content: none;
    }

    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
    }

    .nymain .leftNav>h2 b {
        padding-left: 0px;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 25px;
        height: 25px;
        background: url("../images/close1.png") center center / 15px no-repeat;
        margin-right: 10px;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s ease 0s;
    }

    .nymain .leftNav>h2 span.on {
        transform: translateY(-50%) rotate(0deg);
    }

    .nymain {
        padding: 0px 0px 10px;
        margin: 0px;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0px;
        margin-right: 0px;
        margin-top: 15px;
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0px;
    }

    .ny-right {
        float: none;
        width: auto;
        padding-top: 0px;
    }

    .position {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .position>div {
        text-align: left;
        line-height: 30px;
    }

    .position h3 {
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0px;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
    }

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0px 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0px 3px;
    }

    .nymain .leftNav ul {
        display: none;
    }

    .nymain .leftNav>ul>li>a {
        padding: 10px 30px;
        padding-left: 10px;
    }

    .nymain .leftNav>ul>li>ul>li a {
        padding-left: 25px;
    }

    .nymain .leftNav>ul>li>span {
        top: 14px;
    }

    .art-main .art-tit h3 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 0px;
    }

    .art-main .art-tit h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .art-main .cont-tit p {
        padding-top: 10px;
    }

    .art-main .art-body p {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }

    .pnext {
        float: none;
        border: none;
        width: auto;
    }

    .img-lists ul li {
        margin-top: 10px;
    }

    .img-lists ul li a>img {
        height: 191px;
    }

    .img-lists ul li a>div.info p {
        font-size: 12px;
    }

    .xbxx {
        padding-top: 0px;
    }

    .xbxx ul li a {
        padding: 15px 10px;
    }

    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0px;
    }

    .xbxx ul li a div span {
        font-size: 12px;
    }

    .xbxx ul li a div img {
        height: 14px;
    }

    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .nymain .leftNav>h2 img {
        height: 20px;
    }

    .position a {
        margin: 0px 2px;
    }

    .dt-list2 li a>.dt-text h3 {
        font-size: 18px;
    }

    .dt-list2 li a>.dt-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0px;
    }

    .dt-list2 li a>.dt-text {
        padding-left: 10px;
    }

    .dt-list2 li .date {
        width: 60px;
    }

    .dt-list2 li .date span {
        font-size: 24px;
    }

    .dt-list2 li .date {
        padding: 4px 0px;
    }

    .dt-list2 li {
        padding: 15px 0px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 14px;
    }

    .art-main .art-body {
        padding-top: 0px;
    }

    .timg-list-img {
        width: 150px;
        margin-right: 20px;
    }

    .timg-linfo span {
        margin-top: 0px;
        font-size: 14px;
        line-height: 24px;
    }

    .timg-linfo p {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .timg-list ul li {
        margin-top: 0px;
    }

    .list-ld ul li {
        padding: 15px 0px;
    }

    .list-ld ul li h3 {
        font-size: 18px;
    }

    .list-ld ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .list-ls ul li {
        padding: 15px 0px;
    }

    .list-ls ul li h3 {
        font-size: 18px;
    }

    .list-ls ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .nymain .leftNav>ul {
        margin-top: 0px;
        border-top: 0px;
    }

    .list-ls ul {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .nymain .leftNav>ul::after {
        content: none;
    }

    .img-lists ul li a p {
        font-size: 16px;
        line-height: 36px;
    }

    .img-lists ul li a .pic::after {
        background-size: 30px;
    }

    .xrld-pic {
        width: 160px;
    }

    .xrld ul li a {
        margin-top: 15px;
    }

    .nymain .leftNav>h2::before {
        content: none;
    }

    .group-sml li a {
        margin: 0px 5px;
    }

    .text-list2 {
        padding: 0px 10px;
    }


    .tl-tx b {
        font-size: 20px;
    }

    .tl-tx h3 {
        font-size: 16px;
        margin: 15px 0px;
    }

    .tl-tx p {
        font-size: 14px;
    }

    .tl-tx {
        text-align: left;
    }

    .list ul li a {
        line-height: 45px;
    }

    .list ul li a p {
        font-size: 15px;
    }

    .list ul li a span {
        font-size: 15px;
    }

    .agency h3 {
        line-height: 40px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .agency ul li {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .agency ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .qk-tit span {
        margin: 0 10px;
    }

    /* yema */
    .ny-page a,
    .ny-page span {
        font-size: 12px;
        margin: 0 4px;
    }
    .ld-info::after {
        width: 95%;
    }

    .ld-list ul li a b {
        font-size: 18px;
    }

    .ld-list ul li a span {
        font-size: 16px;
    }

}

@media screen and (max-width: 480px) {

    .zzjg>div ul li {
        width: 100%;
    }

    .zzjg>div ul>div {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .tw-list ul li a .pic {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 66.6%;
        height: auto;
    }

    .tw-list ul li a .tw-tx {
        width: 100%;
    }

    .js-tx h3 b {
        font-size: 18px;
    }

    .qk-tit {
        padding: 10px;
        white-space: nowrap;
        overflow-x: auto;
    }

    .tdjs ul {
        justify-content: center;
    }

    .tdjs ul li {
        width: 95%;
    }

    .qk-list {
        padding: 0;
    }

    .qk-tit a,
    .qk-tit span {
        font-size: 12px;
    }

    .qk-tx h3 span {
        font-size: 12px;
    }

    .qk-tit b {
        margin-right: 0px;
        font-size: 12px
    }

    .qk-tx p {
        font-size: 14px;
    }

    .qk-list ul li {
        margin-bottom: 10px;
    }

    .qk-list ul li a .pic {
        width: 100px;
        height: 66px;
    }

    .tl-tx {
        text-align: center;
    }

    .tl-tx h3 {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tit-list ul li a {
        padding: 20px 25px;
    }

    .tl-top h3 {
        font-size: 16px;
    }

    .tl-date b {
        font-size: 20px;
    }

    .tl-date span {
        font-size: 12px;
    }

    .tit-list ul li a p {
        font-size: 14px;
    }

    .tit-list ul li {
        margin-bottom: 20px;
    }


    .img-lists ul li a>img {
        height: 100px;
    }

    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }

    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .timg-linfo {
        padding-top: 0px;
    }

    .ldtz ul li {
        float: none;
        width: auto;
    }

    .ldtz ul li:nth-child(2n+1) {
        margin-right: 0px;
    }

    .ldtz-pic {
        float: left;
    }

    .ldtz ul li {
        margin-bottom: 30px;
    }

    .ldtz ul li a {
        padding: 0px;
    }

    .ldtz-pic {
        width: 120px;
    }

    .ldtz-info {
        text-align: left;
    }

    .ldtz-info h3::before {
        left: 0px;
        transform: translateX(0px);
    }

    .ldtz-info p {
        line-height: 28px;
        margin-top: 0px;
    }

    .ldtz ul li a {
        margin: 0px;
    }

    .agency ul li {
        width: 49%;
        margin-left: 0;
    }

    .agency ul li:nth-child(odd) {
        margin-right: 2%;
    }

    .agency ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    .agency ul li:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }

    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;
    }

    .img-lists ul li a>img {
        height: 84px;
    }
}