/*学院列表*/
body{ background-color: #ffffff;}
.fl{float: left}
.fr{float: right;}
.collegeList-wrap,.collegeDetail-wrap{width:1100px;margin:0 auto;padding-bottom: 280px;background: #fff;padding-top: 15px}
.collegeList-wrap img,.collegeDetail-wrap img{width:100%;display: block;}
.collegeList-content ul,.collegeDetail-lists{overflow: hidden;}
.collegeList-content li,.collegeDetail-lists li{float: left;width:260px;margin-right:20px;margin-bottom: 20px;position: relative;}
.collegeList-content li .main-img-section,.collegeDetail-lists li .main-img-section{transition: all linear .3s;-ms-transition:all linear .3s;-moz-transition:all linear .3s;-o-transition:all linear .3s;-webkit-transition:all linear .3s;position: relative;}
.collegeList-content li a,.collegeDetail-lists li a{display: block;border:1px solid #ddd;transition: all linear .3s;-ms-transition:all linear .3s;-moz-transition:all linear .3s;-o-transition:all linear .3s;-webkit-transition:all linear .3s;}
.collegeList-content li:hover .main-img-section,.collegeDetail-lists li:hover .main-img-section{transform: scale(1.05);-ms-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transform:scale(1.05);}
.collegeList-content li:hover a,.collegeDetail-lists li:hover a{box-shadow: 0 0 10px 0 #ccc}

.college-list-title{padding:5px;border-top: 1px solid #ddd}
.college-list-title h5{height:30px;line-height:30px;font-size:18px;color:#333;}
.college-list-thumbnail{height: 200px;overflow: hidden;}
.college-list-thumbnail img{height: 100%;transition: all linear .3s;-ms-transition:all linear .3s;-moz-transition:all linear .3s;-o-transition:all linear .3s;-webkit-transition:all linear .3s;}

/*学院详情*/
.breadcrumb {
    font-size: 12px;
    line-height: 33px;
    color: #999;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb a.active {
    color: #333;
}
.collegeDetail-banner{overflow: hidden;height:320px;margin-bottom: 20px}
.collegeDetail-banner-left{height: 100%}
.channelDetail-banner-left{width:40%;height: 100%}
.collegeDetail-banner-img{height: 100%;}
.collegeDetail-banner-img img{height: 100%}
.channelDetail-banner-right{width:60%;}
.channelDetail-banner-right .channelDetail-banner-info{margin-left:20px}
.channelDetail-banner-right h2{font-size: 20px;font-weight: normal}
.channelDetail-banner-right p.introduce{line-height:20px;font-size: 14px}
.collegeDetail-content{overflow: hidden}
.collegeDetail-content h4,.right-wrap h4{position:relative;color:#000;height:40px;line-height:40px;font-size: 18px;}
.collegeDetail-content h4 .column-head-more{position: absolute;right:0;top:0;display: block;line-height:40px;color:#999;font-size: 14px;font-weight: normal;}
.collegeDetail-case{overflow: hidden}
.collegeDetail-case li {
    float: left;
    width: 258px;
    margin-right:20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #0086c6;
}
.collegeDetail-case li img {
    display: block;
    width: 100%;
    height: 198px;
    border-bottom: 1px solid #ddd;
}
.collegeDetail-case li p {
    padding:8px 12px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.collegeDetail-case li .icon-soushuo{
    font-size: 26px;
    position: absolute;
    top:-30px;
    left:50%;
    margin-left: -13px;
    transition: all linear .3s;
    -ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}
.collegeDetail-case li .case-img{
    position: relative;
    overflow: hidden;
}

.collegeDetail-case li .case-img:after{
    position: absolute;
    width:100%;
    height:100%;
    content: '';
    left:0;
    top:0;
    background:rgba(0,0,0,0.3);
    opacity: 0;
    transition: all linear .3s;
    -ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}
.collegeDetail-case li:hover .case-img:after{
    opacity: 1
}
.collegeDetail-case li:hover .icon-soushuo{
    transform: translateY(150px);
}
.collegeDetail-article {
    width: 100%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 290px;
}
.collegeDetail-article li img {
    display: block;
    width: 100%;
    height: 198px;
    border-bottom: 1px solid #ddd;
}
.collegeDetail-article li p {
    padding:8px 8px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.collegeDetail-article li .article-info {
    color: #aaaaaa;
    font-size: 12px;
    padding-left: 8px;
}
.public-class ul{overflow: hidden;}
.public-class li{
    width: 258px; 
    position: relative;
    border: 1px solid #DDDDDD;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all linear .3s;
    -ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}

.public-class .img {
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.public-class .img img {
    height: 100%;
    width: 100%;
    transition: all linear .3s;
    -ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}
.public-class li:hover{
    box-shadow: 0 0 10px 0 #ccc;
}
.public-class li:hover .img img{
    transform: scale(1.05);
    -ms-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -webkit-transform:scale(1.05);
}
.public-class .detial {
    padding: 0 10px 5px 10px;
}
.public-class .detial p.d-title {
    font-size: 15px;
    color: #333333;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.public-class .detial p.doctor {
    color: #666666;
    font-size: 13px;
    overflow: hidden;
    line-height: 24px
}
.doctor-name {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.public-class .detial p.p-star {
    color: #666666;
    margin-top: 5px;
}
.vip-img {
    height: 16px;
    position: relative;
    top: 2px;
    display: inline-block!important;
    width: auto!important
}
.public-class .detial p.p-star em {
    display: inline-block;
    height: 20px;
    width: 15px;
    background: url(../img/xingxing.png) no-repeat center;
    float: right;
}
.p-price .price {
    text-decoration: none;
    color: #fc3838;
    font-weight: bold;
    font-size: 14px;
}
.p-price span {
    text-decoration: line-through;
    color: #999999;
    font-size: 12px;
}
.p-price span.fr {
    text-decoration: none;
}
.public-class label.ill {
    font-size: 14px;
    color: #FFFFFF;
    background: #0086c6;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.college-export ul{overflow: hidden;}
.college-export li {
    width: 260px;
    height: 280px;
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.college-export li img {
    width: 100%;
    height: 100%;
}
.college-export li .bottom {
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,.4);
    bottom: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    opacity: 1;
    transition: all linear .3s;
}
.college-export li p{padding:0 20px;}
.college-export li p.info {
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.college-export li .bottom p .name {
    font-size: 16px;
    font-weight: bold;
}
.college-export li p.hospital {
    color: #11aee8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.college-export li .all {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    transform: translateX(-260px);
    transition: all linear .3s
}
.college-export li .all .all-con {
    padding: 20px 30px;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 14px;
}
.all-con a.a-wrap {
    color: #ffffff;
    float: none;
}
.all-con a {
    color: #1da838;
    float: right;
    font-size: 14px;
}
.college-export li .all .all-con .name {
    font-size: 16px;
    font-weight: bold;
}
.follow-num {
    padding-top: 10px;
}
.follow-num span {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.like-ill {
    margin: 15px 0;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.college-export li:hover .all {
    transform: translateX(0px);
}
.college-export li:hover .bottom {
    opacity: 0;
}
.check-detail{color:#fff!important;}
.all-con p{padding:0!important;}
.back-see{
	font-size: 14px;
    color: #FFFFFF;
    background: #0086c6;
    padding: 3px 10px;
    position: absolute;
    top: 1px;
    right: 1px;
}
.collegeList-list li .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.collegeList-list li label.status {
    position: absolute;
    color: #FFFFFF;
    font-size: 10px;
    padding: 3px 10px;
    background: #0083DD;
    z-index: 9;
}
.collegeList-list li label.status em {
    height: 4px;
    width: 4px;
    display: inline-block;
    margin-right: 5px;
    background: #FFFFFF;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -3px
}

.collegeList-list li .img .ill {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 10px;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #1ea839;
    z-index: 9;
}

.collegeList-list li .detail{padding:5px}
.collegeList-list li .detail p{
    color:#999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.collegeList-list li .detail .title{
    font-size: 14px;
    color:#333;
    line-height: 20px
}
.collegeList-list li .detail .price {
    color: #fc3838;
    font-size: 16px;
    margin-top: 10px
}
.collegeDetail-case li a{border:none;}
.collegeList-content li:hover .college-list-thumbnail img{transform: scale(1.05);-ms-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transform:scale(1.05);}
/*项目*/
.right-wrap{margin-bottom: 20px}
.right-wrap ul{overflow: hidden;}
.right-wrap li{
    width: 260px; 
    position: relative;
    float: left;
    margin-right: 20px;
}
.right-wrap .channelArea-thumbnail {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.right-wrap .channelArea-thumbnail img{
    width:100%;
    height:100%;
    display: block;
}
.right-wrap .channelArea-thumbnail:before{
    position: absolute;
    display: block;
    content: "";
    left:0;
    top:0;
    width:0;
    height:0;
    background: rgba(0,0,0,.3);
    transition: all linear .3s;
    -ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}

.right-wrap li:hover .channelArea-thumbnail:before{
    width:100%;
    height:100%;
}
.case-price-wrap {
    padding-left: 12px;
    padding-bottom: 5px
}
.case-price-wrap .vip-img{
    height: 16px;
    position: relative;
    top: 2px;
    border: 0;
    object-fit: cover;
    display: inline-block;
    width: auto;
}
.case-price-wrap .case-price-left {
    margin-right: 15px
}
.case-price-wrap .case-price-left .past-price{
    color: #666666;
}
.case-price-wrap .case-price-right .price{
    color: #fc3838;
    font-weight: bold;
    font-size: 14px;
}
.case-price-wrap .case-price-right .past-price{
    text-decoration: line-through;
    color: #999999;
    font-size: 12px;
}

/*主要讲师*/
.channel-export-list li {
    width: 145px;
    height: 140px;
    margin-right: 0px;
    margin-bottom: 0;
}
.channel-export-list li:nth-of-type(4){
    margin-right: 0
}
.channel-export-list li p.info{padding-top: 0}
.channel-export-list li p{padding:0 5px;}
.channel-export-list li .bottom{padding: 3px 0;height:36px;line-height: normal;}
.channel-export-list li .all .all-con {
    padding: 20px 5px;
    line-height: normal;
}
.channel-export-list li .check-detail{
    margin-top: 10px
}
.channel-export-list li .all {
    transform: translateX(-160px);
    -ms-transform:translateX(-160px);
    -moz-transform:translateX(-160px);
    -o-transform:translateX(-160px);
    -webkit-transform:translateX(-160px);
}

/*学院卡*/
.college-card-div {
    margin:10px 0;
}
.college-card-div .college-card-left .college-card-btn{
    background: url('../img/price-tag-btn.png') no-repeat center;
    width: 302px;
    height: 71px;
    background-size: 100% 100%;
    text-align: center;
}
.college-card-btn .btn-left {
    width: 34%;
    margin-top: 11px;
}
.college-card-btn .btn-left p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}
.college-card-btn .btn-left a{
    display: block;
    width: 80%;
    text-align: center;
    line-height: 20px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    color: #0086C7;
    margin: 0 auto;
}
.college-card-btn .btn-right{
    width: 66%;
    color: red;
    font-size: 16px;
    margin-top: 15px;
}
.college-card-btn .btn-right b{
    color: red;
    font-size: 30px;
    font-weight: normal;
}
.college-card-btn .btn-right s{
    color: #999999;
    font-size: 12px
}
.college-card-btn .btn-right p{
    font-size: 14px;
    color: #999;
}
.college-card-div .college-card-right{
    font-size: 14px;
    color: #0086C7;
    padding:5px 0;
}
.college-card-right p{
    text-decoration: underline;
}
.college-card-right span{
    color: red;
    text-decoration: underline;
}
.college-card-right a{
    color: #0086C7;
    margin-left: 15px
}
.college-card-right label{
    color:#333;
    line-height: 28px
}
.college-card-right .duihuan-wrap{
    margin-top: 10px
}
.college-card-right input{
    border:1px solid #ccc;
    outline: 0;
    border-radius: 4px;
    padding: 5px 10px;
}
.college-card-right button{
    border:0;
    outline: 0;
    background: #079ce5;
    padding:5px 10px;
    border-radius: 4px;
    color: #fff;
}
.rights-descript{
    color: #B4B4B4;
    font-size: 12px;
    position: relative;
}
.rights-descript li{
    margin-top: 6px
}
.college-card-btn2 .btn-left p{
    margin-top: 15px
}
.college-card-btn2 .btn-right p{
    margin-top: 12px
}
.rights-descript a{
    position: absolute;
    right:0;
    bottom:0;
    color:#B4B4B4;
    font-size: 14px
}

