@charset "utf-8";
/* ============容器============== */
/*===========Copyright@小码谷 www.xmwok.com 专业建站=============*/
body{
    margin:0;padding:0; background-color:#fff;
    font-size:14px; font-family:微软雅黑,Verdana, Geneva, sans-serif
}
div,li,td,p,select,input,textarea,a,button,input{color:#505050;text-decoration: none}
ul,li{margin:0px;padding:0px; list-style:none}
p{ margin:0; padding:0}
img { border:0}
a{color:#111;text-decoration: none;}
a:hover{color:#ff4b00;text-decoration: underline;}
.topNav{
    width: 100%;
    height: 30px;
    float: left;
    background-color: #f5f5f5;
    padding: 5px 0;
}
.topNavLeft{
    float: left;
    line-height: 30px;
    font-size: 12px;
}
.topNavRight{
    float: right;
    line-height: 30px;
    font-size: 12px;
}
.topNavRight a {
    padding-left: 15px;
}
.header {
	width:100%;
	height:80px;
    background-color:#fff;
    font-size: 12px;
    line-height: 40px;
    /*box-shadow: 0 2px 14px 0 rgba(112,96,94,.08);*/
    float: left;
    z-index: 99;
    margin-top: 10px;
    margin-bottom: 10px;
}
.container {
	clear:both;
	width:1180px;
	margin:0 auto;
}
.logo{
    height: 80px;
    float: left;
    margin-left: 1px;
}
.logo img{
    height: 60px;
    float: left;
    margin-top: 10px;
}
.logo a{
    display: block;
}
.menu{
    height: 80px;
    float: right;
    margin-right: 15px;
}
.menu li{
    height: 30px;
    float: left;
    line-height: 30px;
    margin: 0 0 0 18px;
    margin-top: 25px;
    position: relative;
}
.menu li a{
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.menu li a:hover{
    text-decoration: none;
}
.menu li.on a{
    color: #ff4b00;
}
.menu li.on:after{
    content: '';
    position: absolute;
    width: 60%;
    min-width: 20px;
    height: 2px;
    background: #ff4b00;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%,0);
}
.mem-menu{
    height: 80px;
    float: right;
    margin-right: 20px;
    padding-top: 20px;
}
.mem-menu a{
    text-decoration: none;
}
.mem-menu a.login{
    border-radius: 16px;
    padding: 6px 20px;
    width: 68px;
    height: 32px;
    border: 1px #ff4b00 solid;
    color: #ff4b00;
    font-size: 14px;
}
.mem-menu a.reg{
    border-radius: 16px;
    padding: 6px 20px;
    width: 68px;
    height: 32px;
    background-color: #ff4b00;
    border: 1px #ff4b00 solid;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}
.newCmenu{
    width: 100%;
    float: left;
    background-color: #22907b;
    height: 100px;
    float: left;
}
.cmenu{
    width: 1178px;
    border: 1px #22907b solid;
    position: relative;
    display: inline-block;
    background-color: #22907b;
}
.cmenu-area{
    float: left;
    margin-top: 20px;
}
.cmenu-content{
    display: none;
    width: 292px;
    border:1px #f5f5f5 solid;
    border-right: 1px #22907b dotted;
    overflow: hidden;
    position: absolute;
    display: none;
    z-index: 100;
    top: 0;
    background-color: #fff;
}
.cmenu-content:hover{
    border: 1px #22907b solid;
}
.cmenu-tle{
    width: 54px;
    height: 54px;
    float: left;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
}
.cmenu-tle a{
    color:#fff
}
.cmenu-con{
    width: 520px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -4px;
}
.cmenu-con li{
    height: 21px;
    float: left;
    line-height: 21px;
    overflow: hidden;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cmenu-con li.line{
    width: 20px;
}
.cmenu-con li.line span{
    display: inline-block;
    padding: 8px 5px 0;
    margin-left: 10px;
    border-left: 1px solid #a9b1b9;
    font-size: 0;
}
.cmenu-con li a{
    color:#fff;
    font-size: 14px;
}
.cmenu-con li a:hover{
    text-decoration: none;
    border-bottom: 1px #fff solid;
}
.mem-info{
    height: 80px;
    float: right;
    margin-right: 20px;
    padding-top: 8px;
}
.slide-area{
    width: 580px;
    height: 350px;
    float: left;
    background-color: #fefefe;
}
.slide-news{
    width: 580px;
    float: right;
}
.slide-news-tle{
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.slide-news-tle a{
    float: right;
    color:#999;
    font-size: 14px;
    font-weight: normal;
    border: 1px #f5f5f5 solid;
    border-radius: 10px;
    padding: 0px 10px;
    text-decoration: none;
}
.slide-news-tle a:hover{
    border:1px #ff4b00 solid;
    color: #ff4b00;
}
.slide-news-con{
    width: 100%;
    float: left;
    padding-top: 10px;
}
.slide-news-con li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slide-news-con li a{
    padding-left: 5px;
}
.slide-news-con li span{
    float: right;
    color: #999;
}
.top-blank{
    clear: both;
    width: 100%;
    height: 15px;
    float: left;
}
.leftbody{
    width: 855px;
    float: left;
    margin-top: 15px;
    background-color: #fff;
    overflow: hidden;
}
.rightbody{
    width: 310px;
    float: right;
    margin-top: 15px;
    background-color: #fff;
    overflow: hidden;
}
.tle-area{
    width: 100%;
    height: 36px;
    float: left;
}
.tle-area h2{
    float: left;
    font-size: 22px;
    color: #111;
    line-height: 54px;
    margin-right: 56px;
    font-weight: bold;
}
.tle-area{
    float: left;
    line-height: 50px;
    padding: 10px 0;
}
.tle-area li{
    font-size: 18px;
    color: #111;
    float: left;
    margin-right: 30px;
    position: relative;
}
.tle-area li a{
    font-size: 18px;
    text-decoration: none;
}
.tle-area li.on a{
    color: #ff4b00;
}
.tle-area li.on:after{
    content: '';
    position: absolute;
    min-width: 20px;
    width: 60%;
    height: 1px;
    border: 1px solid #ff4b00;
    background: #ff4b00;
    bottom: 10px;
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%,0);
}
.tle-area span{
    float: right;
    font-size: 16px;
}
.tle-area span a{
    text-decoration: none;
}
/*课程列表*/
.course-area{
    width: 1220px;
    float: left;
}
.course-area li{
    width: 286px;
    border: 1px #ebebeb solid;
    float: left;
    background-color: #fff;
    margin-top: 15px;
    margin-right: 10px;
    height: 288px;
    overflow: hidden;
    display: inline-block;
    border-radius: 4px;
    transition:transform 0.3s;
}
.course-area li:hover{
    transform:translate(0,-3px);
    box-shadow: 0px 20px 20px -20px #333;
}
.course-area li p{
    width: 100%;
    float: left;
}
.course-area li p.img img{
    width: 286px;
    height: 173px;
}
.course-area li p.tle{
    font-size: 16px;
    color: #111;
    text-indent: 20px;
    padding-top: 9px;
    width: 268px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}
.course-area li p.tag{
    padding-left: 20px;
}
.course-area li p.tag span{
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 12px;
    color: #A6AEBA;
    cursor: pointer;
    margin-right: 5px;
}
.course-area li p.tag span:hover{
    border: 1px solid #ff4b00;
    color: #ff4b00;
}
.course-area li p.info {
    padding-top: 15px;
}
.course-area li p.info span{
    float: left;
    color: #999;
    font-size: 12px;
    margin-left: 20px;
    line-height: 16px;
}
.course-area li p.info small{
    float: right;
    margin-right: 20px;
    font-size: 20px;
    color: #ff4b00;
    font-weight: bold;
}
.course-area li p.info small a{
    font-size: 14px;
    font-weight: normal;
    color: #ff4b00;

}
.course-area li.cad{
    width: 586px;
}
.course-area li.cad a img{
    width: 100%;
    height: 288px;
}
.category-area{
    width: 100%;
    height: 30px;
    float: left;
    padding-left: 20px;
    overflow: hidden;
}
.category-area li{
    height: 30px;
    float: left;
    line-height: 30px;
    padding: 0 15px;
    padding-top: 5px;
}
.category-area li a{
    font-size: 14px;
    text-decoration: none;
}
.category-area li.on a{
    color: #007ee8;
    font-size: 14px;
}
.con-area{
    width: 100%;
    float: left;
}
.con-area li{
    width: 815px;
    float: left;
    border-bottom: 1px #ddd dotted;
    padding: 20px 20px;
}
.con-area li p.nimg{
    width: 160px;
    height: 105px;
    float: left;
}
.con-area li p.nimg img{
    width: 160px;
    height: 105px;
}
.con-area li p.ntle{
    width: 635px;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.con-area li p.ncon{
    width: 635px;
    float: right;
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
.con-area li p.ntime{
    width: 635px;
    float: right;
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
.tle-area-r{
    width: 310px;
    float: left;
    height: 30px;
    float: left;
    padding-left: 15px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px #eee solid;
}
.con-area-r{
    width: 310px;
    float: left;
}
.con-area-r li{
    width: 280px;
    float: left;
    border-bottom: 1px #eee solid;
    padding: 10px 15px;
}
.con-area-r li p.nimg{
    width: 40px;
    height: 26px;
    float: left;
    margin-top: 4px;
}
.con-area-r li p.nimg img{
    width: 40px;
    height: 26px;
}
.con-area-r li p.ntle{
    width: 230px;
    height: 32px;
    float: right;
    line-height: 16px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
/*分页*/
.page-area {
    clear:both;
    width:100%;
    display:inline;
    float:left;
    font-size:12px
}
.page-area ul{
    float:left;
    padding:12px 0px 12px 0;
}
.page-area ul li{
    float:left;
    font-family:Tahoma;
    line-height:17px;
    margin-right:6px;
    border:1px solid #E9E9E9;
}
.page-area ul li.active{
    padding:5px 15px;
    background-color:#ff4b00;
    color:#fff
}
.page-area ul li.disabled{
    padding:5px 15px;
    color:#999;
    background-color:#eee
}
.page-area ul li a{
    float:left;
    padding:5px 16px;
    color:#555;
    display:block;
    font-family:Arial, Helvetica, sans-serif
}
.page-area ul li a:hover{
    color:#000;
    text-decoration:none;
    background-color:#f5f5f5;
}
.page-area ul li.thisclass,
.page-area ul li.thisclass a,.pagebox ul li.thisclass a:hover{
    background-color:#F8F8F8;
    padding:5px 15px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif
}
.page-area .pageinfo{
    line-height:21px;
    padding:3px 15px;
    color:#999;
    float:left;
    background-color:#eee
}
.page-area .pageinfo strong{
    color:#555;
    font-weight:normal;
    margin:0px 2px;
}
.footer{
    width: 100%;
    float: left;
    margin-top: 15px;
    background-color: #222;
    padding: 50px 0;
    padding-bottom: 10px;
}
.f-left{
    float: left;
}
.f-left li{
    width: 180px;
    float: left;
}
.f-left li a{
    clear: both;
    float: left;
    margin-top: 10px;
    color:rgba(255,255,255,.7);
    text-decoration: none;
    font-size: 14px;
}
.f-left li a:hover{
    color: rgba(255,255,255,.7);
}
.f-left li a.tle{
    color: rgba(255,255,255,.7);
    font-size: 18px;
    margin-bottom: 10px;
}
.f-right{
    float: left;
}
.f-right li{
    width:100px;
    float: left;
    margin-right: 30px;
}
.f-right li p.fimg{
    width: 100px;
    height: 100px;
    float: left;
}
.f-right li p.fimg img{
    width: 100px;
    height: 100px;
}
.f-right li p.ftle{
    width: 100px;
    height: 30px;
    float: left;
    line-height: 30px;
    color: rgba(255,255,255,.7);
    text-align: center;
}
.f-right li.tle{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 10px;
}
.f-line{
    width: 100%;
    height: 10px;
    float: left;
    line-height: 10px;
    border-top: 1px #b5b5b5 solid;
    margin-top: 20px;
}
.flink{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.flink li{
    height: 20px;
    float: left;
    line-height: 20px;
    color: #999;
    margin-right: 15px;
}
.flink li.tle{
    margin-right: 5px;
}
.flink li a{
    color: #999;
}
.finfo{
    width: 100%;
    float: left;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    color: #ddd;
    font-size: 12px;
}
.nav-area{
    width: 100%;
    float: left;
    padding: 15px 0 10px 0;
    color: #999;
}
.nav-area a{
    color:#999;
    text-decoration: none;
}
.nav-area a:hover{
    color: #ff4b00;
}
.show-area{
    width: 100%;
    display: inline;
    float: left;
    background-color: #fff;
    padding: 30px 0;
}
.leftbody-show{
    width: 150px;
    float: left;
}
.show-info{
    width: 90px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}
.show-info li{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
    color:#333
}
.show-info li.time{
    font-size: 18px;
}
.show-info li.day{
    font-size: 28px;
    font-weight: bold;
}
.show-info li.tle{
    margin-top: 10px;
}
.show-info li.con{
    margin-top: -15px;
}
.rightbody-show{
    width: 969px;
    float: left;
    padding-left: 30px;
    border-left: 1px #ccc solid;
}
.rightbody-about-show{
    width: 939px;
    float: left;
    padding-left: 30px;
    border-left: 1px #ccc solid;
    overflow: hidden;
}
.rightbody-show h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    padding-bottom: 10px;
    text-align: center;
}
.show-con{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
}
.show-con p{
    font-size: 16px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 15px;
    line-height: 36px;
    color: #000;
}
.show-con p img{
    max-width: 100%;
}
.leftbody-about-show{
    width: 180px;
    float: left;
}
.left-about-menu{
    width: 120px;
    float: left;
    margin-left: 30px;
}
.left-about-menu li{
    width: 100px;
    padding: 20px 0;
    font-size: 18px;
}
.left-about-menu li a{
    font-size: 18px;
    text-decoration: none;
}
.left-about-menu li span{
    width: 35px;
    height: 15px;
    float: left;
    line-height: 15px;
    overflow: hidden;
    border-top: 2px #ddd solid;
    margin-top: 5px;
}
.left-about-menu li.on a{
    color:#ff4b00;
}
.left-about-menu li.on span{
    border-top: 2px #ff4b00 solid;
}
.nearby{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.nearby li{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
    color: #007ee8;
}
.nearby li a{
    color: #007ee8;
}
/*检索条件*/
.search-nav{
    width: 100%;
    float: left;
    padding-top: 15px;
}
.search-nav li{
    padding: 5px 15px;
    float: left;
    margin-right: 20px;
}
.search-nav li a{
    text-decoration: none;
    display: block;
}
.search-nav li.on{
    background-color: #ff4b00;
    border-radius: 30px;
}
.search-nav li.on a{
    color: #fff;
}
/*课程详情*/
.course-info{
    clear: both;
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px 0;
    padding-top: 0;
}
.cimg{
    width: 450px;
    float: left;
}
.cimg img{
    width: 450px;
    height: 290px;
}
.cinfo{
    width: 680px;
    float: right;
}
.cinfo li{
    width: 100%;
    float: left;
}
.cinfo li.tle h1{
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 700;
    color: #111;
}
.cinfo li.info{
    font-size: 14px;
    color: #f30;
    border-bottom: 1px #e8e8e8 solid;
    padding: 10px 0;
}
.cinfo li.cinfos{
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    line-height: 26px;
    margin-top: 15px;
}
.cinfo li.cinfos span{
    color: #666;
    width: 90px;
    float: left;
}
.cinfo li.info a{
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 12px;
    color: #A6AEBA;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: none;
}
.cinfo li.info a:hover{
    color: #ff4b00;
    border: 1px #ff4b00 solid;
}
.cinfo li.price{
    font-size: 30px;
    font-weight: bold;
    color: #ff4b00;
    margin-top: 10px;
}
.cinfo li.price a{
    color: #ff4b00;
    font-size: 14px;
    font-weight: normal;
}
.cinfo li.price del{
    color: #999;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}
.cinfo li.btn a{
    width: 180px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #ff4b00;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    opacity:0.9;
    filter:alpha(opacity=90); /* 针对 IE8 以及更早的版本 */
}
.cinfo li.btn a:hover{
    opacity:1;
    filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}
.course-detail{
    clear: both;
    width: 860px;
    float: left;
    border: 1px #eee solid;
    margin-top: 30px;
}
.detail-menu{
    width: 100%;
    float: left;
    border-bottom: 1px #eee solid;
    background-color: #f8f8f8;
}
.detail-menu li{
    float: left;
    padding: 10px 50px;
    border-right: 1px #eee solid;
    font-size: 14px;
    cursor: pointer;
}
.detail-menu li.on{
    background-color: #fff;
    border-top: 2px #ff4b00 solid;
    margin-top: -1px;
    border-bottom: 1px #fff solid;
    margin-bottom: -1px;
}
.detail-content{
    width: 800px;
    float: left;
    font-size: 16px;
    color: #000;
    margin-left: 30px;
    padding: 10px 0;
}
.detail-content p{
    font-size: 16px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 15px;
    line-height: 36px;
    color: #000;
}
.detail-course{
    width: 860px;
    float: left;
    padding-bottom: 30px;
}
.detail-tle{
    width: 800px;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    padding-bottom: 10px;
    margin-left: 30px;
}
.detail-first-tle{
    clear: both;
    width: 860px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    padding-left: 30px;
}
.detail-second-tle{
    width: 830px;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    padding-left: 30px;
    cursor: pointer;
}
.detail-second-tle:hover{
    background-color: #f8f8f8;
}
.detail-second-tle span{
    float: right;
    margin-right: 30px;
}
.detail-third-tle{
    width: 860px;
    float: left;
    padding-top: 0px;
    padding-bottom: 15px;
}
.detail-third-tle li{
    width: 810px;
    float: left;
    padding: 5px 0;
    padding-left: 50px;
    line-height: 30px;
    font-size: 14px;
}
.detail-third-tle li:hover{
    background-color: #f8f8f8;
}
.detail-third-tle li span{
    float: right;
    color: #999;
    font-size: 14px;
    margin-right: 30px;
}
.detail-third-tle li a{
    text-decoration: none;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
}
.detail-third-tle li a i{
    font-size: 20px;
}
.course-teacher{
    width: 286px;
    float: right;
    margin-top: 30px;
    border: 1px #eee solid;
}
.t-tle{
    width: 200px;
    float: left;
    border-left: 2px #ff4b00 solid;
    font-size: 16px;
    margin: 10px 0;
    margin-left: 20px;
    padding-left: 10px;
}
.t-con{
    width: 246px;
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
}
.t-con a{
    text-decoration: none;
}
.t-con li{
    width: 100%;
    float: left;
    border-bottom: 1px #eee dotted;
    padding-bottom: 5px;
    margin: 10px 0;
}
.t-con li p.img{
    float: left;
    width: 58px;
    height: 58px;
}
.t-con li p.img img{
    width: 56px;
    height: 56px;
    border:1px #eee solid;
    border-radius: 50%;
}
.t-con li p.tle{
    width: 180px;
    float: right;
    font-weight: bold;
}
.t-con li p.con{
    width: 180px;
    float: right;
    color: #999;
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px;
}
.err-area{
    width: 100%;
    height: 175px;
    float: left;
    background:#ff4b00 url("../images/404bg.jpg") center center no-repeat;
    margin: 260px 0 20px 0;
}
.err-info{
    width: 100%;
    height: 350px;
    float: left;
    background: url("../images/404img.png") 50px top no-repeat;
    position: relative;
    z-index: 10;
    margin-top: -210px;
}
.err-info p{
    width: 500px;
    float: left;
    margin-left: 600px;
}
.err-info p.err-con{
    font-size: 20px;
    margin-top: 170px;
    padding-left: 100px;
    color: #111;
}
.err-info p.err-btn{
    padding-left: 100px;
    margin-top: 40px;
}
.err-info p.err-btn a{
    border: 1px #fff solid;
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.err-info p.err-btn a:hover{
    background-color: #fff;
    color: #ff4b00;
}
.teachers-area{
    width: 100%;
    float: left;
    background-color: #EFF1F4;
    margin: 15px 0;
    padding: 15px 0;
}
.teachers-con{
    width: 1230px;
    float: left;
    margin-left: -50px;
    padding-bottom: 20px;
}
.teachers-con li{
    width: 250px;
    float: left;
    margin-left: 50px;
    overflow: hidden;
    margin-top: 20px;
    background-color: #fff;
    border: 3px #EFF1F4 solid;
    border-radius: 3px;
}
.teachers-con li:hover{
    border: 3px #ff4b00 solid;
}
.teachers-con li p{
    width: 210px;
    float: left;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}
.teachers-con li p.img{
    background-color: #fff;
    margin-bottom: -60px;
    position: relative;
    z-index: 100;
    padding-top: 30px;
}
.teachers-con li p.img img{
    width: 125px;
    height: 125px;
    border-radius: 50%;
}
.teachers-con li p.tle{
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 70px;
}
.teachers-con li p.dec{
    line-height: 20px;
    color:#999;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.teachers-con li p.intro{
    padding-bottom: 20px;
    margin-top: 20px;
    line-height: 22px;
    height: 70px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}