.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.over-f {
    overflow: hidden;
}

.mt20 {
    margin-top: 20px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}
.mr100 {
    margin-right: 100px;
}
.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}
.ml100 {
    margin-left: 100px;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.lin22 {
    line-height: 22px;
}

.lin30 {
    line-height: 30px;
}
.lin40 {
    line-height: 40px;
}
.lin50 {
    line-height: 50px;
}

.bold {
    font-weight: bold;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: flex !important;
    align-items: center;
}

.just_around {
    display: flex;
    justify-content: space-around;
}

.just_between {
    display: flex;
    justify-content: space-between;
}

.just-center {
    display: flex !important;
    justify-content: center;
}

.just_end {
    display: flex;
    justify-content: flex-end;
}

.flex4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.clamp1 {
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp2 {
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hidden1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*招生简章搜索框 */
#degree_search_form {
    text-align: left;
    padding: 0 0 20px 0;
}

.degree_search_form #degree_searchInput {
    min-width: 400px;
    height: 35px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    padding: 5px 5px;
}

.degree_search_form input {
    box-sizing: border-box;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 1em;
    height: 28px;
    padding: 5px 10px;
    margin: 0;
}

.degree_btn {
    display: inline-block;
    color: #fff;
    background-color: #20297B;
    padding: 9px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: inherit;
    border-radius: 4px;
}

/* 招生简章-tab */

.news-title {
    border-bottom: #e4e3e3 1px dashed;
    padding: 10px 10px 20px 0;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hnav {
    float: right;
}

span {
    display: inline;
}

.hnav a {
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    float: left;
    position: relative;
}

.hnav a:after {
    position: relative;
    content: "/";
    right: -10px;
    bottom: 0;
    color: #ccc;
}

.hnav a:last-child:after {
    position: relative;
    content: "";
    right: -10px;
    bottom: 0;
    color: #ccc;
}

.news-title h2 {
    font-size: 16px;
    font-weight: normal;
    position: relative;
    float: left;
    text-align: center;
}

.sec-title {
    font-size: 18px;
    font-weight: bold;
    height: 34px;
    position: relative;
    padding-left: 10px;
}

.third-title {
    font-size: 18px;
    font-weight: bold;
    height: 34px;
    position: relative;
}

/* 文章底部联系方式 */
.share {
    min-height: 140px;
    padding: 10px 0;
    display: table;
    width: 100%;
    margin: 20px auto;
    line-height: 24px;
    background: #E0E2F5;
}

.share-text {
    border-bottom: 1px dashed #b1acac;
    font-size: 18px;
    font-weight: bold;
    height: 34px;
    position: relative;
    padding-left: 22px;
}

.zindex1 img {
    width: 100px;
    float: left;
    margin: 0 20px;
}

.share>div {
    padding: 0 20px;
    margin-top: 16px;
}

.cbro {
    color: #0579DE;
    font-size: 20px;
    margin-bottom: 10px;
}

a:hover {
    color: #0579DE;
}

/* 院校课程详情 */
.school_table {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

#CourseDetails h2 {
    font-weight: bold;
    font-size: 18px;
    color: #2d2f31;
    margin-bottom: 10px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
}

#facts {
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;

}

#facts>div {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#facts>div i {
    font-size: 24px;
    padding-right: 5px;
    width: 50px;
    color: #0579DE;
}

i.fa {
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* a:hover,
a:focus {
    text-decoration: none;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    height: 100%;
}

.thumbnail {
    display: block; 
    padding: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
} */
/* 大设备 */
@media only screen and (min-width: 992px) {
    .nav-left {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px
    }

    .content-right {
        width: 75%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
    }

    /* body {
        font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 15px;
        background: #fff;
        background-image: url(/home/img/back.jpg);
        background-size: 100% 784px;
        background-repeat: no-repeat;
    } */
    .paihang {
        padding: 20px;
    }

    .whitebg {
        background: rgba(255, 255, 255, .3);
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: 4px 4px 16px #e1e1e1, -2px -2px 16px #fff;
    }

    .bgh {
        padding: 10px;
        overflow: hidden;
        display: table;
        width: 100%;
        margin: 20px auto;
        line-height: 24px;
        background: #fff;
        border: 1px solid #eeeeee;
    }

    /* 奖学金侧边栏导航 */

    .panel_this {
        color: #fff;
    }

    .panel_box {
        box-sizing: border-box;
        background: #20297B;
        color: #FFFFFF;
        box-sizing: border-box;
        min-height: 300px;
        overflow-y: auto;
        padding-top: 20px;
    }

    .panel_li {
        cursor: pointer;
        list-style: none;
    }

    .panel_title {
        padding-right: 36px;
    }

    .font_dan {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #b3b8d4;
    }

    .panel_title>a {
        color: #FFFFFF;
    }

    .panel_li>div {
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        position: relative;
        font-weight: bold;
        font-size: 17px;
        color: #FFFFFF;
    }

    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon_img {
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
    }

    .icon-shangxiajiantou1:before {
        content: "\e600";
    }

    .panel_li>ul {
        padding-left: 10px;
        border-bottom: 1px solid hsla(0, 0%, 99%, 0.15);
    }

    /*滚动条*/

    ::-webkit-scrollbar {
        width: 5px;
        /*滚动条宽度*/
        height: 8px;
        /*滚动条高度*/
    }

    ::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        border-radius: 3px;
        /*滚动条的背景区域的圆角*/
        background-color: #fbfbfb;
        /*滚动条的背景颜色*/
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        /*滚动条的圆角*/
        /*   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  */
        background-color: #D8D8D8;
        /*滚动条的背景颜色*/
    }

    /*清除浮动,在父元素使用*/

    .clearfix:after,
    .clearfix:before {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        *zoom: 1;
    }

    .news_con {
        width: 94%;
        padding: 10px 30px 30px 30px;
        border: 1px solid #eee;
        box-shadow: 1px 1px 10px #eee;
    }

    .news_list li {
        font-size: 16px;
        color: #333;
        height: 46px;
        line-height: 46px;
    }

    .news_list li a {
        float: left;
        display: block;
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #333;
        padding-left: 15px;
    }

    .news_list li span {
        float: right;
        font-size: 16px;
        color: #333;
        font-family: arial !important;
    }

    /* 底部联系方式 */
    .flex1 {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        justify-content: space-evenly;
    }

    .cr67 {
        color: rgba(103, 119, 133, 1);
    }

    .fz16 {
        font-size: 16px;
    }

    .we_box {
        position: relative;
        z-index: 10;
    }

    .ml30 {
        margin-left: 30px;
    }

    .point {
        cursor: pointer;
    }

    .hidde {
        display: none;
    }

    .ft_we {
        width: 200px;
        height: 225px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 15px;
        box-sizing: border-box;
        position: absolute;
        top: -240px;
    }

    .fz14 {
        font-size: 14px;
    }

    .ml10 {
        margin-left: 10px;
    }

    .crff {
        color: #333;
    }

    .we_box:hover .ft_we {
        display: block !important;
        opacity: 1;
        /* 渐变显示 */
    }

    /* 职业指南 */
    .pc-career-body {
        max-width: 1440px;
        margin: 0 auto;
    }

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
    }

    .card-header {
        padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
        margin-bottom: 0;
        color: var(--bs-card-cap-color);
        background-color: #20297B;
        color: #ffffff;
        border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    }

    .card-body>h3 {
        font-weight: 700;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .pc-career-box h5 {
        text-align: center;
        margin-bottom: 0;
        font-size: 14px;
    }

    .fa {
        margin-right: 5px;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .fa,
    .fas {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .fa-graduation-cap:before {
        content: "\f19d";
    }

    .jump {
        animation: jump 1.5s infinite;
        font-size: 32px;
        font-weight: bold;
    }

    .d-inline-block {
        display: inline-block !important;
    }

    small {
        font-size: .8em;
    }

    .card-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
    }

    .g-2,
    .gy-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-2,
    .gx-2 {
        --bs-gutter-x: 0.5rem;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-0.5* var(--bs-gutter-x));
        margin-left: calc(-0.5* var(--bs-gutter-x));
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .card {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
        --bs-card-title-spacer-y: 0.5rem;
        --bs-card-border-width: 1px;
        --bs-card-border-color: var(--bs-border-color-translucent);
        --bs-card-border-radius: 0.375rem;
        --bs-card-box-shadow: ;
        --bs-card-inner-border-radius: calc(0.375rem - 1px);
        --bs-card-cap-padding-y: 0.5rem;
        --bs-card-cap-padding-x: 1rem;
        --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
        --bs-card-cap-color: ;
        --bs-card-height: ;
        --bs-card-color: ;
        --bs-card-bg: #fff;
        --bs-card-img-overlay-padding: 1rem;
        --bs-card-group-margin: 0.75rem;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        height: var(--bs-card-height);
        word-wrap: break-word;
        background-color: var(--bs-card-bg);
        background-clip: border-box;
        border: var(--bs-card-border-width) solid var(--bs-card-border-color);
        border-radius: var(--bs-card-border-radius);
    }

    .card-img-container {
        position: relative;
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
    }

    .card img {
        display: block;
    }

    .card-img-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .card-img-top {
        border-top-left-radius: var(--bs-card-inner-border-radius);
        border-top-right-radius: var(--bs-card-inner-border-radius);
    }

    .img-fluid {
        max-width: 100%;
    }

    #FieldsOfStudyCards .card-body {
        /* display: none; */
    }

    .card-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
    }

    #FieldsOfStudyCards .card-body h5 {
        text-align: center;
        margin-bottom: 0;
        font-size: 14px;
    }

    .pc-career-box>.col {
        margin-right: 14px;
        width: 19%;
    }

    .pc-career-box>.col:nth-child(5n) {
        margin-right: 0;
    }

    .pc-career-show {
        border: 1px solid #efefef;
        border-radius: 5px;
        margin-bottom: 20px;
        height: 200px;
    }

    .pc-career-show>div:first-child {
        flex: 0 0 auto;
        width: 25%;
    }

    .pc-career-show>div img {
        width: 100%;
        height: 100%;
    }

    .pc-career-show>div:nth-child(2) {
        flex: 0 0 auto;
        width: 74%;
    }

    .pc-career-show-sed h5 {
        font-size: 18px;
        color: #111111;
        margin-top: 20px;
    }

    .pc-career-show-sed div {
        color: #555;
        margin: 1.4em 0;
    }

    .text-bg {
        border: 1px solid #dee2e6;
        margin-bottom: 15px;
        border-radius: var(--bs-border-radius-lg) !important;
        padding: 3rem !important;
        height: 100% !important;
        color: #fff !important;
        /* background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; */
        background-color:#20297B!important;
    }

    .text-bg>h2 {
        color: #ffffff !important;
        margin-bottom: .2em;
        font-weight: 700;
        line-height: 1.2em;
        font-size: 28px;
    }

    .text-bg>div {
        font-size: 16px !important;
    }

    .text-bg a {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        margin-top: 1em;
        color: #f8f9fa !important;
        border: #f8f9fa 1px solid !important;
        border-radius: 5px !important;
        padding: 6px 12px !important;
        background: transparent !important;
        font-size: 16px !important;
    }

    .career-course>li {
        border-bottom: 1px solid #eeeeee;
        padding: 5px 0;
        color: #666666;
        margin-bottom: 10px !important;
    }

    .career-course-d1 {
        width: 75%;
        padding: 0 10px;
    }

    .career-course-btn {
        display: block;
        padding: 5px;
        font-size: 14px;
        margin-top: 10px;
        border-radius: 5px;
        color: #fff;
        background-color: #06c;
        text-decoration: none;
        border: none;
        cursor: pointer;
        text-align: center;
        width: 100px;
    }

    .career-course-d11 {
        color: #000000 !important;
    }

    .career-course-d12,
    .career-course-d13 {
        font-size: 14px;
        line-height: 2.2rem;
        color: #666666;
    }

    .career-course-d12>a {
        color: #222;
    }

    .career-course-d13>a {
        color: #0a53be;
    }

    .content.profile h2 {
        padding: 10px 0;
        font-size: 20px;
    }

    .content h3 {
        font-size: 20px !important;
    }

    .career-course-h2 {
        border-bottom: 1px solid #eeeeee;
    }

    /* 搜索样式 */
    .search-container {
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .search-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background: #20297B;
        color: #fff;
        font-size: 18px;
    }

    .search-header i.fa-info-circle {
        margin-right: 5px;
    }

    .search-header i.refresh-btn {
        cursor: pointer;
    }

    .search-form {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .search-form label {
        margin-right: 10px;
        font-size: 16px;
        line-height: 38px;
        color: #333;
        font-weight: 700;
    }

    .search-form input[type="text"]{
        margin-right: 20px;
        padding: 0 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    /* .search-form select {
        width: 100%;
        height: 35px;
        margin-right: 20px;
        padding: 0 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .search-form select {
        appearance: none;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><polygon points="0,0 10,0 5,6"/></svg>') no-repeat right center;
        background-color: #fff;
        background-size: 10px 6px;
    } */

    .search-form select option {
        font-size: 16px;
        font-weight: 600;
        color: #8b8686;
    }

    .search-btn {
        padding: 5px 15px;
        background: #20297B;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 14px;
    }

    .search-btn i {
        margin-right: 5px;
    }

    .study-guide-ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px;
    }

    .study-guide-ul>li {
        width: 23%;
        margin-right: 27px;
        margin-bottom: 1.5em;
    }

    .study-guide-ul>li:nth-child(4n) {
        margin-right: 0px;
    }

    .study-guide-ul li img {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
    }

    .study-guide-ul li h1 {
        margin-top: 0;
        margin-bottom: .5em;
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.2em;
        text-decoration: none;
        color: #C94A00;
    }

    .study-guide-ul li div {
        margin-top: .5em;
        color: #555;
        margin: 1.6em 0;
        line-height: 1.5em;
    }

    /* 学习指南新闻列表页 */
    .study-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    }

    .study-container>h1 {
        color: #e74c3c;
        font-size: 2.5em;
        margin-bottom: 10px;
    }

    .study-container>p {
        font-size: 1em;
        margin: 5px 0;
    }

    .article-list {
        margin-top: 20px;
    }

    .article-item {
        display: flex;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .article-item img {
        width: 200px;
        height: 150px;
        object-fit: cover;
        margin-right: 20px;
    }

    .article-content h2 {
        font-size: 1.5em;
        margin: 0;
    }

    .article-content h2 a {
        color: #333;
        text-decoration: none;
        font-size: 18px;
    }

    .article-content div {
        font-size: 1em;
        color: #666;
        margin: 10px 0;
    }

    .article-content strong {
        color: #333;
    }

    /* 院校公共头部 */
    .coll_table_middle_item {
        display: flex;
        flex-direction: row;
        width: 100% !important;
        height: 100% !important;
        line-height: 30px !important;
    }

    .coll_table_middle_item>span:first-child {
        width: 18% !important;
    }

    .coll_table_middle_item>span:last-child {
        width: 82% !important;
        padding: 0 10px;
    }


    /* 网站底部 */
    .ft_head {
        background: #E0E2F5;
        height: 120px;
    }

    .ft_head .w {
        padding: 32px 0;
    }

    .flex {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
        align-items: center;
        -ms-flex-align: center;
    }

    .w {
        width: 93.75%;
        margin: 0 auto;
    }

    .cr67 {
        color: rgba(103, 119, 133, 1);
    }

    .fz16 {
        font-size: 16px;
    }

    .ml40 {
        margin-left: 40px;
    }

    .crfa {
        color: #fafafa;
    }

    .fz14 {
        font-size: 14px;
    }

    .lin28 {
        line-height: 28px;
    }

    .we_box {
        position: relative;
        z-index: 10;
    }

    .ml30 {
        margin-left: 30px;
    }

    .point {
        cursor: pointer;
    }

    .hidden {
        display: none;
    }

    .mt10 {
        margin-top: 10px;
    }

    .fz12 {
        font-size: 12px;
    }

    .cr9b {
        color: #9b9b9b;
    }

    .ft_center {
        padding: 36px 0;
        background: #20297B;
    }

    .flex2 {
        display: flex;
        display: -ms-flexbox;
    }

    .sb {
        justify-content: space-between;
    }

    .center_left {
        width: 15%;
    }
    .center_left>img {
        width: 100%;
    }

    .center_right {
        width: 80%;
    }

    .mt20 {
        margin-top: 20px;
    }

    .flw {
        flex-wrap: wrap;
    }

    .ft_tag a {
        display: block;
        width: 135px;
        height: 50px;
        border: 1px solid rgba(151, 151, 151, 1);
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #949498;
        margin-top: 15px;
        margin-right: 10px;
        box-sizing: border-box;
        padding: 0 3px;
    }

    .flex3 {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
    }

    .center_right>div {
        margin-right: 34px;
    }

    .fz14 {
        font-size: 14px;
    }

    .crff {
        color: #fff;
    }
    .cr33 {
        color: #333333;
    }

    .sec_f a {
        font-size: 12px;
        color: #fff;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .ft_friends {
        background: #20297B;
        padding: 16px 0;
    }

    .mt15 {
        margin-top: 15px;
    }

    .ft_friends a {
        font-size: 12px;
        color: #fff;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    /* 马来西亚签证 */
    .visa-container {
        display: flex;
        width: 100% !important;
        margin: 50px auto;
    }

    .left-section {
        padding: 40px;
        width: 50%;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .left-section h1 {
        margin-top: 0;
    }

    .left-section p {
        line-height: 1.6;
        margin: 20px 0;
    }

    .consult-button {
        background-color: #a0522d;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 16px;
    }

    .right-section {
        position: relative;
        width: 40%;
        border-radius: 20px;
    }

    .right-section .image {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .mr55 {
        margin-right: 55px;
    }

    /* 签证里流程样式 */

    .visa-application-process {
        text-align: center;
        margin: 50px 0;
    }

    .visa-application-process h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .process-steps {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .process-steps::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: 2px dashed #8b4513;
        z-index: -1;
    }

    .step-item {
        position: relative;
        text-align: center;
    }

    .step-item::before {
        content: '';
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        background-color: #8b4513;
        border-radius: 50%;
        z-index: 1;
    }

    .step-number {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .step-title {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .step-description {
        font-size: 14px;
        line-height: 1.5;
        padding: 20px;
    }

    /* 签证里资讯样式 */

    .visa-success-cases {
        text-align: center;
        margin: 50px 0;
        overflow: hidden;
    }

    .visa-success-cases h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .case-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .case-items>a:hover {
        cursor: pointer;
    }

    .case-item {
        text-align: left;
        margin-bottom: 30px;
    }

    .case-image {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .case-description h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .case-description p {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
    }

    /* 第二家园申请流程 */

    .process-container {
        width: 100%;
        margin: 50px auto;
    }

    .process-title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }

    .steps {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .step {
        width: calc(100% / 7 - 20px);
        text-align: center;
        margin-bottom: 40px;
    }

    .step-number {
        font-size: 18px;
        font-weight: bold;
        color: #8b6d57;
        margin-bottom: 8px;
    }

    .step-name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .step-desc {
        font-size: 14px;
        color: #666;
    }

    /* 连接步骤的虚线样式，利用伪元素实现 */
    .steps::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 50px;
        right: 50px;
        height: 2px;
        background: linear-gradient(to right, #8b6d57 33%, transparent 33%, transparent 66%, #8b6d57 66%) repeat-x;
        background-size: 30px 2px;
        z-index: -1;
    }
    /* 专业团队 */
    .teacher_box{
        text-align: center;
        margin: 50px 0;
    }
    .flex5 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .teacher_box>h2{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 40px;
    }
    .teacher_train>div{
        width:18%;
        min-height: 450px;
        margin-right: 35px;
        margin-bottom: 40px;
    }
    .teacher_train>div:nth-child(5n){
        margin-right: 0px;
    }
    .t_timg {
        width: 100%;
        height: 100%;
    }
    .navactive{
        border-bottom: 1px solid #20297B;
        color: #20297B;
    }
    .fw700{
        font-weight: 700;
    }
    .phidde{
        display: none;
    }
    .secondary-nav{
        background-color: #20297B !important;
        text-align: center;
        width: 180px !important;
        position: absolute !important;
        left: -50px !important;
        z-index: 100 !important;
    }
    .secondary-nav>li{
        margin-right: 0px !important;
    }
    .secondary-nav>li>a{
        color: #fff !important;
    }
    .secondary-nav>li a:hover{
        color: #20297B!important;
        background-color: #E0E2F5 !important;
    }
    .coll_breadcrumb{ 
        margin-top: 10px;
        color: #fff;
    }
    .coll_table_middle_item>div:first-child {
        min-width: 80px;
    }
}