.special-container {
    width: 100%;
    height: auto
}

.special-container .special-header {
    width: 100%;
    height: 38px;
    background: linear-gradient(360deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #FFFFFF, endColorstr = #F2F2F2)
}

.special-container .special-header .logo-box {
    width: 248px;
    height: auto;
    margin-top: 5px
}

.special-container .special-header .logo-box img {
    width: 248px;
    height: auto
}

.special-container .special-header .link-box {
    width: 300px;
    height: auto;
    text-align: right;
    font-size: 0
}

.special-container .special-header .link-box a {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 13px;
    margin-top: 9px;
    color: #333;
    margin-left: 20px
}

.special-container .special-header .link-box a:first-child {
    margin-left: 0 !important
}

.special-container .special-header .link-box a:hover {
    color: #006ad2;
    text-decoration: underline
}

.special-container .special-title {
    width: 100%;
    height: 46px;
    overflow: hidden;
    position: relative
}

.special-container .special-title:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #097beb;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 1
}

.special-container .special-title.left-title .title-box {
    text-align: left
}

.special-container .special-title.left-title .title-box .title {
    padding-left: 0
}

.special-container .special-title.left-title .title-box .title:before {
    display: none
}

.special-container .special-title.left-title .title-box .title .title-bg {
    padding-left: 20px
}

.special-container .special-title.left-title .title-box .title .title-bg:before {
    display: none
}

.special-container .special-title.left-border {
    height: 40px;
    padding-left: 20px
}

.special-container .special-title.left-border:before {
    width: 6px;
    height: 35px;
    background-color: #439fe0;
    left: 0;
    top: 4px
}

.special-container .special-title.left-border .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.special-container .special-title .title-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2
}

.special-container .special-title .title-box .title {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    line-height: 46px;
    padding: 0 105px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media screen and (max-width: 768px) {
    .special-container .special-title .title-box .title {
        padding:0 .2rem !important;
        background: rgba(0,0,0,0)
    }

    .special-container .special-title .title-box .title:before,.special-container .special-title .title-box .title:after {
        content: none !important
    }
}

.special-container .special-title .title-box .title:before,.special-container .special-title .title-box .title:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 9px;
    top: 19px;
    background: url("img-sprites.png") no-repeat
}

.special-container .special-title .title-box .title:before {
    left: 0;
    background-position: -46px -1533px
}

.special-container .special-title .title-box .title:after {
    right: 0;
    background-position: -93px -1533px
}

.special-container .special-title .title-box .title .title-bg {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: 46px;
    font-size: 0;
    background: url("special-title-bg-repeat.png") repeat-x;
    position: relative
}

@media screen and (max-width: 768px) {
    .special-container .special-title .title-box .title .title-bg {
        border-radius:23px;
        padding: 0 .4rem
    }

    .special-container .special-title .title-box .title .title-bg:before,.special-container .special-title .title-box .title .title-bg:after {
        content: none !important
    }
}

.special-container .special-title .title-box .title .title-bg:before,.special-container .special-title .title-box .title .title-bg:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 46px;
    top: 0px;
    background: url("img-sprites.png") no-repeat
}

.special-container .special-title .title-box .title .title-bg:before {
    left: -30px;
    background-position: 0px -1546px
}

.special-container .special-title .title-box .title .title-bg:after {
    right: -30px;
    background-position: -44px -1546px
}

.special-container .special-title .title-box .title .title-bg a,.special-container .special-title .title-box .title .title-bg span {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media screen and (max-width: 768px) {
    .special-container .special-title .title-box .title .title-bg a,.special-container .special-title .title-box .title .title-bg span {
        font-size:.36rem
    }
}

.special-container .special-slide-wrapper {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 45px;
    background-color: #f7faff;
    padding: 0 68px;
    position: relative;
    overflow: hidden
}

@media screen and (max-height: 768px) {
    .special-container .special-slide-wrapper {
        margin-top:.4rem !important
    }
}

.special-container .special-slide-wrapper .special-slide {
    width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {
    .special-container .special-slide-wrapper .special-slide {
        height:6.6rem
    }
}

.special-container .special-slide-wrapper .special-slide ul {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    white-space: nowrap
}

.special-container .special-slide-wrapper .special-slide ul li {
    display: inline-block;
    vertical-align: top;
    width: 230px !important;
    height: auto;
    margin: 0 18px
}

.special-container .special-slide-wrapper .special-slide ul li a {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px 0
}

.special-container .special-slide-wrapper .special-slide ul li a img {
    width: 230px;
    height: auto
}

.special-container .special-slide-wrapper .special-slide ul li a img:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2)
}

.special-container .special-slide-wrapper .prev,.special-container .special-slide-wrapper .next {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 2
}

.special-container .special-slide-wrapper .prev i.iconfont,.special-container .special-slide-wrapper .next i.iconfont {
    font-size: 24px;
    color: #a9a9a9
}

.special-container .special-slide-wrapper .prev {
    left: 0
}

.special-container .special-slide-wrapper .next {
    right: 0
}

.special-container .special-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
    width: 100%;
    margin: 0 auto;
    behavior: url("../../assets/css/backgroundsize.min.htc");
    position: relative;
    z-index: 11;
    padding-top: 135px\9 \0
}

.special-container .special-banner .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.special-container .special-banner .banner-center {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.special-container .special-banner .banner-center .banner-center-img-2 {
    margin-left: 20px;
    line-height: 100
}

@media screen and (max-width: 768px) {
    .special-container .special-banner .banner-center .banner-center-img-1 {
        width:25px;
        height: 25px
    }

    .special-container .special-banner .banner-center .banner-center-img-2 {
        margin-left: 10px;
        width: 280px
    }
}

.special-container .special-banner .audit-box {
    pointer-events: none;
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    text-align: right
}

.special-container .special-banner .audit-box .audit-img {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: -1;
    height: 180px
}

.special-container .special-banner .audit-box .audit-time {
    position: absolute;
    top: 230px;
    right: 0;
    width: 225px;
    text-align: center;
    color: #e40400;
    opacity: .7
}

.special-container .special-nav-row {
    height: 48px;
    background: url("../image/special/zt-nav-bg.png") repeat-x;
    position: relative;
    z-index: 101;
    width: 1200px;
    margin: -32px auto 0
}

.special-container .special-nav-row ul {
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    display: flex
}

.special-container .special-nav-row ul li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 100%;
    position: relative;
    flex: 1;
    text-align: center
}

.special-container .special-nav-row ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #d3d8de;
    top: 14px;
    left: 0;
    z-index: 1
}

.special-container .special-nav-row ul li:first-child:before {
    display: none
}

.special-container .special-nav-row ul li:hover,.special-container .special-nav-row ul li.active {
    background: url("../image/special/zt-nav-bg-active.png") repeat-x
}

.special-container .special-nav-row ul li:hover:before,.special-container .special-nav-row ul li.active:before {
    display: none
}

.special-container .special-nav-row ul li:hover a,.special-container .special-nav-row ul li.active a {
    color: #fff
}

.special-container .special-nav-row ul li a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 100%;
    padding: 0 40px;
    line-height: 48px;
    color: #5b5b5b;
    font-size: 17px;
    text-align: center;
    font-weight: bold
}

.special-container .special-link-wrapper {
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin-top: 50px;
    border-top: 1px solid #d3d8de
}

@media screen and (max-width: 768px) {
    .special-container .special-link-wrapper {
        padding:.2rem .2rem 0;
        margin-top: .2rem
    }
}

.special-container .specialInfo-wrapper {
    width: 100%;
    height: auto
}

.special-container .specialInfo-wrapper.type-2 .specialInfo-left {
    width: 355px;
    height: auto;
    padding: 20px;
    background-color: #f4f6f8
}

.special-container .specialInfo-wrapper.type-2 .specialInfo-left .special-info {
    width: 100%;
    height: auto;
    padding-top: 20px;
    border-top: 1px dotted #b8b8b8;
    margin-top: 20px
}

.special-container .specialInfo-wrapper.type-2 .specialInfo-left .special-info:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top-width: 0
}

.special-container .specialInfo-wrapper.type-2 .specialInfo-left .special-info .title {
    color: #333;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 7px
}

.special-container .specialInfo-wrapper.type-2 .specialInfo-left .special-info .info-content {
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #5b5b5b;
    text-align: left;
    font-size: 14px
}

.special-container .specialInfo-wrapper.type-2 .specialInfo-left .special-info .info-content p {
    line-height: 30px;
    color: #5b5b5b;
    text-align: justify;
    font-size: 14px
}

.special-container .specialInfo-wrapper.type-2 .specialInfo-box {
    width: 811px
}

.special-container .specialInfo-wrapper.type-2 .specialInfo-box:before {
    display: none
}

.special-container .specialInfo-wrapper .specialInfo-nav {
    width: 211px;
    height: auto
}

.special-container .specialInfo-wrapper .specialInfo-nav ul {
    background-color: #f4f6f8
}

.special-container .specialInfo-wrapper .specialInfo-nav ul li {
    width: 100%;
    height: auto;
    min-height: 60px;
    position: relative
}

.special-container .specialInfo-wrapper .specialInfo-nav ul li:before {
    content: "";
    position: absolute;
    width: 137px;
    height: 1px;
    border-top: 1px dotted #d3d8de;
    left: 37px;
    top: 0;
    z-index: 1
}

.special-container .specialInfo-wrapper .specialInfo-nav ul li:first-child:before {
    display: none
}

.special-container .specialInfo-wrapper .specialInfo-nav ul li:hover,.special-container .specialInfo-wrapper .specialInfo-nav ul li.active {
    background-color: #439fe0
}

.special-container .specialInfo-wrapper .specialInfo-nav ul li:hover:before,.special-container .specialInfo-wrapper .specialInfo-nav ul li.active:before {
    border-top-color: #439fe0
}

.special-container .specialInfo-wrapper .specialInfo-nav ul li:hover a,.special-container .specialInfo-wrapper .specialInfo-nav ul li.active a {
    color: #fff
}

.special-container .specialInfo-wrapper .specialInfo-nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #333;
    padding: 20px;
    white-space: normal
}

.special-container .specialInfo-wrapper .specialInfo-box {
    width: 950px;
    height: auto;
    position: relative
}

.special-container .specialInfo-wrapper .specialInfo-box:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #d3d8de;
    left: -17px;
    top: 0;
    z-index: 1
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list {
    width: 100%;
    height: auto
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink {
    width: 100%;
    height: auto;
    overflow: hidden
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul {
    width: 1000px;
    height: auto;
    margin-top: 25px;
    margin-right: -50px
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li {
    width: 200px;
    margin-right: 50px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    position: relative
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .img-link {
    display: block;
    width: 100%;
    height: 117px;
    overflow: hidden;
    border: 6px solid #e9ebf2
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .img-link img {
    width: 188px;
    height: 105px
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .link {
    display: block;
    vertical-align: top;
    width: auto;
    line-height: 19px;
    color: #000;
    font-size: 14px;
    text-align: center;
    height: 55px;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 10px
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .link:hover {
    color: #006ad2;
    text-decoration: underline
}

.special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .date-info {
    display: block;
    vertical-align: top;
    line-height: 19px;
    font-size: 14px;
    color: #909399;
    margin-top: 8px
}

@media screen and (max-width: 768px) {
    .special-container {
        height:auto
    }

    .special-container .special-banner {
        height: 1.6rem;
        position: relative
    }

    .special-container .special-banner .icon-icon_shouqi {
        position: absolute;
        right: .1rem;
        top: 50%;
        bottom: 0;
        margin-top: -0.2rem;
        font-size: .4rem;
        color: #208cf3
    }

    .special-container .special-banner .audit-box {
        pointer-events: none;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
        text-align: right
    }

    .special-container .special-banner .audit-box .audit-img {
        position: absolute;
        right: 0;
        top: .4rem;
        z-index: -1;
        height: 1.8rem
    }

    .special-container .special-banner .audit-box .audit-time {
        position: absolute;
        top: 2.3rem;
        right: .1rem;
        font-size: .12rem;
        text-align: right;
        color: #e40400;
        opacity: .7
    }

    .special-container .special-header {
        padding: 0 .2rem;
        height: .6rem;
        display: flex;
        align-items: center
    }

    .special-container .special-header .logo-box {
        margin-top: 0;
        float: none
    }

    .special-container .special-header .logo-box img {
        width: 4rem;
        max-width: 100%;
        max-height: .6rem
    }

    .special-container .special-nav-row {
        height: auto;
        background: rgba(0,0,0,0);
        margin-top: 0;
        position: absolute;
        width: 100%
    }

    .special-container .special-nav-row ul {
        flex-wrap: wrap;
        height: auto;
        flex-direction: column
    }

    .special-container .special-nav-row ul li {
        flex: 1 0 33.333%;
        background: url("../image/special/zt-nav-bg.png") repeat;
        text-align: left;
        padding: 0 .4rem
    }

    .special-container .special-nav-row ul li a {
        padding: 0;
        font-size: .34rem;
        display: block;
        text-align: left
    }

    .special-container .special-title {
        margin-top: .4rem;
        height: 46px;
        overflow: visible
    }

    .special-container .special-title:before {
        content: none
    }

    .special-container .special-title.left-border {
        height: auto;
        margin-top: .4rem;
        padding: 0 .2rem
    }

    .special-container .special-title.left-border:before {
        top: 0;
        height: 100%
    }

    .special-container .special-title.left-border .title {
        font-size: .44rem;
        overflow: visible;
        white-space: normal
    }

    .special-container .specialInfo-wrapper .specialInfo-box {
        width: 100%;
        padding: .4rem .2rem .6rem
    }

    .special-container .specialInfo-wrapper .specialInfo-box .mohurd-title {
        position: initial;
        height: auto
    }

    .special-container .specialInfo-wrapper .specialInfo-box .mohurd-title .title {
        position: initial;
        color: #006ad2;
        font-size: .32rem;
        height: auto;
        line-height: .45rem;
        padding: 0;
        padding-bottom: .07rem;
        border-bottom: 2px solid #006ad2;
        min-width: auto;
        background: none
    }

    .special-container .specialInfo-wrapper .specialInfo-box .mohurd-title .title::after {
        content: none
    }

    .special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul {
        width: auto;
        margin: 0;
        margin-top: .6rem
    }

    .special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li {
        width: auto;
        float: none;
        margin: 0 auto
    }

    .special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .img-link {
        height: 2rem;
        border: none
    }

    .special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .img-link img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top
    }

    .special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .link {
        margin-top: .2rem;
        font-size: .26rem;
        height: auto;
        line-height: .44rem
    }

    .special-container .specialInfo-wrapper .specialInfo-box .specialInfo-list .specialInfo-imgLink ul li .date-info {
        margin-top: .12rem;
        font-size: .2rem;
        line-height: .22rem;
        padding-bottom: .2rem
    }

    .special-container .special-nav-row+.mobile {
        margin-bottom: 0 !important
    }

    .special-container .specialInfo-box-mobile {
        padding: 0 .2rem .4rem
    }

    .special-container .specialInfo-box-mobile .specialInfo-list+.specialInfo-list {
        margin-top: .4rem
    }

    .special-container .specialInfo-box-mobile .mohurd-title-mobile {
        border-bottom: 1px solid #efefef;
        margin-bottom: .2rem
    }

    .special-container .specialInfo-box-mobile .mohurd-title-mobile .title-mobile {
        vertical-align: top;
        display: inline-block;
        min-width: 2rem;
        height: .65rem;
        line-height: .65rem;
        color: #fff;
        font-size: .32rem;
        background-color: #439fe0;
        padding: 0 .2rem;
        top: .15rem
    }

    .special-container .specialInfo-box-mobile .mohurd-title-mobile .title-mobile:after {
        width: .5rem;
        right: -0.5rem;
        background: url(bg-title-mini-right.png) right bottom no-repeat
    }

    .special-container .specialInfo-box-mobile .specialInfo-link-wrapper-mobile li {
        display: flex;
        height: .8rem;
        align-items: center
    }

    .special-container .specialInfo-box-mobile .specialInfo-link-wrapper-mobile li a {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        font-size: .28rem
    }

    .special-container .specialInfo-box-mobile .specialInfo-link-wrapper-mobile li span {
        color: #999;
        font-size: .28rem;
        margin-left: .14rem
    }

    .special-container .specialInfo-box-mobile .more-wrapper-mobile {
        text-align: center;
        padding: .2rem 0
    }

    .special-container .specialInfo-box-mobile .more-wrapper-mobile a {
        color: #006ad2;
        font-size: .24rem;
        text-decoration: underline;
        height: auto;
        line-height: 1
    }
}

.replace-template-wrapper {
    padding: 20px 0
}

.replace-template-wrapper img {
    max-width: 100%
}

.disciplinary-footer {
    height: 120px
}

.margin-bottom-120 {
    margin-bottom: -120px !important
}

.background-color {
    background-color: #fffff6 !important
}

.disciplinary-index {
    margin-bottom: -120px !important
}

.disciplinary-index .img-list {
    height: 328px;
    width: 380px;
    margin-top: 0
}

.disciplinary-index .notification {
    width: 25%
}

.disciplinary-index .notification div.notification-title {
    font-family: "微软雅黑","宋体";
    font-weight: bold;
    color: #fff;
    line-height: 43px;
    background: #439fe0;
    padding-left: 10px;
    text-align: left
}

.disciplinary-index .notification div.notification-content {
    min-height: 620px;
    background: #f4f6f8
}

.disciplinary-index .notification div.notification-content li {
    padding: 10px 0px 0;
    margin: 0 17px 0 18px;
    border-bottom: 1px dotted #d3d8de
}

.disciplinary-index .notification div.notification-content a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.7
}

.disciplinary-index .notification div.notification-content a.new,.disciplinary-index .notification div.notification-content a.hot {
    padding-right: 35px;
    position: relative
}

.disciplinary-index .notification div.notification-content a.new:before,.disciplinary-index .notification div.notification-content a.hot:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 14px;
    background: url("img-sprites.png") -160px 0px no-repeat;
    right: 6px;
    top: 3px
}

.disciplinary-index .notification div.notification-content a.hot:before {
    background-position: -130px 0px
}

.disciplinary-index .notification div.notification-content p {
    color: #899097;
    padding-bottom: 5px
}

.disciplinary-index .specialInfo-wrapper .article-collapse {
    width: 380px;
    height: 280px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-top: 0
}

.disciplinary-index .specialInfo-wrapper .article-collapse .mohurdBanner {
    height: 100%
}

.disciplinary-index .specialInfo-wrapper .article-collapse .mohurdBanner .mohurdBanner-silder li,.disciplinary-index .specialInfo-wrapper .article-collapse .mohurdBanner .mohurdBanner-silder img {
    height: 280px !important
}

.disciplinary-index .specialInfo-wrapper .specialInfo-link-wrapper li a {
    display: inline-block;
    vertical-align: top;
    max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.disciplinary-index .specialInfo-wrapper .specialInfo-link-wrapper li a.new,.disciplinary-index .specialInfo-wrapper .specialInfo-link-wrapper li a.hot {
    padding-right: 35px;
    position: relative
}

.disciplinary-index .specialInfo-wrapper .specialInfo-link-wrapper li a.new:before,.disciplinary-index .specialInfo-wrapper .specialInfo-link-wrapper li a.hot:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 14px;
    background: url("img-sprites.png") -160px 0px no-repeat;
    right: 0;
    top: 3px
}

.disciplinary-index .specialInfo-wrapper .specialInfo-link-wrapper li a.hot:before {
    background-position: -130px 0px
}

.disciplinary-article-list {
    margin-bottom: -120px !important
}

@media screen and (max-width: 768px) {
    .disciplinary-article-list {
        margin-bottom:0 !important
    }
}

.disciplinary-article-list .article-breadcrumb {
    width: 100%;
    line-height: 60px;
    white-space: nowrap;
    color: #1f1f1f;
    padding-left: 2px
}

.disciplinary-article-list .article-breadcrumb img {
    vertical-align: text-bottom;
    margin-right: 2px
}

.disciplinary-article-list .article-list {
    width: 100%;
    height: auto;
    min-height: 200px;
    border-top: 3px solid #b1b1b1;
    background: #fafbfd;
    padding-bottom: 40px
}

@media screen and (max-width: 768px) {
    .disciplinary-article-list .article-list {
        border-top:none
    }

    .disciplinary-article-list .article-list li {
        display: flex
    }

    .disciplinary-article-list .article-list li a {
        flex: 1
    }

    .disciplinary-article-list .article-list li span {
        margin-left: .14rem
    }
}

.disciplinary-article-list .article-list li {
    border-bottom: 1px dotted #d3d8de;
    margin: 0 20px
}

.disciplinary-article-list .article-list li a {
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 60px;
    display: inline-block
}

.disciplinary-article-list .article-list li a.new,.disciplinary-article-list .article-list li a.hot {
    padding-right: 35px;
    position: relative
}

.disciplinary-article-list .article-list li a.new:before,.disciplinary-article-list .article-list li a.hot:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 14px;
    background: url("img-sprites.png") -160px 0px no-repeat;
    right: 0;
    top: 23px
}

.disciplinary-article-list .article-list li a.hot:before {
    background-position: -130px 0px
}

.disciplinary-article-list .article-list li img {
    margin-right: 10px
}

.disciplinary-article-list .article-list li a:hover {
    color: #a11507;
    cursor: pointer
}

.disciplinary-article-list .article-list li span {
    line-height: 60px;
    color: #899097;
    float: right
}

.disciplinary-article-list .article-list .article-page {
    text-align: center;
    font-size: 14px;
    margin-top: 40px
}

.disciplinary-article-list .article-list .article-page .page-total {
    color: #8e969a
}

.disciplinary-article-list .article-list .article-page .page-prev-action {
    margin-right: 15px
}

.disciplinary-article-list .article-list .article-page .page-next-action {
    margin-left: 15px
}

.disciplinary-article-list .article-list .article-page a {
    margin: 0 5px
}

.disciplinary-article-list .article-list .article-page a.active {
    color: #a11507
}

.disciplinary-article-detail {
    margin-bottom: -120px !important
}

.disciplinary-article-detail .color-red {
    color: #a11507
}

.disciplinary-article-detail .article-breadcrumb {
    width: 100%;
    line-height: 60px;
    white-space: nowrap;
    color: #1f1f1f;
    padding-left: 2px
}

.disciplinary-article-detail .article-breadcrumb img {
    vertical-align: text-bottom;
    margin-right: 2px
}

.disciplinary-article-detail .article-detail {
    width: 100%;
    height: auto;
    min-height: 200px;
    border: 1px solid #5aa7c7;
    border-top: 3px solid #b1b1b1;
    background: #fffff6;
    padding-bottom: 40px
}

.disciplinary-article-detail .article-detail .article-title {
    text-align: center;
    font-size: 20px;
    margin: 0 20px;
    font-weight: bold;
    line-height: 60px
}

.disciplinary-article-detail .article-detail .article-action {
    text-align: center;
    color: #333
}

.disciplinary-article-detail .article-detail .article-action .set-font {
    color: #0070de;
    cursor: pointer
}

.disciplinary-article-detail .article-detail .article-action .change-fontSize,.disciplinary-article-detail .article-detail .article-action .share {
    margin: 0 20px
}

.disciplinary-article-detail .article-detail .article-content {
    width: 100%;
    line-height: 30px;
    padding: 0 60px;
    margin-top: 20px
}

.disciplinary-article-detail .article-detail .article-content p {
    margin-top: 15px
}

.disciplinary-article-detail .article-detail .article-button {
    text-align: right;
    margin: 40px 0;
    padding: 0 60px
}

.disciplinary-article-detail .article-detail .article-button button {
    margin-left: 15px;
    display: inline-block;
    width: 150px;
    height: 40px;
    border: 1px solid #006ad2;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0px 0px 10px 0px #d0e6ff;
    -webkit-box-shadow: inset 0px 0px 10px 0px #d0e6ff;
    cursor: pointer
}

.disciplinary-article-detail .article-detail .article-attachment {
    border-top: 1px solid #1f1f1f;
    margin: 0 60px;
    padding: 30px 0
}

.disciplinary-footer-mobile {
    background-color: #f4f6f8;
    padding: .4rem .5rem;
    color: #333;
    font-size: .24rem;
    line-height: .24rem
}

.disciplinary-footer-mobile P {
    font-size: .3rem;
    line-height: 1.1
}

.disciplinary-footer-mobile P a {
    display: inline;
    font-size: .3rem;
    color: #333
}

.disciplinary-footer-mobile p+p {
    margin-top: .2rem
}

@media screen and (max-width: 768px) {
    body .layout-box.disciplinary-index {
        margin-bottom:-5.2rem !important
    }

    body .layout-box.disciplinary-index .layout-push {
        height: 5.7rem;
        margin-top: .6rem
    }

    body .disciplinary-footer-mobile {
        min-height: 6.1rem;
        height: auto;
        position: relative;
        margin: .2rem 0 0
    }

    .disciplinary-article-list .article-list ul li a,.disciplinary-article-list .article-list ul li span {
        padding: .25rem 0;
        line-height: normal;
        font-size: .26rem
    }

    .margin-bottom-120 {
        margin-bottom: 0px !important
    }

    .disciplinary-index .notification-mobile div.notification-title {
        font-weight: bold;
        color: #fff;
        line-height: .88rem;
        font-size: .44rem;
        background: #439fe0;
        padding: 0 .4rem
    }

    .disciplinary-index .notification-mobile .notification-content li {
        background-color: #fff;
        display: flex;
        height: .8rem;
        align-items: center
    }

    .disciplinary-index .notification-mobile .notification-content a {
        flex: 1;
        color: #006ad2;
        font-size: .28rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .disciplinary-index .notification-mobile .notification-content p {
        color: #999;
        font-size: .28rem
    }
}