
.line3{
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.line2{
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.news-list li .pic img{
	width: 320px;
	height: 242px;
}
.course .course-list li p{
    font-size: 20px;
}
.news-list li span.show-details {
    line-height: 26px;
    font-size: 20px;
    color: #00b4b4;
    position: absolute;
    left: 12px;
    bottom: 20px;
}
.honor ul li{
    margin: 0 30px 40px!important;
}
.honor ul li p{
    height: 90px!important;
}
.intro .video.dnn::before {
	display: none
}
.course .course-list li .pic img{
    width: 340px;
    height: 220px;
}
.pageshow{clear: both;margin:20px auto;}
.pageshow .current{ 
    background:#00b4b4;
    color:#FFFFFF;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    margin-right:7px;
    display: inline-block;
    
}
.pageshow .btn-danger,.pageshow .num,.pageshow .prev,.pageshow .next,.pageshow .first,.pageshow .end{
    display: inline-block; 
    background:#EFEFEF;
    color:#A7A7A7;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px; 
    margin-right:7px;
}

.header .nav dl dd a:hover{
    /*color:#01ABAB;*/
}
.header .nav dl dd a.on{
    color:#01ABAB;
}
.header .nav dl dt a:hover,.header .nav dl dt a.on{
    color:#01ABAB;
}
.news dl dd .show-details{
    font-size: 17px;
}
.news dl dd h3 a{
    font-size: 22px;
}
.news dl dd p{font-size:18px!important;}


.course .course-list .swiper-slide{
    flex: none;
    width: 340px;
    height: 348px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    margin-right: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.2s ease-in-out;
}
.course .course-list .swiper-slide.show{
  opacity: 1;
  transform: translateX(0);
}
.course .course-list .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 220px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.course .course-list h5{
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 15px;
    overflow: hidden;
}
.course .course-list p {
    width: unset;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    color: #9e9e9e;
    margin: 0 15px;
}
.punv{
    position: relative;
    width: 100%;
}


.punv .btn {
    width: 40px;
    height: 40px;
    background: url(../images/common/btn-slider-prev-enabled.png) no-repeat;
    position: absolute;
    top: 50%;
}
.punv .btn.prev {
    left: -55px;
    transform: translateY(-50%);
}
.punv .btn.swiper-button-disabled {
    background-image: url(../images/common/btn-slider-prev-disabled.png);
}

.punv .btn.next {
    right: -55px;
    transform: scaleX(-1) translateY(-50%);
}
.course .course-list .pic img{
    width: 340px;
    height: 220px;
}
.course .course-list .swiper-slide{
    height: 377px;
}
.course .course-list .swiper-slide p{
    font-size: 18px;
    -webkit-line-clamp:4;
    opacity: 1;
    transform: translateY(0px);
}


.products-service .products ul li img,.goods-list li .pic img{
    height:249px;
}

.intro .video img{
    width: 1160px;
    height: 650px;
}
.news dl dd .pic img{
    width:341px;
    height:424px;
}
.trend .content img{
    width: 1400px;
    height: 568px;
}
.procedure img{
    width: 1235px;
    height: 381px;
}

.apply .form .btn-apply.ainb{
    background: #01ABAB;
    color: #fff;
    cursor: pointer;
}
.search-result{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.search-result ul{
    width:50%;
}

.unb{
    clear: both;
    width: 100%;
}
.footer .contact-content .channel li .qr-code{
    top: -140px;
}


.news dl dd h3{
    height: 92px;
}


.teachers.ab .details p {
    width: 757px;
    line-height: 40px;
    font-size: 24px;
}

.history .time-line li:hover {
    color: #00b4b4;
}
.history .time-line li:hover i::before {
    background: #00b4b4;
    animation: time-line-dot 2s infinite;
}

.xbs{
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 450px;
    font-size: 16px;
    line-height: 30px;
}
.xbs img{
    max-width: 100%;
}

.products-service .service .sunb {
    display: flex;
    width: 700px;
    height: 350px;
    float: left;

}
.products-service .service .sunb:hover {
  z-index: 10;
}
.products-service .service .sunb img,
.products-service .service .sunb .details {
  width: 350px;
  height: 350px;
  position: relative;
}
.products-service .service .sunb img {
  transition: all 0.3s;
}
.products-service .service .sunb img:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px 2px rgba(6, 109, 109, 0.3);
  z-index: 1;
}
.products-service .service .sunb img:hover + .details {
    z-index: 0;
}
.products-service .service .sunb .details {
    padding: 30px 44px 0 30px;
    box-sizing: border-box;
}
.products-service .service .sunb .details:hover::before {
    box-shadow: 0 0 20px 2px rgba(6, 109, 109, 0.3);
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
}
.products-service .service .sunb .details::before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}
.products-service .service .sunb h4 {
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.products-service .service .sunb p {
    height: 170px;
    line-height: 34px;
    font-size: 20px;
    color: #9e9e9e;
    position: relative;
    z-index: 1;
}
.products-service .service .sunb a {
    line-height: 34px;
    font-size: 20px;
    color: #00b4b4;
    position: relative;
    z-index: 1;
}

.teachers .details p{
    line-height: 40px;
}



@media (max-width: 974px) {
    .intro .video img{
        width: 100%;
        height: auto
    }

    .products-service .service .sunb{
        display: block;
        clear: both;
        width: 100%;
        height: auto;
    }   


    .products-service .service .sunb img, .products-service .service .sunb .details{
        width:98%;
         height: auto;
        margin: 0 auto;
    }
    .products-service{
        height: auto
    }
    .news{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .news dl.show{
        display: block;
    }
    .news dl dd .time{
        font-size: 24px
    }
    .news dl dd .time span{
        font-size: 18px
    }
    .news dl dd{
        width: 100%;

    }
    .news dl dd p{
        line-height: 28px;
    }
    .intro .title h4{
        font-size: 36px;
    }
    .intro .title p {
      line-height: 37px;
      font-size: 22px;
    }
}