/*  首页样式  */
#content{
    background: url("https://www.xuedaoniu.com/static/web/img/background01.png") no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    padding: 1rem;
}

.public-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}


.public-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.public-title .text h3{
    color:rgb(245,185,50);
    font-size: 34px;
    font-weight: bold;
}

.public-title .new-tab .new-tab-list{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    /*border: 1px solid red;*/
    height: 100%;
    flex-wrap: wrap;
}

.public-title .new-tab .new-tab-list .list-item{
    padding: 0.5rem 1.5rem;
    margin: 0 1rem;
    border-radius: 1rem;
    cursor: pointer;
    white-space: nowrap;
}

.public-title .new-tab .new-tab-list .list-item.active{
    background: rgb(245,185,50);
    color: #ffffff;
}

.public-title .text>div{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.public-title .text>div>a{
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

/*banner模块内容*/
.banner-box{
    display: flex;
    justify-content: space-between;
    height: 365px;
}

.banner-box .left-menu{
    width: 30%;
    background: #ffffff;
    position: relative;
}

.banner-box .left-menu-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
}

.banner-box .left-menu-list .list-item{
    padding: 0.5rem 25px;
    font-size: 14px;
    display: flex;

}

.banner-box .left-menu-list .list-item .item-link{
    text-decoration: none;
    color:#000000;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.5rem 25px;
    border-radius: 25px;
    white-space: nowrap;
    justify-content: space-between;
    position: relative;
}

.banner-box .left-menu-list .list-item .item-link:hover{
    background: #fdf4f3;
}

.banner-box .left-menu-list .list-item i{
    position: absolute;
    right: 10px;
    font-size: 10px;
    top: 50%;
    margin-top: -7px;

}

.banner-box .left-menu-none{
    width: 220px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 100%;
    top: 0;
    text-align: center;
    padding: 1rem;
    z-index: 22;
}

.banner-box .left-menu-none .pic{
    position: relative;
    border-radius: 1rem;
    height: 32%;
}

.banner-box .left-menu-none .pic img{
    width: 100%;
    height: 100%;
}

.banner-box .left-menu-none .pic .text{
    position: absolute;
    top: 0;
    color: #ffffff;
    text-align: left;
    line-height: 20px;
    padding: 1rem;
    white-space: nowrap;
}

.banner-box .left-menu-none .content-text{
    /*border: 1px solid black;*/
    height: 68%;
    display: flex;justify-content: space-around;
    padding: 1rem;
}

.banner-box .left-menu-none .content-text .row .col-md-6{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-box .left-menu-none .content-text .row .col-md-6 a{
    color: #666666;
    text-decoration: none;
}

.banner-box .left-menu-none .content-text .row .col-md-6 a:hover{
    color: #f54332;
}

.banner-box .left-menu-none .content-text .row .col-md-6 .icon-pic{
    background: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0.5rem auto;
    align-items: center;
}

.banner-box .left-menu-none .content-text .row .col-md-6 img{
    width: 30px;
    height: 30px;
}

.banner-box .left-menu-none .content-text .row .col-md-6 p{
    font-size: 12px;
}

.banner-box .banner{
    width: 70%;
}


.banner-box .banner .carousel{
    height: 100%;
    padding: 0;
}

.banner-box .banner .carousel .carousel-inner .carousel-item{
    height: 100%;
}

/*数字信息模块*/
.num-info{
    margin: 1rem auto;
}

.num-info .row{
    margin: 0 ;
}

.num-info .row .col-md-3{
    display: flex;
    justify-content: center;
    padding: 20px;
    background: #ffffff;
    align-items: center;
}

.num-info .row .col-md-3 .pic{
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background: rgb(245,185,50);
    display: flex;
    align-items: center;
    justify-content: center;
}

.num-info .row .col-md-3 .pic img{
    width: 65%;
    height: 65%;
}

.num-info .row .col-md-3 .num-text{
    padding: 0 1rem;
}

.num-info .row .col-md-3 .num-text p{
    line-height: 1.5rem;
    margin: 0;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}

.num-info .row .col-md-3 .num-text p span{
    font-size: 42px;
    font-weight: bold;
    color: #666666;
}

/*新闻模块*/
.new-box{
    margin-top:3rem;
}

.new-box .new-content .row .col-md-3{
    margin-top: 0.5rem;
}

.new-box .new-content .row .col-md-3 a{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid lightgray;
    text-decoration: none;
    margin: 0 auto;
    padding: 1rem;
}

.new-box .new-content .row .col-md-3 a:hover{
    box-shadow: 0 0 10px lightgrey;
}

.new-box .new-content .row .col-md-3 a .pic{
    height: 74px;
    width: 238px;
    display: flex;
    justify-content: center;
}

.new-box .new-content .row .col-md-3 a .pic img{
    width: 100%;
}

.new-box .new-content .row .col-md-3 a .text-title{
    margin: 24px 0;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-box .new-content .row .col-md-3 a .text-desc{
    font-size: 12px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-box .new-content .row .col-md-9{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-box .new-content .row .col-md-9 img{
    width: 32%;
    height: 168px;
    margin: 0.5rem 0;
}

.new-box .new-content .row .col-md-3{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-box .new-content .row .col-md-3 .headline .pic img{
    width: 278px;
    height: 118px;
}

.new-box .new-content .row .col-md-3 .headline .headline-title{
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 1rem 0;
}

.new-box .new-content .col-md-3 .news-list ul{
    padding-left: 1rem;
}

.new-box .new-content .col-md-3 .news-list ul .list-item a{
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    padding: 0;
    border: 0;
    color: #666666 !important;
    line-height: 34px;
}

.new-box .new-content .col-md-3 .news-list ul .list-item a:hover{
    box-shadow: none;
    color:rgb(245,185,50) !important ;
}

.new-box .new-content .col-md-3 .news-list>a{
    text-align: right !important;
    color:rgb(245,185,50) !important;
    border: 0 !important;
    padding:0 0.5rem !important;
    align-items: end !important;
    font-size: 14px !important;

}

.new-box .new-content .col-md-3 .news-list>a:hover{
    box-shadow: none !important;
}

/*优质课程模块*/
.course-box{
    background: rgb(247,248,250);
}

.course-box .course-content{
    background: #ffffff;
    height: auto;
    padding: 1rem;
}

.course-box .course-content-item{
    padding: 1rem 0;
}

.course-box .course-content-item .row{
    height: 100%;
}

.course-box .course-content-item .row .col-md-7 img{
    max-width: 630px;
    max-height: 270px;
    width: 100%;
    height: 270px;
    border-radius: 5px;
}

.course-box .course-content-item .row .col-md-5 a{
    display: flex;
    background: #ffc107;
    width: 48%;
    text-align: center;
    align-items: center;
    margin: 0 0.1rem;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    height: 32%;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.25rem;
}

.employment .employment-box .row .col-md-3 .content-box{
    width: auto;
    height: 300px;
    /*border: 1px solid red;*/
    flex-direction: column;
    border: 1px solid lightgrey;
}

.employment .employment-box .row .col-md-3{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 1.8rem 0;
    cursor: pointer;
}

.employment .employment-box .row .col-md-3 .content-box .pic{
    /*border: 1px solid red;*/
    height: 100px;
    position: relative;
}

.employment .employment-box .row .col-md-3 .content-box .pic img{
    width: 100%;
    height: 100px;
}

.employment .employment-box .row .col-md-3 .content-box .pic .text{
    position: absolute;
    background: rgb(245,185,50);
    padding: 0.1rem 1.2rem;
    color: #ffffff;
    bottom: 0;
    right: 0;
    margin-bottom: -15px;
}

.employment .employment-box .row .col-md-3 .content-box .alert-note{
    width: 198px;
    margin: 1.5rem auto;
    color: #666666;
    padding: 0.2rem;
}

.employment .employment-box .row .col-md-3 .content-box .alert-note h4{
    font-size: 1rem;
    font-weight: bold;
}

.employment .employment-box .row .col-md-3 .content-box .alert-note div{
    white-space: nowrap;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
}

.employment .employment-box .row .col-md-3 .content-box .alert-note div span{
    border-bottom: 1px solid black;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: -10px;
}

.employment .employment-box .row .col-md-3 .content-box .alert-img{
    width: 100%;
    height: 300px;
    /*border: 1px solid black;*/
    position: absolute;
    left: 0;
    margin-top: -20px;
    z-index: 999;
}

.employment .employment-box .row .col-md-3 .content-box .alert-img img{
    width: 100%;
}

.employment .employment-box .row .col-md-3 .content-box:hover .alert-img{
    display: block;
}

.employment .employment .offer .text-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.employment .offer .text-title{
    text-align: center;
    font-size: 26px;
    width: 100%;
}

.employment .offer .row{
    padding: 1rem 0;
}

.employment .offer .row .col-md-3 .o-box{
    margin: 0.5rem 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.employment .offer .row .col-md-3 .text{
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    padding: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.employment .offer .row .col-md-3 img{
    width: 100%;
}

.employment .offer .row .col-md-3 .o-box img:hover{
    transform: scale(1.2);
    transition: all 0.5s;
}

.employment .offer .row .offer-item{
    text-decoration: none;
    color:#000000;
    /*background: yellow;*/
    display: block;
}

.employment .offer .row .offer-item img{
    height: 150px;
    width: 100%;
}

.employment .offer .row .offer-item .offer-item-text{
    padding: 1rem 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #dcdcdc;
}

.project{
    background: rgb(247,248,250);
    padding: 60px 0;
}

.project .proImg{
    width: 50%;
    height: 100%;
}

.project .proImg img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.project .project-list-item{
    display: flex;
    height: 350px;
    overflow: hidden;
}

.project .project-text{
    width: 50%;
    padding: 1rem;
}

.project .project-text .project-text-title{
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #6d6868;
}

.project .project-text .project-text-title:before{
    content: '';
    display:inline-block;
    width: 5px;
    height: 2rem;
    background: rgb(245,185,50);
    margin: 0.5rem 0.5rem 0 0;
}

.project .project-text .project-text-desc{
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    line-height: 2rem;
    margin: 0.5rem 0;
    min-height: 128px;
}

.project .project-text .project-text-info p{
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
}

.project .project-text .project-text-info p span{
    font-weight: bold;
    color: #000000;
}

.carousel button{
    background: black;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
}

.project .carousel .carousel-indicators{
    bottom: -60px;
}


.project .carousel a{
    text-decoration: none;
}

.teacher{
    padding-bottom: 60px;
    padding-top: 58px;
}

.teacher .row .col-md-3{
    padding: 1rem;
    /*border: 1px solid black;*/
    margin: 1rem 0;
    /*height: 400px;*/
    /*overflow: hidden;*/
    cursor: pointer;
}

.teacher .row .col-md-3 .teacher-box img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.teacher .row .col-md-3 .text-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    overflow: hidden;
}

.teacher .row .col-md-3 .text-box .text{
    background: rgb(245,185,50);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: #ffffff;
    padding: 1rem;
    margin-top: 240px;
    transition: all 1s;
}

.teacher .row .col-md-3 .teacher-box .text-box .text:hover{
    margin-top:15px;
    height: 300px;
}

.teacher .row .col-md-3 .text-box .mt-none{
    margin-top: 0;
    transition: all 1s;
}

.teacher .row .col-md-3 .text-box .text .text-title{
    font-size: 1.5rem;
}

.teacher .row .col-md-3 .text-box .text .xian{
    background: #ffffff;
    height: 3px;
    width: 50%;
    margin: 0.75rem 0;
}

.honor{
    background: rgb(45,45,45);
}

.honor .public-title p{
    color: #ffffff;
}

.honor .row .col-md-3{
    margin-top: 1rem;
}

.honor .row .col-md-3 img{
    width: 100%;
    max-height: 175px;
}

.cooperate{
    padding-bottom: 60px;
    padding-top: 58px;
}

.cooperate .partner-tab .col-md-4 .partner-tab-text{
    background: white;
    text-align: center;
    height: 75px;
    background: url("../img/sc01.png") center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cooperate .partner-tab .col-md-4 .partner-tab-text.active{
    background: url("https://www.xuedaoniu.com/static/web/img/sc02.png") center center no-repeat ;
    color: #ffffff;
    z-index: 999;
}

.cooperate .partner-container-box .partner-content .partner-content-box{
    /*border: 1px solid black;*/
    position: relative;
    margin: 0.5rem 0;
}

.cooperate .partner-container-box .partner-content .partner-content-box img{
    height: 100%;
    width: 100%;
}

.cooperate .partner-container-box .partner-content .partner-content-box .text{
    position: absolute;
    bottom: 0;
    padding: 0 0.5rem;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,1);
}

.cooperate .partner-container-box .partner-content .partner-content-box .text>div{
    margin:0.2rem 0 ;
}

.cooperate .partner-container-box .partner-content .col-md-2{
    padding: 0.5rem;
}

.branch_campus .container .row .col-md-3 .branch_campus_box{
    overflow: hidden;
    height: 175px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.branch_campus .container .row .col-md-3 .branch_campus_box img{
    position: absolute;
    width: 100%;
    transition: all 0.5s;
    border-radius: 10px;
}

.branch_campus .container .row .col-md-3 .branch_campus_box img:hover{
    transform: scale(1.2);
    /*opacity: 2;*/
}

.branch_campus .container .row .col-md-3 .branch_campus_box h4{
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    color: white;
    left: 50%;
    margin-left: -24px;
}

.friends ul li{
    margin-right: 1rem;
    color: #666666;
}

.friends ul li a{
    color: #666666;
    text-decoration: none;
}

.lj-xian{
    height: 400px;
}

.lj-xian-img{
    height: 350px !important;
    width: 350px !important;
}

.lj-xian-img img{
    border-radius: 35px;
}

.lj-xian-text{
    height: 380px;
    overflow: hidden;
}

.lj-xian-text p{
    line-height: 1.5rem;
    font-size: 14px;
    text-indent:1rem
}

.lj-xian-text h3{
    font-size: 24px;
    text-indent:1rem;
}

.course-box .course-content .line{
    background: #ffc107;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px 0 0 0 ;
}

.course-box .hearing{
    width: 100% !important;
    background: url('../img/index/ind2_1_p3.png') center !important;
}















@media screen and (max-width: 991px) {
    .row .col-md-3{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .banner-box .left-menu .list-item a span{
        display: none;
    }

    .new-box .new-content .row .col-md-9 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .new-box .new-content .row .col-md-9 img {
        height: 120px;
    }

    .employment .offer .row .col-md-3{
        flex: 0 0 50%;
        max-width: 50%;
    }
}












































/*  首页移动端适配 */
@media screen and (max-width:1200px) {


    .excellent .box-content .right-box {
        display: none;
    }

    .high-salary .container .employment-box .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .high-salary .container .employment-box .row .col-md-3 .content-box {
        width: 100%;
        height: auto;
    }

    .high-salary .container .employment-box .row .col-md-3 .content-box .pic {
        height: 100%;
    }

    .high-salary .container .employment-box .row .col-md-3 .content-box .pic img {
        height: auto;
    }

    .high-salary .container .employment-box .row .col-md-3 .content-box .alert-note div {
        font-size: 16px;
    }

    .high-salary .container .employment-box .row .col-md-3 .content-box .alert-note h4 {
        font-size: 1.5rem
    }

    .employment .offer .container .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .employment .offer .container .carousel .carousel-inner {
        height: 550px;
    }

    .technology .container .technology-box .col-md-2 {
        flex: 25%;
        max-width: 25%;
    }

    .partner .container .partner-container-box .partner-content .col-md-2 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    #offer-banner .carousel-item .col-box>a>img{
        height: 243px !important;
    }


}