.describeBtn {
    width: 104px;
    height: 40px;
    outline: none;
    padding-left: 20px;
    position: relative;
}
.describeBtn:before{
    content: '<';
    color: darkgrey;
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease-in-out;
}
.describeBtn.describeBtnActive:before{
    content: '<';
    color: darkgrey;
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(90deg);
}
.titlekil{
    cursor: pointer;
    padding-bottom: 30px;
    width: 780px;
    margin-left: -10px;
}
.titlekil:hover .describeBtn{
    background-color: #fff;
    color: red;
    border-color: red;
    outline: none;
}
.conText{
    margin-bottom: 24px;
    overflow: hidden;
    display: flex;
  /*  align-items: center;*/
    padding: 0 30px 20px 30px;
}
.conText:last-child{
    border-bottom: 0px;
    margin-bottom: 20px;
}
.conText:first-child{
   padding-top: 30px;
}
.collapseBox{
    background-color: #f5f9fd;
    width: 790px;
    margin-left: -10px;
}
.leftcour {
    float: left;
    width: 83px;
    height: 83px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.leftcour>img{
    width: 83px;
    height: 83px;
    border-radius: 100%;
}
.leftcour1 {
    float: left;
    width: 590px;
    margin-left: 25px;
}
.leftcour1 .introleft {
    position: relative;
}
.leftcour1 .introleft .leftApply{
    position: absolute;
    right: 10px;
    padding: 5px 20px;
    background: #da251c;
    color:#fff;
    font-size: 14px;
    border-radius: 12px;
    margin-top: 0px;
    cursor:pointer;
}
.leftcour1 .intrcont{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*autoprefixer: on */
   /* -webkit-line-clamp: 3;*/
    margin-top: 10px;
    font-size: 13px;
}
.leftcour1 .introleft_course{
    color: #000;
    font-size: 13px;
}
.introText{
    padding: 30px 30px 30px 30px;
    /*border-bottom: 1px solid #ccc;*/
}
.introText span{
    font-weight: bold;
    color:#000;
    margin-right: 10px;
}
.centerBox{
    width: 700px;
    height: 107px;
    margin: 0 auto;
    position: relative;
}
.centerImg{
    width: 160px!important;
    height: 107px!important;
}
.centerImg img{
    width: 160px;
    height: 107px;
}
.center-prev{
    background: none;
    position: absolute;
    top: 36px;
    left: -34px;
    outline: none;
}
.center-next{
    background: none;
    position: absolute;
    top: 36px;
    right: -34px;
    outline: none;
}
.center-next img{
  transform: scale(-1,1);
}
.introBox{
    width: 780px;
    margin-left: -10px;
}
.newMe:hover .introBox{
    background-color: #f7f7f7;
}
.newMe:hover .titlekil{
    background-color: #f7f7f7;
}
.contentLeft{
    padding-bottom: 50px;
}
.newImgz{
   /* padding: 20px;*/
    background: #f7f7f7;
}


/****图片*******/
.imgAll {
    width: 100%;
    height: 150px;
    background: #f8f8f8;
}
.imgbg {
    position: relative;
    height: 150px;
    /* overflow: hidden; */
}
.leftPrev {
    position: absolute;
    left: 8px;
    cursor: pointer;
    z-index: 999;
    background: #f8f8f8;
    padding-top: 34px;
    height: 100%;
}
.leftNext {
    position: absolute;
    right: -8px;
    cursor: pointer;
    z-index: 999;
    background: #f8f8f8;
    padding-top: 34px;
    height: 100%;
}
.boxAll {
    width: 745px;
    height: 165px;
    position: relative;
    overflow: hidden;
    margin-left: 39px;
}

.photosAll{
    width: 100%;
    height: 165px;
    /* position: relative; */
    padding: 10px 0 0 0;

    -webkit-transition: all .7s ease-in-out .1s;
    transition: all .7s ease-in-out .1s;

}
.imgOne {
    width: 165px;
    height: 165px;
    /* height: 125px; */
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 130px;
    float: left;
}
.imgOne img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
    max-height: 125px;
    height: 100%;
}
.inf_le{
    width: 66%;
}

.layui-layer-imgbar {
    color: #000;
    height: 0;
}
.searchSchool{
    color: #000;
}
