body{
    background-color: #fff;
    /**/
    background-repeat: repeat-y;
    background-position: center top;
}
.cmain {
    color: #ff5400;
}
.con-wrap {
    padding-bottom: 80px;
}
/* 面包屑 开始 */
.crumbs {
    height: 38px;
    line-height: 38px;
    /*border-bottom: 1px solid lightgray;*/
    /*margin-bottom: 10px;*/
}

.crumbs>a{
    color: #333!important;
}
.crumbs-arrow {
    margin-left: 5px;
    margin-right: 5px;
}
/* 面包屑 结束 */

/* 学校介绍头 开始 */
.sch-none-head {
    padding: 15px 50px;
    /*border-top: 1px solid #f3f3f3;*/
    border-bottom: 1px solid #f3f3f3;
}
.head-img-wrap {
    width: 200px;
    height: 140px;
}
.head-img {
    display: block;
    width: 200px;
    height: 140px;
}
.sch-address {
    position: relative;
}
.sch-address-name {
    max-width: 600px;
    font-size: 16px;
    color: #999;
}
.sch-map-icon {
    position: absolute;
    margin-left: 10px;
    width: 16px;
    height: 18px;
    background-image: url("../images/school/sch-detail-01.png");
    background-position: -1px -159px;
}
.sch-map-icon:hover {
    background-position: -1px -40px;
}
.nun-mess {
    margin-top: 15px;
}
.nun-mess-each {
    position: relative;
    width: 80px;
    color: #999;
    height: 30px;
    border-right:1px solid #e3e3e3;
}
.nun-mess-t {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -8px;
}
.nun-mess-b {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.leave-mess {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #ff5400;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-top: 40px;
}
.leave-mess:hover {
    background-color: #f22d00;
}
/* 学校介绍头 结束 */
/* 导航 开始 */
.sch-none-nav {
    background-color: #f7f7f7;
    margin-top: 20px;
}
.sch-none-nav.fixed{
    position: fixed;
    top: 0;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    margin-top: 0;
    z-index: 1;
}
.con-btn-act{
    display: none;
    float: right;
    margin-right: 30px;
}
.con-btn-act > .leave-mess{ margin-top: 0; }
.sch-none-nav-li {
    height: 50px;
    line-height: 50px;
    padding-left: 26px;
    padding-right: 26px;
    margin-right: 10px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.sch-none-nav-active,
.sch-none-nav-li:hover {
    background-color: #999;
    color: #fff;
}
/* 导航 结束 */

/* 主体 开始 */
.sch-none-all-content{
    padding-bottom:80px;
}
.main_left {
    width: 940px;
    margin-top: 20px;
}
.each-box {
    display: none;
    margin-bottom: 20px;
}
/*学校课程*/
.kc-li {
    width: 220px;
    height: 210px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.kc-li:hover {
    box-shadow: 0 0 6px #999;
}
.kc-li-img-wrap {
    width: 200px;
    height: 140px;
}
.kc-li-img {
    display: block;
    width: 200px;
    height: 140px;
}
.kc-li-name {
    font-size: 14px;
    color: #333;
    /*line-height: 1.57;*/
    margin-top: 5px;
    width: 200px;
    overflow: hidden;
}
.kc-li-name>a {
    width: 200px;
}
.more-class {
    width: 258px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    margin: 30px auto 0;
    text-align: center;
    font-size: 14px;
    color: #565656;
    cursor: pointer;
}
.point-arrow {
    width: 12px;
    height: 7px;
    background-image: url("../images/school/down-arrow.png");
    margin-left: 10px;
    vertical-align: middle;
}
/*学校老师*/
.ls-li {
    width: 173px;
    height: 212px;
    padding: 12px;
    /*margin-right: 55px;*/
    /*margin-bottom: 20px;*/
    overflow: hidden;
    text-align: center;
}
.ls-li:hover{
    /*transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);*/
    box-shadow: 0 0 2px 3px #e5e5e5;
    -moz-box-shadow: 0 0 2px 3px #e5e5e5;
    -webkit-box-shadow: 0 0 2px 3px #e5e5e5;
}
.ls-li-img-wrap {
    width: 120px;
    height: 147px;
    margin: 0 auto;
}
.ls-li-img {
    display: block;
    width: 120px;
    height: 147px;
    /*transition: all;
    -webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;*/
}
.ls-li-img:hover{
    /*transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);*/
    /*box-shadow: 0 0 2px 3px #e5e5e5;*/
    /*-moz-box-shadow: 0 0 2px 3px #e5e5e5;*/
    /*-webkit-box-shadow: 0 0 2px 3px #e5e5e5;*/
}
.ls-kc {
    margin-top: 8px;
    line-height: 1.2;
}
/* 学校新闻 */
.xw-intro {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 8px;
}
/*学校介绍*/
.js-texteara {
    width: 100%;
    box-sizing: border-box;
    /*border: 1px solid #959595;*/
    min-height: 200px;
    font-size: 16px;
    color: #202020;
    line-height: 25px;
}
.js-texteara p{
    font-size: 16px;
    color: #202020;
    line-height: 25px;
}
/*学校环境*/
.hj-ul {
    margin-left: -20px;
}
.hj-li {
    height: 192px;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 10px;
}
.hj-img-wrap {
    width: 220px;
    height: 160px;
}
.hj-img {
    display: block;
    width: 220px;
    height: 160px;
}
.hj-name {
    width: 200px;
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* 主体 结束 */
/* 厚学为您推荐 开始 */
.course_subtitle{
    color: #333;
    text-indent: 10px;
    border-left: 2px solid #ff9900;
    line-height: 1;
    display: inline-block;
}
.hx-rec {margin-top: 30px;}
.hx-rec_ul {
    margin-top: 8px;
}
.hx-rec_ul > li {
    float: left;
    width: 188px;
    box-shadow: 0 0 2px #ececec;
}
.hx-rec_ul > li:hover {
    box-shadow: 0 0 6px #999;
}
.hx-rec_box {
    font-size: 14px;
    margin: 10px 10px 15px;
}
.hx-rec_img {
    display: block;
    width: 100%;
    height: 140px;
    clear: both;
}
.hx-rec_img > img {
    display: block;
    width: 100%;
    height: 100%;
}
.hx-rec-kc_title {
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
    /*height: 39px;*/
}
.hx-rec-sch_title {
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
}
/* 厚学为您推荐 结束 */

.kc-past-cost {
    color: #999;
    text-decoration: line-through;
}

.word_orange{color: #ff6537;}
.under-word {
    color: #999;
    margin-left: 5px;
    text-decoration: line-through;
}

/*没有筛选结果*/
.sch_none_filter_result{
    width: 375px;
    font-size: 16px;
    margin: 78px auto 85px;
}
.sch_none_result_img{
    display: inline-block;
}
.sch_none_result_tip{
    color: #666;
    line-height: 1.5;
    margin: 49px 0 0 114px;
}
/*没有筛选结果 完成*/
.tipsenroll{
    font-size: 14px;
    color: #ff0000;
}

/*知道开始*/
.lc-side-li {
    font-size: 12px;
    line-height: 1;
    height: 14px;
    padding-left: 11px;
    background-image: url("../images/index/squre-dot.png");
    background-repeat: no-repeat;
    background-position: 0 -27px;
    margin-top: 17px;
}
.lc-side-li:hover {
    background-position: 0 4px;
}
.lc-side-li>a {
    color: #6d6d6d;
}
/*知道结束*/

.school-comment {
    width: 950px;
    margin: 90px auto 0;
}
.comment-content{
    width: 100%;
}
.classname{
    width: 810px;
    height: 36px;
    line-height: 36px;
    margin: 50px 0 0 120px;
}
.comment{
    width: 1000px;
    margin: 20px 120px;
}
.head{
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
}

.page {
    margin: 40px 0 60px;
    font-size: 12px;
}
.page-list {
    text-align: center;
    margin: 0 auto;
}
.clear {
    zoom: 1;
}
.page-list li {
    color: #999;
    margin-right: 2px;
    display: inline-block;
}
.page-list li a.present {
    color: #fff;
    background-color: #ff5400;
    border: 1px solid #ff5400;
}
.page-list li a {
    display: inline-block;
    padding: 9px 13px;
    color: #999;
    line-height: 1;
    border: 1px solid #ddd;
}
.mycomment{
    width: 100%;
    height: 300px;
    background: white;
}
.mycomment-a{
    width: 120px;
    height: 50px;
    float: left;
    margin-left: 100px;
    margin-top: 20px;
    font-size: 16px;
}
.mycomment-b{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-c{
    width: 750px;
    height: 120px;
    clear: both;
    margin-left: 160px;
}
.num{
    float: right;
    font-size: 12px;
}
.anonymous{
    float: left;
    margin-left: 730px;
    margin-right: 30px;
    margin-top: 55px;
}
.publish{
    float: left;
    margin-top: 30px;
}
.publish button{
    width: 100px;
    height: 30px;
    background: #FF5400;
    color: white;
    border: 0;
    cursor: pointer;
}
.star{
    float: left;
    margin-left: 30px;
    margin-top: -10px;
}
