.pc-hide {
    display: none;
}

/* 技术转移硕士*/

.m-sub-banner {
    position: fixed;
    z-index: 998;
    top: 45px;
    right: 0;
    left: 0;

    height: 136px;

    color: #fff;
    background: #c8161e;
}

.right-icon {
    position: absolute;
    right: 20px;
    bottom: 50px;

    width: 35%;
}

.m-sub-banner .text {
    font-size: 10px;
    line-height: 1.4;

    overflow: hidden;

    margin: 0 30px;
}

.m-sub-banner .text .t1 {
    font-size: 24px;

    margin-top: 20px;
}

.m-sub-banner .bottom {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 96px;
    left: 0;
    overflow-x: auto;
    padding: 0 15px;
    color: #fff;
    z-index: 9999;
}

.m-sub-banner .bottom::-webkit-scrollbar {
    height: 0;
    width: 0;
    color: transparent;
}
.m-sub-banner .bottom .inner-content {
    display: flex;

    margin-bottom: 0;
    padding-right: 15px;
}

.m-sub-banner .bottom .inner-content::after {
    display: inline-block;
    flex-shrink: 0;

    width: 5px;
    height: 40px;

    content: '';
}

.m-sub-banner .bottom .inner-content li {
    line-height: 40px;

    flex-shrink: 0;


    /*height: 40px;*/
    margin-right: 10px;

    cursor: pointer;
    text-align: center;



    position: relative;
}
.m-sub-banner .bottom .inner-content .sub-menu{
    background: #a8161c;
}
.m-sub-banner .bottom .inner-content>li>a{
    background: #a8161c;
    display: block;
    width: 100px;
    border-radius: 10px 10px 0 0;
}
.m-sub-banner .bottom .inner-content .active>a{
    color: #c8161e;
    background: #fff;
}
.m-sub-banner .bottom .inner-content .active .sub-menu{
    color: #c8161e;
    background: #fff;
}
.m-sub-banner .bottom .inner-content .sub-menu a{
    width: 100%;
    display: block;
}

.m-sub-banner .tab-title li .sub-menu ,
.m-sub-banner .tab-title-new li .sub-menu {
    background: inherit;
    min-width: 100%;
    text-align: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
    z-index: 99;
    display: none;
}

.m-sub-banner .tab-title li:hover .sub-menu ,
.m-sub-banner .tab-title-new li:hover .sub-menu {
    display: block;
}

.m-sub-banner .tab-title li .sub-menu a:hover ,
.m-sub-banner .tab-title-new li .sub-menu a:hover {
    background: #fff;
    color: #c8161e;
}

/*移动端项目页面*/

.project-wrap-m {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 15px 50px;

    text-align: justify;

    background: #fff;
    margin-top: 136px;
}

.project-wrap-m .tit-2 {
    font-size: 18px;
    font-weight: bold;

    margin-bottom: .5em;

    text-align: center;

    color: #c8161e;
}

.project-wrap-m .t-1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
    color: #c8161e;
}

.project-wrap-m .t-1 a {
    display: none !important;
}

.project-wrap-m .t-2 {
    font-size: 15px;
    font-weight: bold;
}

.project-wrap-m .t-2:last-of-type {
    margin-top: 1rem;
}

.project-wrap-m .atlas-wrap .swiper-pagination-bullet {
    display: inline-block;

    width: 15px;
    height: 3px;

    opacity: 1;
    border-radius: 0;
    background: #fff;
}

.project-wrap-m .atlas-wrap .swiper-pagination-bullet-active {
    background: #c8161e;
}

.project-wrap-m .slog-1 {
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 10px;

    color: #c8161e;
}

.project-wrap-m .tit {
    font-size: 18px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 20px;
    margin-bottom: 10px;

    color: #c8161e;
    border-bottom: 1px solid #e6e6e6;
}

.project-wrap-m .tit a {
    font-size: 13px;

    color: #363636;
}

.project-wrap-m .tit span {
    line-height: 2.4;

    position: relative;
}

.project-wrap-m .tit span::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;

    display: block;

    height: 2px;

    content: '';

    background: #c8161e;
}
.project-wrap-m .list1 .border{
    padding-top: 1rem;
}
.m-advertising-card {
    position: relative;
}

.m-advertising-card {
    position: relative;
}

.m-advertising-card .interview-btn {
    font-size: 16px;
    line-height: 38px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 95px;
    height: 40px;

    text-align: center;

    opacity: 1;
    color: #c8161e;
    border: 1px solid #c8161e;
    border-radius: 4px;
    background: #fff;
}

.activity-list-m .time {
    font-weight: bold;

    color: #000;
}

.project-wrap-m .t-3 {
    font-size: 14px;
    font-weight: bold;

    color: #000;
}

.project-wrap-m table {
    font-size: 12px;
}

.project-wrap-m .list .desc {
    display: -webkit-box;
}

/*calendar-m-wrap*/

.calendar-m-wrap {
    margin-top: 30px;
}

.calendar-m-wrap .mouth-wrap {
    display: flex;

    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #e6e6e6;
}

.calendar-m-wrap .mouth-wrap .mouth {
    font-size: 22px;

    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;

    width: 54px;
    height: 54px;
    margin-right: 20px;

    letter-spacing: 1px;

    color: #c8161e;
    border: 2px solid #b50016;
}

.calendar-m-wrap .mouth-wrap .mouth.active {
    color: #fff;
    background: #b50016;
}
.calendar-m-wrap .mouth-wrap .mouth.end{
    color: #999;
    border-color: #999;
}
.calendar-m-wrap .mouth-wrap .list-act .el {
    display: block;

    margin-top: -5px;
    margin-bottom: 20px;

    color: #292929;
}

.calendar-m-wrap .mouth-wrap .list-act .el.end {
    color: #999;
}

.calendar-m-wrap .mouth-wrap .list-act .el:last-child {
    margin-bottom: 0;
}

.calendar-m-wrap .mouth-wrap .list-act .el .time {
    font-weight: bold;

    color: #c8161e;
}

.calendar-m-wrap .mouth-wrap .list-act .el.end .time {
    color: #666;
}

@media (max-width: 1366px) {
    .custom-swiper-wrap {
        max-width: 1080px;
    }

    .part-rh-wrap .swiper-slide .block {
        width: 250px;
    }

    .part-rh-wrap .swiper-slide-active .block {
        width: auto;
    }
}

@media (max-width: 1080px) {
    .container {
        max-width: 100%;
    }

    .banner-wrap {
        height: 56.25vw;
        min-height: auto;
    }

    .nav-wrap .container .row .right .el {
        display: none;
    }

    .nav-wrap .container .row .right > li .en:not(.icon-nobg) {
        padding: 0px 9px 0 11px;
        font-size: 20px;
        text-shadow: 0.5px 0 #c34045;
    }

    .nav-wrap .container .row .right > .icon-wrap {
        margin-top: 0;
        margin-right: -8px;
        margin-bottom: 0;
    }

    .banner-wrap .bottom .col .t-1 {
        font-size: 16px;
    }

    .banner-wrap .bottom .col .t-2 {
        font-size: 10px;
    }

    .banner-wrap .bottom .col img {
        width: 60px;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    html,body,.container{
        min-width: auto;
    }
    .list-normal-wrap .list .right .tit img{
        vertical-align: -20%;
    }
    :root {
        --bs-gutter-x: 30px;
    }

    .row {
        --bs-gutter-x: 30px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    html,
    body {
        font-size: 14px;

        background: #eaeaea;
    }


    .background-fff {
        overflow: hidden;

        background: #fff;
    }

    .mb-50 {
        margin-bottom: 25px;
    }

    .m-20-m {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .table th {
        line-height: 1.2;
    }

    .table td {
        padding-right: 1px;
        padding-left: 1px;
    }


    /*顶部菜单*/
    .menu-wrap .container > ul {
        display: block;
    }

    .menu-wrap .container > ul > li {
        margin-bottom: 15px;

        border-bottom: 1px solid #fff9;
    }

    .menu-wrap .container > ul > li > ul > li {
        padding-left: 1em;
    }

    .sub-banner {
        display: none;
    }

    .menu-slide-wrap {
        top: 45px;

        height: calc(100vh - 45px);
    }

    .menu-slide-wrap.active .menu-slide {
        padding: 0;
    }

    .menu-slide-wrap .menu-slide .close-slide-menu {
        display: none;
    }

    .menu-slide-wrap .menu-slide > ul > li > div {
        font-size: 16px;
    }

    .pc-show {
        display: none;
    }

    .pc-hide {
        display: block;
    }

    .nav-wrap {
        font-size: 14px;

        position: relative;
        z-index: 888;

        height: 45px;

        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .07);
    }

    .nav-wrap .logo {
        max-height: 32px;
    }
    .nav-wrap .logo-wrap{
        width: 60%;
    }
    .nav-wrap .container .row .right > li{
        margin: 0;
    }
    .nav-wrap .container .row .right > li .icon {
        font-size: 34px;
        color: #c8161e;
        background: #fff;
        display: flex;
        align-items: center;
    }
    .nav-wrap .container .row .right > li .icon.icon-nobg img{
        height: 25px;
    }

    .banner-wrap .bottom .line {
        display: none;
    }

    .banner-wrap {
        height: auto;
    }

    .banner-wrap .swiper {
        height: 56.25vw;
    }

    .banner-wrap .bottom {
        position: relative;

        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner-wrap .swiper-pagination {
        bottom: 0;
    }

    .banner-wrap .top .swiper-pagination-bullet {
        width: 12px;
        height: 12px;

        border: 1px solid #fff;
    }

    .banner-wrap .bottom .col {
        margin: 0 15px;
        padding: 10px 5%;

        border-bottom: 1px solid #eaeaea;
    }

    .banner-wrap .bottom .row {
        display: block;
    }

    .banner-wrap .bottom .col .t-1,
    .banner-wrap .bottom .col .t-2 {
        color: #c8161e;
    }

    .title {
        font-size: 20px;

        margin-top: 20px;
        margin-bottom: 20px;
    }

    .title a {
        color: #363636;
    }

    .news-list-wrap {
        padding-bottom: 0;
    }

    .top-tit {
        font-size: 16px;
        font-weight: bold;
        color: #000;

        margin-bottom: 1em;
    }


    .news-list-wrap .title > div {
        font-size: 12px;

        color: #363636;
    }

    .slide-list .item,
    .news-list-wrap .item {
        display: flex;
        align-items: flex-start;

        border: none;
    }

    .news-list-wrap .item .top {
        flex-shrink: 0;

        width: 150px;
    }

    .news-list-wrap .item .bottom {
        min-height: auto;
        padding: 0 10px;
    }

    .news-list-wrap .item .time-tag .tag {
        display: none;
    }

    .news-list-wrap .item .tit {
        font-size: 14px;
    }

    .news-list-wrap .item .tit {
        height: auto;
    }

    .news-list-wrap .item .activity.time {
        font-size: 16px;
    }

    .news-list-wrap .item .activity.time i {
        margin-right: 5px;
    }

    .news-list-wrap .item .bottom p {
        margin-bottom: 9px;
    }

    .news-list-wrap .item strong {
        display: none;
    }

    /*首页新闻列表样式*/
    .m-news-list .title a {
        font-size: 12px;

        color: #363636;
    }

    .m-news-list .item {
        display: block;

        margin-bottom: 20px;
    }

    .m-news-list .item .top {
        position: relative;

        background-position: center;
        background-size: cover;
    }

    .m-news-list .item .time {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        padding: 0 15px;

        color: #fff;
        background: rgba(0, 0, 0, .5);
    }

    /*active-list-wrap*/
    .active-list-wrap p {
        margin: 0;
    }

    .active-list-wrap .item {
        margin-bottom: 1em;
    }

    .active-list-wrap .tit-1 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;

        text-overflow: ellipsis;

        color: #c8161e;

        -webkit-line-clamp: 2;
    }
    .active-list-wrap .end .tit-1{
        color: #999;
    }

    .active-list-wrap .time-m,
    .active-list-wrap .address-m {
        font-size: 13px;
        color: #333;
    }
    .active-list-wrap .end .time-m,
    .active-list-wrap .end .address-m {
        color: #999;
    }

    .active-list-wrap .item .right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .m-apply-btn {
        font-size: 10px;
        line-height: 1.5;

        position: fixed;
        z-index: 99;
        right: 15px;
        bottom: 15rem;

        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

        width: 60px;
        height: 60px;

        color: #fff;
        border-radius: 50%;
        background: #c8161e;
    }

    .m-apply-btn img {
        margin-top: -6px;
    }

    /* .part-rh-wrap */
    .part-rh-wrap {
        margin-bottom: 0;

        background: #f5f5f5;
    }

    .part-rh-wrap .tit {
        font-size: 22px;
    }

    .part-rh-wrap .tab-title li {
        font-size: 16px;
        font-weight: bold;
    }

    .part-rh-wrap .mySwiper1-m .swiper-slide {
        font-size: 12px;

        width: 100%;
        height: auto;
        padding: 0 10px;

        background: none;
    }

    .part-rh-wrap .swiper-slide {
        height: auto;

        background: none;
    }

    .part-rh-wrap .swiper-slide .block {
        width: auto;
    }

    .custom-swiper-wrap {
        width: calc(100vw - 60px);
    }

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #c21f31;
    }

    .swiper-container-horizontal > .swiper-pagination-progress {
        top: auto;
        bottom: 20px;
    }

    .swiper-pagination-progress {
        background: rgb(235 196 198);
    }

    .part-rh-wrap .swiper-slide-active {
        width: 100% !important;
    }

    .part-rh-wrap .tab-title {
        padding-bottom: 10px;
    }

    .part-rh-wrap .d-flex .btns img {
        width: 15px;
    }

    .part-rh-wrap .swiper-slide .description {
        padding: 0;
        min-height: 24vh;
    }

    .part-rh-wrap .swiper-slide .block {
        padding: 0;

        border-bottom: 1px solid #bfbfbf;
    }

    .part-rh-wrap .swiper-slide .max-img {
        width: 60%;
    }

    .part-rh-wrap .swiper-slide .name {
        font-size: 20px;

        color: #000;
    }

    .footer {
        margin-top: 0;
        padding: 0;

        color: #fff;
        background: #58595b;
    }

    .footer .top {
        padding: 15px 20px;
    }

    .footer .top p {
        margin-bottom: 5px;
    }

    .footer .top .qr-code-img {
        font-size: 10px;

        flex-shrink: 0;

        width: 100px;

        text-align: center;
    }

    .footer .top .qr-code-img img {
        width: 100%;
    }

    .footer .bottom {
        font-size: 10px;

        padding: 5px 15px;

        text-align: center;

        color: #6f6f6f;
        background: #2b2b2b;
    }


    .row.gx-5 {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .row.gx-5 > * {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .collapse-wrap-box {
        position: relative;

        padding-right: 8px;
        padding-left: 8px;
    }

    .collapse-wrap-box .help-text {
        position: absolute;
        top: -46px;
        right: 0;

        color: #999;
    }

    .collapse-wrap-box .collapse-wrap .top {
        font-weight: bold;

        position: relative;
    }

    .collapse-wrap-box .collapse-wrap .bottom {
        display: none;
    }

    .collapse-wrap-box .collapse-wrap.active {
        margin-bottom: 10px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);

        background: #f2f2f2;
    }

    .collapse-wrap-box .collapse-wrap.active .bottom {
        display: block;
    }

    .collapse-wrap-box .collapse-wrap .top:after {
        font-family: bootstrap-icons !important;
        font-size: 26px;
        font-weight: normal !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        position: absolute;
        top: 0;
        right: 0;

        content: '\f4fe';
        vertical-align: -.125em;
        text-transform: none;

        color: #c8161e;
    }

    .collapse-wrap-box .collapse-wrap.active .top:after {
        content: '\f2ea';
        transition: all .3s;
    }

    .data-briefing {
        margin-top: 20px;

        color: #999;
        border: 1px solid #d6d6d6;
    }

    .data-briefing .max-img {
        width: 80%;
        margin: 20px auto;
    }

    .data-briefing .magnifier:after {
        font-family: bootstrap-icons !important;
        font-weight: normal !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        display: inline-block;

        margin-left: 10px;

        content: '\f52a';
        vertical-align: -.125em;
        text-transform: none;

        font-display: block;
        -webkit-font-smoothing: antialiased;
    }

    .data-briefing .magnifier {
        margin-bottom: 20px;
    }

    .special-row,
    .teacher-wrap.row .viewpoint-detail-wrap,
    .production-wrap .row,
    .news-list-wrap .row {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    /*新闻列表*/
    .list-normal-wrap .list .item > .left {
        display: none;
    }

    .list-normal-wrap .list .item > .left-img {
        display: block;
        flex-shrink: 0;

        width: 40%;

        background: #fafafa;
    }

    .list-normal-wrap .list .item > .left-img {
        max-width: 100%;
        margin-right: 10px;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .list-normal-wrap .list .item > .left-img img {
        width: 100%;
    }

    .list-normal-wrap .list .right .tit {
        font-size: 14px;

        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;

        margin-top: 5px;

        white-space: normal;
        text-overflow: ellipsis;

        -webkit-line-clamp: 2;
    }

    .list-normal-wrap .list .line {
        margin: 1em 0;
    }

    .list-normal-wrap .list .desc {
        display: none;
    }

    .detail-wrap .con-format img {
        height: auto !important;
    }

    .detail-wrap .tit-wrap .tit,
    .detail-wrap .tit-wrap .time {
        font-size: 18px;
        line-height: 1.5;
    }

    .detail-wrap .tit-wrap {
        border-bottom: none !important;
    }

    .con-format p {
        font-size: 14px;

        margin-bottom: 5px;
    }

    .teacher-wrap .el {
        line-height: 1.3;

        align-items: flex-start;
    }

    .teacher-wrap .el .p-3,
    .teacher-wrap .el .p-4 {
        padding: 0 !important;
        padding-left: 15px !important;
    }

    .teacher-wrap .el .max-img {
        width: 26.66%;
    }

    .teacher-wrap .el p {
        margin-bottom: 8px;
    }

    .teacher-wrap .el .con p {
        margin-bottom: 5px;
    }

    .teacher-wrap .el .con {
        font-size: 12px;

        color: #666;

        -webkit-line-clamp: 3;
    }

    .teacher-wrap .el .t-1 {
        font-size: 18px;
        line-height: 2;

        color: #000;
    }

    .teacher-wrap .detail .el {
        margin-bottom: 0;
    }

    .teacher-wrap .detail {
        padding-top: 20px;
    }

    .tab-con-wrap .el.el-border {
        margin-bottom: 0;

        border: none;
    }

    .sub-m-tit {
        font-size: 22px;
        line-height: 50px;

        color: #c8161e;
        background: #fff;
    }

    .sub-m-tit small {
        font-size: 12px;

        margin-left: 10px;

        color: #7b7b7b;
    }

    .tab-con-wrap {
        margin-bottom: 0;
    }

    .viewpoint-detail-wrap {
        padding-top: 0;
    }

    .viewpoint-detail-wrap .view-point {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;

        padding-top: 20px;
    }

    .viewpoint-detail-wrap .name {
        font-size: 16px;
        font-weight: bold;
    }

    .viewpoint-detail-wrap .position {
        font-size: 14px;
    }

    .viewpoint-detail-wrap .basic-info {
        margin-bottom: 1em;
    }

    .viewpoint-detail-wrap .list-normal-wrap .list {
        padding-top: 0;
    }

    .position-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .project-classify {
        font-size: 16px;
        font-weight: bold;
    }

    .theme-table4 td,
    .theme-table5 td {
        padding: 5px;

        table-layout: fixed;
    }

    .theme-table4 td,
    .theme-table5 td {
        width: auto;
    }

    .theme-table5 td {
        min-width: 40px;
    }

    .theme-table5-special td:first-child {
        min-width: 48px;
    }

    .theme-table5-special td:nth-child(2) {
        min-width: 49px;
    }

    /*项目*/
    .project-wrap-m .table td:nth-child(4) {
        width: 100px;
    }

    .project-wrap-m .training-direction {
        letter-spacing: 0;
    }

    .project-wrap-m .project-arrow {
        display: none;
    }

    .project-wrap-m .t-4 {
        font-size: 14px;
        font-weight: bold;

        margin-top: 15px;
    }

    .theme-table4 tr:first-child td:after,
    .theme-table5 tr:first-child td:after {
        height: 12px;
    }

    .m-collapse-wrap.active .con {
        display: none;
    }

    .m-collapse-wrap .options-btn {
        font-weight: bold;

        display: inline-block;

        margin: 15px 0;

        color: #666;
    }

    .m-collapse-wrap .options-btn:after {
        font-family: bootstrap-icons !important;
        font-weight: normal !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        display: inline-block;

        margin-left: 10px;

        content: '\f286';
        vertical-align: -.125em;
        text-transform: none;

        font-display: block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .m-collapse-wrap.active {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .m-collapse-wrap.active .options-btn {
        margin: 0;
    }

    .m-collapse-wrap.active .options-btn:after {
        content: '\f282';
    }

    .margin-1-0 {

        margin-top: 1em;
        margin-bottom: 2em;
    }


    a:hover,
    a:active {
        color: inherit;
    }

    .background-fff {
        overflow: hidden;

        background: #fff;
    }

    /*顶部菜单*/
    .menu-wrap .container > ul {
        display: block;
    }

    .menu-wrap .container > ul > li {
        margin-bottom: 15px;

        border-bottom: 1px solid #fff9;
    }

    .menu-wrap .container > ul > li > ul > li {
        padding-left: 1em;
    }

    .sub-banner {
        display: none;
    }

    .menu-slide-wrap {
        top: 45px;

        height: calc(100vh - 45px);
    }

    .menu-slide-wrap.active .menu-slide {
        padding: 0;
    }

    .menu-slide-wrap .menu-slide .close-slide-menu {
        display: none;
    }

    .menu-slide-wrap .menu-slide > ul > li > div {
        font-size: 16px;
    }

    .pc-show {
        display: none;
    }

    .pc-hide {
        display: block;
    }

    body {
        padding-top: 45px;
    }

    .nav-wrap {
        font-size: 14px;

        position: fixed;
        z-index: 99999000;
        top: 0;
        right: 0;
        left: 0;

        height: 45px;

        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .07);
    }

    .menu-slide-wrap {
        position: fixed;
        z-index: 999;
    }
    .nav-wrap .logo{
    width: 58%
}
    .nav-wrap .logo img{
        max-height: 24px;

    }
    nav-wrap .container .row .right > li .en{
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-wrap .container .row .right > li .icon {
        font-size: 34px;

        color: #c8161e;
        background: #fff;
        line-height: 1;
        height: auto;
    }
    .nav-wrap .container .row .right {

        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .banner-wrap .bottom .line {
        display: none;
    }

    .banner-wrap {
        height: auto;
    }

    .banner-wrap .swiper {
        height: 56.25vw;
    }

    .banner-wrap .bottom {
        position: relative;

        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner-wrap .swiper-pagination {
        bottom: 0;
    }

    .banner-wrap .top .swiper-pagination-bullet {
        width: 12px;
        height: 12px;

        border: 1px solid #fff;
    }

    .banner-wrap .bottom .col {
        margin: 0 15px;
        padding: 10px 2%;

        border-bottom: 1px solid #eaeaea;
    }

    .banner-wrap .bottom .row {
        display: block;
    }

    .banner-wrap .bottom .col .t-1,
    .banner-wrap .bottom .col .t-2 {
        color: #c8161e;
    }

    .banner-wrap .bottom .col .t-1 {
        font-weight: bold;
    }

    .title {
        font-size: 20px;

        margin-top: 20px;
        margin-bottom: 20px;
    }

    .title a {
        color: #363636;
    }

    .index-title {
        position: relative;

        color: #333;
    }

    .index-title:before {
        position: absolute;
        left: -15px;

        width: 4px;
        height: 16px;

        content: '';

        background: #c8161e;
    }

    .news-list-wrap {
        padding-bottom: 0;
    }


    .news-list-wrap .title > div {
        font-size: 12px;

        padding: 8px 0 8px 8px;

        color: #363636;
    }

    .slide-list .item,
    .news-list-wrap .item {
        display: flex;
        align-items: flex-start;

        border: none;
    }

    .news-list-wrap .item:hover {
        box-shadow: none;
    }

    .news-list-wrap .item .top {
        flex-shrink: 0;

        width: 150px;
    }

    .news-list-wrap .item .bottom {
        min-height: auto;
        padding: 0 10px;
    }

    .news-list-wrap .item .time-tag .tag {
        display: none;
    }

    .news-list-wrap .item .tit {
        font-size: 14px;
    }

    .news-list-wrap .item .tit {
        height: auto;
    }

    .news-list-wrap .item .activity.time {
        font-size: 16px;
    }

    .news-list-wrap .item .activity.time i {
        margin-right: 5px;
    }

    .news-list-wrap .item .bottom p {
        margin-bottom: 9px;
    }

    .news-list-wrap .item strong {
        display: none;
    }

    /*首页新闻列表样式*/
    .m-news-list .title a {
        font-size: 12px;

        color: #363636;
    }

    .m-news-list .item {
        display: block;

        margin-bottom: 20px;
    }

    .m-news-list .item .top {
        position: relative;

        margin-bottom: 8px;

        background-position: center;
        background-size: cover;
    }

    .m-news-list .item .time {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        padding: 61px 10px 0;

        color: #fff;
        background: linear-gradient(0deg, #00000082, transparent);
    }

    /*active-list-wrap*/
    .active-list-wrap p {
        margin: 0;
    }

    .active-list-wrap .list .item,
    .active-list-wrap .list .item {
        align-items: unset;

        margin-bottom: 1em;
    }

    .active-list-wrap .tit-1 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;

        text-overflow: ellipsis;

        color: #c8161e;

        -webkit-line-clamp: 2;
    }

    .active-list-wrap .time-m,
    .active-list-wrap .address-m {
        font-size: 13px;

        color: #333;
    }

    .active-list-wrap .item .right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .m-apply-btn {
        font-size: 10px;
        line-height: 1.5;

        position: fixed;
        z-index: 99;
        right: 15px;
        bottom: 15rem;

        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

        width: 60px;
        height: 60px;

        color: #fff;
        border-radius: 50%;
        background: #c8161e;
    }

    .m-apply-btn img {
        margin-top: -6px;
        margin-bottom: 5px;
    }

    /* .part-rh-wrap */
    .part-rh-wrap {
        margin-bottom: 0;

        background: #f5f5f5;
    }

    .part-rh-wrap .tit {
        font-size: 22px;
    }

    .part-rh-wrap .tab-title li {
        font-size: 16px;
        font-weight: bold;
    }

    .part-rh-wrap .mySwiper2-m .swiper-slide,
    .part-rh-wrap .mySwiper1-m .swiper-slide {
        font-size: 12px;

        width: 100%;
        height: auto;
        padding: 0 10px;

        background: none;
    }

    .part-rh-wrap .swiper-slide {
        height: auto;

        background: none;
    }

    .part-rh-wrap .swiper-slide .block {
        width: auto;
    }

    .custom-swiper-wrap {
        width: calc(100vw - 60px);
    }

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #c21f31;
    }

    .swiper-container-horizontal > .swiper-pagination-progress {
        top: auto;
        bottom: 20px;
    }

    .swiper-pagination-progress {
        background: rgb(235 196 198);
    }

    .part-rh-wrap .swiper-slide-active {
        width: 100% !important;
    }

    .part-rh-wrap .tab-title {
        padding-bottom: 10px;
    }

    .part-rh-wrap .d-flex .btns img {
        width: 10px;
    }

    .part-rh-wrap .swiper-slide .description {
        padding: 0;
    }

    .part-rh-wrap .swiper-slide .block {
        padding: 0;

        border-bottom: 1px solid #bfbfbf;
    }

    .part-rh-wrap .swiper-slide .max-img {
        width: 60%;
    }

    .part-rh-wrap .swiper-slide .name {
        font-size: 20px;

        color: #000;
    }

    .footer {
        font-size: 12px;

        margin-top: 0;
        padding: 0;

        letter-spacing: .5px;

        color: #fff;
        background: #58595b;
    }

    .footer .top {
        padding: 20px 30px 15px 30px;

        letter-spacing: 1px;
    }

    .footer .top p {
        line-height: 1;

        margin-bottom: 11px;
    }

    .footer .top .qr-code-img {
        flex-shrink: 0;

        width: 73px;

        text-align: center;
    }

    .footer .top .qr-code-img img {
        width: 100%;
    }

    .footer .bottom {
        font-size: 10px;

        padding: 5px 15px;

        text-align: center;

        color: #6f6f6f;
        background: #2b2b2b;
    }

    /*项目*/
    .project-wrap-m .training-direction {
        letter-spacing: 0;
    }

    .project-wrap-m .project-arrow {
        display: none;
    }

    .row.gx-5 {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .row.gx-5 > * {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .collapse-wrap-box {
        position: relative;

        padding-right: 8px;
        padding-left: 8px;
    }

    .collapse-wrap-box .help-text {
        position: absolute;
        top: -46px;
        right: 0;

        color: #999;
    }

    .collapse-wrap-box .collapse-wrap .top {
        font-weight: bold;

        position: relative;

        margin: 5px 0;
    }

    .collapse-wrap-box .collapse-wrap .bottom {
        display: none;

        padding-bottom: 10px;
    }

    .collapse-wrap-box .collapse-wrap.active {
        margin-bottom: 10px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);

        background: #f2f2f2;
    }

    .collapse-wrap-box .collapse-wrap.active .bottom {
        display: block;
    }

    .collapse-wrap-box .collapse-wrap .top:after {
        font-family: bootstrap-icons !important;
        font-size: 26px;
        font-weight: normal !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        position: absolute;
        top: 0;
        right: 0;

        content: '\f4fe';
        vertical-align: -.125em;
        text-transform: none;

        color: #c8161e;
    }

    .collapse-wrap-box .collapse-wrap.active .top:after {
        content: '\f2ea';
        transition: all .3s;
    }

    .data-briefing {
        margin-top: 20px;

        color: #999;
        border: 1px solid #d6d6d6;
    }

    .data-briefing .max-img {
        width: 80%;
        margin: 20px auto;
    }

    .data-briefing .magnifier:after {
        font-family: bootstrap-icons !important;
        font-weight: normal !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        display: inline-block;

        margin-left: 10px;

        content: '\f52a';
        vertical-align: -.125em;
        text-transform: none;

        font-display: block;
        -webkit-font-smoothing: antialiased;
    }

    .data-briefing .magnifier {
        margin-bottom: 20px;
    }

    .special-row,
    .teacher-wrap.row .viewpoint-detail-wrap,
    .production-wrap .row,
    .news-list-wrap .row {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    /*新闻列表*/
    .list-normal-wrap .list .item > .left {
        display: none;
    }

    .list-normal-wrap .list .item > .left-img {
        display: block;
        flex-shrink: 0;

        width: 40%;

        background: #fafafa;
    }

    .list-normal-wrap .list .item > .left-img {
        max-width: 100%;
        margin-right: 10px;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .list-normal-wrap .list {
        padding-top: 20px;

        color: #666;
    }

    .list-normal-wrap .list .item > .left-img img {
        width: 100%;
    }

    .list-normal-wrap .list .right .tit {
        font-size: 16px;
        font-weight: bold;

        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;

        margin-top: 5px;

        white-space: normal;
        text-overflow: ellipsis;

        color: #333;

        -webkit-line-clamp: 2;
    }

    .list-normal-wrap .list .line {
        margin: 1em 0;
    }

    .list-normal-wrap .list .desc {
        display: none;
    }

    .detail-wrap .con-format img {
        height: auto !important;
    }

    .detail-wrap .tit-wrap .tit,
    .detail-wrap .tit-wrap .time {
        font-size: 18px;
        line-height: 1.5;
    }

    .detail-wrap .tit-wrap {
        font-weight: bold;

        padding-top: 15px;
        padding-bottom: 0;

        color: #000;
        border-bottom: none !important;
    }

    .detail-wrap .apply-btn {
        font-size: 16px;
        line-height: 46px;

        height: 46px;

        color: #fff;
        border: none;
        background: #c8161e;
    }

    .detail-wrap .apply-btn.end {
        background: #ced0d1;
    }

    .con-format p {
        font-size: 14px;

        margin-bottom: 5px;
    }

    .teacher-wrap .m-background {
        margin-bottom: calc(var(--bs-gutter-x) * .5);
        padding: calc(var(--bs-gutter-x) * .5);

        background: #fff;
    }

    .teacher-wrap .el {
        line-height: 1.3;

        align-items: flex-start;
    }

    .teacher-wrap .el .p-3,
    .teacher-wrap .el .p-4 {
        padding: 0 !important;
        padding-left: 15px !important;
    }

    .teacher-wrap .el .max-img {
        width: 26.66%;
    }

    .teacher-wrap .el p {
        margin-bottom: 8px;
    }

    .teacher-wrap .el .con p {
        margin-bottom: 5px;
    }

    .teacher-wrap .el .con {
        font-size: 12px;
        -webkit-line-clamp: 6;
    }

    .teacher-wrap .el .t-1 {
        font-size: 18px;
        line-height: 2;

        color: #000;
    }

    .teacher-wrap .detail .el {
        margin-bottom: 0;
    }

    .teacher-wrap .detail {
        padding-top: 20px;
    }

    .tab-con-wrap .el.el-border {
        margin-bottom: 0;

        border: none;
    }

    .sub-m-tit {
        font-size: 22px;
        line-height: 50px;

        color: #c8161e;
        background: #fff;
    }

    .sub-m-tit small {
        font-size: 12px;

        margin-left: 10px;

        color: #7b7b7b;
    }

    .tab-con-wrap {

        margin-bottom: 0;
    }

    .viewpoint-wrap .tab {
        width: auto !important;
        margin-bottom: 0;

        text-align: left;

        border: none;
    }

    .viewpoint-wrap .tab > li {
        display: inline-block;
    }

    .viewpoint-wrap .tab > li + li {
        margin-left: 30px;
    }

    .viewpoint-wrap .tab .el {
        font-weight: bold;

        position: relative;

        border: none;
    }

    .viewpoint-wrap .tab .el.active:after {
        position: absolute;
        right: 0;
        bottom: -2px;
        left: 0;

        display: block;

        height: 2px;

        content: '';

        background: #c8161e;
    }

    .production-wrap .bg-color-ED6529 .t-1,
    .production-wrap .bg-color-F39942 .t-1,
    .production-wrap .bg-color-E1A963 .t-1 {
        font-size: 20px;

        margin-bottom: .5em;
    }

    .production-wrap .top .left {
        padding: 0;

        background: #c8161e;
    }

    .production-wrap .top .bg-color-ED6529 {
        position: relative;

        padding: 1.5em;

        background: none;
    }

    .production-wrap .top .right {
        /*padding: 0 1.5em;*/
    }

    .production-wrap .top .right img {
        width: 100%;
    }

    .concept-map {
        width: auto;
    }

    .production-wrap .t-2 {
        font-size: 20px;
    }

    .list-speacil .item {
        display: block;

        border-bottom: 1px solid #e6e6e6;
    }

    .list-speacil .item .img-wrap {
        display: none;
    }

    .list-speacil .item .text {
        display: flex;
        flex-direction: column;

        width: auto;
        margin: 0;
        padding: 0;

        border: none;
        box-shadow: none;
    }

    .list-speacil .item .text > * {
        order: 1;
    }

    .list-speacil .item .text > p {
        order: 2;

        margin-top: 1em;
    }

    .production-wrap .t-2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
    }

    .list-speacil {
        margin-top: -1em;
        padding-top: 2em;

        border-top: 1px solid #e6e6e6;
    }

    .list-speacil .item {
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    /*.list-speacil .item:last-child{*/
    /*    padding-top: 0;*/
    /*}*/
    /*品牌联动*/
    .production-wrap .ppld-item {
        padding: 0;
    }

    .production-wrap .ppld-item .border {
        display: flex;
        flex-direction: column-reverse;

        padding-bottom: 0 !important;

        border: none !important;
    }

    .production-wrap .ppld-item .border .px-4 {
        padding: 0 15px;
    }

    .production-wrap .ppld-item .border > * {
        margin: 0 !important;
    }

    .production-wrap .t-3 {
        font-size: 13px;
        font-weight: bold;
    }

    .breadcrumb {
        margin: -.5em 0;
    }

    .production-wrap .hzal-item .border {
        padding: 0 !important;

        border: none !important;
    }


    /* 人才共育*/
    .production-wrap .rcgy-item .border {
        margin-bottom: 10px;
        padding: 0 !important;

        border: none !important;
    }

    .production-wrap .list1 {
        font-size: 13px;
    }

    .tit-theme-color {
        font-size: 16px;
    }

    /* 人才招聘*/
    .recruitment-wrap {
        margin-top: 15px;

        background: none !important;
    }

    .recruitment-list-wrap .title-line {
        font-size: 18px;
        font-weight: bold;
    }

    .recruitment-list-wrap .recruit-title li + li {
        margin-left: 1.5em;
    }

    .recruitment-list-wrap .item .tit {
        font-size: 16px;
        line-height: 1.6;

        margin-top: 15px;
    }

    .recruitment-list-wrap .item:first-child {
        margin-top: 0;
        border-bottom: none !important;
    }

    .recruitment-wrap .border-bottom {
        border-bottom: none !important;
    }


    .recruit-title {
        margin-bottom: 0;
    }

    .recruitment-list-wrap .title-line {
        padding-bottom: 5px;
    }

    .recruitment-list-wrap .recruit-title li.active::after {
        bottom: 0;
    }

    .time-wrap {
        font-size: 13px;

        display: flex;
        justify-content: space-between;

        margin-left: 0;
        padding-top: 10px;

        color: #7c7c7c;
    }

    .time-wrap span + span {
        margin-left: 10px;
    }

    .recruitment-list-wrap .pr-50 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .job-detail-title {
        font-size: 18px;
    }

    .recruitment-wrap .detail-wrap {
        padding-top: 10px;
    }

    .recruitment-wrap .standard {
        font-size: 16px;
    }

    .project-wrap-m .project-classify {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .project-wrap-m .project-classify:after {
        font-family: bootstrap-icons !important;
        font-size: 26px;
        font-weight: normal !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        content: '\f4fe';
        vertical-align: -.125em;
        text-transform: none;

        color: #c8161e;
    }

    .project-wrap-m .item2.active .project-classify:after {
        content: '\f2ea';
    }

    .project-wrap-m .project-classify-con {
        display: none;
    }

    .project-wrap-m .item2.active .project-classify-con {
        display: block;
    }

    .project-wrap-m .item2.active {
        margin-right: -8px;
        margin-bottom: 2em;
        margin-left: -8px;
        padding: 15px 8px;

        background: #f2f2f2;
    }
    .project-wrap-m .item h2{
        font-size: 16px;
        color: #000;
        margin: 20px 0 10px 0;
    }

    .m-about-con {
        flex: 1;

        width: auto;
        margin-bottom: calc(var(--bs-gutter-x) * .5);
        padding: 1em;

        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 3px 14px rgba(0, 0, 0, .18);
    }

    .sub-tit {
        font-size: 20px;
        position: relative;
    }

    .m-small {
        font-size: 8px;
    }

    .m-small .col-6 p:first-child {
        text-align: center;
    }

    .m-sign {
        width: 60px;
    }

    .m-about-con .border-bottom {
        border-bottom: none !important;
        text-align: center;
    }

    .m-about-con .col-6:first-child{
        padding-right: 5px;
    }
    .m-about-con .col-6:last-child{
        padding-left: 5px;
    }

    .college-wrap {
        margin-bottom: 0;
    }

    .college-wrap .text-1 {
        font-size: 20px;

        margin: 20px 0;
    }

    .college-wrap .text-1 strong {
        font-size: 14px;

        display: block;

        margin: 10px 0 0 0;
    }

    .college-wrap .time-line {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-bottom: 40px;
    }

    .college-wrap .time-line .item .left {
        font-size: 14px;

        width: 60px;
        margin-right: 10px;

        color: #c8161e;
    }

    .college-wrap .time-line .item .time {
        font-size: 14px;
        font-weight: bold;

        color: #c8161e;
    }

    .college-wrap .time-line .item .left::after {
        bottom: 0;
    }

    .structure-wrap .group-leader .el {
        width: 100%;
        margin-bottom: 1em;

        border: none !important;
    }

    .structure-wrap .group-leader .el .p-4 {
        margin-top: 0 !important;
    }

    .group-leader .left {
        width: 100px;
    }

    .structure-wrap .members .col {
        width: 48%;
        margin-bottom: 20px;
    }

    .structure-wrap .sub-tit.text-center {
        text-align: left !important;
    }

    .structure-wrap .members {
        justify-content: flex-start !important;
    }

    .structure-wrap .t-1 {
        font-size: 16px;
    }

    .structure-wrap .members {
        font-size: 12px;
    }

    .structure-wrap .members .special-tit {
        flex: 1;
    }

    .structure-wrap .data-briefing {
        border: none;
    }

    .course {
        padding: 1em 0;
    }

    .course > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        padding: 0;
    }

    .course > div p:nth-child(odd) {
        width: 54%;
    }

    .course > div p:nth-child(even) {
        width: 42%;
    }

    .slog-2 {
        font-size: 18px;

        margin: 1em 0;

        color: #000;
    }



    .project-wrap .tit-1 span i {
        display: none;
    }

    .project-wrap .pr-50 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .project-wrap .slog-1 {
        font-size: 16px;
        font-weight: bold;

        margin-bottom: 10px;

        color: #c8161e;
    }

    .project-wrap .tit-1 {
        margin-top: 20px;
        margin-bottom: 10px;

        border-bottom: 1px solid #e6e6e6;
    }

    .project-wrap .tit-1 span {
        font-size: 18px;
        font-weight: bold;

        position: relative;
    }

    .project-wrap .tit-1::after {
        display: none;
    }

    .project-wrap .tit-1 span::before {
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;

        display: block;

        height: 2px;

        content: '';

        background: #c8161e;
    }

    .project-wrap .teacher-wrap {
        background: #eaeaea;
    }

    .project-wrap .teacher-wrap .col-md-4 {
        margin-bottom: 1em;
        padding-top: 1em;
        padding-bottom: 1em;

        background-color: #fff;
    }

    .project-wrap .teacher-wrap .col-md-4:last-child {
        margin-bottom: 0;
    }

    .project-wrap .teacher-wrap .el {
        margin-bottom: 0;

        border: none;
    }
    .form-wrap .col-12 {
        text-align: center !important;
    }

    .form-wrap .btn1 {
        width: 200px;
    }

    .part-rh-wrap .mySwiper2-m {
        padding-bottom: 20px;
    }

    .list-normal-wrap .list .line {
        margin: 10px 0;

        border-bottom: 1px solid #fff;
    }

    .special-list .list .line {
        border-bottom: 1px solid #e6e6e6;
    }

    .special-list .list .time,
    .special-list .list .desc {
        color: #666;
    }

    .form-wrap .item {
        align-items: center;
    }

    .form-wrap .form-label {
        width: 70px;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .menu-slide-wrap .menu-slide > ul > li i {
        transform: rotate(90deg);
    }

    .menu-slide-wrap .menu-slide > ul > li.active i {
        transform: rotate(-90deg);
    }

    .teacher-wrap .m-background:last-child {
        margin-bottom: 0;
    }

    .viewpoint-wrap .list .line {
        margin: 20px 0;

        border-bottom-color: #e6e6e6;
    }

    .slide .tit {
        font-size: 18px;

        color: #000;
    }

    .viewpoint-detail-wrap .pr-50 {
        padding-right: 15px;
    }

    .viewpoint-wrap .list-normal-wrap .list .right .tit {
        display: block;
    }

    .sub-tit + .sub-tit {
        font-size: 18px;
    }

    .structure-wrap .group-leader .el .p-4 {
        padding-right: 0 !important;
    }

    .banner-wrap .icon {
        margin-left: auto;
    }

    .banner-wrap .bottom .col .icon img {
        width: 16px;
    }

    .production-wrap .collapse-wrap-box .collapse-wrap.active {
        background: none;
    }

    .production-wrap .list1 .border:hover {
        box-shadow: none;
    }

    .production-wrap .collapse-wrap-box {
        padding: 0;
    }

    .concept-map .px-3 {
        padding: 0 !important;
    }

    .rcgy-wrap-m {
        margin-bottom: 1em;

        text-align: justify;

        border-bottom: 1px solid #e6e6e6;
    }

    .rcgy-wrap-m ul {
        font-weight: bold;

        display: flex;
        justify-content: space-between;

        margin: 0;
        padding-right: .5em;
        padding-bottom: 1em;
        padding-left: .5em;

        list-style: none;
    }

    .rcgy-wrap-m ul li {
        position: relative;

        margin-top: -20px;
    }

    .rcgy-wrap-m ul li.active:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;

        height: 2px;

        content: '';

        background-color: #c8161e;
    }

    .rcgy-wrap-m ul li:first-child.active:after {
        background-color: #4489f8;
    }

    .rcgy-wrap-m ul li:nth-child(2).active:after {
        background-color: #f74242;
    }

    .rcgy-wrap-m ul li:nth-child(3).active:after {
        background-color: #7507c1;
    }

    .rcgy-wrap-m ul li:first-child,
    .rcgy-wrap-m .tab-con-wrap .item:first-child {
        color: #4489f8;
    }

    .rcgy-wrap-m ul li:nth-child(2),
    .rcgy-wrap-m .tab-con-wrap .item:nth-child(2) {
        color: #f74242;
    }

    .rcgy-wrap-m ul li:nth-child(3),
    .rcgy-wrap-m .tab-con-wrap .item:nth-child(3) {
        color: #7507c1;
    }

    .rcgy-wrap-m ul li {
        text-align: center;
    }

    .rcgy-wrap-m .tab-con-wrap {
        min-height: auto;
        padding-right: .5em;
        padding-bottom: 1em;
        padding-left: .5em;
    }

    .rcgy-wrap-m {
        text-align: left;
    }

    .production-wrap .list1 .border {
        padding-right: 0 !important;
        padding-left: 0 !important;

        border-top: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
    }

    .m-text-center {
        text-align: center;
    }

    .title-wq {
        font-size: 22px;
        line-height: 50px;

        margin-top: 30px;

        color: #363636;
        border-bottom: 1px solid #e6e6e6;
    }

    .message-center {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

        height: 100px;

        color: #888;
    }

    /*移动端间距处理*/
    .mt-50 {
        margin-top: 25px;
    }

    .contact-us-wrap,
    .college-wrap,
    .structure-wrap {
        padding-top: 15px;
    }

    .background-fff,
    .teacher-wrap .m-background:last-child {
        padding-bottom: 50px;
    }

    .college-wrap {
        padding-bottom: 0;
    }

    .page-link {
        color: #333;
        border: none;
    }

    .page-item.active .page-link {
        color: #c8161e;
        background: none;;
    }

    .page-item .page-link .bi::before {
        line-height: 2;

        color: #c8161e;
    }

    .aa {
        padding-bottom: 0;
    }


    .hzal-icon {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;

        height: 66px;
        margin: auto;
    }

    

    .production-wrap .list1 > div:last-child .border {
        border: none !important;
    }

    .production-wrap .hzal-item .border:after {
        display: block;
        height: 1px;
        content: '';
        background: #dee2e6;
        margin-top: 2em;
    }

    .production-wrap .list1 > div:last-child .border:after {
        display: none;
    }


    .list-speacil .item:last-child {
        border: none;
        margin-bottom: 0;
    }

    .colum-2 {
        display: flex;
    }

    .colum-2 .left,
    .colum-2 .span{
        flex-shrink: 0;
        width: 4em;
    }

    .viewpoint-detail-wrap .list-normal-wrap .list .line {

        border-bottom: 1px solid #dee2e6;
    }
    .viewpoint-detail-wrap .list-normal-wrap .list .line:last-child {

        display: none;
    }
    .calendar-m-wrap .mouth-wrap .mouth>.end{
        border: 2px solid #999999;
    }
    .con-format table th,
    .con-format table td,
    .theme-table2 td,
    .theme-table1 td{
        min-width: auto;
        padding: 5px;
        line-height: 1.4;
        width: auto !important;
        text-align: center;
    }
    .con-format table th *,
    .con-format table td *,
    .theme-table2 td *,
    .theme-table1 td *{
        font-size: 12px !important;
    }
    .actdetail table{
        width: auto !important;
    }
    .m-postion-desc{
        position: absolute;
        left: 14em;
        color: #999;
        font-size: 12px;
        top: 12px;
    }
    .slide-nav {
        display: none;
    }
    .modal-body {
        max-height: 65vh;
        overflow-y: scroll;
    }

    .project-wrap-m .item h3 {
        font-size: 20px;
        color: #000;
        margin: 20px 0 20px 0;
    }
    .project-wrap-m .item h3 {
        width: 290px;
        height: 36px;
        line-height: 36px;
        background-image: linear-gradient(90deg,
        rgba( 171,133,88 ,0.22), transparent);
        border-radius: 0px 0px 0px 0px;
        color: #a2743d;
        font-size: 18px;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }
    .project-wrap-m .item h3>strong{
        font-size: 50px;
    }

    .uddteacher-list>ul,
    .culture-list>ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .uddteacher-list>ul li ,
    .culture-list>ul li {
        display: flex;
        line-height: 1.5;
    }
    .project-wrap-m .culture-list>ul li h3 {
        background-image: url(../images/culture-bg.png);
        background-size: cover;
        border-radius: 52px 52px 52px 52px;
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        justify-content: center;
        padding: 0;
        line-height: 1.25;
    }
    .project-wrap-m .item h4 {
        position: relative;
        color: #c8161e;
        margin-top: .5rem;
        font-size: 16px;
    }
    .culture-list>ul li p {
        background-image: linear-gradient(-90deg, rgba(171, 133, 88, 0.22), rgba(171, 133, 88, 0.22), #fefdfd);
        border-radius: 0px 100px 100px 0px;
        align-self: center;
        display: flex;
        align-items: center;
        padding-right: 20px;
        width: 100%;
        flex: 1;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        padding-left: 15px;
    }
    .uddteacher-list>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .uddteacher-list>ul li {
        background: #f3f3f3;
        padding: 15px;
        width: 100%;
        display: block;
    }
    .uddteacher-list>ul li:nth-child(odd) {
        margin-right: unset;
    }
}



