
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #4d5259;
    line-height: 1.8;
    font-size: 16px;
    overflow-x: hidden;
    background-color: #fff;
}

a {
    color: #333333;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

    a:hover,
    a:focus {
        color: #079955;
        text-decoration: none;
        outline: none;
    }

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
    }

    a,
    button,
    a:focus,
    a:active,
    button:focus,
    button:active {
        outline: none !important;
    }

img {
    border: 0;
}

.table {
    width: 100%;
}

.red {
    color: red;
}

.error {
    color: red;
    font-size: 12px;
}


/* 标题 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'WenQuanYi Micro Hei', sans-serif;
    color: #313944;
    line-height: 1.5;
    letter-spacing: .5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

th {
    text-align: center;
    font-size: 16px;
    background-color: #f2f2f2;
}

.top {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ccc;
}

.banner {
    margin-bottom: 20px;
}

    .banner img {
        width: 100%;
    }

.flash img {
    width: 100%;
}

.flash ul.bxslider {
    list-style: none;
}

.flash div.bx-pager {
    bottom: 10px;
}

.flash div.bx-controls-direction {
    display: none;
}

.nav_title {
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    padding-left: 20px;
    background-color: #31c27c;
    border-radius: 5px 5px 0 0;
}

.nav_title a {
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    padding-left: 20px;
}

.nav_box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    padding: 15px 8px 15px 8px;
}


.left_nav {
    margin: 5px 5% 5px 5%;
    width: 90%;
    padding-left: 20px;
    line-height: 48px;
    font-size: 18px;
    color: #079955;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 4px;
}


    .left_nav:hover {
        color: #fff;
        border: 1px solid #cccccc;
        background: #31c27c;
    }

.right_top {
    border-bottom: 1px solid #ccc;
    color: #ffffff;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    width: 100%;
}

    .right_top span {
        background-color: #31c27c;
        color: #ffffff;
        height: 54px;
        line-height: 54px;
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-block;
        border-radius: 5px 5px 0 0;
    }
    
.list_box {
    width:100%;
    line-height: 200%;
    padding: 10px 10px 20px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    word-wrap: break-word;
}


    .list_box li {
        line-height: 48px;
        display:inline-block;
        width:100%;
        border-bottom: 1px dotted #cccccc;
        padding:2px;
    }


    .list_box li:nth-child(2n+1) {
        background-color: rgba(0,0,0,0.01);
    }


.list_box .list_time {
    float:right;
    width:20%;
    text-align:right;
}

    .list_box .list_title {
        float: left;
        width: 80%;
        overflow: hidden; /* 确保超出容器的内容被裁剪 */
        white-space: nowrap; /* 确保文本在一行内显示 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
    }

.none {
    display: none;
}

.section {
    background: linear-gradient(transparent,#fff);
}

.section-h2 {
    width: 196px;
    height: 35px;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    font-weight:bold;
}

.course {
    padding: 20px 0 20px;
    background-color: #eee;
    --theme-color: #31c27c;
    -webkit-tap-highlight-color: transparent;
}


.jobs {
    padding: 20px 0 20px;
    background-color: #eee;
    --theme-color: #31c27c;
    -webkit-tap-highlight-color: transparent;
}


.job-box {
    width: 100%;
    padding: 12px 0;
}

    .job-box .img {
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 15px;
    }

        .job-box .img img {
            width: 100%;
            height: 100%;
        border-radius: 8px;
        }

    .job-box .title {
        margin-right: auto;
        margin-top: 10px;
        line-height: 1.8;
        font-size: 18px;
    }

    .job-box .company a {
        margin-right: auto;
        line-height: 1.8;
        color: #999;
    }


.demand {
    padding: 20px 0 20px;
    background-color: #eee;
    --theme-color: #31c27c;
    -webkit-tap-highlight-color: transparent;
}


.demand-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

    .demand-img img {
        width: 100%;
        transition: 0.4s;
    }


        .demand-img img:hover {
            transform: scale(1.15);
            opacity: 1;
        }


.teacher {
    padding: 20px 0 20px;
    background-color: #eee;
    --theme-color: #31c27c;
    -webkit-tap-highlight-color: transparent;
}


.record {
    padding: 20px 0 20px;
    background-color: #eee;
    --theme-color: #31c27c;
    -webkit-tap-highlight-color: transparent;
}


.index-bg {
    background-color: #fafafa;
}

.listBox {
    border: 1px solid #f3f3f3;
    margin-top: 20px;
    width: 100%;
}

.info_title {
    font-size: 18px;
    line-height: 180%;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}

.productList {
    height: 145px;
    margin: 10px;
    background-color: #fbfcfe;
    border-radius: 5px;
}

    .productList:hover {
        margin: 10px;
        border: 1px solid #079955;
    }

.productImg {
    width: 140px;
    float: left;
    padding: 10px;
    display: inline-block;
}

    .productImg img {
        width: 120px;
        height: 120px;
        border-radius: 8px;
    }


.productInfo {
    width: calc(100% - 140px);
    line-height: 28px;
    float: left;
    font-size: 14px;
}

    .productInfo p {
        line-height: 28px;
        font-size: 14px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.productTitle {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    clear: both;
}

.productDate {
    font-size: 14px;
    color: #cccccc;
    line-height: 32px;
    float: left;
}

.companyName {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.companyInfo {
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.companyBusiness {
    line-height: 35px;
}


.footer {
    width: 100%;
    margin-top: 20px;
    padding: 35px;
    background-color: #303036;
    line-height: 240%;
    text-align: center;
    color: #999999;
    font-size:14px;
}

    .footer a {
        color: #999999;
    }

        .footer a:hover {
            color: #FFFFFF;
        }

/** ----------------------------------
 * 辅助类
 -------------------------------------- */
/* margin */
.m-0 {
    margin: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-tb-10 {
    margin: 10px 0px !important;
}

.m-lr-10 {
    margin: 0px 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

/* padding */
.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-tb-10 {
    padding: 10px 0px !important;
}

.p-lr-10 {
    padding: 0px 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-lr-15 {
    padding: 0px 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

/* 字体大小 */
.fa-1-5x {
    font-size: 1.5em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

/* 宽度 */
.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}


/* 分割线 */
.divider {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 1;
    color: #8b95a5;
    font-size: 14px;
    letter-spacing: .5px;
    margin: 2rem auto;
    width: 100%;
}

    .divider::before,
    .divider::after {
        content: '';
        -webkit-box-flex: 1;
        flex-grow: 1;
        border-top: 1px solid #ebebeb;
    }

    .divider::before {
        margin-right: 16px;
    }

    .divider::after {
        margin-left: 16px;
    }

.imgList {
    float: left;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 8px 1px rgba(51,51,51,0.1);
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

    .imgList img {
        border-radius: 10px 10px 0px 0px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.4s;
    }

        .imgList img:hover {
            transform: scale(1.15);
            opacity: 1;
        }



.photoName {
    position: relative;
    width: 100%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    text-align: center;
}


.line-b {
    border-bottom: 1px solid #cccccc;
}

.quickmenu {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333333;
    display: inline-block
}

.sub-nav {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 5px 20px 5px;
    margin-bottom: 20px;
    line-height: 48px;
    min-width: 95px;
    font-size: 18px;
    color: #079955;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 4px;
}


    .sub-nav:hover {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 48px;
        min-width: 95px;
        font-size: 18px;
        color: #fff;
        display: inline-block;
        border: 1px solid #cccccc;
        border-radius: 4px;
        background: #079955;
    }

.active {
    color: #fff;
    background: #31c27c;
}

/*大屏幕*/
@media screen and (min-width: 1560px) {
    .container {
        min-width: 1500px;
    }
}

/*大屏幕*/
@media screen and (min-width: 769px) {
    .logo {
        max-height: 68px;
        margin-top: 5px;
    }

    .flash {
        margin-top: 80px;
    }

    .navbar {
        min-height: 80px;
        background-color: #fff;
    }

    .navbar-nav {
        float: right;
    }

        .navbar-nav > li > a {
            text-align: center;
        }

    .navbar-default .navbar-nav > li > a {
        margin-top: 1px;
        padding: 0 15px 0 15px;
        height: 78px;
        line-height: 78px;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        color: #079955;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a.active,
        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            margin-top: 1px;
            padding: 0 15px 0 15px;
            height: 78px;
            line-height: 78px;
            background-color: #079955;
            color: #fff;
        }

    .small-nav {
        min-height: 50px;
        margin-top: 0px;
        background-color: rgba(243,243,243,0.8);
    }

        .small-nav .navbar-nav > li > a {
            margin-top: 1px;
            padding: 0 15px 0 15px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            display: inline-block;
            text-align: center;
            color: #079955;
        }

            .small-nav .navbar-nav > li > a:hover,
            .small-nav .navbar-nav > li > a:focus,
            .small-nav .navbar-nav > li > a.active,
            .small-nav .navbar-nav > .active > a,
            .small-nav .navbar-nav > .active > a:hover,
            .small-nav .navbar-nav > .open > a,
            .small-nav .navbar-nav > .open > a:hover,
            .small-nav .navbar-nav > .open > a:focus {
                margin-top: 1px;
                padding: 0 15px 0 15px;
                height: 45px;
                line-height: 45px;
                background-color: #079955;
                color: #fff;
            }

        .small-nav img.logo {
            max-height: 45px;
            margin-top: 3px;
        }

    .nav_small {
        background-color: #fff;
        padding: 10px 0px 10px 0px;
        border: none;
        box-shadow: none;
        border-radius: 0px;
        font-size: 14px;
    }

        .nav_small > li {
            text-align: center;
        }

            .nav_small > li > a {
                line-height: 24px;
                color: #333;
                padding-left: 5px;
                padding-right: 5px;
                width: 100%;
                text-align: center;
                font-size: 14px;
                word-wrap: break-word;
                white-space: normal;
            }

                .nav_small > li > a:hover {
                    color: #A7201B;
                }

    .contentBox {
        margin-bottom: 30px
    }
}

/*小屏幕*/
@media screen and (max-width: 768px) {
    .flash {
        margin-top: 50px;
    }

    .flash div.bx-pager {
       display:none;
    }

    .navbar {
        background-color: #fff;
    }

    .navbar-default .navbar-brand {
        color: #079955;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #079955;
        }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 1px solid #079955;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #f6f6f6;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #079955;
    }

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .navbar-default .navbar-nav > li {
        }

            .navbar-default .navbar-nav > li:last-child {
                border: none;
            }

            .navbar-default .navbar-nav > li > a,
            .navbar-default .navbar-nav .open .dropdown-menu > li > a {
                color: #079955;
            }

                .navbar-default .navbar-nav > li > a:hover,
                .navbar-default .navbar-nav > li > a:focus,
                .navbar-default .navbar-nav > .active > a,
                .navbar-default .navbar-nav > .active > a:hover,
                .navbar-default .navbar-nav > .active > a:focus,
                .navbar-default .navbar-nav > .open > a,
                .navbar-default .navbar-nav > .open > a:hover,
                .navbar-default .navbar-nav > .open > a:focus,
                .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                    background-color: #079955;
                    color: #fff;
                }

    .small-nav {
        margin-top: 0px;
        background-color: rgba(243,243,243,0.8);
    }

    .logo {
        margin: 2px 0px 0px 10px;
        max-height: 45px;
    }

    .contentBox {
        padding-bottom: 10px
    }

        .contentBox img {
            max-width: 100% !important;
            height: auto !important;
            width: expression(this.width > 600 ? "600px" : this.width) !important;
        }


    .quickmenu {
        padding-left: 8px;
        padding-right: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        color: #333333;
        display: inline-block
    }

    .list_box .list_time {
        float: right;
        width: 30%;
        text-align: right;
    }

    .list_box .list_title {
        float: left;
        width: 70%;
    }

}
