.clear {
    content: "";
    display: block;
    visibility: hidden;
    clear: both
}

.qh2_nr>div {
    display: none!important
}

.qh2_nr>div.on {
    display: block!important
}

.transi {
    transition: all 0.3s
}

.linear {
    background: #fdad54;
    background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
    background: linear-gradient(to right, #fddb43, #fd6e6b)
}

input[type="text"]::-ms-clear {
    display: none
}

input::-webkit-search-cancel-button {
    display: none
}

@media screen and (min-width: 769px) {
    body {
        min-width: 1200px
    }

    #header {
        width: 100%;
        position: relative;
        z-index: 999
    }

    #header .header-top {
        width: 100%;
        height: 80px;
        background: #b60511
    }

    #header .header-top .logo-container {
        height: 80px;
        overflow: hidden
    }

    #header .header-top .logo-container .icon-shiliangzhinengduixiang {
        color: #fff;
        line-height: 80px;
        font-size: 34px
    }

    #header .header-top .logo-container .logo-text {
        color: #fff;
        line-height: 80px;
        font-size: 18px;
        letter-spacing: 1.5px
    }

    #header .header-top .logo-container .logo-text::before {
        content: "";
        width: 1px;
        height: 38px;
        background: #fff;
        float: left;
        margin: 0 28px;
        margin-top: 21px
    }

    #header .header-top .login-register .btn {
        font-size: 14px;
        color: #fff;
        line-height: 80px;
        transition: all 0.3s
    }

    #header .header-top .login-register .btn:hover {
        color: #0d0d0d
    }

    #header .header-top .login-register .register::before {
        content: "";
        width: 1px;
        height: 16px;
        float: left;
        margin: 0 14px;
        margin-top: 32px;
        background: #fff
    }

    #header .menu-switch {
        display: none
    }

    #header .header-top .search {
        position: absolute;
        top: 25px;
        right: 0px;
        height: 34px
    }

    #header .header-top .search form {
        height: 100%
    }

    #header .header-top .search form .form-group {
        height: 100%
    }

    #header .header-top .search form .form-group .input-wrapper {
        display: inline-block;
        height: 34px;
        line-height: 34px;
        vertical-align: top;
        overflow: hidden;
        position: relative
    }

    #header .header-top .search form .form-group .input-wrapper .form-control {
        height: 25px;
        width: 230px;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 12px;
        display: block;
        color: darkslategrey;
        transition: all 0.5s;
        margin-top: 9px
    }

    #header .header-top .search form .form-group .icon-sousuo1 {
        color: #b60511;
        display: inline-block;
        height: 34px;
        line-height: 34px;
        vertical-align: top;
        position: absolute;
        top: 5px;
        right: 3px;
        cursor: pointer;
        font-size: 18px
    }

    #header .header-menu {
        width: 100%;
        height: 60px;
        background: #0d0d0d;
        position: relative
    }

    #header .header-menu .list {
        width: 1170px;
        height: 60px
    }

    #header .header-menu .list .item {
        width: 138px;
        position: relative
    }

    #header .header-menu .list .item:first-of-type {
        width: 80px
    }

    #header .header-menu .list .item:first-of-type .link span {
        text-align: left
    }

    #header .header-menu .list .item:first-of-type .link .icon-bottom-copy {
        display: none
    }

    #header .header-menu .list .item:last-of-type {
        width: 117px
    }

    #header .header-menu .list .item:last-of-type .link span {
        text-align: right
    }

    #header .header-menu .list .item:last-of-type .link .icon-bottom-copy {
        display: none
    }

    #header .header-menu .list .item:hover .link span {
        color: #d8010f
    }

    #header .header-menu .list .item:hover .link .icon-bottom-copy {
        color: #d8010f
    }

    #header .header-menu .list .item:hover .child-list .child-item:first-of-type .child-link {
        height: 53px;
        padding-top: 5px
    }

    #header .header-menu .list .item:hover .child-list .child-item:last-of-type .child-link {
        height: 53px;
        padding-bottom: 5px
    }

    #header .header-menu .list .item:hover .child-list .child-item .child-link {
        height: 48px
    }

    #header .header-menu .list .item .link {
        display: block;
        width: 100%;
        height: 60px;
        cursor: pointer;
        position: relative
    }

    #header .header-menu .list .item .link span {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #fff;
        line-height: 60px;
        transition: all 0.3s
    }

    #header .header-menu .list .item .link .icon-bottom-copy {
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s
    }

    #header .header-menu .list .item .child-list {
        width: 100%;
        position: absolute;
        top: 60px;
        min-width: 160px
    }

    #header .header-menu .list .item .child-list .child-item {
        width: 100%
    }

    #header .header-menu .list .item .child-list .child-item .child-link {
        width: 100%;
        height: 0;
        text-align: center;
        display: block;
        font-size: 18px;
        line-height: 48px;
        background: rgba(13, 13, 13, 0.89);
        color: #fff;
        overflow: hidden;
        transition: all 0.3s
    }

    #header .header-menu .list .item .child-list .child-item .child-link:hover {
        background: rgba(182, 5, 17, 0.89)
    }

    #header .header-menu .list .item-active .link span {
        color: #d8010f
    }

    #header .header-menu .list .item-active .link .icon-bottom-copy {
        color: #d8010f
    }

    #footer {
        width: 100%;
        height: 136px;
        background: #303030;
        overflow: hidden
    }

    #footer .info {
        width: 440px;
        color: #fff;
        font-size: 12px;
        white-space: nowrap;
        margin-top: 39px
    }

    #footer .wechat-container {
        width: 112px;
        height: 90px;
        background: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }

    #footer .wechat-container .text {
        width: 22px;
        height: 90px;
        background: #d8010f;
        text-align: center;
        position: relative
    }

    #footer .wechat-container .text span {
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        -ms-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75)
    }

    #footer .wechat-container .wechat {
        width: 90px;
        height: 90px;
        display: block
    }

    #footer .wechat-container1 {
        right: 132px
    }

    .bt_qh>div {
        display: none!important
    }

    .bt_qh>div.on {
        display: block!important
    }

    #mobile-menu {
        display: none
    }

    .container {
        width: 1170px;
        height: 100%;
        margin: 0 auto;
        position: relative
    }

    .container::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    .title {
        width: 100%;
        text-align: center
    }

    .title a {
        display: inline-block
    }

    .title p {
        font-size: 28px;
        display: block;
        letter-spacing: 1px
    }

    .title span {
        font-size: 14px;
        color: #fda955;
        display: block;
        margin-top: 5px;
        letter-spacing: 1px
    }

    .img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        min-height: 100%
    }

    .imgs {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%
    }

    .current-page {
        width: 100%;
        text-align: center;
        margin-top: 40px
    }

    .current-page .current-container {
        display: inline-block
    }

    .current-page .current-container::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    .current-page .current-container li {
        margin-right: 15px
    }

    .current-page .current-container li:last-of-type {
        margin-right: 0
    }

    .current-page .current-container li:hover a {
        background: #fd8861;
        border: 1px solid transparent;
        color: #fff
    }

    .current-page .current-container li:hover a .iconfont {
        color: #fff
    }

    .current-page .current-container li a {
        padding: 4px 12px;
        border: 1px solid #aaa;
        border-radius: 5px;
        font-size: 16px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .current-page .current-container li a .iconfont {
        font-size: 16px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .current-page .current-container .li-active a {
        background: #fd8861;
        border: 1px solid transparent;
        color: #fff
    }

    .current-page .current-container .li-active a .iconfont {
        color: #fff
    }

    #crumbs {
        width: 1170px;
        height: 88px;
        margin: 0 auto;
        border-bottom: 1px solid #e1e1e1;
        overflow: hidden
    }

    #crumbs .crumbs-list {
        width: 100%;
        height: 20px;
        margin-top: 45px
    }

    #crumbs .crumbs-list::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #crumbs .crumbs-list .crumbs-item {
        font-size: 18px
    }

    #crumbs .crumbs-list .crumbs-item::after {
        content: "/";
        font-size: 18px;
        color: #8f8f8f;
        line-height: 20px;
        margin: 0 10px
    }

    #crumbs .crumbs-list .crumbs-item:last-of-type::after {
        display: none
    }

    #crumbs .crumbs-list .crumbs-item:last-of-type .link {
        color: #4d4d4d
    }

    #crumbs .crumbs-list .crumbs-item .link {
        font-size: 18px;
        color: #8f8f8f;
        line-height: 20px;
        transition: all 0.3s
    }

    #crumbs .crumbs-list .crumbs-item .link:hover {
        color: #d8010f
    }

    #public-banner {
        width: 100%;
        height: 292px;
        position: relative;
        margin-top: 58px;
        background: #676767;
        overflow: hidden
    }

    #public-banner .banner-bg {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    #public-banner .text-container {
        width: 996px;
        margin: 0 auto;
        position: relative;
        z-index: 1
    }

    #public-banner .text-container>p {
        color: #fff;
        white-space: nowrap
    }

    #public-banner .text-container .text-1 {
        font-size: 34px;
        margin-top: 80px
    }

    #public-banner .text-container .text-2 {
        font-size: 12px;
        letter-spacing: 3px
    }

    #public-banner .text-container .text-2::after {
        content: "";
        display: block;
        width: 53px;
        height: 1px;
        background-color: #fff;
        margin: 10px 0
    }

    #public-banner .text-container .text-3 {
        font-size: 22px
    }

    .pages {
        width: 100%;
        height: 32px;
        text-align: right;
        margin-bottom: 100px
    }

    .pages .pages-list {
        display: inline-block
    }

    .pages .pages-list .item {
        margin-right: 8px
    }

    .pages .pages-list .item:last-of-type {
        margin-right: 0
    }

    .pages .pages-list .item .link {
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
        color: #959595;
        border: 1px solid #c9c9c9;
        transition: all 0.3s
    }

    .pages .pages-list .item .link:hover {
        color: #fff;
        border: 1px solid #d8010f;
        background: #d8010f
    }

    .pages .pages-list .pages-active .link {
        color: #fff;
        border: 1px solid #d8010f;
        background: #d8010f
    }

    .switch-menu {
        width: 828px;
        height: 56px;
        margin: 0 auto;
        position: relative;
        top: -28px;
        background: #fff
    }

    .switch-menu .menu-item {
        width: 50%;
        height: 100%
    }

    .switch-menu .menu-item .link {
        font-size: 16px;
        line-height: 56px;
        color: #1e1e1e;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        transition: all 0.3s
    }

    .switch-menu .menu-item .link:hover {
        border-bottom: 2px solid #d8010f;
        color: #d8010f
    }

    .switch-menu .item-active .link {
        border-bottom: 2px solid #d8010f;
        color: #d8010f
    }

    .switch-menu-2 {
        text-align: center;
        line-height: 56px;
        border-bottom: 2px solid #d8010f;
        font-size: 16px
    }

    .switch-menu-3 .menu-item {
        width: 33.33%
    }

    .sidebar {
        position: fixed;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999
    }

    .sidebar .item {
        width: 42px;
        height: 42px;
        background: #000;
        margin-bottom: 1px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.3s
    }

    .sidebar .item:last-of-type {
        margin-bottom: 0
    }

    .sidebar .item:hover {
        background: #d8010f;
        overflow: inherit
    }

    .sidebar .item:hover .info {
        opacity: 1
    }

    .sidebar .item .iconfont {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
        color: #fff
    }

    .sidebar .item .info {
        position: absolute;
        top: 0;
        right: 50px;
        border: 1px solid #999;
        padding: 0 18px;
        height: 42px;
        background: #fff;
        opacity: 0;
        transition: all 0.3s
    }

    .sidebar .item .info span {
        line-height: 42px;
        font-size: 14px;
        color: #999;
        white-space: nowrap;
        display: block
    }

    .sidebar .item .info .jiantou {
        width: 7px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: -7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .sidebar .item .wechat-container {
        height: auto;
        padding: 6px 6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .sidebar .item .wechat-container .wechat {
        width: 82px;
        height: 82px
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #fff
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #aaa
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #888
    }

    #index {
        width: 100%;
        position: relative;
        overflow: hidden
    }

    #index #banner {
        width: 100%;
        height: 57vh;
        position: relative;
        border-bottom: 5px solid #d6000f
    }

    #index #banner .banner-img {
        width: 100%;
        height: auto;
        display: block
    }

    #index #banner .slide {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    #index #banner .slide .list {
        width: 100%;
        height: 100%;
        position: relative
    }

    #index #banner .slide .list .item {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s
    }

    #index #banner .slide .list .item .slide-img {
        width: 100%;
        height: 100%;
        display: block
    }

    #index #banner .slide .list .item-active {
        opacity: 1
    }

    #index #banner .slide-control {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1170px;
        height: 50px
    }

    #index #banner .slide-control .iconfont {
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #333;
        cursor: pointer;
        background: rgba(244, 244, 244, 0.7);
        font-size: 16px;
        position: absolute;
        top: 0;
        transition: all 0.3s
    }

    #index #banner .slide-control .iconfont:hover {
        background: #f4f4f4;
        color: #d6000f
    }

    #index #banner .slide-control .iconfont::before {
        line-height: 50px
    }

    #index #banner .slide-control .icon-right {
        right: 0
    }

    #index #banner .slide-control .icon-left-copy {
        left: 0
    }

    #index .link-list {
        width: 1170px;
        height: 202px;
        margin: 56px auto
    }

    #index .link-list .link-item {
        display: block;
        width: 366px;
        height: 100%;
        margin-right: 36px;
        background: #222;
        position: relative;
        transition: all 0.3s
    }

    #index .link-list .link-item:last-of-type {
        margin-right: 0
    }

    #index .link-list .link-item:hover {
        background: #d6000f
    }

    #index .link-list .link-item:hover .bg-icon {
        opacity: 0
    }

    #index .link-list .link-item .bg-icon {
        color: rgba(255, 255, 255, 0.1);
        font-size: 160px;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: all 0.3s
    }

    #index .link-list .link-item .bg-icon.icon-denglu {
        right: -10px;
        bottom: -5px
    }

    #index .link-list .link-item .bg-icon.icon-dalou {
        bottom: -10px;
        right: -12px
    }

    #index .link-list .link-item .bg-icon.icon-chengjichaxun {
        bottom: -32px;
        right: -11px
    }

    #index .link-list .link-item .left-icon {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 29px;
        width: 112px;
        height: 112px;
        border: 2px solid #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 112px;
        color: #fff;
        font-size: 50px
    }

    #index .link-list .link-item .left-icon.icon-denglu::before {
        position: relative;
        top: -5px
    }

    #index .link-list .link-item .right-text {
        position: absolute;
        top: 54px;
        left: 176px;
        color: #fff
    }

    #index .link-list .link-item .right-text .text-ch {
        font-size: 24px;
        color: #fff;
        white-space: nowrap
    }

    #index .link-list .link-item .right-text .text-en {
        font-size: 16px;
        color: #fff;
        white-space: nowrap;
        margin: 19px 0
    }

    #index .link-list .link-item .right-text .icon-jiantou {
        font-size: 10px;
        color: #fff;
        display: block
    }

    #index .public-title-1 .title-en {
        font-size: 36px;
        color: #2b2b2b;
        font-weight: 600;
        margin-top: 60px
    }

    #index .public-title-1 .title-en::after {
        content: "";
        display: block;
        width: 28px;
        height: 3px;
        background: #000;
        margin: 10px 0
    }

    #index .public-title-1 .title-ch {
        color: #2b2b2b;
        font-size: 20px
    }

    #index .public-switch-1 {
        width: 827px;
        height: 32px;
        margin-top: 66px;
        border-bottom: 2px solid #ebebeb;
        padding-right: 10px
    }

    #index .public-switch-1 .switch-item {
        width: 98px;
        height: 32px;
        font-size: 16px;
        color: #343434;
        margin-left: 15px;
        cursor: pointer;
        text-align: center;
        border-bottom: 2px solid transparent;
        transition: all 0.3s
    }

    #index .public-switch-1 .switch-item:hover {
        color: #d8010f
    }

    #index .public-switch-1 .item-active {
        color: #d8010f;
        border-bottom: 2px solid #d8010f
    }

    #index .public-switch-list {
        width: 827px;
        margin-top: 48px;
        position: relative
    }

    #index .public-switch-list .item {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #ebebeb;
        overflow: hidden;
        transition: all 0.3s
    }

    #index .public-switch-list .item:hover {
        height: 76px
    }

    #index .public-switch-list .item:hover .link .news-date {
        color: #d8010f
    }

    #index .public-switch-list .item:hover .link .news-title {
        color: #d8010f
    }

    #index .public-switch-list .item:hover .info {
        display: block;
        opacity: 1
    }

    #index .public-switch-list .item .link {
        display: block;
        width: 100%;
        height: 50px
    }

    #index .public-switch-list .item .link .news-date {
        font-size: 14px;
        line-height: 50px;
        transition: all 0.3s
    }

    #index .public-switch-list .item .link .news-title {
        font-size: 16px;
        line-height: 50px;
        margin-left: 50px;
        white-space: nowrap;
        width: 680px;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s
    }

    #index .public-switch-list .item .link .news-title::before {
        content: "——";
        margin-right: 8px
    }

    #index .public-switch-list .item .info {
        margin-left: 123px;
        font-size: 14px;
        color: #919191;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 650px;
        display: none;
        opacity: 0;
        transition: all 0.3s
    }

    #index .more {
        width: 120px;
        height: 30px;
        border: 1px solid #d8010f;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        margin-top: 28px;
        color: #d8010f;
        display: block;
        transition: all 0.3s
    }

    #index .more:hover {
        border-radius: 10px
    }

    #index .mobile-news {
        display: none
    }

    #index .news, #index .guide {
        width: 100%;
        height: 566px;
        background: #fbfbfb
    }

    #index .news .container, #index .guide .container {
        border-top: 1px solid #e3e3e3;
        height: 100%
    }

    #index .news .container .switch-container-1, #index .guide .container .switch-container-1, #index .news .container .switch-container-2, #index .guide .container .switch-container-2 {
        display: none
    }

    #index .guide .container {
        border-top: none
    }

    #index .subjects {
        width: 100%;
        height: 774px;
        overflow: hidden
    }

    #index .subjects .public-title-1 {
        margin-top: 100px
    }

    #index .subjects .works-list {
        width: 100%;
        margin-top: 45px
    }

    #index .subjects .works-list::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #index .subjects .works-list .item {
        width: 210px;
        height: 202px;
        margin-right: 30px;
        margin-bottom: 30px
    }

    #index .subjects .works-list .item:nth-child(5n) {
        margin-right: 0
    }

    #index .subjects .works-list .item .link {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
        box-shadow: 0px 2px 27px 0px rgba(216, 1, 15, 0);
        transition: all 0.3s
    }

    #index .subjects .works-list .item .link:hover {
        border: 1px solid #d8010f;
        box-shadow: 0px 2px 27px 0px rgba(216, 1, 15, 0.26)
    }

    #index .subjects .works-list .item .link:hover .text-content {
        background: #d8010f
    }

    #index .subjects .works-list .item .link:hover .text-content .text-ch, #index .subjects .works-list .item .link:hover .text-content .text-en {
        color: #fff
    }

    #index .subjects .works-list .item .link:hover .text-content .icon-jiantou {
        opacity: 1
    }

    #index .subjects .works-list .item .link .img-container {
        width: 100%;
        height: 128px;
        position: relative;
        overflow: hidden
    }

    #index .subjects .works-list .item .link .text-content {
        width: 100%;
        height: 74px;
        overflow: hidden;
        position: relative;
        padding-top: 18px;
        background: #f7f7f7;
        transition: all 0.3s
    }

    #index .subjects .works-list .item .link .text-content .text-ch, #index .subjects .works-list .item .link .text-content .text-en {
        font-size: 16px;
        color: #2b2b2b;
        margin-left: 25px;
        white-space: nowrap;
        transition: all 0.3s
    }

    #index .subjects .works-list .item .link .text-content .icon-jiantou {
        font-size: 12px;
        position: absolute;
        bottom: 18px;
        right: 15px;
        -webkit-transform: scale(0.8) translateZ(0);
        -ms-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        color: #fff;
        opacity: 0;
        transition: all 0.3s
    }

    #index .stu-works {
        width: 100%;
        height: 878px;
        overflow: hidden
    }

    #index .stu-works .public-title-1 {
        margin-top: 100px
    }

    #index .stu-works .switch-3 {
        width: 100%;
        height: 48px;
        padding: 0 85px;
        background: #fbfbfb;
        margin-top: 45px
    }

    #index .stu-works .switch-3 .switch-item {
        width: 100px;
        height: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 48px;
        color: #343434;
        cursor: pointer
    }

    #index .stu-works .switch-3 .switch-item:hover {
        background: #d8010f;
        color: #fff;
        border-left: 1px solid #d8010f;
        position: relative;
        left: -1px
    }

    #index .stu-works .switch-3 .switch-item:hover::after {
        display: none
    }

    #index .stu-works .switch-3 .switch-item::after {
        content: "";
        display: block;
        float: right;
        width: 1px;
        height: 22px;
        margin-top: 13px;
        background: #cacaca
    }

    #index .stu-works .switch-3 .switch-item:last-of-type::after {
        display: none
    }

    #index .stu-works .switch-3 .item-active {
        background: #d8010f;
        color: #fff;
        border-left: 1px solid #d8010f;
        position: relative;
        left: -1px
    }

    #index .stu-works .switch-3 .item-active::after {
        display: none
    }

    #index .stu-works .switch-container-3 {
        width: 100%;
        margin-top: 38px;
        display: none
    }

    #index .stu-works .switch-container-3>ul::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #index .stu-works .switch-container-3 .item {
        width: 270px;
        height: 198px;
        margin-right: 30px;
        margin-bottom: 30px
    }

    #index .stu-works .switch-container-3 .item:nth-child(4n) {
        margin-right: 0
    }

    #index .stu-works .switch-container-3 .item .link {
        display: block;
        width: 100%;
        height: 100%;
        box-shadow: 0px 2px 27px 0px rgba(216, 1, 15, 0);
        transition: all 0.3s
    }

    #index .stu-works .switch-container-3 .item .link:hover {
        box-shadow: 0px 2px 27px 0px rgba(216, 1, 15, 0.26)
    }

    #index .stu-works .switch-container-3 .item .link:hover .text-content {
        background: #d8010f
    }

    #index .stu-works .switch-container-3 .item .link:hover .text-content .text-ch {
        color: #fff;
        width: 200px;
        text-align: left;
        margin: 0 0 0 15px
    }

    #index .stu-works .switch-container-3 .item .link:hover .text-content .icon-jiantou {
        opacity: 1
    }

    #index .stu-works .switch-container-3 .item .link .img-container {
        width: 100%;
        height: 164px;
        position: relative;
        overflow: hidden
    }

    #index .stu-works .switch-container-3 .item .link .text-content {
        width: 100%;
        height: 34px;
        overflow: hidden;
        position: relative;
        background: #f7f7f7;
        transition: all 0.3s
    }

    #index .stu-works .switch-container-3 .item .link .text-content .text-ch {
        font-size: 14px;
        color: #2b2b2b;
        line-height: 34px;
        white-space: nowrap;
        text-align: center;
        width: 250px;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #index .stu-works .switch-container-3 .item .link .text-content .icon-jiantou {
        font-size: 12px;
        position: absolute;
        right: 15px;
        top: 40%;
        -webkit-transform: scale(0.7) translateY(-50%) translateZ(0);
        -ms-transform: scale(0.7) translateY(-50%) translateZ(0);
        transform: scale(0.7) translateY(-50%) translateZ(0);
        color: #fff;
        opacity: 0;
        transition: all 0.3s
    }

    #index .stu-works .more {
        margin: 0 auto;
        margin-top: 8px
    }

    #index .help-center {
        width: 100%;
        height: 503px;
        background: #fbfbfb
    }

    #index .help-center .help-list {
        width: 827px;
        margin-top: 48px;
        position: relative
    }

    #index .help-center .help-list .item {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #ebebeb;
        overflow: hidden;
        transition: all 0.3s
    }

    #index .help-center .help-list .item:hover .link {
        color: #d8010f
    }

    #index .help-center .help-list .item .link {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        color: #767676
    }

    #index .overview {
        width: 100%;
        height: 658px;
        overflow: hidden
    }

    #index .overview .public-title-1 {
        margin-top: 100px
    }

    #index .overview .overview-content {
        width: 1170px;
        height: 346px;
        margin: 0 auto;
        border: 1px solid #ededed;
        margin-top: 36px
    }

    #index .overview .overview-content .text-container {
        width: 524px;
        height: 100%
    }

    #index .overview .overview-content .text-container .info {
        font-size: 14px;
        color: #949494;
        width: 350px;
        height: 200px;
        margin-top: 50px;
        margin-left: 75px;
        line-height: 24px
    }

    #index .overview .overview-content .text-container .info p, #index .overview .overview-content .text-container .info span, #index .overview .overview-content .text-container .info div, #index .overview .overview-content .text-container .info b {
        font-size: 14px;
        color: #949494
    }

    #index .overview .overview-content .text-container .more {
        margin-left: 75px
    }

    #index .overview .overview-content .img-container {
        width: 644px;
        height: 100%;
        overflow: hidden;
        position: relative
    }

    #index .friendly-link {
        width: 100%;
        height: 468px;
        background: #212121;
        overflow: hidden
    }

    #index .friendly-link .title-container {
        width: 100%;
        margin-top: 60px;
        text-align: center;
        position: relative
    }

    #index .friendly-link .title-container .bg-title {
        font-size: 104px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.05)
    }

    #index .friendly-link .title-container .text-container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99
    }

    #index .friendly-link .title-container .text-container .text-ch {
        color: #fff;
        font-size: 24px
    }

    #index .friendly-link .title-container .text-container .text-ch::after {
        content: "";
        display: block;
        width: 28px;
        height: 3px;
        background: #d8010f;
        margin: 16px auto
    }

    #index .friendly-link .title-container .text-container .text-en {
        color: #fff;
        font-size: 18px
    }

    #index .friendly-link .friendly-link-list {
        width: 1170px;
        margin: 0 auto;
        margin-top: 60px;
        border-bottom: 1px solid #212121;
        overflow: hidden
    }

    #index .friendly-link .friendly-link-list::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #index .friendly-link .friendly-link-list .item {
        width: 270px;
        height: 58px;
        margin-right: 30px;
        border-bottom: 1px solid #fff;
        position: relative;
        top: 1px
    }

    #index .friendly-link .friendly-link-list .item:hover .link {
        background: #d8010f
    }

    #index .friendly-link .friendly-link-list .item:nth-child(4n) {
        margin-right: 0
    }

    #index .friendly-link .friendly-link-list .item .link {
        display: block;
        white-space: nowrap;
        font-size: 14px;
        color: #fff;
        line-height: 38px;
        text-align: center;
        width: 100%;
        height: 38px;
        margin-top: 10px;
        transition: all 0.3s
    }

    #news-notice {
        width: 100%;
        position: relative
    }

    #news-notice .container {
        margin-top: 30px
    }

    #news-notice .container .news-list {
        width: 100%;
        margin-bottom: 60px
    }

    #news-notice .container .news-list .item {
        width: 100%;
        min-height: 155px;
        border-bottom: 1px solid #d0d0d0;
        padding: 38px 60px;
        overflow: hidden;
        transition: all 0.3s
    }

    #news-notice .container .news-list .item::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #news-notice .container .news-list .item:hover {
        background: #fbfbfb
    }

    #news-notice .container .news-list .item:hover .link {
        color: #d8010f
    }

    #news-notice .container .news-list .item .link {
        width: 100%;
        font-size: 22px;
        color: #808080;
        transition: all 0.3s
    }

    #news-notice .container .news-list .item .info {
        width: 100%;
        height: 24px;
        margin-top: 30px
    }

    #news-notice .container .news-list .item .info .tag {
        height: 24px;
        padding: 0 7px;
        font-size: 14px;
        color: #d96269;
        border: 1px solid #d96269;
        border-radius: 2px;
        margin-right: 22px;
        line-height: 24px
    }

    #news-notice .container .news-list .item .info .new-notice, #news-notice .container .news-list .item .info .from, #news-notice .container .news-list .item .info .date {
        font-size: 14px;
        color: #a6a6a6;
        line-height: 24px
    }

    #news-notice .container .news-list .item-has-img {
        height: 155px
    }

    #news-notice .container .news-list .item-has-img .img-container {
        width: 158px;
        height: 96px;
        overflow: hidden;
        position: relative;
        margin-right: 23px;
        background: #f8f8f8;
        border: 1px solid #eee
    }

    #news-notice .container .news-list .item-has-img .link {
        width: 869px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #news-notice .container .news-list .item-has-img .info {
        width: 869px
    }

    #works {
        width: 100%;
        position: relative
    }

    #works .works-list {
        width: 100%;
        margin-top: 30px
    }

    #works .works-list::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #works .works-list .item {
        width: 330px;
        height: 305px;
        margin-right: 90px
    }

    #works .works-list .item:hover .text {
        color: #d8010f
    }

    #works .works-list .item:nth-child(3n) {
        margin-right: 0
    }

    #works .works-list .item .img-container {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 184px
    }

    #works .works-list .item .text {
        font-size: 14px;
        color: #808080;
        margin-top: 18px;
        transition: all 0.3s
    }

    #detail {
        width: 100%;
        position: relative
    }

    #detail .detail-container {
        width: 970px;
        margin: 0 auto;
        margin-bottom: 100px;
        position: relative;
        overflow: hidden;
        background: #fbfbfb;
        padding: 40px 100px
    }

    #detail .detail-container .detail-title {
        font-size: 22px;
        color: #1e1e1e;
        margin-bottom: 30px;
        text-align: center
    }

    #detail .detail-container .title-info {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        min-height: 16px
    }

    #detail .detail-container .title-info::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #detail .detail-container .title-info .title-info-text {
        font-size: 12px;
        color: #777
    }

    #detail .detail-container .title-info .title-info-2 {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #detail .detail-container .info {
        font-size: 16px;
        color: #666;
        line-height: 24px
    }

    #detail .detail-container .info img {
        max-width: 770px;
        height: auto;
        margin: 0 auto;
        display: block;
  }

    #detail .detail-container .info img.px50{
        display: inline-block !important;
        vertical-align: middle;
        margin-right: 5px !important;
    }

    .caption-text-center {
      text-align: center;
      margin: 8px 0 15px; /* 调整图注与图片/正文的间距 */
    }

    #detail .detail-container .info p {
        margin-top: 30px
    }

    #detail .detail-container .info table {
        margin: 0 auto;
    }
    #detail .detail-container .info table p,#detail .detail-container .info table span{
        margin-top: 0;
    }

    #detail .detail-container .info table tr td{
        min-width: 50px;
        padding: 5px;
    }

    #detail .detail-container .control-container {
        width: 100%;
        height: 24px;
        margin-top: 100px;
        position: relative;
        overflow: hidden
    }

    #detail .detail-container .control-container .link:hover .iconfont, #detail .detail-container .control-container .link:hover .text {
        color: #d8010f
    }

    #detail .detail-container .control-container .link .iconfont, #detail .detail-container .control-container .link .text {
        font-size: 16px;
        color: #a6a6a6;
        line-height: 24px;
        transition: all 0.3s
    }

    #detail .detail-container .control-container .link .iconfont {
        font-size: 12px
    }

    #detail .detail-container .control-container .back {
        font-size: 16px;
        color: #a6a6a6;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.3s
    }

    #detail .detail-container .control-container .back:hover {
        color: #d8010f
    }

    #detail .detail-container .mobile-back {
        display: none
    }
}

@media screen and (max-width: 768px) {
    body {
        width: 18.75rem;
        overflow-x: hidden
    }

    #header {
        width: 100%;
        height: 1.5rem;
        overflow: hidden;
        position: fixed;
        top: 0;
        z-index: 999
    }

    #header .header-top {
        width: 100%;
        height: 1.5rem;
        background: #b60511
    }

    #header .header-top .logo-container {
        height: 1.5rem;
        overflow: hidden
    }

    #header .header-top .logo-container .icon-shiliangzhinengduixiang {
        color: #fff;
        line-height: 1.5rem;
        font-size: 0.8rem
    }

    #header .header-top .logo-container .logo-text {
        color: #fff;
        line-height: 1.5rem;
        font-size: 0.6rem
    }

    #header .header-top .logo-container .logo-text::before {
        content: "";
        width: 1px;
        height: 0.75rem;
        background: #fff;
        float: left;
        margin: 0 0.35rem;
        margin-top: 0.375rem
    }

    #header .header-top .login-register {
        display: none
    }

    #header .header-top .search {
        position: fixed;
        top: 30px;
        right: 5px;
        height: 34px;
        z-index: 1000;
        display: none
    }

    #header .header-top .search form {
        height: 100%
    }

    #header .header-top .search form .form-group {
        height: 100%
    }

    #header .header-top .search form .form-group .input-wrapper {
        display: inline-block;
        height: 34px;
        line-height: 34px;
        vertical-align: top;
        overflow: hidden;
        position: relative
    }

    #header .header-top .search form .form-group .input-wrapper .form-control {
        height: 25px;
        width: 7rem;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 12px;
        display: block;
        color: darkslategrey;
        transition: all 0.5s;
        margin-top: 9px;
        border: 1px solid #b60511
    }

    #header .header-top .search form .form-group .icon-sousuo1 {
        color: #b60511;
        display: inline-block;
        height: 34px;
        line-height: 34px;
        vertical-align: top;
        position: absolute;
        top: 5px;
        right: 3px;
        cursor: pointer;
        font-size: 18px
    }

    #header .header-menu {
        float: right;
        width: 50%;
        height: auto;
        background: #fff;
        display: none
    }

    #header .header-menu .container {
        float: right;
        width: 40%;
        height: auto;
        padding-top: 34px;
        padding-right: 0.65rem;
        background: #fff;
        position: fixed;
        font-size: 0.5rem;
        box-shadow: 0 0 0.3rem rgba(186, 143, 107, 0.5);
        background: rgba(255, 255, 255, 0.9);
        top: 1.5rem;
        bottom: 0;
        right: 0;
        overflow-y: scroll;
        overflow-x: hidden
    }

    #header .header-menu .list {
        display: block
    }

    #header .header-menu .list::after {
        content: "";
        visibility: hidden;
        display: block;
        clear: both
    }

    #header .header-menu .list .item {
        width: 100%;
        float: inherit;
        margin-right: 0
    }

    #header .header-menu .list .item:first-of-type .link .icon-bottom-copy {
        display: none
    }

    #header .header-menu .list .item:hover .link span {
        color: #d8010f
    }

    #header .header-menu .list .item:hover .link .icon-bottom-copy {
        color: #d8010f
    }

    #header .header-menu .list .item .child-list .child-item {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    #header .header-menu .list .item:hover .child-list .child-item {
        height: 2rem
    }

    #header .header-menu .list .item .link {
        display: block;
        width: 100%;
        line-height: 2rem;
        cursor: pointer;
        position: relative
    }

    #header .header-menu .list .item .link span {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 2rem;
        transition: all 0.3s
    }

    #header .header-menu .list .item .link .icon-bottom-copy {
        font-size: 12px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s
    }

    #header .header-menu .list .item .child-list {
        position: inherit;
        background: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 0 0 0.3rem rgba(186, 143, 107, 0.5);
        box-shadow: 0 0 0.3rem rgba(186, 143, 107, 0.5);
        margin-left: 0.6rem
    }

    #header .header-menu .list .item .child-list ::after {
        content: "";
        visibility: hidden;
        display: block;
        clear: both
    }

    #header .header-menu .list .item .child-list .child-item {
        width: 100%;
        text-align: center
    }

    #header .header-menu .list .item .child-list .child-item .child-link {
        font-size: 14px;
        line-height: 2rem
    }

    #header .header-menu .list .item .child-list .child-item .child-link:hover {
        background: rgba(182, 5, 17, 0.89)
    }

    #header .header-menu .list .item-active .link span {
        color: #d8010f
    }

    #header .header-menu .list .item-active .link .icon-bottom-copy {
        color: #d8010f
    }

    #header .menu-switch {
        display: block;
        position: absolute;
        z-index: 999;
        height: 3rem;
        right: -0.2rem;
        top: -0.7rem
    }

    #header .menu-switch .iconfont {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -0.3rem;
        color: #fff;
        font-size: 0.9rem;
        padding: 0 1rem
    }

    #header .menu-switch .icon-chahao {
        display: none
    }

    #footer {
        display: none
    }

    #mobile-menu {
        width: 18.75rem;
        height: 2.25rem;
        background: #222;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999
    }

    #mobile-menu .list {
        width: 100%;
        height: 100%
    }

    #mobile-menu .list::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #mobile-menu .list .item {
        width: 20%;
        height: 100%;
        text-align: center;
        position: relative
    }

    #mobile-menu .list .item .link {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #mobile-menu .list .item .link .iconfont {
        color: #fff;
        font-size: 0.8rem
    }

    #mobile-menu .list .item .link .text {
        font-size: 0.55rem;
        color: #fff;
        text-align: center;
        white-space: nowrap
    }

    #public-banner {
        width: 100%;
        height: 5rem;
        overflow: hidden;
        position: relative
    }

    #public-banner .banner-bg {
        height: 100%;
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #public-banner .text-container {
        display: none
    }

    .sidebar {
        display: none
    }

    .container {
        width: 17.35rem;
        margin: 0 auto;
        position: relative
    }

    .img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        min-height: 100%
    }

    #crumbs {
        display: none
    }

    .paging {
        margin-top: 20px
    }

    .pages {
        width: 17.35rem;
        height: 2rem;
        text-align: right;
        margin: 2rem auto
    }

    .pages .pages-list {
        display: inline-block
    }

    .pages .pages-list .item {
        margin-right: 0.5rem
    }

    .pages .pages-list .item:last-of-type {
        margin-right: 0
    }

    .pages .pages-list .item .link {
        display: block;
        width: 2rem;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
        font-size: 0.7rem;
        color: #959595;
        border: 1px solid #c9c9c9;
        transition: all 0.3s
    }

    .pages .pages-list .item .link:hover {
        color: #fff;
        border: 1px solid #d8010f;
        background: #d8010f
    }

    .pages .pages-list .pages-active .link {
        color: #fff;
        border: 1px solid #d8010f;
        background: #d8010f
    }

    #index {
        width: 100%;
        padding-bottom: 2.25rem;
        overflow: hidden;
        margin-top: 1.5rem
    }

    #index #banner {
        width: 100%;
        height: 7.25rem;
        overflow: hidden;
        position: relative
    }

    #index #banner .slide {
        width: 100%;
        height: 100%
    }

    #index #banner .slide .list {
        width: 100%;
        height: 100%;
        position: relative
    }

    #index #banner .slide .list .item {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s
    }

    #index #banner .slide .list .item .slide-img {
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #index #banner .slide .list .item-active {
        opacity: 1
    }

    #index #banner .slide-control {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 17.35rem;
        height: 2rem
    }

    #index #banner .slide-control .iconfont {
        display: block;
        width: 2rem;
        height: 2rem;
        text-align: center;
        color: #333;
        cursor: pointer;
        background: rgba(244, 244, 244, 0.7);
        font-size: 0.6rem;
        position: absolute;
        top: 0;
        transition: all 0.3s
    }

    #index #banner .slide-control .iconfont:hover {
        background: #f4f4f4;
        color: #d6000f
    }

    #index #banner .slide-control .iconfont::before {
        line-height: 2rem
    }

    #index #banner .slide-control .icon-right {
        right: 0
    }

    #index #banner .slide-control .icon-left-copy {
        left: 0
    }

    #index .link-list {
        width: 17.35rem;
        height: 2.25rem;
        margin: 0.95rem auto;
        overflow: hidden
    }

    #index .link-list .link-item {
        width: 5.45rem;
        height: 100%;
        display: block;
        margin-right: 0.5rem;
        border: 1px solid #222;
        position: relative;
        transition: all 0.3s
    }

    #index .link-list .link-item:last-of-type {
        margin-right: 0
    }

    #index .link-list .link-item:hover {
        border: 1px solid #d6000f;
        background: #d6000f
    }

    #index .link-list .link-item:hover .left-icon {
        color: #fff
    }

    #index .link-list .link-item:hover .right-text .text-ch {
        color: #fff
    }

    #index .link-list .link-item .bg-icon {
        display: none
    }

    #index .link-list .link-item .left-icon {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0.55rem;
        border-radius: 50%;
        text-align: center;
        color: #222;
        font-size: 1.5rem;
        transition: all 0.3s
    }

    #index .link-list .link-item .icon-denglu {
        top: 46%
    }

    #index .link-list .link-item .icon-chengjichaxun {
        font-size: 1.7rem;
        top: 55%
    }

    #index .link-list .link-item .right-text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2.35rem;
        color: #fff
    }

    #index .link-list .link-item .right-text .text-ch {
        font-size: 0.55rem;
        transition: all 0.3s
    }

    #index .link-list .link-item .right-text .text-en {
        font-size: 0.3rem;
        white-space: nowrap;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        display: none
    }

    #index .link-list .link-item .right-text .iconfont {
        display: none
    }

    #index .mobile-news {
        width: 100%;
        border-top: 0.4rem solid #efeff0
    }

    #index .mobile-news .mobile-list {
        width: 100%
    }

    #index .mobile-news .mobile-list .item {
        width: 100%;
        height: 4.5rem;
        border-bottom: 1px solid #e3e3e3
    }

    #index .mobile-news .mobile-list .item .link {
        display: block;
        width: 17.35rem;
        height: 100%;
        margin: 0 auto
    }

    #index .mobile-news .mobile-list .item .link .img-container {
        width: 6rem;
        height: 3.5rem;
        margin-top: 0.5rem;
        position: relative;
        overflow: hidden
    }

    #index .mobile-news .mobile-list .item .link .text-right {
        width: 10.68rem;
        height: 3.5rem;
        margin-top: 0.5rem;
        position: relative
    }

    #index .mobile-news .mobile-list .item .link .text-right .text {
        font-size: 0.7rem;
        color: #333
    }

    #index .mobile-news .mobile-list .item .link .text-right .text:active {
        color: #d6000f
    }

    #index .mobile-news .mobile-list .item .link .text-right .tag {
        font-size: 0.3rem;
        color: #d6000f;
        padding: 0 0.5rem;
        border: 1px solid #d6000f;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-radius: 0.1rem
    }

    #index .mobile-news .mobile-list .item .link .text-right .date {
        display: block;
        font-size: 0.55rem;
        color: #999;
        position: absolute;
        right: 0;
        bottom: 0
    }

    #index .mobile-news .mobile-list .has-no-img .link .img-container {
        display: none
    }

    #index .mobile-news .mobile-list .has-no-img .link .text-right {
        width: 100%
    }

    #index .mobile-news .mobile-more {
        display: block;
        text-align: center;
        font-size: 0.7rem;
        margin: 1rem auto;
        width: 17.35rem;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 0.3rem;
        background-color: #d6000f;
        color: #fff
    }

    #index .news, #index .subjects, #index .guide, #index .stu-works, #index .help-center, #index .overview, #index .friendly-link {
        display: none
    }

    #detail {
        width: 100%;
        padding-bottom: 2.25rem;
        overflow: hidden;
        margin-top: 1.5rem
    }

    #detail .switch-menu {
        display: none
    }

    #detail #public-banner {
        display: none
    }

    #detail .detail-container {
        width: 17.35rem;
        margin: 0 auto
    }

    #detail .detail-container .detail-title {
        width: 100%;
        font-size: 1rem;
        color: #2b2b2b;
        margin-bottom: 0.8rem;
        margin-top: 0.98rem
    }

    #detail .detail-container .title-info {
        width: 18.75rem;
        margin-left: -0.7rem;
        color: #999;
        font-size: 0.55rem;
        padding: 0 0.7rem 0.78rem;
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 1rem
    }

    #detail .detail-container .title-info .title-info-text {
        display: none;
        width: 100%
    }

    #detail .detail-container .title-info .title-info-2 {
        display: block
    }

    #detail .detail-container .info {
        width: 100%;
        overflow: scroll;
        font-size: 0.8rem;
        color: #2b2b2b;
        line-height: 1.3rem;
        margin-bottom: 1rem
    }

    #detail .detail-container .info img {
        max-width: 100%;
        height: auto
    }

    .caption-text-center {
      text-align: center;
      margin: 8px 0 15px; /* 调整图注与图片/正文的间距 */
    }

    #detail .detail-container .info p {
        margin-top: 0.5rem;
        width: 100% !important
    }

    #detail .detail-container .control-container {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 17.35rem;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #detail .detail-container .control-container .text, #detail .detail-container .control-container .back {
        display: none
    }

    #detail .detail-container .control-container .iconfont {
        color: rgba(0, 0, 0, 0.3);
        font-size: 2rem
    }

    #detail .detail-container .mobile-back {
        display: block;
        width: 5rem;
        height: 1.5rem;
        text-align: center;
        line-height: 1.5rem;
        font-size: 0.7rem;
        border-radius: 0.3em;
        border: 1px solid #d6000f;
        color: #d6000f;
        margin: 0 auto;
        margin-bottom: 3rem
    }

    #news-notice {
        width: 100%;
        padding-bottom: 2.25rem;
        overflow: hidden;
        margin-top: 1.5rem
    }

    #news-notice .switch-menu {
        display: none
    }

    #news-notice .news-list {
        width: 100%;
        margin-top: 1rem
    }

    #news-notice .news-list .item {
        width: 100%;
        height: 4.5rem;
        border-bottom: 1px solid #e3e3e3;
        position: relative
    }

    #news-notice .news-list .item .img-container {
        width: 6rem;
        height: 3.5rem;
        margin-top: 0.5rem;
        position: relative;
        overflow: hidden
    }

    #news-notice .news-list .item .link {
        width: 100%;
        font-size: 0.6rem;
        color: #333;
        float: right;
        margin-top: 0.5rem
    }

    #news-notice .news-list .item .info {
        width: 100%;
        position: absolute;
        bottom: 0.5rem;
        right: 0;
        float: inherit
    }

    #news-notice .news-list .item .info .new-notice, #news-notice .news-list .item .info .from {
        display: none
    }

    #news-notice .news-list .item .info .tag {
        font-size: 0.3rem;
        color: #d6000f;
        padding: 0 0.5rem;
        border: 1px solid #d6000f;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-radius: 0.1rem
    }

    #news-notice .news-list .item .info .date {
        display: block;
        font-size: 0.55rem;
        color: #999;
        position: absolute;
        right: 0;
        bottom: 0
    }

    #news-notice .news-list .item-has-img .link {
        width: 10.68rem
    }

    #news-notice .news-list .item-has-img .info {
        width: 10.68rem
    }

    .switch-menu {
        width: 86%;
        height: 30px;
        margin: 0 auto;
        position: relative;
        top: -15px;
        background: #fff
    }

    .switch-menu-2 {
        text-align: center;
        line-height: 30px;
        border-bottom: 2px solid #d8010f;
        font-size: 14px
    }

    #works {
        width: 100%;
        position: relative
    }

    #works .works-list {
        width: 100%;
        margin-top: 16px
    }

    #works .works-list::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    #works .works-list .item {
        width: 100%;
        margin-bottom: 30px
    }

    #works .works-list .item:nth-last-of-type() {
        margin-bottom: 0px
    }

    #works .works-list .item:hover .text {
        color: #d8010f
    }

    #works .works-list .item .img-container {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 184px
    }

    #works .works-list .item .text {
        font-size: 14px;
        color: #808080;
        margin-top: 18px;
        transition: all 0.3s;
        text-align: center
    }
}