/* 右 */
.main_right {
    width: 240px;
    margin-top: 20px;
}

.main_right_02 {
    width: 278px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

.contact {
    width: 240px;
    height: auto;
}

.contact-information {
    margin-left: -5px;
}

.contact-phone {
    background-image: url(http://www.houxue.com/assets/images/school/contact-detail.png);
    background-repeat: no-repeat;
    background-position: 0 -114px;
    padding-left: 30px;
    margin-top: 15px;
    height: 22px;
}

.contact-phone span {
    color: #ff5400;
    font-size: 16px;
    padding-left: 15px;
}

.contact-consult {
    background-image: url(http://www.houxue.com/assets/images/school/contact-detail.png);
    background-repeat: no-repeat;
    background-position: 0 -146px;
    padding-left: 35px;
    margin-top: 20px;
}

.contact-btn-chat {
    display: block;
    width: 150px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to right, #fb805f, #fc5d71);
    margin-left: 10px;
    vertical-align: middle;

}

.hx-rec_ul {
    width: 940px;
    margin-top: 8px;
}

.hx-rec_box {
    width: 90%;
    font-size: 14px;
    margin: 10px 10px 15px;
}

.hx-rec_ul>li {
    float: left;
    width: 180px;
    box-shadow: 0 0 2px #ececec;
}

.hx-rec_ul li:hover {
    box-shadow: 0 0 6px #999;
}

.hx-rec_img {
    width: 100%;
    height: 140px;
}

.hx-rec_img>img {
    display: block;
    width: 100%;
    height: 140px;
}

img.hx-rec_img02 {
    display: block;
    width: 100%;
    height: 140px;
}

div.ellip_02 {
    margin-top: 10px;
}

/* 个性定制 */
/* .signup_form {}

.signup_div {
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    color: #999999;
}

.signup_div>span {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: 3px 8px 0 10px;
}

.signup_div>span.user {
    background: url(/assets/images/course/sign_up.png) no-repeat 0 0;
}

.signup_div>span.phone {
    background: url(/assets/images/course/sign_up.png) no-repeat 0 -22px;
}

.signup_div>span.city {
    background: url(/assets/images/course/sign_up.png) no-repeat 0 -44px;
}

.signup_div>span.want {
    background: url(/assets/images/course/sign_up.png) no-repeat 0 -66px;
}

.signup_form input[type=text],
.signup_form textarea {
    display: block;
    width: 180px;
    height: 18px;
    line-height: 18px;
    padding-left: 8px;
    margin: 6px 5px 6px 0;
    border: 0;
    border-left: 1px solid #e8e8e8;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #999;
} */

.signup_div {
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    background-color: #F5F5F5;
    color: #999999;
    padding: 2px 0;
}

.signup_div input,
.signup_div textarea {
    width: 190px;
    border: none;
    border-left: 1px solid rgb(232, 232, 232);
    font-size: 16px;
    padding-left: 10px;

}

.signup_div input {
    height: 28px;
    line-height: 28px;
}

.signup_div textarea {
    height: 64px;
    margin-top: 4px;

}

.signup_div option {
    margin-top: 10px;
}

.signup_div>span {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: 3px 8px 0 10px;
}

.signup_div>span.user {
    background: url(/assets/images/right-bar/three.png) no-repeat;
}

.signup_div>span.phone {
    background: url(/assets/images/right-bar/four.png) no-repeat;
}

.signup_div>span.city {
    background: url(/assets/images/right-bar/one.png) no-repeat;
}

.signup_div>span.want {
    background: url(/assets/images/right-bar/two.png) no-repeat;
}

.code-btn {
    width: 99px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #FF8400;
    color: white;
    font-size: 16px;
    margin-top: 13px;
    border-radius: 5px;
    cursor: pointer;
}

.signup_form input[type=text]::placeholder{
/* .signup_form input[type=textarea]::placeholder { */
    font-size: 16px;
    color: #999999 !important;
}

#content_order::placeholder{
    color: #999;
}

.signup_div hr{
    border-left:1px solid #E8E8E8;
}


.select-custom {
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.select-custom .currentValue{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 18px;
    outline: none;
}


.select-list {
    width: 100%;
    position: absolute;
    top: 30px;
    right: 0px;
    display: none;
    overflow: auto;
    max-height: 300px;
    background-color: #f5f5f5;
    border-right: 5px solid #f5f5f5;
    box-shadow:-1px 10px 10px #c9c9c9;
    color: #999999;
    padding-right: 10px;
    z-index: 66;
    box-sizing:border-box;
}

.select-list li {
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
}

.select-list li:hover {
    background-color: #ff8400;
    color: #fff;
    cursor: pointer;

}

.select-list .selected {
    background-color: #ff8400;
    color: #fff;

}


.select-list::-webkit-scrollbar-button:start {
    background-image: url("../images/other/top.png");
    height: 20px;
    background-size: 10px 8px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;

}

.select-list::-webkit-scrollbar-button:end {
    background: url("../images/other/bottom.png");
    height: 20px;
    background-size: 10px 8px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}


/*滚动条凹槽的颜色 */
.select-list::-webkit-scrollbar-track-piece {
    display: none;
}

/* 滚动条的宽度 */
.select-list::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  
}

/* 滚动条的背景色 圆角等设置  */
.select-list::-webkit-scrollbar-thumb {
    background-color: #C9C9C9;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.signup_form_btn {
    display: block;
    width: 240px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 0 0;
    border: 1px solid #ff5400;
    background: #ff5400;
    border-radius: 50px;
    -moz-border-radius: 2px;
    outline: none;
    letter-spacing: 2px;
    margin-top: 27px;
    margin-bottom: 20px;
}

.signup_form_btn:hover,
.signup_form_btn:active {
    background: #ff5400;
    color: #fff;
}

.signup_form_btn1 {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0;
    background: #ff5400;
    border-radius: 2px;
    -moz-border-radius: 2px;
    outline: none;
    background-image: url(/assets/images/ask.png);
    background-repeat: no-repeat;
    background-position: 32px 0;
}

/* 个性定制 完成 */
.course_a_2 {
    position: relative;
    display: block;
}

.course_a_2:hover {
    box-shadow: 0 0 6px #999;
}

.course_adv {
    display: block;
    width: 240px;
    height: 140px;
    margin-top: 20px;
}

.guanggao-tip {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    color: #fff;
    padding: 5px 4px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
}

/* 猜你喜欢 */
.maybe_like {
    margin-top: 20px;
}

.maybe_like_01 {
    margin-right: 90px;
    margin-top: 20px;
    width: 420px;
    float: left;
}

.maybe_like_02 {
    width: 420px;
    float: left;
}

.maybe_like_li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.maybe_like_li .side-tit-link {
    margin-top: 5px;
    height: 38px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.maybe_like_li:hover .side-tit-link {
    color: #ff5400;
}

.maybe_like_li:last-child {
    border-bottom: 0;
}

.maybe_like_a {
    display: inline-block;
    width: 100px;
    height: 70px;

}

.maybe_like_li:hover .maybe_like_a {
    box-shadow: 0 0 3px #999;
}

.maybe_like_img {
    display: block;
    width: 100%;
    height: 100%;
}

.maybe_like_con {
    height: 70px;
    margin-left: 110px;
    font-size: 12px;
    color: #333;
}

.color666 {
    color: #666;
}

.course_subtitle {
    color: #666;
    text-indent: 8px;
    border-left: 2px solid #ff5400;
    line-height: 1;
    display: inline-block;
}

.maybe_like_title {
    overflow: hidden;
    border-bottom: 1px solid #d0d6d9;
}

.maybe_like_title_old {
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
}

.maybe_like_title_old>a {
    color: #666;
    font-size: 16px;
}

.maybe_like_title>a {
    color: #666;
    font-size: 16px;
}

.maybe_like_title>h3 {
    float: left;
}

/* 最新资讯 开始 */
.latest-news {
    margin-top: 25px;
    width: 240px;
    padding-left: 20px;
}

.latest-newstitle {
    color: #666;
    text-indent: 10px;
    border-left: 2px solid #ff5400;
    line-height: 1;
    display: inline-block;
}

.latest-news ul li.latest-news-li-new a {
    color: #7a7a7a;
    padding-left: 5px;
}

.latest-news-li-new {
    padding-top: 20px;
}

.latest-news-li-new span.latest-news-li-bright {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ff775f;
}

.latest-news-li-new span.latest-news-li-dead {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #cccccc;
}

.latest-news-li-new a._link:hover {
    color: #FF5400;
}

.latest-news-li-new:hover span.latest-news-li-dead {
    background-color: #ff775f;
}

.maybe_like_03 {
    padding-top: 15px;
    background: white;
}

.maybe_like_03 ul {
    padding: 10px 5px;
}

.hx-rec {
    margin-top: 20px;
}

.hx-rec_box span.moods {
    margin-bottom: 5px;
}

.maybe_like_alter {
    padding: 0;
}

/*右侧推荐学校*/
.maybe_like_new h2 {
    color: #333;
}

.maybe_like_new li {
    padding: 10px 10px;
    border-top: 1px dotted #ddd;
}

.maybe_like_new a {
    font-size: 14px;
    color: #666;
}

.maybe_like_new a:hover {
    color: #ff5400;
}

.maybe_like_new_first img {
    width: 220px;
    height: 154px;
}

.maybe_like_new_first_title {
    margin-top: 10px;
}


.course_subtitle_new {
    text-indent: 10px;
    border-left: 3px solid #FF5400;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #010101;
    margin: 15px 18px;
    margin-top: 0px;
}