


.home .hd {
    text-align: center;
}

.home .bd {
    margin: 25px 0;
}

.home .hd .title {
    /* font-weight: 900; */
    color: rgb(34, 34, 34);
    font-size: 38px;
    text-transform: uppercase;
}

.home .bd .card {
    text-align: center;
}

/*.card img {*/
/*    max-height: 300px;*/
/*}*/

.card .card-con {
    /*margin: 10px;*/
    /* border: 1px solid #333; */
    background-color: white;
    /* border-radius: 5px; */
}


.home-goods,
.home-teacher,
.home-news,
.home-knowledge,
.home-culture ,
.home-video{
    margin: 100px 0;
    display: inline-block;
    width: 100%;
}

/* 产品 */
.goods-card-con-mor {
    padding: 15px 15px;
}

.goods-card-con-mor-sub_title {
    color: #9c9c9c;
}

.goods-card-con-mor-title,
.news-card-con-mor-title,
.knowledge-card-con-mor-title,
.brand-card-title,
.card-con-mor-title{
    font-size: 18px;
    font-weight: 500;
    color:#000;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.goods-card-con-mor-sub_desc,
.news-card-con-mor-sub_desc,
.knowledge-card-con-mor-sub_desc,
.brand-card-desc {
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

/* .goods-card-con-mor-sub_desc{
  height: 40px;
} */



.brand-card-btn {
    margin-top: 10px;
}




/* 讲师风采 */
.el-carousel__item h3 {
    color: #475669;
    opacity: 0.75;
    line-height: 500px;
    margin: 0;
    text-align: center;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n + 1) {
    background-color: #d3dce6;
}

.home-teacher img {
    width: 624px;
}


/* 知识干货 */
.knowledge-card{
    margin-bottom: 50px;
}
.knowledge-card-con {
    border: 1px solid #e7e5e5;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 1px #c7c7c7;
}

.knowledge-card-con-mor {
    padding: 15px 15px;
    text-align: left;
}

.knowledge-card-con-mor-cat {
    font-size: 14px;
    margin-bottom: 20px;
}

/* .knowledge-card-con-mor-title {
  margin-bottom: 3px;
  font-weight: 900;
  font-size: 24px;
} */

/* .knowledge-card-con-mor-sub_desc {
  font-size: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  height: 40px;
} */



.home-teacher #carouselTeacherCaptions a{
    width:50px;
}
.home-teacher #carouselTeacherCaptions img{
    border-radius: 3px;
}
.home-teacher #carouselTeacherCaptions  .carousel-control-prev{
    margin-left:-50px;
}
.home-teacher #carouselTeacherCaptions .carousel-control-next{
    margin-right:-50px;
}

.home-teacher .carousel-control-prev-icon,.home-teacher .carousel-control-next-icon{
    padding: 20px;
    background-color: #7e7e7e;
    border-radius: 50px;
}



/* 品牌动态 */
/* .home-news .card-con{
  padding: 0px 25px;
} */
.news-card-con{
    /*border:1px solid #7e7e7e;*/
    margin-bottom: 50px;
    background-color: white;
}
.news-card-con-mor {
    padding: 15px 15px;
    text-align: left;
}

.news-card-con-img {
    max-height: 200px;
    overflow: hidden;
}



.news-card-con-mor-sub_desc {
    height: 40px;
}




/*.home-video .course {*/
/*    margin: 100px 0;*/
/*}*/

.home-video .video-card {
    padding: 20px 20px;
    margin-bottom:20px;
}

.home-video .card-con {
    display: block;
    /*border: 1px solid #e7e5e5;*/
    /* border-radius: 3px; */
    box-shadow: 0 0 30px 1px #c7c7c7;

    cursor: pointer;
    transition: all 0.6s;
}

.home-video .card-con:hover {
    box-shadow: 0px 0px 50px 1px #999;
    /* background: rgba(0, 0, 0, 0.5); */
    transform: scale(1.1);
    transition: all 0.6s;
}
.home-video .icon-video{
    font-size:0px;
    color: #EA5914;
    position: absolute;
    width: 100%;
    height: 100%;
    /*line-height: 100%;*/
    text-align: center;
    /*margin-bottom: -182px;*/
    transition: all 0.3s;
    border-radius: 3px;
     display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.home-video .icon-video:hover{
    font-size:60px;
    color: #EA5914;
    background: rgba(0, 0, 0, 0.5);
    /*transform: scale(2);*/
    transition: all 0.6s;
}


.home-video .card-con-img {
    max-height: 175px;
    width: 100%;
    overflow: hidden;
    display: flex;

}

.home-video .card-con-img img {
    align-self: center;
    margin: auto;
    width: 100%;
}

.home-video .card-con-mor {
    padding: 15px 15px;
    text-align: left;
}


.home-video .card-con-mor-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.home-video .card-con-mor-desc {
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}
/*.course-card {*/
/*    padding: 0;*/
/*}*/


.card-con-mor-btn{
    font-size: 13px;
}