@charset "utf-8";

body {
    background: #f0f0f0;
}

.box_s {
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 0 3px #dedede;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.main_left {
    width: 220px;
}

.main_right {
    width: 970px;
}

.main_left_in {
    width: 970px;
}

.main_right_in {
    width: 220px;
}

/*index_kecheng*/
.classify_inner {
    width: 218px;
    margin-bottom: 10px;
    z-index: 9;
    border: 1px solid #dedede;
}

.each_classify .each_classify_inner {
    width: 192px;
    margin: 0 auto;
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 2px;
    background: url("../../images/sprite_1.png") no-repeat 180px 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.each_classify .each_classify_inner_last {
    border-bottom: none;
}

.each_classify a {
    height: 45px;
    line-height: 45px;
    position: relative;
    font-weight: normal;
    color: #333;
    font-size: 16px;
}

.each_classify a:hover {
    color: #ed232f;
}

/*end index_kecheng*/
/*网上报名*/
.contact_us {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 12px;
    position: relative;
}

.contact_us .contact_us_tu {
    position: absolute;
    left: 115px;
    top: -2px;
    display: block;
    width: 88px;
    height: 80px;
    background: url("../../images/contact_us.png") no-repeat;
}

.contact_us h3 {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}

.contact_us .txt {
    margin-top: 12px;
}

.contact_us input {
    height: 30px;
    line-height: 30px \9;
    border: 1px solid #ddd;
    width: 180px;
    outline: none;
    font-size: 14px;
    padding-left: 10px;
    color: #666;
}

.contact_us textarea {
    color: #666;
    resize: none;
    border: 1px solid #ddd;
    height: 58px;
    width: 178px;
    padding: 6px;
    outline: none;
}

.contact_us .enroll_color {
    width: 190px;
    height: 35px;
    border: none;
    font-size: 16px;
    font-family: "Arial,Verdana";
    color: #fff;
    border-radius: 2px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    background: #ed232f;
}

.contact_us input.enroll_color:hover {
    background: #fb3642;
}

.contact_us .enroll_qq, .enroll_qq {
    width: 190px;
    height: 35px;
    font-size: 16px;
    font-family: "Arial,Verdana";
    color: #ed232f;
    border-radius: 2px;
    margin: 10px 0px;
    outline: none;
    cursor: pointer;
    border: 1px solid #ed232f;
    background: #fff url("../../images/sprite_1.png") no-repeat 39px -119px;
}

.contact_us input.enroll_qq:hover, input.enroll_qq:hover {
    color: #fff;
    background: #ed232f url("../../images/sprite_1.png") no-repeat 39px -415px;
}

/*end 网上报名*/
/*报名信息*/
.registration_information {
    border: 1px solid #fff;
    padding: 10px 12px;
}

.registration_information h3 {
    font-size: 15px;
    font-weight: bold;
}

.registration {
    margin: 10px 0px;
}

.registration ul {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #999;
}

.registration_in {
    width: 188px;
    height: 95px;
    overflow: hidden;
    margin: 10px auto;
    line-height: 28px;
    position: relative;
    font-size: 13px;
}

.registration_in span {
    color: #ff8800;
    padding-left: 5px;
}

/*end 报名信息*/
/*新闻资讯*/
.title_le {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    border-bottom: 1px solid #e3e3e3;
}

.news_informa .title_le h3 {
    font-size: 15px;
    font-weight: bold;
}

.news_content li {
    padding: 2px 12px;
    line-height: 25px;
}

.news_content li a {
    display: block;
    width: 194px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_content li a:hover {
    text-decoration: underline;
    color: #666;
}

.news_content li p {
    color: #999;
}

/*end 新闻资讯*/
/*老师风采*/
.teacher_content li {
    text-align: center;
    padding-top: 20px;
    line-height: 25px;
}

.teacher_content a {
    display: block;
}

.teacher_content img {
    width: 175px;
    height: 160px;
}

/*end 老师风采*/
/*banner*/
.banner {
    width: 500px;
}

.banner_big {
    width: 500px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.banner_big .hh {
    overflow: hidden;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 45%;
}

.banner_big .prev, .banner_big .next {
    width: 36px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background: url("../../images/arrow.png") no-repeat;
    position: absolute;
    top: 66px;
    display: none;
}

.banner_big .prev {
    left: 15px;
    background-position: 0px -6px;
}

.banner_big .next {
    right: 15px;
    background-position: -70px -6px;
}

.banner_big .hh ul {
    overflow: hidden;
    zoom: 1;
}

.banner_big .hh ul li {
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../../images/icoCircle.png") 0 -12px no-repeat;
}

.banner_big .hh ul li.on {
    background-position: 0 0;
}

.banner_big .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.banner_big .bd ul li .pic {
    text-align: center;
}

.banner_big .bd ul li .pic img {
    width: 500px;
    height: 180px;
    display: block;
}

.banner_big .bd ul li .title {
    line-height: 24px;
}

/*end banner*/
/*index_xuexiao_information*/
.information {
    width: 928px;
    height: 148px;
    /*margin-top: 10px;*/
    padding: 15px 20px;
}

.information h1 a {
    display: block;
    max-width: 320px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-size: 22px;
}

.information .authentica, .information .partner {
    display: block;
    width: 57px;
    height: 22px;
    color: #fff;
    line-height: 22px;
    padding-left: 23px;
    font-size: 12px;
    background: url("../../images/sprite_1.png") no-repeat 0px -171px;
    margin-top: 5px;
    margin-left: 15px;
}

.information .partner {
    background-position: 0px -227px;
}

.information div {
    height: 40px;
    /*line-height: 40px;*/
}

.information p {
    height: 28px;
    display: flex;
}

.information .school_t {
    font-size: 14px;
    color: #999;
}

.information .discount, .information .bonus {
    display: block;
    width: 62px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    background: #54b027;
    text-align: center;
    margin-left: 10px;
    color: #fff;
    border-radius: 2px;
}

.information .bonus {
    background: #ff923c;
}

.information i {
    font-size: 18px;
    font-weight: bold;
    color: #ed232f;
}

.information .school_dizhi {
    max-width: 346px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*end index_xuexiao_information*/
/*课程list*/

.courses_list {
    padding-top: 30px;
}

.courses_list .courses_title {
    width: 928px;
    margin: 0 auto;
    height: 14px;
    background: url("../../images/title_bg.jpg") repeat-x;
    position: relative;
    margin-bottom: 30px;
}

.courses_list .courses_title h2 {
    position: absolute;
    top: -10px;
    left: 45%;
    width: 114px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    font-size: 23px;
    text-align: center;
    font-weight: bold;
}

.courses_list h3 {
    font-size: 16px;
    color: #333;
    height: 16px;
    line-height: 16px;
    padding-left: 15px;
    font-weight: bold;
    border-left: 4px solid #ed232f;
    margin-bottom: 15px;
}

.courses_list h3 a {
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

.courses_list h3 a:hover {
    color: #ed232f;
}

.courses_list ul {
    padding: 0px 20px 30px 20px;
}

.courses_list li {
    padding: 10px 15px;
    margin-top: 8px;
    background: #f8fcf2;
}

.courses_list li:hover {
    background: #fffbdd;
}

.courses_list li:hover .name {
    color: #ff0000;
}

.courses_list .load_more_kc {
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #f0ffe9;
    border-top: 1px solid #c9e5bb;
    color: #309900;
}

.courses_list .load_more_kc i {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url("../../images/sprite_1.png") no-repeat 4px -462px;
}

.courses_name {
    width: 372px;
    padding-left: 5px;
}

.courses_name h2 {
    font-weight: bold;
    height: 26px;
}

.courses_name h2 a {
    font-size: 16px;
    color: #1753aa;
    max-width: 370px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.courses_name span {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.courses_name .opening_date {
    display: inline-block;
    width: 60px;
    height: 18px;
    line-height: 18px;
    background: #77b3f5;
    color: #fff;
    text-align: center;
    border-radius: 2px;
}

.courses_price {
    width: 155px;
    font-size: 20px;
    margin-top: 6px;
    height: 30px;
    line-height: 30px;
}

.courses_people {
    width: 65px;
    padding-left: 25px;
    margin-top: 12px;
    line-height: 25px;
    background: url(../../images/sprite_1.png) no-repeat 0 -44px;
    height: 25px;
}

.courses_details {
    width: 125px;
    margin-left: 58px;
}

.orange_deep {
    color: #ff6600;
}

.btn_a_orange_deep {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    background: #ff6600;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.btn_a_orange_deep:hover {
    background: #ff7a22;
    color: #fff;
}

.on_line_qq {
    width: 80px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    font-size: 16px;
    display: block;
    padding-left: 40px;
    color: #fff;
    margin-top: 8px;
    background: #ed960e url(/xuexiao/asset/images/anniu.gif) no-repeat center 2px;
    box-sizing: unset;
}

/*a.on_line_qq:hover{*/
/*background: #ff7a22 url("../../images/sprite_1.png") no-repeat 16px -77px;*/
/*color: #fff;*/
/*}*/
/*end 课程list*/
/* picScroll-left 学校环境*/
.picScroll-left {
    width: 968px;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    position: absolute;
    bottom: 10px;
    left: 46%;
}

.picScroll-left .prev, .picScroll-left .next {
    display: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background: url("../../images/arrow2.png") no-repeat;
    position: absolute;
    top: 115px;
}

.picScroll-left .prev {
    left: 40px;
}

.picScroll-left .next {
    background-position: -32px 0px;
    right: 40px;
}

.picScroll-left .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-right: 10px;
    text-indent: -999px;
    cursor: pointer;
    background: #b5b5b5;
    border-radius: 6px;
}

.picScroll-left .hd ul li.on {
    background: #56b02a;
    width: 24px;
    height: 12px;
}

.picScroll-left .bd {
    padding: 25px 15px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 292px;
    height: 220px;
    display: block;
}

/*end picScroll-left 学校环境*/
/*面包屑*/
.crumbs {
    clear: both;
    height: 42px;
    line-height: 42px;
}

.crumbs a {
    font-size: 12px;
    color: #999;
}

.crumbs a:hover {
    color: #ed232f;
}

.crumbs a.c3 {
    color: #333;
}

.crumbs span {
    font-size: 12px;
}

.crumbs .current_page {
    color: #333;
}

.crumbs i {
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url("../../images/sprite_1.png") no-repeat 8px -267px;
}

/*end 面包屑*/
/*teacher_list*/
.teacher_list li {
    padding: 15px 20px 0 20px;

}

.teacher_list li:hover {
    background: #ffffee;
}

.teacher_list_in {
    padding-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
}

.teacher_list_in .teacher_tu {
    width: 120px;
    height: 156px;
    margin-right: 15px;
}

.teacher_list_in .teacher_tu img {
    width: 120px;
    height: 156px;
}

.teacher_introduce {
    width: 790px;
    height: 156px;
    overflow: hidden;
}

.teacher_introduce h2 a {
    font-weight: bold;
    display: block;
    height: 36px;
    font-size: 20px;
    color: #333;
}

.teacher_introduce .bg {
    background: #ff8800;
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    margin-right: 5px;
}

.teacher_introduce p {
    line-height: 24px;
}

/*end teacher_list*/

/*news_list*/
.news_list li {
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
}

.news_list li > h2 {
    font-weight: bold;
}

.news_list li a {
    display: block;
    width: 760px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list li:hover {
    background: #ffffee;
}

.news_list li:hover a {
    color: #ff0000;
}

/*end news_list*/

/*翻页样式*/
.page {
    margin-top: 15px;
}

.page ul li {
    float: left;
    margin-right: 4px;
}

.page a {
    display: block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 10px;
}

.page a:hover {
    color: #666;
}

.page a.present {
    background: #56b02a;
    color: #fff;
    font-weight: bold;
}

/*end 翻页样式*/

/*联系我们map*/
.map_outside {
    padding: 22px;
}

.map_outside .map {
    width: 550px;
    height: 362px;
    border: 1px solid #ddd;
}

.map_right {
    width: 350px;

}

.map_right h5 {
    font-size: 14px;
    font-weight: normal;
    color: #ff5a00;
    margin-top: 10px;
    height: 25px;
}

.map_right .map_address {
    padding-bottom: 40px;
    line-height: 25px;
}

.map_right .map_address .map_right_t {
    width: 72px;
    color: #666;
}

.map_right .map_address .map_right_b {
    width: 270px;
    color: #333;
}

.map_right .route {
    background: #f0f0f0;
    padding: 15px 8px 8px 8px;
}

.map_right .search_route {
    background: #fff;
    width: 334px;
    height: 40px;
    position: relative;
}

.map_right .search_place {
    width: 250px;
    padding-left: 10px;
    outline: none;
    height: 38px;
    line-height: 38px \9;
    font-size: 16px;
    border: none;
    color: #666;
    background: #fff;
}

.map_right .search_query {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background: #56b02a;
    color: #fff;
    width: 66px;
    height: 40px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.f15 {
    font-size: 15px;
}

.map_right input[type="radio"] {
    margin: 3px 3px 0px 20px;
    /*display: none;*/
}

.map_outside > .school-title > a{
    font-size: 26px;
    font-weight: normal;
    color:#333;
}

.map_outside > .school-link{
    margin: 15px 0;
}

.map_outside > .school-link >span:first-child{
    font-size: 16px;
    font-weight: normal;
    color:#333;
}


.map_outside > .school-link >span:last-child{
    font-size: 16px;
    color:#333;
}

.map_outside > .school-phone{
    margin: 15px 0;
}

.map_outside > .school-phone >span:first-child{
    font-size: 16px;
    font-weight: normal;
    color:#333;
}


.map_outside > .school-phone >span:last-child{
    font-size: 16px;
    color:#333;
}

.map_outside > .school-addr{
    cursor: pointer;
}
.map_outside > .school-addr >span:first-child{
    font-size: 16px;
    font-weight: normal;
    color:#333;
}


.map_outside > .school-addr >span:last-child{
    font-size: 16px;
    color:#333;
}

/*.map_right label {
    padding-left: 34px;
    cursor: pointer;
    background: url(../images/sprite_1.png) no-repeat 4px -342px;
}
.map_right label.checked {
    background-position: 4px -298px;
}*/
/*end 联系我们map*/
/*新闻详情*/
.news_details, .school_details, .course_details {
    padding: 30px;
}

.news_details h1 {
    font-size: 24px;
    color: #333;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_details_tit {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.news_details_tit .share {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.news_details .news_content {
    line-height: 25px;
    color: #333;
}

.news_details .news_content p img {
    width: 90%;
    max-width: 92%;
}

.news_details_other {
    margin-top: 70px;
    color: #333;
    line-height: 25px;
}

.news_details_other a:hover {
    text-decoration: underline;
}

/*end 新闻详情*/

/*学校环境*/
.environment {
    padding: 12px;
}

.environment ul li {
    float: left;
    width: 210px;
    height: 198px;
    border: 1px solid #e8e8e8;
    margin: 12px 12px;
}

.environment ul li img {
    width: 210px;
    height: 158px;
    transition: all ease-in .1s;
}

.environment ul li img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#imgshow {
    display: none;
    z-index: 1000;
    box-sizing: border-box;
}

#imgshow p.add {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}

#imgshow p img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    border: 25px solid #fff;
    /*width:476px;
    height:320px;*/
}

#imgshow .clear {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1010;
    font-size: 24px;
    color: #333;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

#imgshow .btn_pre, #imgshow .btn_next {
    width: 32px;
    text-align: center;
    height: 32px;
    background: url("../../images/arrow2.png") no-repeat;
    position: absolute;
    top: 45%;
    right: 0px;
    z-index: 1010;
    cursor: pointer;
    display: none;
}

#imgshow .btn_pre {
    background-position: 0px 0;
    left: 25px;
}

#imgshow .btn_next {
    background-position: -32px 0;
    right: 25px;
}

/*end 学校环境*/

/*学校详情*/
.school_details_name {
    height: 152px;
    border-bottom: 1px solid #ececec;
}

.school_details_name img {
    width: 135px;
    /*height: 117px;*/
    border: 1px solid #ececec;
}

.school_details_name h2 a {
    display: block;
    font-size: 26px;
    color: #333;
    height: 50px;
}

.school_details_name p {
    line-height: 30px;
}

.b {
    font-weight: bold;
}

.school_details_content {
    line-height: 25px;
    margin-top: 20px;
}

.school_details_content img {
    max-width: 908px;
}

/*end 学校详情*/
/*课程详情*/
.course_details .course_title {
    height: 66px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.course_details h1 {
    display: inline;
}

.course_details h1 a {
    font-size: 24px;
    color: #333;

}

.course_details h1 a:hover {
    text-decoration: underline;
}

.course_details_t {
    width: 580px;
}

.course_details_t ul {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.course_details_t ul li {
    border-top: none;
    height: 40px;
    line-height: 40px;
    color: #333;
}

.course_details_t li + li {
    border-top: 1px solid #eaeaea;
}

.course_details_t li .course_tit {
    width: 132px;
    border-right: 1px solid #eaeaea;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    text-align: center;
    margin-right: 15px;
}

.course_details_t li .course_details_address {
    width: 415px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.course_details_t li .course_consult_btn {
    color: #ff0000;
    display: inline-block;
    width: 65px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    background: url("../../images/sprite_1.png") no-repeat 0px -116px;
    box-sizing: unset;
}

.course_details_img {
    overflow: hidden;
    float: right;
}

.course_details_img img {
    width: 294px;
    height: 206px;
}

.course_details_content {
    margin-top: 50px;
    line-height: 25px;
}

/*end 课程详情*/
/*网上报名*/
.on_enroll {
}

.on_enroll_input {
    padding-top: 50px;
    padding-left: 25px;
}

.on_enroll_input li {
    margin-bottom: 20px;
}

.on_enroll_input li .input_tit {
    display: inline-block;
    font-size: 16px;
    color: #333;
    height: 36px;
    line-height: 36px;
    width: 90px;
    text-align: center;
}

.on_enroll_input li .input_txt {
    width: 340px;
    height: 35px;
    line-height: 35px \9;
    border: 1px solid #e0e0e0;
    outline: none;
    padding-left: 10px;
}

.on_enroll_input li .input_area {
    padding: 10px;
    width: 278px;
    height: 90px;
    border: 1px solid #e0e0e0;
    outline: none;
    resize: none;
}

.wrong, .please, .correct {
    width: 200px;
    height: 35px;
    margin-left: 14px;
    padding-left: 35px;
    line-height: 36px;
}

.wrong {
    border: 1px solid #ffe7d6;
    background: #fff2e9 url("../../images/on_enroll_input.png") no-repeat 10px -30px;
    color: #f54450;
}

.please {
    border: 1px solid #dcedfd;
    background: #f3f9ff url("../../images/on_enroll_input.png") no-repeat 10px 10px;
    color: #3d91e4;
}

.correct {
    background: url("../../images/on_enroll_input.png") no-repeat 10px -74px;
}

.on_enroll_input li .input_btn {
    width: 150px;
    height: 44px;
    font-size: 18px;
    background: #ed232f;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-left: 90px;
    font-family: "Arial,Verdana";
    cursor: pointer;
    outline: none;
    transition: all ease .1s;
}

.on_enroll_input li .input_btn:hover {
    background: #ff404b;
}

.school_address {
    padding: 14px;
}

.school_address img {
    width: 188px;
    height: 158px;
    border: 1px solid #ececec;
}

.school_address h4 {
    margin: 8px 0;
}

.school_address h4 a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.school_address p {
    padding-right: 5px;
    padding-left: 20px;
    position: relative;
    line-height: 23px;
}

.school_address p i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 18px;
    background: url("../../images/sprite_1.png") no-repeat 0 -384px;
}

/*end 网上报名*/

/*没有内容样式*/

.no_content {
    height: 150px;
    width: 450px;
    padding-left: 210px;
    font-size: 18px;
    background: url("../../images/no_content.png") no-repeat;
    margin: 30px auto 20px auto;
}

.no_content .sorry {
    width: 106px;
    height: 74px;
    background: url("../../images/sorry.png") no-repeat 0 25px;
}

.no_content a {
    display: inline-block;
    color: #fff;
    background: #6eb84a;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 10px;
    text-align: center;
}

/*end 没有内容样式*/

/*分校*/
.branch_campus {
    padding: 32px;
}

.tab th {
    text-align: left;
    height: 46px;
    line-height: 46px;
    background: #f9f9f9;
    font-weight: normal;
    color: #666;
    padding-left: 15px;
}

.tab td {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    padding-left: 15px;
}

.tab td a {
    display: block;
    color: #333;
    width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tab td .fx_address {
    display: block;
    color: #333;
    width: 410px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w105 {
    width: 105px;
}

.w120 {
    width: 120px;
}

.w200 {
    width: 200px;
}

.w420 {
    width: 420px;
}

.branch_campus .map {
    margin-top: 38px;
    width: 903px;
    height: 300px;
    border: 1px solid #ececec;
}

.green {
    color: #56b02a;
}

/*end 分校*/
/*分校详细*/
.branch_campus_detail h2 {
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.branch_campus_detail ul {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;

}

.branch_campus_detail ul li {
    border-top: none;
    color: #333;
}

.branch_campus_detail li + li {
    border-top: 1px solid #eaeaea;
}

.branch_campus_detail li .campus_tit {
    width: 120px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding-left: 40px;
}

.branch_campus_detail li .campus_body {
    border-left: 1px solid #eaeaea;
    display: inline-block;
    width: 740px;
    line-height: 28px;
    padding: 8px 0;
    max-height: 200px;
    padding-left: 15px;
}

/*end 分校详细*/

/*下架课程*/
.wang-none {
    width: 500px;
    margin-top: 20px;
}

.wang-none-img {
    margin-left: 245px;
}

.wang-none-txt {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-top: 50px;
    margin-left: 20px;
}

.fl {
    float: left;
}

.clear {
    *zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.marleft {
    margin-left: 115px;
}

.martop02 {
    margin-top: 17px !important;
}

/* 底部 开始 */
.footer-top {
    padding-bottom: 30px;
}

.footer-top-li-esp {
    margin-left: -20px;
}

.footer-top-li {
    width: 180px;
    border-right: 1px solid #ddd;
    min-height: 178px;
}

.footer-top-li-inner {
    padding-left: 20px;
}

.inline-any {
    color: #8f8f8f;
    height: 24px;
    line-height: 24px;
}

.inline-any-a {
    line-height: 1;
    color: #8f8f8f;
}

.sao-wrap {
    width: 113px;
}

.app-code {
    display: block;
    width: 105px;
    height: 105px;
    margin: 5px auto 0;
}

.app-code-txt {
    text-align: center;
    margin-top: 5px;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom-txt {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.web-warn {
    vertical-align: middle;
    margin-right: 5px;
}

.footer-bottom-img {
    text-align: center;
    margin-top: 20px;
}

.footer-bottom-img-each {
    margin-right: 20px;
}

.footer-bg-box {
    padding-top: 20px;
    background-color: #f7f7f7;
}

.border-r-trans {
    border-right: transparent !important;
}

/* 底部 结束 */

.school-comment {
    /*margin-top: 90px;*/
    padding-top: 30px;
    background-color: #F7F8FA;
    width: 1200px;
    margin: 20px auto;
}
.comment-content{
    width: 100%;
}
.classname{
    width: 1000px;
    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: 970px;
    height: 600px;
    margin: 0 auto;
    /*background: white;*/
    padding:30px 0;
}
.mycomment-a{
    width: 170px;
    height: 50px;
    /*float: left;*/
    margin-left: 4%;
    margin-top: 20px;
    font-size: 16px;
}
.mycomment-d{
    margin-left: 4%;
    margin-bottom: 10px;
}
.mycomment-d>img{
    width:50px;height:35px;
}
.mycomment-d>span{
    margin-left: 10px;
    color: #999;
    font-size: 14px;
}
.mycomment-d>div>p{
    width:80px;
    text-align: right;
    display: inline-block;
}
.mycomment-b{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-1{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-2{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-3{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-4{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-5{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-c{
    width: 1100px;
    height: 120px;
    clear: both;
    /*margin-left: 9%;*/
}
.mycomment-c-2{
    width: 925px;
    height: 122px;
    clear: both;
    margin-left: 4%;
    border:1px solid #999;
}
.mycomment-c-1{
    height: 120px;
    clear: both;
}
.num{
    float: right;
    font-size: 12px;
    position: relative;
    left:-15px;
    top: -25px;
    color:#888;
}
.anonymous{
    float: left;
    margin-left: 84%;
    margin-right: 3%;
    margin-top: 52px;
}
.anonymous_1{
    float: left;
    margin-left: 87%;
    margin-right: 3%;
    margin-top: 52px;
}
.publish{
    float: left;
    margin-top: 30px;
}
.publish button{
    width: 100px;
    height: 30px;
    background: #E64441;
    color: white;
    border: 0;
    cursor: pointer;
}
.publish_1{
    float: left;
    margin-top: 30px;
}

.publish_1 button{
    width: 34px;
    height: 22px;
    background: #E64441;
    color: white;
    border: 0;
    cursor: pointer;
    font-size: 12px;
}
.star{
    float: left;
    margin-left: 30px;
    margin-top: -10px;
}
.school-comment .common-title{
    margin-left: 3.5%;
}

.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;
}
.more-class span {
    width: 100%;
    height: 100%;
    display: block;
}

.keywordseo{
    margin-top: 20px;
    background: #fff;
}
.keywordseo .keywordseo_titile{
    border-left: 2px solid #ff9900;
    font-size: 16px;
    padding-left: 10px;
    line-height: 1;
}
.keywordseo_list{
    /*border: 1px #ddd solid;*/
}
.keywordseo .keywordseo_list ul{
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 5px 10px;
}
.keywordseo .keywordseo_list li{
    background-color: white;
    font-size: 14px;
    margin: 5px 15px 5px 0;
}
.keywordseo .keywordseo_list a{
    font-weight:normal;
    color: #666666;
}
.keywordseo .keywordseo_list a:hover{
    font-weight:normal;
    color: #ea4245;
}


/* 学校详情评论 */
.pinglun {
    width: 1200px;
    margin: 0 auto;
    max-width: 1920px;
    /*background-color: #FFF;*/
    /*height: 1000px;*/
    box-sizing: border-box;
    padding: 43px 0;
}

.pinglun .pinglun_header {
    position: relative;
    width: 100%;
    height: 80px;
    /*background-color: #FFF;*/
    margin-bottom: 20px;
}

.pinglun .pinglun_header .pinglun_header_left {
    position: relative;
    float: left;
    clear: both;
    width: 253px;
    height: 100%;
}

.pinglun_header_left .header_left_img {
    width: 110px;
    height: 77px;
    margin-right: 20px;
}

.pinglun_header_left .header_left_name {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
}

.pinglun_header_center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 910px;
    left: 252px;
    height: 68px;
}
.pinglun_header_center li{
    float: left;

}
.detail-content-p{
    letter-spacing: 2px;
    text-indent: 2em !important;
    font-size: 16px;
    line-height: 26px;
}
.detail-content-img{
    max-width: 100%;
}
