/****  列表页  ****/
.listContent {
    margin-top: .15rem;
}

.listContent .listText {
    min-height: 4rem;
}

.listContent .listText .pList01 {
    margin-top: .1rem;
}

.listContent .listText .pList01 li {
    padding-left: .16rem;
    position: relative;
    line-height: .44rem;
}

.listContent .listText .pList01 li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c4c4c4;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.listContent .listText .pList01 li:nth-child(5),
.listContent .listText .pList01 li:nth-child(10) {
    border-bottom: 1px solid #ececec;
    padding-bottom: .15rem;
    margin-bottom: .15rem;
}

.listContent .listLeft {
    width: 3rem;
    float: left;
}

.listContent .listLeft .father-menu {
    width: calc(100% - .3rem);
    background-color: #ca1c1d;
    font-size: .22rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.6;
    padding: .15rem;
    text-align: center;
}

.listContent .listLeft .child-menu {
    background-color: #fafafa;
    padding: 0 .15rem;
}

.listContent .listLeft .child-menu a {
    width: calc(100% - .2rem);
    padding: .15rem 0;
    border-bottom: 1px dashed #ebebeb;
    background: url(2024-listpage-menu-ico.png) no-repeat right;
    padding-right: .2rem;
    line-height: 1.6;
}

.listContent .listLeft .child-menu a:hover,
.listContent .listLeft .child-menu a.active {
    background-image: url(2024-listpage-menu-ico-active.png);
    color: #ca1c1d;
    font-weight: 700;
}

.listContent .listLeft .child-menu a:last-child {
    border-bottom: 0;
}

.listContent .listRight {
    width: calc(100% - 3rem - .3rem);
    float: right;
}

.listContent .list-link li {
    width: calc((100% - .23rem * 3) / 4);
    margin: .23rem .23rem 0 0;
    float: left;
    line-height: .64rem;
    height: .64rem;
    background-color: #fafafa;
    text-align: center;
}

.listContent .list-link li:nth-child(4n) {
    margin-right: 0;
}

.listContent .list-link li a {
    width: calc(100% - 2px - .3rem);
    height: calc(100% - 2px);
    display: block;
    border: 1px solid #fafafa;
    padding: 0 .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listContent .list-link li a:hover {
    border-color: #ca1c1d;
    background-color: #ffffff;
    color: #ca1c1d;
}

.listContent .list-img li {
    width: calc((100% - .27rem * 3) / 4);
    margin: .27rem .27rem 0 0;
    float: left;
    background-color: #f6f6f6;
    text-align: center;
}

.listContent .list-img li:nth-child(4n) {
    margin-right: 0;
}

.listContent .list-img li a {
    width: 100%;
    height: 100%;
    display: block;
}

.listContent .list-img li a:hover {
    color: #ffffff;
    background-color: #ca1c1d;
}

.listContent .list-img li .imgbox {
    width: 100%;
    height: 2.06rem;
    display: block;
    overflow: hidden;
}

.listContent .list-img li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.listContent .list-img li a:hover .imgbox img {
    width: 105%;
    height: 105%;
    margin: -2.5% 0 0 -2.5%;
}

.listContent .list-img li .txt {
    width: calc(100% - .3rem);
    padding: 0 .15rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}

.listContent .list-img.fbyk li {
    width: calc((100% - .3rem * 4) / 5);
    margin: .3rem .3rem 0 0;
    background-color: #fff;
}

.listContent .list-img.fbyk li:nth-child(5n) {
    margin-right: 0;
}

.listContent .list-img.fbyk li .imgbox {
    height: 3.62rem;
    text-align: center;
    font-size: 0;
}

.listContent .list-img.fbyk li .imgbox img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: 100%;
}

.listContent .list-img.fbyk li a .imgbox {
    position: relative;
}

.listContent .list-img.fbyk li a .imgbox::after {
    content: '';
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #ca1c1d;
    position: absolute;
    left: 0;
    top: 0;
}

.listContent .list-img.fbyk li a:hover .imgbox img {
    width: auto;
    height: 100%;
    max-width: 100%;
    margin: 0;
}

.listContent .list-img li .txt {
    background-color: #ca1c1d;
    color: #fff;
    margin-top: 5px;
}

.listContent .list-img.fbyk li a:hover {
    background-color: initial;
}

.listContent .listRight .list-img li {
    width: calc((100% - .27rem * 2) / 3);
    margin: .23rem .23rem 0 0;
}

.listContent .listRight .list-img li:nth-child(3n) {
    margin-right: 0;
}

.listContent .listRight .list-img li .imgbox {
    height: 1.78rem;
}

.listContent .list-ztzl .imgbg {
    width: calc((100% - .28rem * 3) / 4);
    height: 1.55rem;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: .28rem;
    margin-top: .28rem;
}

.listContent .list-ztzl .imgbg:nth-child(4n) {
    margin-right: 0;
}

.listContent .list-ztzl .imgbg a {
    width: 100%;
    height: 100%;
    display: block;
}

.listContent .list-ztzl .imgbg::before,
.listContent .list-ztzl .imgbg::after,
.listContent .list-ztzl .imgbg a::before,
.listContent .list-ztzl .imgbg a::after {
    content: '';
    display: block;
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    z-index: 9;
}

.listContent .list-ztzl .imgbg::before {
    left: -.16rem;
    top: -.16rem;
}

.listContent .list-ztzl .imgbg::after {
    right: -.16rem;
    top: -.16rem;
}

.listContent .list-ztzl .imgbg a::before {
    left: -.16rem;
    bottom: -.16rem;
}

.listContent .list-ztzl .imgbg a::after {
    right: -.16rem;
    bottom: -.16rem;
}

.listContent .list-ztzl .imgbg i {
    width: 3.13rem;
    height: 1.39rem;
    display: block;
    background: url(2024-index-ztzl-box.png) no-repeat center;
    position: absolute;
    left: calc((100% - 3.13rem) / 2);
    top: calc((100% - 1.39rem) / 2);
    background-size: 100%;
}

.listContent .list-ztzl .imgbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.listContent .list-ztzl .imgbg a:hover img {
    width: 104%;
    height: 104%;
    margin-top: -2%;
    margin-left: -2%;
}

.listContent.map .listText {
    min-height: auto;
    margin-bottom: .5rem;
}

.listContent.map .pTit01 {
    text-align: center;
}

.listContent.map .pTit01 li a {
    font-size: .24rem;
}

.listContent.fzzfndbg .pTit02 {
    text-align: center;
    margin: .2rem auto .3rem;
}

.listContent.fzzfndbg .pTit02 a {
    font-size: .26rem;
}

.listContent.fzzfndbg .listText {
    min-height: auto;
    margin-bottom: .5rem;
}

.listContent.fzzfndbg .pTit01 li a {
    font-size: .20rem;
}

/****  细览页  ****/
body.bg {
    background-color: #fbfbfb;
}

.detailContent {
    min-height: 6rem;
    position: relative;
    background-color: #ffffff;
    padding: .4rem;
}

.detailContent .zw-table {
    margin: 0 0 .3rem 0;
    font-size: .18rem;
}

.detailContent .zw-table ul {
    width: calc(100% - 2px);
    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 .em01 {
    display: inline-block;
    width: .5em;
}

.detailContent .zw-table ul li .em02 {
    display: inline-block;
    width: 2em;
}

.detailContent .zw-table ul li.head {
    width: 12%;
    text-align: right;
}

.detailContent .zw-table ul li.day {
    width: 13%;
}

.detailContent .zw-table ul li.tit {
    width: 88%;
}

.detailContent .zw-table ul::after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
}

.detailContent .pic-fz {
    width: 1.8rem;
    position: absolute;
    top: 0;
    right: 0;
}

.detailContent .title {
    font-size: .26rem;
    text-align: center;
    padding: .1rem .2rem .3rem;
    line-height: 150%;
    font-weight: 700;
    margin: 0 .45rem;
}

.detailContent .infos {
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    overflow: hidden;
    font-size: .16rem;
    margin-bottom: .3rem;
    color: #666666;
    padding-bottom: .2rem;
    background: url(2024-content-infos-bg.png) repeat-x bottom;
}

.detailContent .infos .lft {
    float: left;
}

.detailContent .infos .rgt {
    float: right;
}

.detailContent .infos .zwxl-font {
    border: 1px solid #e2e2e2;
    border-radius: .19rem;
    height: .3rem;
    line-height: .3rem;
    background: url(2024-content-infos-font.png) no-repeat 1px center;
    background-size: .26rem;
    padding-left: .3rem;
    padding-right: .1rem;
}

.detailContent .infos .zwxl-font i {
    margin: 0 .05rem;
}

.detailContent .infos span {
    margin: 0 10px;
    display: inline-block;
}

.detailContent .infos span img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.detailContent .infos span i {
    margin: 0 2px;
    display: inline-block;
    cursor: pointer;
    font-style: inherit;
}

.detailContent .infos span i.cur {
    color: #004a93;
}

.detailContent .infos .zwxl-font i:hover {
    color: #FF0000;
}

.detailContent .infos .sharebox {
    float: right;
}

.detailContent .infos .sharebox a {
    width: .3rem;
    height: .3rem;
    display: inline-block;
    margin-right: .05rem;
    background: no-repeat center;
    background-size: contain;
    padding: 0;
    cursor: pointer;
}

.detailContent .infos .sharebox img {
    width: .3rem;
    height: .3rem;
    display: block;
}

.detailContent .nrcon {
    padding: 0 .3rem;
}

.detailContent .nrcon a {
    display: inline;
}

.detailContent .nrcon .nrcon-right a {
    display: inline-block;
}

.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 span {
    display: inline !important;
}

.detailContent .nrcon p {
    line-height: 200%;
    font-size: .18rem;
    margin-top: 10px;
    margin-top: .1rem;
}

.detailContent .nrcon .fontSize {
    font-size: .18rem !important;
    line-height: 200% !important;
}

.detailContent .nrcon .fontSizeMax {
    font-size: .20rem !important;
    line-height: 200% !important;
}

.detailContent .nrcon .fontSizeSmall {
    font-size: .16rem !important;
    line-height: 200% !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 .nrcon .ue_table {
    max-width: 100%;
    overflow-x: auto;
}

.detailContent .nrcon table {
    margin: 0 auto;
}

.detailContent .nrcon table,
.detailContent .nrcon table tr {
    max-width: 100% !important;
    height: auto !important;
}

.detailContent .nrcon table td,
.detailContent .nrcon table td * {
    word-break: break-all !important;
}

.detailContent .nrcon-left {
    width: calc(100% - 3.17rem - 1px - .6rem);
    float: left;
    padding-right: 30px;
    padding-right: .3rem;
    border-right: 1px solid #e0dfdf;
    padding-bottom: .5rem;
}

.detailContent .nrcon-left video,
.detailContent #nrcon-left video {
    max-width: 60% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.detailContent .nrcon-left .nrvideo video,
.detailContent #nrcon-left .nrvideo video {
    margin-bottom: .2rem;
}

.detailContent .nrcon-right {
    width: 3.17rem;
    float: right;
}

.detailContent .nrcon-right .nr-wytjy a {
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    border-radius: .25rem;
    background-color: #fffbf6;
    text-align: center;
    font-weight: 700;
    font-size: 0;
    box-shadow: 0 0 0.05rem #ffd5d5;
    color: #ca1c1d;
}

.detailContent .nrcon-right .nr-wytjy a:hover {
    background-color: #ca1c1d;
    color: #ffffff;
}

.detailContent .nrcon-right .nr-wytjy a img {
    width: .3rem !important;
    margin-right: .3rem;
    vertical-align: middle;
}

.detailContent .nrcon-right .nr-wytjy a span {
    vertical-align: middle;
    font-size: .18rem;
}

.detailContent .nrcon-right .xgxw .nr-tit ul li a {
    white-space: inherit;
}

.detailContent .nrcon-right .xgxw {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
    margin-bottom: .05rem;
    padding-left: 0;
    padding-right: 0;
}

.detailContent .xgxw {
    margin-top: .15rem;
    padding: .15rem 0;
    display: block;
    box-sizing: border-box;
}

.detailContent .xgxw .tit {
    padding-bottom: 0;
}

.detailContent .xgxw .tit span {
    position: relative;
    color: #ca1c1d;
    font-weight: 700;
    padding-left: .1rem;
    line-height: .24rem;
    height: .24rem;
    display: block;
    font-size: .16rem;
    padding-left: .15rem;
}

.detailContent .xgxw .tit span::before {
    content: '';
    display: block;
    width: .05rem;
    height: .18rem;
    background-color: #ca1c1d;
    position: absolute;
    left: 0;
    top: 0;
}

.detailContent .xgxw .nr-tit {
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: .2rem;
    font-size: .18rem;
}

.detailContent .xgxw .nr-tit li {
    margin-top: .15rem;
    padding-left: .22rem;
    position: relative;
}

.detailContent .xgxw .nr-tit li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: 0;
    top: .1rem;
}

.detailContent .xgxw .nr-tit li a {
    display: block;
    line-height: .28rem;
    text-align: justify;
}

.detailContent .xgxw .nr-tit li a:hover {
    color: #FF0000;
}

.detailContent .xgxw .nr-tit.fj {
    border-bottom: 0;
}

.detailContent .xgxw .nr-tit.fj li::before {
    background: url(2024-content-ico-fj.png) no-repeat center;
    background-size: .18rem .16rem;
    width: .2rem;
    height: .18rem;
    top: .06rem;
}

.detailContent .xgxw .nr-tit.tp li {
    padding-left: 0;
    width: 100%;
}

.detailContent .xgxw .nr-tit.tp li a {
    width: 100%;
    height: 2rem;
    display: block;
}

.detailContent .xgxw .nr-tit.tp li a img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    max-width: initial !important;
}

.detailContent .xgxw .nr-tit.tp li::before {
    display: none;
}

#fiezhiCon {
    display: none;
    position: absolute;
    width: 218px;
    width: 2.18rem;
    height: 140px;
    height: 1.4rem;
    background: url(../images/icon-fz.png) no-repeat;
    top: 30px;
    top: .3rem;
    right: 0;
    background-size: contain;
}

.modal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000
}

.modal:target:before {
    display: block
}

.modal:target .modal-dialog {
    transform: translate(0, 0);
    top: 30%;
}

.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    left: calc((100% - 360px - 2px) / 2);
    left: calc((100% - 3.6rem - 2px) / 2);
    top: -100%;
    z-index: 10000;
    width: 360px;
    width: 3.6rem;
    transform: translate(0, -100%);
    transition: transform .2s ease-out
}

.modal-body {
    padding: 20px;
    padding: .2rem;
    text-align: center
}

.modal-footer,
.modal-header {
    padding: 10px 20px;
    padding: .1rem .2rem;
}

.modal-header {
    border-bottom: #eee solid 1px;
    text-align: center
}

.modal-header h2 {
    font-size: 16px;
    font-size: .16rem;
}

.modal-footer {
    border-top: #eee solid 1px;
    text-align: right
}

.modal .btn-close {
    color: #aaa;
    font-size: 20px;
    font-size: .2rem;
    text-decoration: none;
    position: absolute;
    right: 10px;
    right: .1rem;
    top: 6px;
    top: .06rem;
}

.modal .btn-close:hover {
    color: #919191
}

@media screen and (max-width: 768px) {
    .listContent {
        margin-top: 0;
    }

    .listContent .pTit01 li {
        width: auto;
    }

    .listContent .listText {
        margin-top: 0;
    }

    .pList01 li:nth-child(5),
    .pList01 li:nth-child(10) {
        padding-bottom: .1rem;
        margin-bottom: .1rem;
    }

    .listContent .listLeft {
        width: 100%;
        float: none;
    }

    .listContent .listRight {
        width: 100%;
        float: none;
        margin-top: .2rem;
    }

    .listContent .listLeft .father-menu {
        height: .52rem;
        line-height: .52rem;
        padding: 0 .15rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listContent .listLeft .child-menu a {
        width: calc((100% - .15rem) / 2 - .2rem);
        padding-right: .15rem;
        margin-right: .15rem;
        padding: 0 .15rem 0 0;
        line-height: .5rem;
        height: .5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listContent .listLeft .child-menu a:nth-child(2n) {
        margin-right: 0;
    }

    .listContent .list-link li {
        width: calc((100% - .15rem) / 2);
        margin: .15rem .15rem 0 0 !important;
    }

    .listContent .list-link li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .listContent .list-img li,
    .listContent .listRight .list-img li {
        width: calc((100% - .15rem) / 2);
        margin: .15rem .15rem 0 0 !important;
    }

    .listContent .list-img li:nth-child(2n),
    .listContent .listRight .list-img li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .listContent .list-img li .imgbox {
        height: calc(100vw * .28) !important;
    }

    .listContent .list-img.fbyk li {
        width: calc((100% - .15rem * 2) / 3);
        margin: .15rem .15rem 0 0 !important;
    }

    .listContent .list-img.fbyk li:nth-child(3n) {
        margin-right: 0 !important;
    }

    .listContent .list-img.fbyk li .imgbox {
        height: calc(100vw * .39) !important;
    }

    .listContent .list-img.fbyk li .txt {
        width: 100%;
        padding: 0;
    }

    .listContent .list-ztzl .imgbg {
        width: calc((100% - .15rem) / 2);
        height: calc(100vw * .21);
        margin: .15rem .15rem 0 0;
    }

    .listContent .list-ztzl .imgbg:nth-child(2n) {
        margin-right: 0;
    }

    .listContent .list-ztzl .imgbg i {
        width: calc(100% - .12rem);
        height: calc(100% - .12rem);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-size: auto 100%;
    }

    .listContent.map .listText {
        margin-bottom: .2rem;
    }

    .listContent.fzzfndbg .pTit02 {
        margin-bottom: .2rem;
    }

    .listContent.fzzfndbg .listText {
        margin-bottom: .2rem;
    }

    .detailContent {
        padding: .15rem;
    }

    .detailContent .title {
        padding: 0 0 10px 0;
        margin: 0;
    }

    .detailContent .infos {
        margin: 0 0 10px 0;
        height: auto;
        padding-bottom: 10px;
    }

    .detailContent .infos span {
        margin: 0 5px;
    }

    .detailContent .infos .zwxl-font,
    .detailContent .infos .sharebox {
        display: none;
    }

    .detailContent .infos .lft {
        width: 100%;
        float: none;
    }

    .detailContent .nrcon {
        padding: 0;
    }

    .detailContent .nrcon-left {
        width: 100%;
        padding-right: 0;
        float: none;
        border-right: 0;
        border-bottom: 1px dashed #bcdeea;
        padding-bottom: .2rem;
    }

    .detailContent .nrcon-left video,
    .detailContent #nrcon-left video {
        max-width: 80% !important;
    }

    .detailContent .nrcon table td {
        width: auto !important;
    }

    .detailContent .nrcon-right {
        width: 100%;
        float: none;
    }

    .detailContent .nrcon-right .xgxw {
        margin-top: .2rem;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .detailContent .xgxw .nr-tit.tp li a {
        height: calc(100vw * .5);
    }

    .detailContent .zw-table {
        margin: 0 0 10px 0;
        font-size: .16rem;
    }

    .detailContent .zw-table ul li {
        width: 70% !important;
    }

    .detailContent .zw-table ul li.head {
        width: 30% !important;
    }

    .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(9),
    .detailContent .zw-table ul li:nth-child(10),
    .detailContent .zw-table ul li:nth-child(13),
    .detailContent .zw-table ul li:nth-child(14) {
        background-color: #f8f8f8;
    }

    .detailContent .xgxw {
        padding-left: 0;
        padding-right: 0;
    }

    .detailContent .yjzjmenu {
        width: calc(100% - 20px);
        top: auto;
        bottom: 0;
        z-index: 999;
        background-color: #f8f8f8;
        padding: 10px;
        border-top: 1px solid #eeeeee;
    }

    .detailContent .yjzjmenu a {
        height: auto;
        width: calc(50% - 5px);
        line-height: 1.5;
        padding: .1rem 0;
        float: left;
        border-radius: 3px;
        margin-bottom: 0;
    }

    .detailContent .yjzjmenu a:first-child {
        margin-right: 10px;
    }

    .detailContent .yjzjmail {
        margin-left: 0;
        margin-right: 0;
    }

    #fiezhiCon {
        width: 30%;
    }

    .modal,
    .modal:before,
    .modal .modal-dialog {
        display: none !important;
    }
}