.subpage .center {
    max-width: 1220px;
    margin: 0 auto 80px;
    background: none;
}

.location {
    height: 60px;
    border-bottom: 1px solid #f4f9ff;
    /* line-height: 60px; */
    color: #999999;
}

.location a {
    color: #999999;
}

.location a:hover {
    color: #1259bc;
    font-weight: bold;
}

.location-link {
    height: 60px;
    padding: 10px 0;
    flex-wrap: wrap;
    line-height: 40px;
    padding-left: 32px;
    background: url(icon-location.png) no-repeat left center;
}

.left {
    width: 300px;
}

.left .location-nav {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 72px;
    height: 72px;
    // background: url(../images/icon-left-nav-bg.png) no-repeat center;
    cursor: pointer;
}

.left-nav-list {
    display: flex;
    flex-direction: column;
}

.left-nav-list .left-nav-item {
    width: 100%;
    display: block;
    height: 72px;
    line-height: 72px;
    background-color: #f7f7f7;
    color: #333333;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 8px;
    transition: all 0.3s;
    float: left;
    cursor: pointer;
}

.left-nav-list .left-nav-item span {
    width: 100%;
    display: block;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}

.left-nav-list .left-nav-item span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 13px;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    background: url(../images/icon-right-g.png) no-repeat center;
}

.left-nav-list .left-nav-item>ul {
    width: 100%;
    background-color: #f7f7f7;
    padding-left: 20px;
    display: none;
}

.left-nav-list .left-nav-item.open {
    margin-bottom: 0;
    height: auto;
}

.left-nav-list .left-nav-item.open span {
    border-bottom: 1px solid #e0e0e0;
}

.left-nav-list .left-nav-item.open>ul {
    display: block;
}

.left-nav-list .left-nav-item.open span::after {
    transform: rotate(90deg);
}

.left-nav-list .left-nav-item .left-nav-item-sub {
    width: 100%;
    line-height: 40px;
    position: relative;
    padding-left: 26px;
    font-size: 16px;
}

.left-nav-list .left-nav-item .left-nav-item-sub::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #115DB2;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.left-nav-list .left-nav-item .left-nav-item-sub a {
    color: #333333;
}

.left-nav-list .left-nav-item .left-nav-item-sub:hover a {
    color: #1259bc;
}

.left-nav-list .left-nav-item.active,
.left-nav-list .left-nav-item:hover {
    background-color: #dceafa;
}

.right {
    width: calc(100% - 340px);
    margin-left: 40px;
}

.list .title {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

.list .title span {
    display: block;
    float: left;
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #1369c0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.right-link-list {
    margin-top: 20px;
    overflow: hidden;
}

.right-link-list .right-link-item {
    display: block;
    float: left;
    width: 32.1%;
    /* min-width: 340px; */
    height: 60px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    background-color: #f7f7f7;
    margin-left: 1.8%;
    transition: all 0.3s;
}

.right-link-list .right-link-item:hover {
    transform: translateY(-10px);
    background-color: #1369c0;
    color: #fff;
}

.right-link-list .right-link-item:nth-of-type(3n+1) {
    margin-left: 0;
}


/* leader */

.subpage .leader-content {
    color: #333333;
}

.subpage .leader-content img {
    display: block;
    margin: auto;
}

.subpage .leader-content .name,
.subpage .leader-content .job {
    text-align: center;
}

.subpage .leader-content .name {
    font-weight: bold;
    font-size: 24px;
    color: #1259bc;
    margin: 18px auto;
}

.subpage .leader-content .title {
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    padding-bottom: 15px;
    font-weight: bold;
    color: #1259bc;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.subpage .leader-content .desc {
    margin: 60px auto 80px;
}

.subpage .leader-content .desc p,
.subpage .leader-content .work p {
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    text-indent: 2em;
}

.subpage .leader-content .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 96px;
    background-color: #1259bc;
}


/* list */

.zjlb.list .list-wrap>.line {
    display: none;
}

.list .list-wrap>.line {
    width: 100%;
    border: 1px dashed #ddd;
    margin: 25px 0;
}

.list .list-item {
    width: calc(100% - 20px);
    color: #000;
    font-size: 18px;
    margin-top: 16px;
    line-height: 40px;
    padding-left: 20px;
    background: url(../images/title-icon.png) no-repeat left center;
    transition: all 0.3s;
    /* overflow: hidden; */
}

.list .list-item:hover {
    color: #1259bc;
    padding: 0px 0 0 30px;
    box-shadow: -10px 0px 15px -3px rgba(0, 0, 0, 0.4);
    background-position-x: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.list .list-item .text {
    float: left;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    transition: all 0.2s;
}

.list .list-item .time {
    color: #999999;
    float: right;
    padding-right: 5px;
}

.list .list-item:hover .time {
    padding-right: 10px;
}

.pagenation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #666666;
    margin-top: 60px;
    overflow: hidden;
    width: auto;
}

.pagenation a {
    border: 1px solid #f6f6f6;
    color: #666666;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin: 0 2.5px;
    transition: all 0.3s;
    cursor: pointer;
    float: left;
    font-size: 14px;
}

.pagenation .prev,
.pagenation .next {
    width: 80px;
}

.pagenation .prev.disabled,
.pagenation .next.disabled {
    background-color: #eee;
    cursor: no-drop;
}

.pagenation .page {
    width: 40px;
}

.pagenation .page.current,
.pagenation .page:hover {
    background-color: #1259bc;
    color: #fff;
}

.pagenation span {
    font-size: 14px;
    line-height: 40px;
    margin: 0 10px;
    float: left;
}

.pagenation input {
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    float: left;
}

.pagenation button {
    display: block;
    width: 60px;
    height: 40px;
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #eeeeee;
    color: #666666;
    cursor: pointer;
    transition: all 0.3s;
    float: left;
}

.pagenation button:hover {
    background-color: #1259bc;
    color: #fff;
}


/* gui-dang */

.gd {
    position: relative;
}

.gd-time {
    user-select: none;
    display: none;
    position: absolute;
    width: 148px;
    height: 147px;
    right: 21.65%;
    top: -24px;
    background: url(../images/icon-gd.png) no-repeat center;
}

.gd-time span {
    position: absolute;
    transform: rotate(14deg);
    bottom: 32px;
    left: 17px;
    color: #dc1e1e;
    font-size: 16px;
    font-weight: bold;
}


/* zjlb */
.zjlb .pagenation{
    margin:30px auto;
}

.zjlb .title{
    margin-top:40px;
}
.zjlb .title span{
    font-size:18px;
}

.zjlb .list-header {
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    background-color: #f5f5f5;
    margin-top: 40px;
    font-size: 0;
}

.zjlb .list-header span {
    display: inline-block;
    text-align: center;
    width: 121px;
    /* padding: 0 10px; */
    font-size: 16px;
}
.zjlb .list-header span:nth-of-type(1){
    width:72px;
    padding-left: 4px;
}
.zjlb .list-header span:nth-of-type(2) {
    padding-left: 28px;
    width: calc(100% - 420px);
    padding-right: 20px;
    text-align: left;
    padding-left: 28px;
}

.zjlb .list-header span:last-of-type {
    width: 100px;
    /* margin-left: 10px; */
    /* margin-right: 20px; */
}

.zjlb.list .list-item {
    width: 100%;
    padding: 0 20px 0;
    background: none;
    line-height: 32px;
    margin-top: 23px;
    font-size: 0;
}

.zjlb.list .list-item .text {
    display: inline-block;
    padding-left: 28px;
    width: calc(100% - 410px);
    padding-right: 20px;
    margin: auto;
    color: #333;
    font-size: 16px;
}

.zjlb.list .list-item>div {
    float: none;
    display: inline-block;
    text-align: center;
    width: 110px;
    padding: 0;
    font-size: 16px;
}

.zjlb.list .list-item .time {
    white-space: nowrap;
    width: 113px;
}

.zjlb.list .list-item .type {
    background-color: #115db2;
    color: #fff;
    float: left;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    width: 72px;
}

.zjlb.list .list-item.end .type {
    background-color: #eeeeee;
    color: #999999;
}

.zjlb.list .list-item .btn {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background-color: #1369c0;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 16px;
}

.zjlb.list .list-item.end .btn {
    background-color: #eeeeee;
    color: #333;
    /* margin-left: 10px; */
    /* font-size: 16px; */
}

.zjlb.list .list-item:hover {
    box-shadow: none;
    background-color: #fff;
}

.zjlb.list .list-item:hover .text {
    color: #1259bc;
    font-weight: bold;
    background-position-x: 10px;
}

.zjlb.list .list-item:hover .time {
    padding-right: 0px;
}


/* article */

.article-content {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
}

.article-content .title {
    max-width: 84%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    margin: 40px auto 36px;
}

.article-content .info-link {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    /* background: url(../images/icon-article-line.png) no-repeat center bottom; */
}

.article-content .info-link .info,
.article-content .info-link .link {
    font-size: 16px;
    line-height: 30px;
    color: #777777;
}

.article-content .info-link .info span:last-of-type {
    margin-left: 40px;
}

.article-content .info-link .link .font-set {
   /* background: url(../images/icon-fontSize.png) no-repeat left center; */
    padding-left: 28px;
}

.article-content .info-link .link .font-set span {
    cursor: pointer;
    padding-right: 8px;
}

.article-content .info-link .link .share {
    height: 28px;
    line-height: 28px;
}

.article-content .info-link .link .share span {
    float: left;
}

.article-content .info-link .link .share a {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: 8px;
    padding: 0;
    margin: 0 0 0 8px;
}

.article-content .info-link .link .share a:nth-of-type(1) {
    background: url(icon-weibo.png) no-repeat center;
}

.article-content .info-link .link .share a:nth-of-type(2) {
    background: url(icon-wechat.png) no-repeat center;
}

.article-content .info-link .link .share a:nth-of-type(3) {
    background: url(icon-qq.png) no-repeat center;
}

.article-content .info-link .link .share>div {
    overflow: hidden;
    float: left;
}

.article-content .info-link .link .share>div:last-of-type {
    margin-left: 40px;
}

.article-content .info-link .link .share>div:last-of-type a {
    background: url(icon-chuanzhen.png) #115db2 no-repeat center;
}

.article-wrap {
    padding-top: 60px;
}

.article-wrap img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
}

.article-wrap p {
    line-height: 36px;
    text-indent: 2em;
}

.article-footer {
    margin-top: 80px;
}

.article-footer .article-qr {
    text-align: center;
}

.article-footer .article-qr img {
    display: block;
    margin: 20px auto;
}


/* article2 */

.article-header {
    border: 1px solid #ddd;
}

.article-header .row {
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    overflow: hidden;
}

.article-header .column {
    display: block;
    box-sizing: border-box;
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 30px;
}

.article-header .column:first-of-type {
    border-left: none;
}

.article-header .column:nth-of-type(2n+1) {
    padding: 15px 1.5%;
    width: 10%;
    text-align: justify;
    text-align-last: justify;
}

.article-header .column:nth-of-type(2n) {
    padding: 15px 1%;
    border-left: none;
    border-right: none;
}

.article-header .row:first-of-type .column:nth-of-type(2n),
.article-header .row:last-of-type .column:nth-of-type(2n),
.article-header .row:nth-of-type(2) .column:nth-of-type(2) {
    width: 22.82%;
    white-space: nowrap;
}

.article-header .row:nth-of-type(2) {
    border-top: none;
}

.article-header .row:nth-of-type(3) {
    border-top: none;
    /* border-bottom: none; */
}

.article-header .row:last-of-type,
.article-header .row:last-of-type .column {
    border-bottom: none;
}

.article-content-left {
    width: calc(100% - 297px);
    padding-right: 35px;
    border-right: 1px solid #dddddd;
}

.article-content-left,
.article-content-right {
    margin-top: 0;
}

.article-content-left .article-wrap {
    padding-top: 0;
}

.article-content-right {
    width: 296px;
    padding-left: 40px;
}

.article-content-right .jd {
    margin-top: 50px;
}

.article-content-right .xz p,
.article-content-right .jd p {
    font-weight: bold;
    color: #1259bc;
    line-height: 30px;
}

.article-content-right .xz li,
.article-content-right .jd li {
    list-style: square;
    color: #1259bc;
    margin-bottom: 20px;
}

.article-content-right .xz a,
.article-content-right .jd a {
    color: #333333;
    line-height: 30px;
    transition: all 0.3s;
}

.article-content-right .xz li:hover a,
.article-content-right .jd li:hover a {
    color: #1259bc;
    font-weight: bold;
}


/* 意见征集详情 */

.yjzjxq.article-content .title {
    margin-top: 0;
}

.yjzjxq .article-content-right .yj-btn {
    display: block;
    padding-left: 112px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 56px;
    line-height: 56px;
    background: url(icon-xx.png) #1259bc no-repeat center;
    background-position-x: 68px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.yjzjxq .article-content-right .yj-btn:hover {
    transform: translateY(-10px);
}

.yjzjxq-wrap {
    margin-top: 50px;
}

.yjzjxq-wrap .box {
    padding: 30px;
    background-color: #f7f7f7;
    margin-top: 20px;
}

.yjzjxq-wrap .box .title {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 20px;
}
.yjzjxq-wrap .box .nrtj{
    overflow:hidden;
}

.yjzjxq-wrap .box .title>span {
    display: block;
    float: left;
    min-width: 140px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    background-color: #1259bc;
    text-align: center;
    cursor: pointer;
}

.yjzjxq-wrap .box .title .font {
    line-height: 50px;
}

.yjzjxq-wrap .box .title .font span {
    color: #13559f;
    font-weight: bold;
}

.yjzjmail .nrtj ul li {
    min-height: 32px;
    padding-top: 30px;
    float: left;
}

.yjzjmail .nrtj ul li:nth-child(odd) {
    width: 20%;
    text-align: right;
    line-height: 32px;
}

.yjzjmail .nrtj ul li:nth-child(even) {
    width: 80%;
    padding-left: 15px;
    box-sizing: border-box;
}

.yjzjmail .nrtj ul li:nth-child(even) input[type="text"] {
    width: 80%;
    max-width: 500px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    line-height: 20px;
}

.yjzjmail .nrtj ul li:nth-child(even) textarea {
    width: 80%;
    max-width: 500px;
    min-height: 150px;
    padding: 6px 10px;
    line-height: 30px;
    border: 1px solid #ddd;
}

.yjzjmail .nrtj ul li:nth-child(even) .btn {
    margin-right: 10px;
    padding: 0 20px;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    display: block;
    position: relative;
    background: #2760b7;
    overflow: hidden;
    cursor: copy;
}

.yjzjmail .nrtj ul li:nth-child(even) .tip {
    font-size: 13px;
    color: #999;
}

.yjzjmail .nrtj ul li:nth-child(even) .yzm {
    max-width: 100px !important;
    float: left;
}

.yjzjmail .nrtj ul li:nth-child(even) .img {
    height: 40px;
    margin-left: 12px;
    float: left;
    cursor: pointer;
}

.yjzjmail .nrtj .tj-btn {
    width: 80%;
    max-width: 120px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    border: 0;
    background: #356abc;
    display: block;
    cursor: pointer;
}

.yjzjxq-wrap .box .yjzjcxq-jg-content {
    font-size: 18px;
    line-height: 2;
    color: #333333;
}

.yjzjxq-wrap .box .yjzjcxq-jg-content p {
    text-align: right;
}

.yjzjxq-wrap .box .yjzjcxq-jg-content p:first-of-type {
    text-align: justify;
    text-indent: 2em;
}

.yjzjxq-wrap .box .yjzjcxq-jg-content p:nth-of-type(2) {
    margin-top: 40px;
}

.yjzjxq-wrap .box .yjzjcxq-ly-list {
    padding: 30px;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    cursor: pointer;
    margin-top: 20px;
}

.yjzjxq-wrap .box .yjzjcxq-ly-list li>p:first-of-type {
    font-weight: bold;
    color: #1259bc;
}

.yjzjxq-wrap .yjzjxq-end {
    background: url(icon-xxend.png) #f7f7f7 no-repeat center 30px;
    margin-bottom: 20px;
}

.yjzjxq-wrap .yjzjxq-end p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 140px;
}

#div_div img {
    display: block;
    margin: auto;
}

.bd_weixin_popup .bd_weixin_popup_foot {
    line-height: 1.5 !important;
}

@media screen and (max-width: 1220px) {
    .location-link {
        background-position-x: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .article-header .column:nth-of-type(2n+1) {
        width: 130px;
    }
    .article-header .row:first-of-type .column:first-of-type {
        border-bottom: 1px solid #ddd;
    }
    .article-header .row:last-of-type .column:nth-of-type(2n) {
        width: 22.7%;
    }
    .article-header .row:first-of-type .column:nth-of-type(2) {
        width: calc(100% - 132px);
        border-bottom: 1px solid #ddd;
        white-space: normal;
    }
}

@media screen and (max-width: 1250px) {
    .article-header .row:last-of-type .column:first-of-type {
        border-bottom: 1px solid #ddd;
    }
    .article-header .row:last-of-type .column:nth-of-type(2) {
        width: calc(100% - 132px);
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width: 1000px) {
    .right-link-list {
        margin-top: 10px;
    }
    .right-link-list .right-link-item {
        width: 49%;
        margin-left: 2%;
        margin-top: 10px;
    }
    .right-link-list .right-link-item:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .right .list .list-item p {
        max-width: 60%;
    }
    .right .pagenation a,
    .right .pagenation input,
    .right .pagenation button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .right .pagenation .prev,
    .right .pagenation .next,
    .right .pagenation input,
    .right .pagenation button {
        width: 50px;
    }
    .right .pagenation input,
    .right .pagenation button,
    .right .pagenation .prev,
    .right .pagenation .next {
        flex-shrink: 0;
    }
    .right .pagenation span {
        white-space: nowrap;
        margin: 0 3px;
    }
    .gd-time {
        right: 2%;
    }
}

@media screen and (max-width: 820px) {
    .article-content .info-link .link .share,
    .article-content .info-link .link .font-set {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .article-content .info-link .link .font-set {
        margin-top: 10px;
    }
    .article-content .info-link .link .share>div:last-of-type {
        float: right;
    }
    .article-content .info-link {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .gd-time {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 750px) {
    .right-link-list .right-link-item {
        width: 100%;
        margin: 10px auto 0;
    }
    .list .list-item .text {
        max-width: 70%;
    }
    /* zjlb */
    .zjlb .list-header {
        padding: 0;
        margin-top: 20px;
        height: 48px;
    }
    .zjlb.list .list-item {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .zjlb .list-header span,
    .zjlb.list .list-item>div,
    .zjlb.list .list-item .btn,
    .zjlb.list .list-item .text {
        font-size: 14px;
    }
    .zjlb.list .list-item .btn,
    .zjlb .list-header span:last-of-type {
        width: 80px;
        float: right;
    }
    .zjlb .list-header span:last-of-type{
        margin-right:20px;
    }
    .zjlb.list .list-item>div,
    .zjlb .list-header span {
        width: 90px;
    }
    .zjlb.list .list-item .time{
        width: 90px;
    }
    .zjlb .list-header span:first-of-type {
        width: 90px;
    }
    .zjlb .list-header span:nth-of-type(2){
        width: calc(100% - 379px);
    }
    .zjlb.list .list-item .text {
        width: calc(100% - 343px);
    }
    /* article */
    .article-content .info-link .info,
    .article-content .info-link .link {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .pagenation a,
    .pagenation input,
    .pagenation button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .pagenation .prev,
    .pagenation .next,
    .pagenation input,
    .pagenation button {
        width: 50px;
    }
    .pagenation input,
    .pagenation button,
    .pagenation .prev,
    .pagenation .next {
        flex-shrink: 0;
    }
    .pagenation span {
        white-space: nowrap;
        margin: 0 3px;
    }
    .left {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .left .location-nav {
        position: relative;
        background: url(../images/icon-left-nav-bg.png) center;
    }
    .location-nav::after {
        width: 8px;
        height: 14px;
        content: '';
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(../images/icon-left-1.png);
        transition: all 0.3s;
    }
    .left .location-nav.active::after {
        transform: rotate(90deg);
    }
    .left-nav-list {
        display: none;
    }
    .right {
        float: none;
        width: 100%;
        margin: auto;
    }
    .right-link-list .right-link-item {
        width: 49%;
        margin-left: 2%;
        margin-top: 10px;
    }
    .right-link-list .right-link-item:nth-of-type(2n+1) {
        margin-left: 0;
    }
    /* article2 */
    .article-header .row:nth-of-type(1) .column:nth-of-type(1),
    .article-header .row:nth-of-type(3) .column:nth-of-type(1) {
        width: 129px;
        border-right: none;
        /* border-bottom: none; */
    }
    .article-header .row:nth-of-type(1) .column:nth-of-type(2),
    .article-header .row:nth-of-type(3) .column:nth-of-type(2) {
        border-left: 1px solid #ddd;
    }
    .article-header .row:nth-of-type(3) .column:nth-of-type(2) {
        max-width: calc(100% - 132px);
    }
}

@media screen and (max-width: 650px) {
    .article-content {
        padding-top: 20px;
    }
    .location-link,
    .location {
        height: auto;
        width: 100%;
    }
    /* article2 */
    .article-header .row:nth-of-type(2) .column:nth-of-type(1),
    .article-header .row:nth-of-type(2) .column:nth-of-type(2) {
        border-bottom: 1px solid #ddd;
    }
    .article-header .row:nth-of-type(2) .column:nth-of-type(2),
    .article-header .row:nth-of-type(2) .column:nth-of-type(4) {
        width: calc(100% - 132px);
    }
    .article-content-right {
        width: 200px;
        padding-left: 20px;
    }
    .article-content-left {
        width: calc(100% - 220px);
        padding-right: 10px;
    }
    .yjzjxq .article-content-right .yj-btn {
        background-position-x: 25px;
        padding-left: 68px;
    }
}

@media screen and (max-width: 600px) {
    .zjlb.list .list-item {
        padding-bottom: 0;
    }
    .zjlb .list-header {
        margin-top: 0;
        height: 68px;
    }
    .zjlb.list .list-item {
        padding: 0 10px;
    }
    .zjlb .list-header span:nth-of-type(1),
    .zjlb.list .list-item .type {
        width: 90px;
    }
    .zjlb .list-header span,
    .zjlb .list-header span:last-of-type,
    .zjlb.list .list-item>div {
        width: 32%;
        border-right: 1px solid #ddd;
        line-height: 30px;
    }
    .zjlb .list-header span:last-of-type,
    .zjlb .list-header span:nth-of-type(2) {
        border-right: none;
        margin-right: 0;
    }
    .zjlb .list-header span:nth-of-type(1),
    .zjlb .list-header span:nth-of-type(2) {
        float: left;
        border-bottom: 1px solid #ddd;
    }
    .zjlb .list-header span:nth-of-type(2),
    .zjlb.list .list-item .text {
        width: calc(100% - 91px);
        text-align: center;
        padding: 0;
    }
    .zjlb.list .list-item .text {
        display: block;
        box-sizing: border-box;
        padding-left: 28px;
        max-width: calc(100% - 91px);
        padding-left: 1vw;
    }
    .zjlb.list .list-item .btn {
        /* float: none; */
        margin-right: 5%;
        margin-top: 3px;
        font-size: 14px;
    }
    /* article */
    .article-wrap img {
        max-width: 90%;
    }
    /* article2 */
    .article-header .column:nth-of-type(2n+1) {
        width: 120px;
    }
    .article-header .row:nth-of-type(1) .column:nth-of-type(1),
    .article-header .row:nth-of-type(3) .column:nth-of-type(1) {
        width: 119px;
    }
    .article-header .row:first-of-type .column:nth-of-type(2),
    .article-header .row:nth-of-type(2) .column:nth-of-type(2),
    .article-header .row:nth-of-type(2) .column:nth-of-type(4),
    .article-header .row:last-of-type .column:nth-of-type(2) {
        width: calc(100% - 120px);
    }
    .article-header .row:nth-of-type(1) .column:nth-of-type(2),
    .article-header .row:nth-of-type(3) .column:nth-of-type(2) {
        width: calc(100% - 119px);
    }
    .yjzjxq-wrap .box .yjzjcxq-jg-content {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .subpage .leader-content img {
        max-width: 60%;
    }
    .pagenation {
        flex-wrap: wrap;
    }
    .zjlb.list .list-item .btn {
        margin-right: 3%;
    }
    /* article */
    .article-content .title {
        font-size: 26px;
    }
    /* article2 */
    .article-header .row:last-of-type .column:nth-of-type(2n),
    .article-header .row:first-of-type .column:nth-of-type(2n) {
        width: calc(100% - 120px);
    }
    .article-header .row:first-of-type .column:nth-of-type(3),
    .article-header .row:first-of-type .column:nth-of-type(4),
    .article-header .row:last-of-type .column:nth-of-type(3),
    .article-header .row:last-of-type .column:nth-of-type(4) {
        border-bottom: 1px solid #ddd;
    }
    .article-content-left,
    .article-content-right {
        margin-top: 0;
        float: none;
    }
    .article-content-left {
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-right: none;
        padding-bottom: 60px;
    }
    .article-content-right {
        width: 100%;
        padding-left: 0;
    }
    .yjzjxq .article-content-right .yj-btn {
        background-position-x: 35%;
        padding-left: calc(35% + 40px);
    }
    .yjzjxq .article-content-right>div>ul {
        padding-left: 20px;
    }
    .yjzjxq-wrap .box .yjzjcxq-ly-list {
        padding: 20px;
    }
    .yjzjxq-wrap .box .title>span {
        font-size: 16px;
        min-width: 120px;
    }
    .yjzjxq-wrap .box {
        padding: 20px 10px 10px;
    }
    .yjzjxq-wrap .box .yjzjcxq-ly-list {
        padding: 20px;
    }
    .yjzjmail .nrtj ul li:nth-child(odd) {
        min-width: 75px;
    }
    .yjzjmail .nrtj ul li:nth-child(even) {
        width: calc(100% - 75px);
    }
    .yjzjxq-wrap .box .title .font {
        font-size: 3vw;
    }
    .yjzjmail .nrtj ul li:nth-child(even) .waitting {
        float: left;
        font-size: 2vw;
    }
    .yjzjmail .nrtj ul li:nth-child(even) .tip {
        float: left;
        font-size: 3vw;
    }
}

@media screen and (max-width: 450px) {
    .list .list-item .text {
        max-width: 60%;
    }
    .article-header .row:nth-of-type(1) .column:nth-of-type(1),
    .article-header .row:nth-of-type(1) .column:nth-of-type(2) {
        border-bottom: none;
    }
    .article-header .row:first-of-type .column:nth-of-type(3),
    .article-header .row:first-of-type .column:nth-of-type(4) {
        height: 59px;
        border-top: 1px solid #ddd;
    }
}

@media screen and (max-width: 400px) {
    .zjlb.list .list-item .btn {
        margin-right: 1%;
    }
}

@media screen and (max-width: 375px) {
    .right-link-list .right-link-item {
        width: 100%;
        margin: 10px auto 0;
    }
    .list .list-item .text {
        max-width: 55%;
    }
    .list .title span {
        width: 100%;
    }
    .article-header .column:nth-of-type(2n) {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }
}