/**** 列表页 ****/
.listContent {
    margin-top: 30px;
    margin-top: .3rem;
}

.listContent::after {
    content: '';
    display: block;
    clear: both;
}

.listContent .con {
    margin-top: 20px;
    margin-top: .2rem;
}

.listContent .con .pList01 li:nth-child(5n) {
    margin-bottom: 20px;
    margin-bottom: .2rem;
    padding-bottom: 20px;
    padding-bottom: .2rem;
    border-bottom: 1px dashed #e5e5e5;
}

.listContent .con .pList01 li:last-child {
    border: 0;
}

.listContent .con.link-con .pList01 {
    margin-top: 20px;
    margin-top: .2rem;
    padding-bottom: 20px;
    padding-bottom: .2rem;
}

.listContent .con.link-con .pList01 li:nth-child(5n) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.listContent .con.link-con .pList01 li {
    width: calc(25% - 20px);
    width: calc(25% - .2rem);
    float: left;
    padding-left: 20px;
    padding-left: .2rem;
    position: relative;
}

.listContent .con.link-con .pList01 li::before {
    content: '';
    display: block;
    width: 4px;
    width: .04rem;
    height: 4px;
    height: .04rem;
    background-color: #b6b6b6;
    position: absolute;
    left: 0;
    top: 27px;
    top: .27rem;
}

.listContent .con .zt-list {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -20px;
    margin-top: -.2rem;
}

.listContent .con .zt-list::after {
    content: '';
    display: block;
    clear: both;
}

.listContent .con .zt-list li {
    margin-top: 32px;
    margin-top: .32rem;
    width: 326px;
    width: 3.26rem;
    height: 233px;
    height: 2.33rem;
    margin-right: 32px;
    margin-right: .32rem;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.listContent .con .zt-list li:nth-child(4n) {
    margin-right: 0;
}

.listContent .con .zt-list li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.listContent .con .zt-list li img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.listContent .con .zt-list.img-list li {
    height: auto;
    border-radius: 0;
}

.listContent .con .zt-list.img-list li a.imgbox {
    width: 100%;
    height: 233px;
    height: 2.33rem;
    display: block;
    position: relative;
    overflow: hidden;
}

.listContent .con .zt-list.img-list li a.tit {
    width: calc(100% - .3rem);
    padding: .1rem .15rem;
    height: auto;
    line-height: 30px;
    line-height: .3rem;
    background-color: #f5f5f5;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.listContent .con .zt-list.img-list li a.tit span {
    font-size: 16px;
    font-size: .16rem;
    display: block;
    color: #9d9d9d;
}

.listContent .con .zt-list.img-list li:hover a {
    color: #004a93;
}

.listContent .list-left {
    width: 255px;
    width: 2.55rem;
    float: left;
}

.listContent .list-left .menu-ul li {
    width: 100%;
    margin-top: 4px;
    margin-top: .04rem;
}

.listContent .list-left .menu-ul li.tit {
    margin-top: 0;
    background-color: #004a93;
    color: #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-size: .26rem;
    font-weight: 700;
    padding: 30px 20px;
    padding: .3rem .2rem;
    width: 215px;
    width: 2.15rem;
}

.listContent .list-left .menu-ul li a {
    display: block;
    width: 180px;
    width: 1.8rem;
    padding: 20px 55px 20px 20px;
    padding: .2rem .55rem .2rem .2rem;
    font-size: 20px;
    font-size: .2rem;
    line-height: 30px;
    line-height: .3rem;
    background: url(2022-list-left-menuico.png) no-repeat #f7f7f7;
    background-position: 220px center;
    background-position: 2.2rem center;
    background-size: 10px 17px;
    background-size: .1rem .17rem;
}

.listContent .list-left .menu-ul li:hover a,
.listContent .list-left .menu-ul li.active a {
    background-image: url(2022-list-left-menuico-active.png);
    background-color: #ddebff;
    background-repeat: no-repeat;
    color: #004a93;
}

.listContent .list-right {
    width: 1075px;
    width: 10.75rem;
    float: right;
}

.listContent .list-right .list-head::after {
    content: '';
    display: block;
    clear: both;
}

.listContent .list-right .list-head .tit {
    text-align: left;
    width: 100%;
    float: none;
    margin-top: 0;
}

.listContent .list-right .list-head li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 38px;
    line-height: .38rem;
    position: relative;
    margin-top: .2rem;
}

.listContent .list-right .list-head li a {
    width: 90%;
    height: 100%;
    background-color: #f7f7f7;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.listContent .list-right .list-head li a:hover {
    background-color: #004a93;
    color: #FFFFFF;
}

.listContent .list-right .list-head li::after {
    content: '';
    display: block;
    background-color: #004a93;
    width: 26%;
    height: 2px;
    position: absolute;
    left: 37%;
    bottom: -10px;
    bottom: -.1rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    opacity: 0;
}

.listContent .list-right .list-head li:hover::after {
    opacity: 1;
}

.listContent .list-right .list-head .tit:hover::after {
    display: none !important;
    opacity: 0 !important;
}

.listContent .pLink-list {
    text-align: left;
    width: 100%;
    font-size: 0;
}

.listContent .pLink-list::after {
    content: '';
    clear: both;
    display: block;
}

.listContent .pLink-list a:nth-child(5n),
.listContent .pLink-list a:last-child {
    margin-right: 0;
}

.listContent .pLink-list a {
    width: calc(20% - 20px - 18px);
    width: calc(20% - 20px - .18rem);
    padding: 0 10px;
    height: 50px;
    height: .5rem;
    line-height: 50px;
    line-height: .5rem;
    margin: 0 9px;
    margin: 0 .09rem;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 18px;
    font-size: .18rem;
    text-align: center;
    margin-top: 18px;
    margin-top: .18rem;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listContent .pLink-list a:hover {
    box-shadow: 0 0 10px #a0caef;
    background-color: #FFFFFF;
}

.listContent .pLink-list a:nth-child(5n) {
    margin-right: 0;
}

.listContent .pLink-list a:nth-child(5n),
.listContent .pLink-list a:last-child {
    margin-right: 0;
}

.listContent .jsjf-list {
    padding-top: 40px;
    padding-top: .4rem;
    min-height: 300px;
    min-height: 3rem;
}

.listContent .jsjf-list::after {
     content: '';
     display: block;
     clear: both;
}

.listContent .jsjf-list a {
    width: 680px;
    width: 6.8rem;
    display: block;
    float: left;
}

.listContent .jsjf-list a:nth-child(2) {
    float: right;
}

.listContent .jsjf-list a img {
    width: 100%;
    display: block;
    height: auto;
}

/**** 细览页 ****/
.detailContent {
    margin-top: 30px;
    margin-top: .3rem;
}

.detailContent .zw-table {
    margin-bottom: 40px;
    margin-bottom: .4rem;
}

.detailContent .zw-table ul {
    width: 100%;
    border: 1px solid #eee;
    border-bottom: 0;
    border-right: 0;
}

.detailContent .zw-table ul li {
    width: 38%;
    padding: 5px 0;
    padding: .05rem 0;
    float: left;
    text-align: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: inline-block;
    box-sizing: border-box;
}

.detailContent .zw-table ul li:nth-child(1),
.detailContent .zw-table ul li:nth-child(2),
.detailContent .zw-table ul li:nth-child(3),
.detailContent .zw-table ul li:nth-child(4),
.detailContent .zw-table ul li:nth-child(9),
.detailContent .zw-table ul li:nth-child(10),
.detailContent .zw-table ul li:nth-child(11),
.detailContent .zw-table ul li:nth-child(12) {
    background-color: #f8f8f8;
}

.detailContent .zw-table ul li span {
    height: 38px;
    height: .38rem;
    margin: 0 15px;
    margin: 0 .15rem;
    line-height: 38px;
    line-height: .38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.detailContent .zw-table ul li.tit {
    width: 12%;
    text-align: right;
}

.detailContent .zw-table ul::after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
}

.detailContent .pic-fz {
    width: 180px;
    width: 1.8rem;
    position: absolute;
    top: 0;
    right: 0;
}

.detailContent .title {
    font-size: 36px;
    font-size: .36rem;
    text-align: center;
    margin-top: 30px;
    margin-top: .3rem;
    line-height: 150%;
    font-weight: 700;
}

.detailContent .infos {
    margin: 30px 0;
    margin: .3rem 0;
    padding-bottom: 20px;
    padding-bottom: .2rem;
    line-height: 24px;
    line-height: .24rem;
    text-align: center;
    background: url(2022_bg_content_info.png) repeat-x center bottom;
    overflow: hidden;
    font-size: 16px;
    font-size: .16rem;
}

.detailContent .infos::after {
    content: '';
    display: block;
    clear: both;
}

.detailContent .infos .lft {
    float: left;
}

.detailContent .infos .rgt {
    float: right;
}

.detailContent .infos span {
    margin: 6px 10px;
    color: #919191;
    display: inline-block;
}

.detailContent .infos span img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.detailContent .infos span i {
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    font-style: inherit;
}

.detailContent .infos span i.cur {
    color: #004a93;
}

.detailContent .infos .zwxl-font {
    float: left;
    margin-right: 30px;
    margin-right: .3rem;
}

.detailContent .infos .zwxl-font i:hover {
    color: #FF0000;
}

.detailContent .infos .bdsharebuttonbox {
    float: left;
}

.detailContent .infos .bdsharebuttonbox span {
    float: left;
}

.detailContent .infos .bdsharebuttonbox a {
    width: 30px;
    width: .3rem;
    height: 30px;
    height: .3rem;
    display: inline-block;
    margin-right: 10px;
    margin-right: .1rem;
    background: no-repeat center;
    background-size: contain;
    margin-top: 2px;
    margin-top: .02rem;
    padding: 0;
}

.detailContent .infos .bdsharebuttonbox a.bds_tsina {
    background-image: url(2022-detail-infos-ico-weibo.png);
}

.detailContent .infos .bdsharebuttonbox a.bds_weixin {
    background-image: url(2022-detail-infos-ico-weixin.png);
}

.detailContent .infos .bdsharebuttonbox a.bds_sqq {
    background-image: url(2022-detail-infos-ico-kongjian.png);
}

.detailContent .nrcon .yc {
    text-indent: 0px;
}

.detailContent .nrcon iframe {
    max-width: 100%;
}

.detailContent .nrcon img {
    max-width: 90% !important;
    width: auto !important;
    height: auto !important;
}

.detailContent .nrcon p,
.detailContent .nrcon span {
    font-family: "微软雅黑", "microsoft yahei" !important;
    /* font-size: 18px !important; */
    font-size: 20px !important;
    font-size: .2rem !important;
    line-height: 2.2em !important;
}

.detailContent .nrcon .fontSize {
    /* font-size: 18px !important; */
    font-size: 20px !important;
    font-size: .2rem !important;
}

.detailContent .nrcon .fontSizeMax {
    font-size: 20px !important;
    font-size: .2rem !important;
}

.detailContent .nrcon .fontSizeSmall {
    font-size: 16px !important;
    font-size: .16rem !important;
}

.detailContent .nrcon table,
.detailContent .nrcon table tr {
    /* width: 80% !important; */
    height: auto !important;
}

.detailContent .nrcon table td {
    width: auto !important;
}

.detailContent .nrcon table td,
.detailContent .nrcon table td * {
    word-break: break-all !important;
}

.detailContent .nrcon.kpcontent table {
    width: 80% !important;
    margin: 25px auto 0;
    margin: .25rem auto 0;
    text-align: center !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    font-weight: 400 !important;
}

.detailContent .nrcon.kpcontent td {
    padding: 10px 0;
    text-align: center !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    font-weight: 400 !important;
}

.detailContent .nrcon.kpcontent td span {
    font-family: "微软雅黑", "microsoft yahei" !important;
    font-weight: 400 !important;
}

.detailContent .xgxw {
    margin-top: 15px;
    margin-top: .15rem;
    padding: 15px 0;
    padding: .15rem;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: block;
    box-sizing: border-box;
}

.detailContent .xgxw .tit {
    padding-bottom: 10px;
    padding-bottom: .1rem;
}

.detailContent .xgxw .tit span {
    padding-bottom: 10px;
    padding-bottom: .1rem;
    color: #FF0000;
    font-weight: bold;
    position: relative;
}

.detailContent .xgxw .tit span i {
    width: 95%;
    height: 2px;
    background: #FF0000;
    border-radius: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.detailContent .xgxw .nr-tit ul li {
    margin-top: 15px;
    margin-top: .15rem;
}

.detailContent .xgxw .nr-tit ul li a {
    color: #454545;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.detailContent .xgxw.fj .nr-tit ul li span {
    margin-right: 10px;
    margin-right: .1rem;
}

.detailContent .xgxw.fj .nr-tit ul li a,
.detailContent .xgxw.fj .nr-tit ul li span {
    float: left;
    line-height: 40px;
    line-height: .4rem;
}

.detailContent .xgxw.fj .nr-tit ul li::after {
    content: '';
    display: block;
    clear: both;
}

.detailContent #div_div {
    margin-bottom: 25px;
    margin-bottom: .25rem;
    margin-top: 20px;
    margin-top: .2rem;
    text-align: center;
}

.detailContent #Canvas {
    margin-top: 10px;
}

.detailContent .printbox {
    width: 100%;
    height: 40px;
    height: .4rem;
}

.detailContent .printbox a {
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    display: block;
    float: right;
    line-height: 28px;
    line-height: .28rem;
}

.detailContent .printbox a img {
    display: block;
    float: left;
    margin-right: 8px;
    margin-right: .08rem;
    width: 26px;
    width: .26rem;
    height: 28px;
    height: .28rem;
}

#fiezhiCon {
    display: none;
    position: absolute;
    width: 218px;
    width: 2.18rem;
    height: 140px;
    height: 1.4rem;
    background: url(icon-fz.png) no-repeat;
    background-size: contain;
    top: 30px;
    top: .3rem;
    right: 0;
}

.detailContent .ld-img {
    width: 230px;
    width: 2.3rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.detailContent .ld-img img {
    width: 100%;
    display: block;
}

.detailContent .ld-name {
    width: 100%;
    margin-top: 20px;
    margin-top: .2rem;
    font-size: 22px;
    font-size: .22rem;
    font-weight: 700;
    text-align: center;
}

.detailContent .ld-zw {
    width: 100%;
    margin-top: 20px;
    margin-top: .2rem;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
    text-align: center;
}

.detailContent .ld-msg::after {
    content: '';
    display: block;
    clear: both;
}

.detailContent .ld-msg li {
    float: left;
    width: 1290px;
    width: 12.9rem;
    border-bottom: 1px dashed #e5e5e5;
    padding: 30px 0;
    padding: .3rem 0;
    line-height: 250%;
}

.detailContent .ld-msg li.tit {
    width: 110px;
    width: 1.1rem;
    font-weight: 700;
    color: #023e7a;
    border: 0;
}

.detailContent .ld-msg li:nth-child(2n)::after {
    content: '';
    display: block;
    clear: both;
}

.detailContent .ld-msg li div,
.detailContent .ld-msg li p,
.detailContent .ld-msg li span,
.detailContent .ld-msg li label {
    font-family: "微软雅黑", "microsoft yahei" !important;
    line-height: 250% !important;
    text-indent: 2em !important;
    text-align: justify !important;
    font-size: 18px !important;
    font-size: .18rem !important;
    color: #000 !important;
}

.detailContent .yjzjmail {
    margin-bottom: 15px;
    display: block;
}

.detailContent .yjzjmail .tit {
    padding: 10px;
    background: #e8eef6;
}

.detailContent .yjzjmail .tit span {
    color: #13559f;
    font-weight: bold;
}

.detailContent .yjzjmail .tit span#username {
    font-weight: 400;
}

.detailContent .yjzjmail .tit .font {
    float: right;
    display: inline-block;
}

.detailContent .yjzjmail .tit .font a {
    margin: 0 8px;
    color: #13559f;
    display: inline-block;
}

.detailContent .yjzjmail .nr ul {
    padding-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.detailContent .yjzjmail .nr ul li {
    padding: 15px 15px 0 15px;
}

.detailContent .yjzjmail .nr ul li h4 {
    padding-bottom: 10px;
    color: #13559f;
    font-weight: bold;
    display: block;
}

.detailContent .yjzjmail .nr ul li p {
    padding: 6px 10px;
    line-height: 28px;
    background-color: #fafafa;
    display: block;
}

.detailContent .yjzjmail .nrtj ul {
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.detailContent .yjzjmail .nrtj ul::after {
    content: '';
    display: block;
    clear: both;
}

.detailContent .yjzjmail .nrtj ul li {
    min-height: 32px;
    padding-top: 30px;
    float: left;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(odd) {
    width: 20%;
    text-align: right;
    line-height: 32px;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) {
    width: 80%;
    padding-left: 15px;
    box-sizing: border-box;
}

.detailContent .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;
}

.detailContent .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;
}

.detailContent .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;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) .tip {
    font-size: 13px;
    color: #999;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) .yzm {
    max-width: 100px !important;
    float: left;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) .img {
    height: 40px;
    margin-left: 12px;
    float: left;
    cursor: pointer;
}

.detailContent .yjzjmail .nrtj .tj-btn {
    width: 80%;
    max-width: 120px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    border: 0;
    background: #356abc;
    display: block;
    cursor: pointer;
}

.detailContent .yjzjmail.mgtop {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #fiezhiCon {
        width: 1.5rem;
        background-size: 1.5rem auto;
    }
    .listContent {
        margin-top: 10px;
    }

    .listContent .con .zt-list {
        margin-top: -10px;
    }

    .listContent .con .zt-list li {
        width: calc(50% - 5px);
        height: calc(100vw * .35);
        margin-top: 10px;
        margin-right: 10px;
    }

    .listContent .con .zt-list li:nth-child(2n) {
        margin-right: 0;
    }

    .listContent .con.link-con .pList01 li {
        width: calc(50% - .2rem);
    }

    .listContent .con.link-con .pList01 li::before {
        top: 1.25em;
    }

    .listContent .con .zt-list.img-list li a.imgbox {
        height: calc(100vw * .35);
    }

    .listContent .list-left {
        width: 100%;
        float: none;
    }

    .listContent .list-left .menu-ul li {
        width: calc(50% - 2px);
        margin-right: 4px;
        float: left;
    }

    .listContent .list-left .menu-ul::after {
        content: '';
        display: block;
        clear: both;
    }

    .listContent .list-left .menu-ul li.tit {
        width: calc(40% - 2px);
        ;
        padding: .2rem 5%;
        line-height: .3rem;
        margin-top: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listContent .list-left .menu-ul li:nth-child(2n) {
        margin-right: 0;
    }

    .listContent .list-left .menu-ul li a {
        width: 85%;
        padding-left: 5%;
        padding-right: 10%;
        background-position: 93% center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listContent .list-right {
        width: 100%;
        float: none;
        margin-top: .2rem;
    }

    .listContent .list-right .list-head {
        padding-left: 0;
    }

    .listContent .list-right .list-head li {
        width: calc(50% - 5px);
        margin-top: 10px;
        margin-right: 10px;
    }

    .listContent .list-right .list-head li:nth-child(1) {
        margin-top: 0;
        width: calc(100% - .28rem);
        padding-left: .28rem;
        margin-right: 0;
    }

    .listContent .list-right .list-head li:nth-child(2n+1) {
        margin-right: 0;
    }

    .listContent .list-right .list-head li a {
        width: 100%;
    }

    .listContent .pLink-list {
        margin-top: 0;
    }

    .listContent .pLink-list a {
        width: calc(50% - 5px - 20px);
        margin-right: 10px !important;
        margin-left: 0;
        margin-top: 10px;
        float: left;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listContent .pLink-list a:nth-child(2n) {
        margin-right: 0 !important;
    }
    
    .listContent .jsjf-list {
        padding-top: 0;
    }
    
    .listContent .jsjf-list a {
        width: 90%;
        float: none !important;
        margin: .3rem auto 0;
    }

    .detailContent .infos .lft {
        float: none;
    }

    .detailContent .infos .rgt {
        display: none;
    }

    .detailContent {
        margin-top: 10px;
    }

    .detailContent #div_div,
    .detailContent .printbox {
        display: none;
    }

    .detailContent .nrcon iframe {
        max-height: 70vw;
    }

    .detailContent .nrcon div,
    .detailContent .nrcon table,
    .detailContent .nrcon tr,
    .detailContent .nrcon p {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto;
    }

    .detailContent .nrcon table {
        overflow-x: auto;
    }

    .detailContent .nrcon table p,
    .detailContent .nrcon table td,
    .detailContent .nrcon img {
        text-indent: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }


    .detailContent .nrcon * {
        word-break: break-all !important;
    }

    .detailContent .nrcon td {
        width: auto !important;
    }

    .detailContent .xgxw .nr-tit ul li a {
        max-width: 90%;
    }

    .detailContent .zw-table ul li {
        width: 70%;
    }

    .detailContent .zw-table ul li.tit {
        width: 30%;
    }

    .detailContent .zw-table ul li:nth-child(3),
    .detailContent .zw-table ul li:nth-child(4),
    .detailContent .zw-table ul li:nth-child(11),
    .detailContent .zw-table ul li:nth-child(12) {
        background-color: #ffffff;
    }

    .detailContent .zw-table ul li:nth-child(5),
    .detailContent .zw-table ul li:nth-child(6),
    .detailContent .zw-table ul li:nth-child(13),
    .detailContent .zw-table ul li:nth-child(14) {
        background-color: #f8f8f8;
    }

    .detailContent .ld-img {
        margin-top: .2rem;
    }

    .detailContent .ld-msg {
        padding-top: 10px;
    }

    .detailContent .ld-msg li {
        width: 100%;
        float: none;
        padding: 10px 0;
    }

    .detailContent .ld-msg li span,
    .detailContent .ld-msg li p,
    .detailContent .ld-msg li div {
        line-height: 230% !important;
    }

    .detailContent .ld-msg li.tit {
        width: 100%;
        padding: 0;
    }
}
