/*body*/
body{
	background-color: #f9f9f9;
}

/*header*/
.page_header{
	height: 82px;
	background-color: #fff;
	border-bottom: 1px solid #E8E8E8;
	overflow: hidden;
}
.page_header .logo {
    margin: 6px auto;
}
.page_header .address{
	margin: 23px 75px 23px 10px;
}

.page_header .page_nav{
	height: 50px;
	margin: 16px 0;
}
.page_nav .allchoose .a_choose{
	display: block;
	width: 82px;
	height: 26px;
	text-align: center;
	line-height: 24px;
	margin: 12px 0;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	font-size: 13px;
	color: #666;
}
.page_nav .allchoose .a_choose i{
	font-size: 12px;
	vertical-align: middle;
	margin-left: 3px;
}
.page_header .nav_list {
    line-height: 50px;
    margin-left: 20px;
}
.page_header .nav_list a {
    float: left;
    padding: 0 20px;
    margin-right: 5px;
    font-size: 16px;
    color: #666;
    position: relative;
}
.page_header .nav_list a.on,.page_header .nav_list a:hover {
    color: #EE6928;
}

.page_search{
	width: 270px;
	height: 30px;
	border: 1px solid #E8E8E8;
	margin: 26px 0;
}
.page_search .int_box{
	position: relative;
}
.page_search .int_box input{
	width: 100%;
	height: 28px;
	padding: 0 10px 0 30px;
	border: 1px none;
	font-size: 14px;
	color: #666;
}
.page_search .int_box i{
	line-height: 30px;
	font-size: 18px;
	color: #bbb;
	position: absolute;
	top: 0;
	left: 5px;
}

/*全部分类*/
.shade {
    display: none;
    background: rgba(0,0,0,.2);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.examchoose {
    display: none;
    height: 570px;
    width: 1050px;
    background: #fff;
    position: fixed;
    top: 50%;
    margin-top: -285px;
    left: 50%;
    margin-left: -525px;
    z-index: 11;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.examchoose .title {
    position: relative;
    color: #333;
    padding: 25px 50px 30px;
    font-size: 20px;
    line-height: 1;
}
.examchoose .title em {
    color: #676a73;
    font-size: 14px;
    margin-left: 30px;
}
.examchoose .title .iconfont {
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #9598A2;
}

.examchoose .list1 ul {
    padding-left: 50px;
    margin-bottom: 15px;
}
.examchoose .list1 ul li {
    width: 305px;
    float: left;
    margin-right: 30px;
}
.examchoose .active {
    background: #659cef;
    border: 1px solid #659cef !important;
    color: #fff !important;
}
.examchoose .list1 ul li p {
    color: #333;
    font-size: 16px;
    line-height: 1;
    float: left;
    width: 100%;
}
.examchoose .list1 ul li p .dot_circle {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #659CEF;
	border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.examchoose .list1 ul li span {
    float: left;
    font-size: 12px;
    line-height: 1;
    color: #676a73;
    padding: 9px 13px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    border: 1px solid #c9cace;
    margin: 15px 0 0 15px;
    white-space: nowrap;
}
.examchoose .list2 {
    display: none;
    width: 1035px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.examchoose .list2 .title2 {
    color: #333;
    font-size: 16px;
    line-height: 1;
    float: left;
    width: 100%;
    padding-left: 50px;
    padding-bottom: 13px;
}
.examchoose .list2 .title2 .dot_circle {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #659CEF;
	border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.examchoose .list2 ul {
    padding-bottom: 5px;
}
.examchoose .list2 ul li {
    width: 1000px;
}
.examchoose .list2 ul li span {
    padding-left: 70px;
    width: 140px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    float: left;
}
.examchoose .list2 ul li p {
    float: left;
    width: 860px;
}

.examchoose .list2 ul li p em {
    float: left;
    font-size: 12px;
    line-height: 1;
    color: #676a73;
    padding: 9px 13px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    border: 1px solid #c9cace;
    margin: 0 15px 15px 0;
    white-space: nowrap;

}


.examchoose .choosemore {
    color: #659cef;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    text-align: center;
}
.examchoose .choosemore span {
    cursor: pointer;
}
.examchoose a {
    width: 156px;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    background: #dddfe8;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -78px;
}

/*面包屑导航*/
.gb-crumbs{
	width: 1280px;
	margin: 0 auto;
	padding: 5px 0;
}
.gb-crumbs ul{
	height: 35px;
	overflow: hidden;
	font-size: 0;
}
.gb-crumbs ul li{
	height: 35px;
	line-height: 35px;
	font-size: 0;
	display: inline-block;
	zoom: 1;
}
.gb-crumbs-home .ico{
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
.gb-crumbs-home .ico .iconfont{
	font-size: 16px;
	color: #363636;
}
.gb-crumbs li a{
    font-size: 12px;
    color: #666;
}
.gb-crumbs li span {
	font-size: 14px;
	color: #666;
	font-family: "simsun";
    padding: 0 8px;
}
.gb-crumbs .active a{
    color: #EE6A2B;
}

/*全部课程*/
.allcourse{
	width: 1280px;
	margin: 0 auto;
}
.allcourse .part_left{
	width: 990px;
}
.allcourse .part_right{
	width: 275px;
	margin-left: 15px;
}
.allcourse .selector{
	width: 100%;
	padding: 15px 15px 5px 20px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 20px;
}
.opt-list .brand-section dt {
    float: left;
    width: 50px;
    text-align: left;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}
.opt-list .brand-section dd.ri-section {
    float: left;
    /*width: 903px;*/
   width: calc(100% - 50px);
    margin-bottom: 10px;
}
.ri-section .lf-list {
    float: left;
/*    width: 853px;*/
	width: calc(100% - 50px);
    overflow: hidden;
}
.brand-list {
    height: 24px;
    overflow: hidden;
    position: relative;
}
.brand-list.ov-inh,
.lf-list.ov-inh {
	overflow:inherit
}
.ri-section .lf-list .brand-list a {
    float: left;
    line-height: 24px;
    margin-right: 15px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #666;
}
.ri-section .lf-list .brand-list a.active {
	background-color: #FF6C00;
	color: #fff;
}
.ri-section .lr-more {
    float: right;
    width: 50px;
    text-align: center;
    background-color: #eee;
    margin-top: 1px;
}
.ri-section .lr-more a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 0 15px 0 0px;
    display: block;
}
.ri-section .lr-more a span {
	display: block;
    font-size: 12px;
    color: #999;
    line-height: 22px;
}
.litt-tcr {
	display: block;
    height: 5px;
    width: 9px;
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 9px;
    right: 7px;
    z-index: 5;
}

.allcourse .filter {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    margin-bottom: 15px;
    overflow: hidden;
}
.filter .f-sort {
    float: left;
    height: 40px;
}
.filter .f-sort a {
    float: left;
    padding: 0 2px;
    margin-right: 20px;
    height: 39px;
    border-bottom: 2px solid transparent;
    line-height: 40px;
    position: relative;
}
.filter .f-sort a.on {
	border-color: #FF6C00;
}
.filter .f-sort a.fs_price {
	border-color: transparent !important;
}
.filter .f-sort .fs-tit {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
}
.filter .f-sort a.on .fs-tit{
	color: #FA4818;
}
.f-sort a.fs_price i.f-ico-triangle-mb,.f-sort a.fs_price i.f-ico-triangle-mt {
    border: 4px solid transparent;
    height: 0;
    width: 0;
    line-height: 10px;
    position: absolute;
    right: -9px;
}
.f-sort a.fs_price i.f-ico-triangle-mt {
    border-bottom: 4px solid #cbcbcb;
    top: 12px;
}
.f-sort a.fs_price i.f-ico-triangle-mb {
    border-top: 4px solid #cbcbcb;
    top: 22px;
}
.f-sort a.fs_price i.f-ico-triangle-mt.on {
    border-bottom-color: #FA4818;
}
.f-sort a.fs_price i.f-ico-triangle-mb.on {
    border-top-color: #ff0036;
}

.filter .f-pager{
    float: right;
    padding: 9px 0;
    font-size: 0;
}
.filter .f-pager .fp-text{
    line-height: 22px;
    margin-right: 10px;
}
.filter .f-pager .fp-text b{
	font-size: 12px;
    color: #ED6A26;
    font-weight: normal;
}
.filter .f-pager .fp-text em, .filter .f-pager .fp-text i{
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-style: normal;
}
.filter .f-pager .fp-next, .filter .f-pager .fp-prev {
	display: inline-block;
    width: 40px;
    height: 22px;
    border: 1px solid #F1F1F1;
    line-height: 20px;
    font-family: "\5b8b\4f53";
    text-align: center;
    font-size: 16px;
    color: #AAA;
}
.filter .f-pager .disabled{
	background-color: #F1F1F1;
}
.filter .f-pager .fp-next{
	margin-left: -1px;
}
.filter .f-result-sum{
    float: right;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}

.m_course_list{
	display: none;
}
.allcourse_list_box{
	width: 100%;
	padding: 30px 24px 15px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
}
.course_list .course_item{
	width: 220px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
}
.course_list .course_item:nth-child(4n){
	margin-right: 0;
}
.course_list .course_item .course_img{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.course_list .course_item .course_img a,
.course_list .course_item .course_img a img{
	display: block;
	width: 100%;
	height: 150px;
}
.course_list .course_item .course_text{
	padding: 5px 10px;
}
.course_list .course_item .course_name{
	margin: 5px 0 15px;
}
.course_list .course_item .course_name a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.course_list .course_item .course_name a:hover{
	color: #FF7F00;
}
.course_list .course_item .course_name a .sign{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #FF7F00;
	border-radius: 2px;
	font-size: 14px;
	color: #FF7F00;
	vertical-align: middle;
	margin-right: 5px;
}
.course_list .course_item .course_mes span{
	display: inline-block;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.course_list .course_item .course_mes .price{
	font-size: 20px;
	color: #F13232;
	font-family: arial;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
.course_list .course_item .course_mes .price i{
	display: inline-block;
	font-size: 20px;
	color: #F13232;
	font-weight: bold;
	font-style: inherit;
	line-height: 30px;
}
.course_list .course_item .course_mes .price em{
	display: inline-block;
	font-size: 12px;
	color: #F13232;
	margin-left: 3px;
}

/*分页*/
.m_page{
	display: none;
}
.page{
	width: 100%;
	text-align: center;
	margin: 35px 0 50px;
}
.page .p-wrap{
	display: inline-block;
	height: 36px;
	overflow: hidden;
}
.page .p-num a{
    float: left;
    height: 36px;
    line-height: 34px;
    padding: 0 13px;
    margin: 0 5px;
    font-size: 14px;
    color: #666;
    border: 1px solid #E4E4E4;
    background-color: #fff;
}
.page .p-num a.curr,.page .p-num a:hover {
    border: 0 none;
    padding: 1px 14px;
    background: #b7b7b7;
    color: #fff;
}
.page .p-num a i{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}
.page .p-num a.prev i{
	margin-right: 3px;
}
.page .p-num a.next i{
	margin-left: 3px;
}
.page .p-num a.prev:hover,.page .p-num a.next:hover{
	background-color: #676767;	
	color: #fff;
}

.free_course{
	width: 100%;
	height: 330px;
	padding: 20px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.free_course .title{
	font-size: 22px;
	color: #FF6C00;
	line-height: 32px;
	text-align: center;
}
.free_course .tit{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.free_course .tit:before,
.free_course .tit:after{
	content: "";
	width: 35px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	z-index: 5;
}
.free_course .tit:before{
	background-image: url(../img/tit_left.png);
	left: 20px;
}
.free_course .tit:after{
	background-image: url(../img/tit_right.png);
	right: 20px;
}
.free_course .form_box .full_db{
	width: 100%;
	margin-bottom: 12px;
}
.free_course .form_box .full_db input{
	width: 100%;
	padding: 0 10px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	font-size: 12px;
	color: #666;
}

.free_course .int_text::-webkit-input-placeholder{font-size: 12px;color: #999;}    /* 使用webkit内核的浏览器 */
.free_course .int_text:-moz-placeholder{font-size: 12px;color: #999;}                  /* Firefox版本4-18 */
.free_course .int_text::-moz-placeholder{font-size: 12px;color: #999;}                  /* Firefox版本19+ */
.free_course .int_text:-ms-input-placeholder{font-size: 12px;color: #999;}           /* IE浏览器 */

.free_course .form_box .full_db select{
	width: 49%;
	height: 30px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	padding: 0 10px;
	font-size: 12px;
	color: #666;
}
.form_box button{
	width: 100%;
	height: 36px;
	text-align: center;
	background-color: #FF6C00;
	border-radius: 3px;
	border: none;
	font-size: 14px;
	color: #fff;
}

.edu_platform{
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #E8E8E8;
	background-color: #fff;
}
.edu_platform .tit{
	font-size: 16px;
	color: #000;
	line-height: 28px;
	text-align: center;
}
.edu_platform .txt{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	text-align: center;
	margin-bottom: 25px;
}
.edu_platform .fea_list li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
}
.fea_list li .ico{
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.fea_list li .ico i{
	font-size: 32px;
	color: #FFCEB1;
}
.fea_list li .text{
	width: 190px;
}
.fea_list li .text .faq{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin-bottom: 5px;
}
.fea_list li .text .desc{
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.edu_platform button{
	width: 100%;
	height: 36px;
	text-align: center;
	background-color: #FF6C00;
	border-radius: 3px;
	border: none;
	font-size: 14px;
	color: #fff;
}

/*end*/


/*金牌学校——机构*/
.star-school .tab_nav{
	width: 100%;
	height: 48px;
	padding-right: 35px;
	background-color: #F6F6F6;
	border: 1px solid #E8E8E8;
	border-bottom: 2px solid #EE6929;
}
.star-school .tab_nav_list li{
	float: left;
	width: 120px;
	height: 46px;
	position: relative;
	top: -1px;
}
.star-school .tab_nav_list li a{
	display: block;
	width: 120px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #666;
}
.star-school .tab_nav_list li.on a,
.star-school .tab_nav_list li a:hover{
	background-color: #EE6929;
	color: #fff;
}
.star-school .tab_nav .tips{
	font-size: 12px;
	color: #EE6928;
	line-height: 46px;
}

.star-school_main{
	width: 100%;
	padding: 0 25px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	border-top: 1px solid transparent;
}
.star-school_main .screen{
	width: 100%;
	height: 55px;
	padding: 15px 0;
/*	margin-bottom: 10px;*/
	border-bottom: 1px solid #E8E8E8;
}
.screen .screen_list li a{
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.screen .screen_list li.on a{
	color: #EE6928;
}
.screen .screen_list li span{
	display: inline-block;
	font-size: 14px;
	color: #D3D3D3;
	margin: 0 15px;
}
.star-school_main .screen .tools{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.star-school_main .screen .tools b{
	font-weight: normal;
	font-family: arial;
}

.star-school_list{
	width: 100%;
	padding: 35px 0;
	border-bottom: 1px solid #E8E8E8;	
}
.star-school_list .item{
	width: 25%;
	height: 80px;
	border-left: 1px solid #E8E8E8;
	padding: 11px 2%;
}
.star-school_list .item:first-child{
	border-left: 1px solid transparent;
}
.star-school_list .item .school_logo,
.star-school_list .item .school_logo a
.star-school_list .item .school_logo img{
	display: block;
	width: 58px;
	height: 58px;
}
.star-school_list .item .school_mes{
	width: 100px;
	margin-left: 10px;
}
.star-school_list .item .school_mes a{
	font-size: 14px;
	color: #333;
	line-height: 18px;
	margin-bottom: 4px;
}
.star-school_list .item .school_mes a:hover{
	color: #FF6900;
}
.star-school_list .item .school_mes .address{
	font-size: 12px;
	color: #FF6900;
	line-height: 18px;
}
.star-school_list .item .school_mes .address i{
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}

.schol_info_list{
	width: 100%;
	padding: 0 20px;
}
.schol_info_list .sch_item{
	width: 100%;
	padding: 50px 0;
	border-bottom: 1px solid #E8E8E8;
}
.schol_info_list .sch_item:last-child{
	border-bottom: 1px solid transparent;
}
.schol_info_list .sch_item .school_logo,
.schol_info_list .sch_item .school_logo a,
.schol_info_list .sch_item .school_logo img{
	display: block;
	width: 124px;
	height: 124px;
}
.schol_info_list .sch_item .school_info{
	width: 85%;
}
.schol_info_list .sch_item .school_mes{
	width: 75%;
	margin-left: 25px;
}
.schol_info_list .sch_item .school_mes .sch_name{
	font-size: 20px;
	color: #403F49;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 0 15px;
}
.schol_info_list .sch_item .school_mes .sch_name:hover{
	color: #EE6929;
}
.schol_info_list .sch_item .school_mes .sch_txt{
	font-size: 14px;
	color: #999999;
	line-height: 32px;
}
.schol_info_list .sch_item .school_mes .sch_txt i{
	margin-right: 5px;
	vertical-align: middle;
}
.schol_info_list .sch_item .btn_box{
	padding: 27px 0;
}
.schol_info_list .sch_item .btn_box .a_btn{
	display: block;
	width: 98px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #1A8FEE;
	font-size: 12px;
	color: #1A8FEE;
	margin-bottom: 10px;
	border-radius: 2px;
}
.schol_info_list .sch_item .btn_box .a_btn.ask{
	background-color: #1A8FEE;
	color: #fff;
	margin-bottom: 0;
}

.ad_active .ad_img{
	display: block;
	width: 100%;
	height: 160px;
	margin-bottom: 15px;
}
.hot_course{
	width: 100%;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
.hot_course .tit{
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 16px;
	color: #333;
}
.hot_course .hot_course_list{
	width: 100%;
	padding: 0 15px;
}
.hot_course .hot_course_list .item{
	padding: 20px 0;
	border-bottom: 1px dashed #E8E8E8;
}
.hot_course .hot_course_list .item:last-child{
	border-bottom: 1px solid transparent;
}
.hot_course_list .item .course_img,
.hot_course_list .item .course_img a,
.hot_course_list .item .course_img img{
	display: block;
	width: 98px;
	height: 62px;
}
.hot_course_list .item .course_mes{
	width: 145px;
	padding: 6px 0 6px 10px;
}
.hot_course_list .item .course_mes .name{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.hot_course_list .item .course_mes .name:hover{
	color: #EE6929;
}
.hot_course_list .item .course_mes .num{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

/*end*/

/*金牌学校——老师*/
.teacher_list .tea_item{
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #E8E8E8;
}
.teacher_list .tea_item:last-child{
	border-bottom: 1px solid transparent;
}
.teacher_list .tea_item .tea_img{
	width: 108px;
	height: 110px;
	overflow: hidden;
	position: relative;
}
.teacher_list .tea_item .tea_img a{
	display: block;
	width: 108px;
	height: 108px;
}
.teacher_list .tea_item .tea_img .img_box,
.teacher_list .tea_item .tea_img .img_box img{
	width: 108px;
	height: 108px;
	border-radius: 50%;
}
.teacher_list .tea_item .tea_img .tea_age{
	width: 84px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background-color: #EE6929;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -42px;
	bottom: 0;
	z-index: 5;
}
.teacher_list .tea_item .tea_mes{
	width: calc(100% - 230px);
	margin-left: 20px;
}
.teacher_list .tea_item .tea_mes .name{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}
.teacher_list .tea_item .tea_mes .name span{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	margin-left: 5px;
	background-color: #F8F8F8;
	font-size: 12px;
	color: #999;
}
.teacher_list .tea_item .tea_mes .tea_desc{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.teacher_list .tea_mes .tea_desc span{
	margin-right: 10px;
}
.teacher_list .tea_mes .tea_desc span i{
	vertical-align: middle;
	margin-right: 5px;
	font-size: 18px;
}
.teacher_list .tea_mes .tea_desc span em{
	display: inline-block;
	font-family: arial;
	color: #666;
	margin-left: 5px;
}
.teacher_list .tea_item .btn_box {
    padding: 20px 0;
}
.teacher_list .tea_item .btn_box .a_btn {
    display: block;
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #FD6800;
    font-size: 12px;
    color: #FD6800;
    margin-bottom: 10px;
    border-radius: 2px;
}
.teacher_list .tea_item .btn_box .a_btn.online{
	background-color: #FD6800;
	color: #fff;
	margin-bottom: 0;
}

/*end*/

/*金牌学校——线上课程*/
.star-school_online .course_list{
	padding-top: 20px;
}

/*end*/

/*金牌学校——线下课程*/
.unline_list .unline_item{
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #E8E8E8;
}
.unline_list .unline_item:last-child{
	border-bottom: 1px solid transparent;
}
.unline_list .unline_item .unline_info{
	width: calc(100% - 100px);	
}
.unline_list .unline_item .title{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.unline_list .unline_item .desc{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-bottom: 20px;
}
.unline_list .unline_item .tea_list{
	width: 100%;
	height: 42px;
	overflow: hidden;
	margin-bottom: 25px;
}
.unline_list .unline_item .tea_list li{
	margin-right: 20px;
}
.unline_list .unline_item .tea_list .tea_img{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;
}
.unline_list .unline_item .tea_list .tea_img img{
	width: 100%;
	height: 100%;
}
.unline_list .unline_item .tea_list .tea_mes{
	height: 42px;
	padding: 2px 0;
}
.unline_list .unline_item .tea_list .job{
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.unline_list .unline_item .tea_list .tea_name{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.unline_list .unline_item .course_mes span{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.unline_list .unline_item .course_mes .dot{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bdbdbd;
	border-radius: 50%;
	margin: 0 10px;
	vertical-align: middle;
}
.unline_list .unline_item .btn_box {
    padding: 41px 0;
}
.unline_list .unline_item .btn_box .a_btn {
    display: block;
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #FD6800;
    font-size: 12px;
    color: #FD6800;
    margin-bottom: 10px;
    border-radius: 2px;
}
.unline_list .unline_item .btn_box .a_btn.online {
    background-color: #FD6800;
    color: #fff;
    margin-bottom: 0;
}

/*end*/

/*金牌学校——线下课程_详情*/
.unline_detail{
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 55px;
}
.unline_detail .part_left{
	width: 895px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
.unline_detail .unline_head{
	width: 100%;
	padding: 25px 30px;
}
.unline_detail .unline_head .m_price,
.unline_detail .unline_head .m_buy_btn{
	display: none;
}
.unline_detail .unline_head .course_name{
	display: inline-block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	position: relative;
}
.unline_detail .unline_head .course_name .sign{
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	white-space: nowrap;
	background-color: #FFF0E9;
	border-radius: 15px;
	font-size: 12px;
	color: #ED6929;
	position: absolute;
	top: 0;
	left: 101%;
	z-index: 5;
}
.unline_head .course_mes{
	margin: 10px 0;
}
.unline_head .course_mes span{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-right: 10px;
	white-space: nowrap;
}
.unline_head .desc{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.unline_head .tea_mes{
	width: 100%;
	height: 64px;
	margin-top: 15px;
}
.unline_head .tea_mes label{
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.unline_head .tea_mes .tea_img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
}
.unline_head .tea_mes .tea_img img{
	width: 100%;
	height: 100%;
}
.unline_head .tea_mes .tea_desc{
	padding: 13px 0;
	margin-left: 15px;
}
.unline_head .tea_mes .tea_desc span{
	font-size: 12px;
	color: #999;
	line-height: 18px;
}
.unline_head .tea_mes .tea_desc .taa_name{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.unline_detail .title{
	width: 100%;
	height: 40px;
	background-color: #F7F7F7;
	padding: 0 30px;
}
.unline_detail .title .tit{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 40px;
}
.unline_detail .title .contact{
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.unline_detail .title .contact i{
	font-size: 18px;
	color: #F54030;
	font-family: arial;
}
.unline_detail .unline_body{
	width: 100%;
	padding: 20px 30px;
}
.unline_detail .unline_body .txt{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 20px;
}
.unline_detail .buy_info{
	width: 370px;
	padding: 20px 30px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 15px;
}
.unline_detail .buy_info .price{
	padding-bottom: 25px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 16px;
	color: #999;
}
.unline_detail .buy_info .price i{
	color: #F54030;
	font-style: inherit;
}
.unline_detail .buy_info .price strong{
	font-size: 38px;
	color: #F54030;
	font-family: arial;
	line-height: 40px;
}
.unline_detail .buy_info .txt_list{
	min-height: 140px;
	font-size: 0;
	padding: 15px 5px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 35px;
}
.unline_detail .buy_info .txt_list span{
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-right: 15px;
	white-space: nowrap;
}
.unline_detail .buy_info .num_mes{
	padding: 0 5px;
	margin-bottom: 10px;
}
.unline_detail .buy_info .num_mes span{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.unline_detail .buy_info .btn_box .a_online{
	display: inline-block;
	width: 120px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #F13535;
	border-radius: 30px;
	font-size: 16px;
	color: #F13232;
	margin-right: 2px;
}
.unline_detail .buy_info .btn_box .a_buy{
	display: inline-block;
	width: 180px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	background-color: #F13535;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
}
.unline_detail .faq{
	width: 370px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
.unline_detail .faq .tit{
	line-height: 50px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 16px;
	color: #333333;
	padding: 0 20px;
}
.unline_detail .faq .faq_list{
	padding: 15px 20px 20px;
}
.unline_detail .faq .faq_list li{
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-bottom: 10px;
}
.unline_detail .faq .faq_list li i{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background-color: #649CF0;
	border-radius: 50%;
	font-size: 14px;
	font-style: inherit;
	color: #fff;
	margin-right: 5px;
}

/*end*/

/*老师详情*/
.teacher_detail{
	width: 1280px;
	margin: 0 auto;
}
.teacher_detail .teacher_info{
	width: 100%;
	padding: 25px 25px 30px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 15px;
	position: relative;
}
.teacher_detail .teacher_info .info_img{
	width: 570px;
	height: 320px;
	margin-right: 30px;
}
.teacher_detail .teacher_info .info_img img{
	width: 100%;
	height: 100%;
}
.teacher_detail .teacher_info .info_text{
	width: 628px;
	padding-top: 35px;
}
.teacher_info .info_text .a_guanzhu{
	display: block;
	width: 96px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #F56214;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 5;
}
.teacher_info .info_text .a_guanzhu.on{
	background-color:#f5f5f5;
	color: #999;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.teacher_info .info_text .tea_img{
	display: none;
}
.teacher_info .info_text .tea_name{
	font-size: 24px;
	color: #000;
	line-height: 30px;
	margin-bottom: 20px;
}
.teacher_info .info_text .tea_name span{
	font-size: 14px;
	color: #999;
	margin-left: 15px;
}
.teacher_info .info_text .tea_txt{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 35px;
}
.teacher_info .info_text .free_ask{
	display: block;
	width: 126px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #F56214;
	border-radius: 2px;
	font-size: 16px;
	color: #F56214;
}
.teacher_info .info_text .free_ask:hover{
	background-color: #F56214;
	color: #fff;
}
.teacher_info .info_text .btn_list{
	margin: 16px 0 0;
}
.teacher_info .info_text .btn_list li{
	height: 26px;
	margin-left: 10px;
}
.teacher_info .info_text .btn_list li>div{
	font-size: 14px;
	color: #666;
	height: 26px;
	line-height: 24px;
	border: 1px solid #ddd;
	padding: 0 12px;
	cursor: pointer;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
}
.teacher_info .info_text .btn_list li .item-share:after{
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.teacher_info .info_text .btn_list li>div .iconfont{
	display: inline-block;
	width: 16px;
	text-align: center;
	font-size: 15px;
	margin-right: 3px;
}
.teacher_info .info_text .btn_list li>div .hide{
	display: none;
}
.teacher_info .info_text .btn_list li>div.item-read .iconfont{
	color: #70CB9B;
}
.teacher_info .info_text .btn_list li>div.item-collect .iconfont{
	color: #FC4665;
}
.teacher_info .info_text .btn_list li>div.item-share .iconfont{
	color: #FF4766;
}
.hover-tips {
    display: none;
	position: absolute;
	background: #fff;
	top: 28px;
	left: -50px;
	text-align: center;
	border-radius: 4px;
	padding: 0 5px;
	font-size: 12px;
	z-index: 50;
}
.item-share:hover .hover-tips{
	display: block;
}
.item-share .tips-share {
    bottom: -40px;
    top: 32px;
    left: -36px;
    padding: 2px;
    width: 140px;
    font-size: 0;
    border: 1px solid #e5e5e5;
}
.item-share .tips-share::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/up_arrow.png) no-repeat center center;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -6px;
}
.teacher_info .info_text .item-share .tips-share dd {
    margin-left: 4px;
    cursor: pointer;
}
.teacher_info .info_text .item-share .tips-share dd:first-child {
    margin-left: 0;
}
.item-share .icon-qq, .icon-qzone, .icon-weixin, .icon-weibo {
    background: url(../img/share_icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    width: 28px;
}
.item-share .icon-qq {
    background-position: 1px 0px;
}
.item-share .icon-qzone{
    background-position: -31px 0px;
}
.item-share .icon-weixin{
    background-position: -60px 0px;
}
.item-share .icon-weibo{
    background-position: -94px 0px;
}

.course_info_box {
	width: 100%;
	margin-bottom: 30px;
}
.course_info_box .part_left{
	width: 942px;
	margin-right: 18px;
}
.course_info_box .part_right{
	width: 320px;
}
.course_info_box .course_trial{
	width: 100%;
	padding: 20px 0px 35px;
	border: 1px solid #E8E8E8;
	background-color: #fff;
	margin-bottom: 20px;
}
.course_info_box .course_tit{
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	border-left: 4px solid #FF5100;
	font-size: 18px;
	color: #666;
}
.course_info_box .course_tab{
	width: 100%;
	padding: 0 20px;
	margin-top: 20px;
}
.course_info_box .course_tab .tab_head{
	width: 100%;
	height: 32px;
	background-color: #4EC1CB;
	text-align: center;
}
.course_tab .tab_head .item{
	width: 33.33%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
}
.course_tab .tab_body{
	border-left: 1px solid #E8E8E8;
}
.course_tab .tab_body .course_mes .item{
	width: 33.33%;
	height: 32px;
	text-align: center;
	line-height: 31px;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	font-size: 14px;
	color: #666;
}
.course_tab .course_mes .item .a_trial{
	display: inline-block;
	line-height: 31px;
	color: #1FB0D4;
}
.course_tab .course_mes .item .a_trial:hover{
	text-decoration: underline;
}
.m_course_list{
	display: none;
}

.live_course_box{
	width: 100%;
	padding: 20px 0 25px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 25px;
}
.live_course_box .live_course{
	overflow: hidden;
	position: relative;
}
.live_course_box .live_course .hd{
	width: 100%;
	padding: 0 50px;
	margin-top: 15px;
	position: relative;
}
.live_course_box .live_course .hd ul{
	width: 100%;
	height: 2px;
	background-color: #FF5100;
	position: relative;
	top: 37px;
	z-index: 5;
}
.live_course_box .live_course .hd li{
	display: none;
}
.live_course_box .live_course .hd .clock_icon{
	width: 26px;
	height: 26px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #FF5100;
	border-radius: 50%;
	position: absolute;
	top: 24px;
	z-index: 11;
}
.live_course_box .live_course .hd .left_clock{
	left: 24px;
}
.live_course_box .live_course .hd .right_clock{
	right: 24px;
}

.live_course_box .live_course .hd .clock_icon span{
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #FF5100;
	border-bottom: 2px solid #FF5100;
	margin: 3px 0px 6px 9px;
}

.live_course_box .live_course .prev,
.live_course_box .live_course .next{ 
	display:block;   
	float:right; 	 
	cursor:pointer; 
	position: absolute;
	top: 55%;
}
.live_course_box .live_course .prev i,
.live_course_box .live_course .next i{
	font-size: 25px;
	color: #999;
}
.live_course_box .live_course .next{ 
	right: 15px;
}
.live_course_box .live_course .prev{
	left: 15px;
}
.live_course_box .live_course .bd{
	width: 835px;	
	margin: 0 auto;
	overflow: hidden;
}
.live_course_box .live_course .bd ul{
	overflow: hidden;
	zoom: 1;
}
.live_course_box .live_course .bd ul li{
	float: left;
	width: 265px;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.live_course .date_box{
	margin-bottom: 40px;
	position: relative;
	z-index: 9;
}
.live_course .date_box .date{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.live_course .date_box .dot{
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #FF5100;
	border-radius: 50%;
	margin: 0 auto;
}

.live_course .bd ul li a{
	display: block;
	border: 1px solid #ddd;
	border-top: 1px solid #FF5100;
	height: 210px;
	width: 265px;
	padding: 15px;
	margin-right: 20px;		
}
.live_course .bd ul li a:last-child{
	margin-right: 0;
}
.live_course .bd ul li .tit{
	font-size: 14px;
	color: #FF5100;
	line-height: 24px;	
}
.live_course .bd ul li .course_name{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 25px;
}
.live_course .bd .tea_list .item{
	width: 44px;
	margin-right: 10px;
}
.live_course .bd .tea_list img{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin: 0 0px 5px 0;
}
.live_course .bd .tea_list .tea_name{
	font-size: 12px;
	color: #999;
	text-align: center;
}
.live_course .bd .course_mes{
	width: 100%;
	margin-top: 15px;
}
.live_course .bd .course_mes .num{
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.live_course .bd .course_mes .num span{
	color: #FF5100;
}
.live_course .bd .course_mes .price{
	font-size: 18px;
	color: #FF5100;
	line-height: 24px;
}
.m_live_course{
	display: none;
}

.evaluate{
	width: 100%;
	padding: 25px 0 35px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
.evaluate .evaluate_list{
	width: 100%;
	padding: 0 60px 0 30px;
	margin-top: 15px;
}
.evaluate .evaluate_list .item{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}
.evaluate_list .user_mes .user_img{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
}
.evaluate_list .user_mes .user_img img{
	width: 100%;
	height: 100%;
}
.evaluate_list .user_mes .user_name{
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 20px;
}
.evaluate_list .item_text{
	width: calc(100% - 54px);
	padding-left: 25px;
}
.evaluate_list .item_text .text_mes .date,
.evaluate_list .item_text .text_mes .dianzan{
	font-size: 12px;
	color: #c2c2c2;
	line-height: 24px;
	font-family: arial;
}
.evaluate_list .item_text .text_mes .dianzan{
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.evaluate_list .item_text .text_mes .dianzan i{
	font-size: 15px;
	color: #dfdfdf;
	margin-left: 5px;
}
.evaluate_list .item_text .text_mes .dianzan.on i{
	color: #FF7100;
}
.evaluate_list .item_text .txt{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}
.evaluate .evaluate_pages{
	width: 100%;
	padding: 0 60px 0 30px;
	margin-bottom: 20px;
}
.evaluate .evaluate_pages ul{
	width: 100%;
	height: 24px;
	overflow: hidden;
}
.evaluate .evaluate_pages ul li{
	margin-right: 10px;
}
.evaluate .evaluate_pages ul li a{
	display: block;
	height: 24px;
	line-height: 22px;
	padding: 0 8px;
	border: 1px solid #E7ECF0;
	font-size: 12px;
	color: #003368;
	font-family: arial;
}
.evaluate .evaluate_pages ul li a.curr{
	border: 1px solid transparent;
	color: #333;
}
.evaluate .send_text{
	width: 100%;
	padding: 0 60px 0 30px;
}
.evaluate .send_text .tit{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	margin-bottom: 5px;
}
.evaluate .send_text textarea{
	width: 100%;
	height: 185px;
	border: 1px solid #3C8BFC;
	padding: 10px;
	margin-bottom: 30px;
}
.evaluate .send_text .a_send{
	display: block;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #3C8BFC;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
}

.course_info_box .hot_course{
	padding: 15px 0;
}
.course_info_box .hot_course .hot_course_list{
	padding: 0 25px;
}
.hot_teacher{
	width: 100%;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	padding: 15px 0 0;
	margin-top: 20px;
}
.hot_teacher .hot_tea_list {
    width: 100%;
    padding: 0 25px;
}
.hot_teacher .hot_tea_list .item {
    padding: 20px 0 15px;
    border-bottom: 1px dashed #E8E8E8;
}
.hot_teacher .hot_tea_list .item:last-child{
	border-bottom: 1px solid transparent;
} 
.hot_teacher .hot_tea_list .item .tea_img,
.hot_teacher .hot_tea_list .item .tea_img a{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.hot_teacher .hot_tea_list .item .tea_img img{
	width: 100%;
	height: 100%;
}
.hot_teacher .hot_tea_list .item .tea_mes {
    width: 205px;
    padding: 6px 0 6px 10px;
}
.hot_tea_list .item .tea_mes .name {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.hot_tea_list .item .tea_mes .desc {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

/*end*/

/*优惠券*/
.coupon_box{
	width: 1280px;
	margin: 0 auto;
}
.coupon_banner{
	width: 100%;
	height: 359px;
	margin-top: 20px;
	overflow: hidden;
}
.coupon_box .coupon_tab{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 65px;
}
.coupon_box .coupon_tab .tab_head{
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 40px;
}
.coupon_tab .tab_head li{
	margin-right: 20px;
}
.coupon_tab .tab_head li a{
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	border-bottom: 2px solid transparent;
}
.coupon_tab .tab_head li.on a{
	border-bottom: 2px solid #FF5900;
	color: #FA4818;
}
.coupon_tab .coupon_list .item{
	width: 30%;
	height: 160px;
	padding: 20px 0 10px 20px;
	margin-right: 5%;
	margin-bottom: 3%;
	background: url(../img/yhq_bg.png) no-repeat center top;
	background-size: 100% 100%;
}
.coupon_tab .coupon_list .item:nth-child(3n){
	margin-right: 0;
}
.coupon_list .coup_info .price{
	font-size: 30px;
	color: #F77A7A;
	font-weight: bold;
	line-height: 36px;	
}
.coupon_list .coup_info .price i{
	font-size: 14px;
	color: #F77A7A;
	font-style: inherit;
	font-weight: normal;
}
.coupon_list .coup_info .price .sign{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
	background-color: #F77A7A;
	margin-left: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.coupon_list .coup_info .txt{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}
.coupon_list .coup_info .txt span{
	color: #F77A7A;
}
.coupon_list .coup_info .date{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.coupon_list .coup_btn{
	width: 22%;
	text-align: center;
	margin: 7px auto;
}
.coupon_list .coup_btn .a_get{
	display: block;
	font-size: 20px;
	color: #fff;
}
.m_coupon_list{
	display: none;
}

.success_tk{
	display: none;
	width: 420px;
	height: 320px;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 2px 15px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,.2);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -160px;
	z-index: 999;
}
.success_tk .close_btn{
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 1000;
}
.success_tk .close_btn i{
	font-size: 20px;
	line-height: 1;
	color: #999;
}
.success_tk .ok_icon{
	margin-top: 60px;
	text-align: center;
	margin-bottom: 10px;
}
.success_tk .ok_icon i{
	font-size: 50px;
	color: #99BB10;
}
.success_tk  .tit{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin-bottom: 5px;
}
.success_tk .tips{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.success_tk .a_btn{
	display: block;
	width: 108px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	border-radius: 20px;
	border: 1px solid #FF5900;
	font-size: 14px;
	color: #FF5900;
}
.success_tk .a_btn:hover{
	background-color: #FF5900;
	color: #fff;
}
.success_tk .times{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 35px;
}
.m_success_tk{
	display: none;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,.7);
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -50px;
	z-index: 999;
}
.m_success_tk i{
	font-size: 18px;
	color: #99BB10;
	margin-right: 3px;
	vertical-align: middle;
}

/*end*/

/*会员*/
.vip_box .vip_banner{
	width: 100%;
	height: 258px;
}
.vip_box .vip_banner img{
	width: 100%;
	height: 258px;
}
.vip_box .vip_main{
	width: 1200px;
	margin: 0 auto;
	padding: 170px 0 0;
	position: relative;
}
.vip_box .vip_info{
	width: 100%;
	height: 400px;
	position: absolute;
	top: -230px;
	left: 50%;
	margin-left: -600px;
	z-index: 9;
	border-radius: 55px 0 55px 0;
}
.vip_box .vip_info .info_text{
	width: 30%;
	height: 400px;
	padding: 50px 0 30px;
	text-align: center;
	border-radius: 50px 0 0px 0;
	background-color: #313548;
	overflow: hidden;
}
.vip_info .info_text .user_photo{
	width: 122px;
	height: 122px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
}
.vip_info .info_text .user_photo img{
	width: 100%;
	height: 100%;
}
.vip_info .info_text .user_name{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}
.vip_info .info_text .desc{
	width: 152px;
	height: 52px;
	border: 1px solid #fff;
	border-radius: 3px;
	padding-top: 15px;
	margin: 15px auto 25px;
	position: relative;
}
.vip_info .info_text .desc p{
	width: 120px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #313548;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -10px;
	z-index: 11;
}
.vip_info .info_text .desc span{
	font-size: 12px;
	color: #fff;
}
.vip_info .info_text .a_btn{
	display: inline-block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #F6564B;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
}
.vip_box .vip_info .desc_img{
	width: 70%;
	height: 400px;
}
.vip_box .vip_info .desc_img img{
	width: 100%;
	height: 100%;
}

.vip_grade{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.vip_grade .tab_head{
	width: 100%;
	height: 75px;
	border-radius: 5px;
	padding: 25px 0 20px;
	background: #313548 url(../img/crown_icon.png) no-repeat left center;
}
.vip_grade .tab_w1{
	width: 20%;
}
.vip_grade .tab_w2{
	width: 25%;
}
.vip_grade .tab_w3{
	width: 40%;
}
.vip_grade .tab_w4{
	width: 15%;
}
.vip_grade .tab_head .item{
	font-size: 16px;
	color: #BEAA93;
	font-weight: bold;
	line-height: 30px;
	border-left: 1px solid #575970;
}
.vip_grade .tab_head .item:last-child{
	border-left: 1px solid #313548;
}
.vip_grade .tab_body .group{
	width: 100%;
	height: 80px;
	line-height: 76px;
	font-size: 16px;
	color: #666;
	background-color: #F7F7F7;
	border-bottom: 4px solid #F7F7F7;
}
.vip_grade .tab_body .group .tab_w1{
	background-color: #FBF0E0;
}
.vip_grade .tab_body .group .tab_w2 span{
	color: #F87A49;
}
.vip_grade .tab_body .group .a_btn{
	display: block;
	width: 104px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: url(../img/btn_bg.png) no-repeat center top;
	background-size: 100% 100%;
	border-radius: 30px;
	margin: 20px auto;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.vip_service{
	width: 100%;
	margin: 30px 0 60px;
}
.vip_service .title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.vip_service .title span{
	color: #999;
	font-weight: lighter;
}
.vip_service .tabVip .hd{
	width: 100%;
	height: 32px;
	text-align: center;
	margin-bottom: 40px;
}
.tabVip .hd ul{
	display: inline-block;
}
.tabVip .hd li{
	float: left;
	margin: 0 15px;
}
.tabVip .hd li a{
	display: block;
	width: 86px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.tabVip .hd li.on a{
	color: #66553C;
	border: 1px solid transparent;
	background: url(../img/btn_bg.png) no-repeat center top;
	background-size: 100% 100%;
}
.tabVip .course_list .course_item{
	margin-right: 25px;
}
.tabVip .course_list .more_course{
	height: 236px;
	text-align: center;
	padding: 50px 0;
	margin: 0;
	background: url(../img/tabvip_more.png) no-repeat center top;
	background-size: cover;
}
.tabVip .course_list .more_course i{
	font-size: 36px;
	color: #CBAE7E;
}
.tabVip .course_list .more_course .title{
	font-size: 20px;
	color: #CBAE7E;
	line-height: 24px;
	margin: 10px 0 15px;
}
.tabVip .course_list .more_course .a_btn{
	display: inline-block;
	width: 80px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #CBAE7E;
	border-radius: 20px;
	font-size: 12px;
	color: #CBAE7E;
}
.tabVip .course_list .more_course .a_btn:hover{
	background-color: #CBAE7E;
	color: #fff;
}
/*充值弹框*/
.recharge_tk{
	display: none;
	width: 700px;
	height: 460px;
	background-color: #F0F0F2;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -230px;
	z-index: 1000;
}
.recharge_tk .tk_head{
	width: 100%;
	height: 60px;
	padding: 15px 25px;
	background-color: #313548;
	position: relative;
}
.recharge_tk .tk_head .user_mes img{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.recharge_tk .tk_head .user_mes .name{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-left: 5px;
}
.recharge_tk .tk_head .close_btn{
	line-height: 30px;
	cursor: pointer;
}
.recharge_tk .tk_head .close_btn i{
	font-size: 18px;
	color: #fff;
}
.recharge_tk .tk_body{
	width: 100%;
	padding: 15px 30px;
}
.recharge_tk .tk_body .tit{
	font-size: 16px;
	color: #363636;
	line-height: 20px;
	padding-left: 7px;
	border-left: 2px solid #00BED4;
	margin-bottom: 15px;
}
.recharge_tk .tk_body .vip_lx{
	font-size: 18px;
	color: #363636;
	line-height: 24px;
	margin-bottom: 20px;
}
.recharge_tk .tk_body .desc{
	font-size: 14px;
	color: #888;
	line-height: 22px;
	margin-bottom: 15px;
}
.recharge_tk .vip_mes .price_list span{
	display: inline-block;
	width: 152px;
	height: 82px;
	text-align: center;
	line-height: 80px;
	margin: 0 15px;
	background-color: #fff;
	border: 1px solid #DCDCDC;
	font-size: 24px;
	color: #888;
	cursor: pointer;
}
.recharge_tk .vip_mes .price_list span.on{
	border: 1px solid #FF4300;
	color: #FF4300;
}
.recharge_tk .vip_mes .line{
	width: 1px;
	height: 82px;
	background-color: #E5E5E5;
	margin: 0 45px 0 30px;
}
.recharge_tk .vip_mes .bookNum{
	height: 30px;
	font-size: 0;
	margin: 25px 0;
}
.recharge_tk .vip_mes .bookNum .text{
	display: inline-block;
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.recharge_tk .vip_mes .bookNum a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #ffff;
    font-size: 18px;
    color: #666;
    vertical-align: top;
}
.recharge_tk .vip_mes .bookNum #sub{
	border-radius: 5px 0 0 5px;
} 
.recharge_tk .vip_mes .bookNum #add{
	border-radius: 0 5px 5px 0;
} 
.recharge_tk .vip_mes .bookNum input {
    width: 52px;
    height: 30px;
    text-align: center;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    color: #666;
    vertical-align: top;
}
.tk_body .pay_way{
	width: 100%;
	margin-top: 15px;
}
.tk_body .pay_way label{
	float: left;
	font-size: 14px;
	color: #888;
	line-height: 32px;
}
.tk_body .pay_way .radio_box{
	width: 120px;
	height: 32px;
	overflow: hidden;
	margin-right: 30px;
	position: relative;
}
.tk_body .pay_way .radio_box img{
	float: left;
	width: 90px;
	height: 32px;
	vertical-align: middle;
}
.tk_body .pay_way .radio_box input[type="radio"] {
	width:120px;
	height:32px;
	opacity: 0;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 99;
	cursor: pointer;
}
.tk_body .pay_way .radio_box span{
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #d4d4d4;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px 12px;
	margin: 6px 10px 6px 0;
}
.tk_body .pay_way .radio_box.on span{
	border: 1px solid #FF4300;
	background-image: url(../img/duigou.png);	
}
.tk_body .btn_box{
	margin-top: 85px;
	text-align: right;
}
.tk_body .btn_box .tools{
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	color: #888;
}
.tk_body .btn_box .tools em{
	display: inline-block;
	color: #FF4300;
	margin-left: 5px;
}
.tk_body .btn_box .a_btn{
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: 15px;
	background-color: #02C1D0;
	font-size: 14px;
	color: #fff;
}
.mask{
	position: fixed;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	-webkit-transition: 0.1s opacity linear;
	transition: 0.1s opacity linear;
}
.mask.hide{
	display: none;
}

/*end*/

/*文库*/
.library_box .library_list{
	width: 100%;
	padding: 20px 30px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
.library_box .library_list .item{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}
.library_box .library_list .item:last-child{
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}
.library_list .item .ico_img{
	width: 70px;
	height: 78px;
	margin-right: 10px;
}
.library_list .item .book_name{
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.library_list .item .desc{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
}
.library_list .item .mes_text span{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin-right: 5px;
}
.library_list .item .btn_box .a_btn{
	display: block;
	width: 88px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	margin: 35px 0;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	font-size: 14px;
	color: #999;
}
.library_list .item .btn_box .a_btn:hover{
	background-color: #FF5900;
	border: 1px solid #FF5900;
	color: #fff;
}

.hot_books{
	width: 100%;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	padding: 10px 15px;
}
.hot_books .tit{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
}
.hot_books .books_list li{
	height: 38px;
	line-height: 38px;
}
.hot_books .books_list li a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 38px;
}
.hot_books .books_list li a i.dot{
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #cacaca;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}
.hot_books .books_list li a:hover{
	color: #EE6928;
}

.download_tk{
	display: none;
	width: 310px;
	height: 206px;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0 2px 16px rgba(0,0,0,.15);
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -155px;
	margin-top: -103px;
	z-index: 99;
}
.download_tk .tit{
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	color: #333;
}
.download_tk .books_mes{
	width: 100%;
	padding: 30px 20px;
}
.download_tk .books_mes .name{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.download_tk .books_mes .mes_text span{
	display: inline-block;
	font-size: 12px;
	color: #999;
	line-height: 16px;
}
.download_tk .books_mes .integral{
	font-size: 12px;
	color: #0C9527;
}
.download_tk .btn_box{
	width: 100%;
	text-align: right;
	padding: 0 10px;
}
.download_tk .btn_box a{
	display: inline-block;
	font-size: 18px;
	color: #00BED4;
	padding: 0 5px;
	margin: 0 15px;
}

/*end*/

/*班级*/
.class_main .class_list{
	width: 100%;
	margin-bottom: 100px;
}
.class_list .class_item{
	width: 100%;
	padding: 25px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 25px;
}
.class_list .class_item .class_info{
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}
.class_list .class_item .class_img{
	width: 340px;
	height: 255px;
	overflow: hidden;
}
.class_list .class_item .class_img img{
	width: 100%;
	height: 100%;
}
.class_list .class_item .class_text{
	width: calc(100% - 340px);
	padding-left: 30px;
}
.class_list .class_item .class_name{	
	line-height: 30px;
	margin: 15px 0;
}
.class_list .class_item .class_name a{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.class_list .class_item .class_name a:hover{
	color: #EE6928;
}
.class_list .class_item .teacher{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 20px;
}
.class_list .class_item .desc{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 40px;
}
.class_list .class_item .a_ask{
	display: block;
	width: 116px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background-color: #FFECE3;
	border: 1px solid #FE770D;
	border-radius: 2px;
	overflow: hidden;
	font-size: 14px;
	color: #FF6029;
}
.class_list .class_item .class_tools{
	padding-top: 18px;
}
.class_list .class_item .class_tools span{
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.class_list .course_info .course_list{
	width: 850px;
	height: 150px;
	overflow-y: scroll;
}
.class_list .course_info .course_list li{
	width: 18%;
	height: 150px;
	margin-left: 2%;
	text-align: center;
	overflow: hidden;
}
.class_list .course_list li a{
	display: block;
	height: 150px;
}
.class_list .course_list li .img_box{
	width: 100%;
	height: 94px;
}
.class_list .course_list li .img_box img{
	width: 100%;
	height: 100%;
}
.class_list .course_list li .tit{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin: 5px 0;
}
.class_list .course_list li .price{
	font-size: 14px;
	line-height: 20px;
	color: #FB7D32;
}
.class_list .course_info .course_mes{
	padding: 30px 0 0 50px;
}
.class_list .course_info .course_mes .num{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-bottom: 5px;
}
.class_list .course_info .course_mes .price{
	font-size: 16px;
	color: #FF5900;
	line-height: 20px;
	margin-bottom: 10px;
}
.class_list .course_info .course_mes .price .old_price{
	display: inline-block;
	font-size: 14px;
	color: #888;
	line-height: 16px;
	margin: 4px 0 0 10px;
}
.class_list .course_info .course_mes .a_buy{
	display: block;
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #FF5900;
	border-radius: 5px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
}

/*end*/

/*班级详情*/
.class_detail_box .class_detail{
	width: 100%;
	margin-bottom: 30px;
}
.class_detail .course_banner{
	width: 100%;
	height: 425px;
	padding: 10px 0 15px 0;
	background: url(../img/class_detail_hdbg.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.class_detail .course_banner .imgtext_course{
	width: 1280px;
	height: 400px;
	padding: 25px 25px 0;
	margin: 0 auto;
	background-color: #fff;
}
.course_banner .imgtext_course .img_left{
	width: 482px;
	height: 334px;
	overflow: hidden;
	position: relative;
}
.course_banner .imgtext_course .text_right{
	width: calc(100% - 482px);
	padding-left: 30px;
}
.imgtext_course .img_left .banner_cover {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    left: 0;
    top: 0;
    color: #fff;
    background-color: rgba(21,21,27,.5);
}
.imgtext_course .img_left .banner_cover .video {
    vertical-align: middle;
    display: inline-block;
}
.banner_cover .video .play_btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin: 137px 0;
}
.banner_cover .video .play_btn .icon_play {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: url(../img/play_icon.png) no-repeat center center;
    background-size: 100% 100%;
}
.course_banner .imgtext_course .page_tt{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	margin: 5px 0;
}
.course_banner .imgtext_course .tt_below_line{
	width: 100%;
	border-bottom: 1px solid #F6F6F6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.course_banner .imgtext_course .tt_below_line .line_item{
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-right: 20px;
}
.imgtext_course .tt_below_line .line_item .iconfont{
	font-size: 18px;
	vertical-align: middle;
	margin-right: 3px;
}
.course_banner .imgtext_course .tt_below_line .btn_list{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.imgtext_course .tt_below_line .btn_list li {
    height: 24px;
    margin-left: 5px;
}
.imgtext_course .tt_below_line .btn_list li > div {
    font-size: 12px;
    color: #999;
    width: 70px;
    text-align: center;
    height: 24px;
    line-height: 22px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
}
.imgtext_course .tt_below_line .item-share .tips-share{
	left: -70px;
}
.imgtext_course .tt_below_line .item-share .tips-share::before {
    left: 100%;
    margin-left: -40px;
}
.imgtext_course .tt_below_line .btn_list li .item-share:after{
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.imgtext_course .tt_below_line .btn_list li>div .iconfont{
	display: inline-block;
	width: 14px;
	text-align: center;
	font-size: 14px;
}
.imgtext_course .tt_below_line .btn_list li>div .hide{
	display: none;
}
.imgtext_course .tt_below_line .btn_list li>div.item-collect .iconfont,
.imgtext_course .tt_below_line .btn_list li>div.item-share .iconfont{
	color: #EC417D;
}
.course_banner .imgtext_course .course_mes p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.course_banner .imgtext_course .price{
	font-size: 30px;
	color: #E8531F;
	margin: 20px 0 40px;
}
.course_banner .imgtext_course .price s{
	font-size: 16px;
	color: #666;
	margin-left: 10px;
}
.course_banner .imgtext_course .oper_bar a{
	display: inline-block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #FF602B;
	background-color: #FFECE3;
	font-size: 16px;
	color: #FF6029;
}
.course_banner .imgtext_course .oper_bar a.a_buy{
	background-color: #FF602B;
	color: #fff;
}
.course_banner .imgtext_course .class_mes{
	width: 100%;
	height: 40px;
}
.course_banner .imgtext_course .class_mes .part_left{
	width: 482px;
}
.course_banner .imgtext_course .class_mes .part_right{
	width: calc(100% - 482px);
	text-align: right;
}
.course_banner .imgtext_course .class_mes .part_left span{
	display: inline-block;
	font-size: 12px;
	color: #999;
	line-height: 40px;
}
.course_banner .imgtext_course .class_mes .part_left .iconfont{
	font-size: 14px;
	vertical-align: middle;
	margin-right: 3px;
}
.course_banner .imgtext_course .class_mes .fea_text{
	display: inline-block;
	font-size: 12px;
	color: #999;
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
}
.course_banner .imgtext_course .class_mes .fea_text i{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: 100% 100%;
	vertical-align: middle;
}
.course_banner .imgtext_course .class_mes .fea_text .ico_img1{
	background-image: url(../img/fea_icon1.jpg);
}
.course_banner .imgtext_course .class_mes .fea_text .ico_img2{
	background-image: url(../img/fea_icon2.jpg);
}

.seation_main{
	width: 1280px;
	min-height: 715px;
	margin: 0 auto;
	position: relative;
}
.seation_main .tabClass .hd{
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
.seation_main .tabClass .hd li{
	float: left;
	width: 120px;
	height: 50px;
}
.seation_main .tabClass .hd li a{
	display: block;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	position: relative;
}
.seation_main .tabClass .hd li.on a{
	background-color: #FF602B;
	color: #fff;
}
.seation_main .tabClass .hd li.on a:after{
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #FF602B;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
	z-index: 9;
}
.seation_main .tabClass .bd{
	width: 100%;
	margin-top: 20px;
	padding-right: 305px;
}
.seation_main .tabClass .bd .con{
	width: 100%;
	padding: 25px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
.tabClass .introduction .tit{
	font-size: 16px;
	color: #666;
	line-height: 20px;
}
.tabClass .introduction .txt{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 20px;
}
.tabClass .introduction .img_box{
	max-width: 100%;
	margin-bottom: 30px;
}
.tabClass .introduction .img_box img{
	width: 100%;
}
.tabClass .class_course .title{
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #666;
}
.tabClass .course_list .course_item{
	width: 100%;
	border: none;
	margin: 0;
}
.tabClass .module_list h4{
	position: relative;
	padding-left: 10px;
	margin-bottom: 6px;
	height: 34px;
	line-height: 34px;
	background: #f5f5f5;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabClass .module_list h4 i {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 12px;
	color: #666;
}
.tabClass .module_list h4.on i{
	transform: rotate(180deg);
	transition: .3s all;
}
.module_list .chapter_wrap {
    display: none;
}
.course_hour_item dd {
    position: relative;
}
.module_list dt, .module_list .module_item {
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.module_list dt, .module_list .module_item.first {
    margin-bottom: 6px;
}
.course_hour_item dd .course_tit_info, .course_hour_item dd .study_tit_info {
    position: absolute;
    width: 100%;
    padding: 0 20px 0 10px;
    height: 34px;
    z-index: 0;
}
.module_list .module_item:hover .course_tit_info{
	background-color: #F0F5FF;
}
.module_list .module_item .course_tit {
    position: relative;
    float: left;
    display: inline-block;
    max-width: 475px;
    padding-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.module_list .module_item .course_tit>i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    color: #555;
}
.module_list .module_item .span_com {
    width: 90px;
	height: 34px;
    color: #999;
    font-size: 12px;
}
.module_list .module_item .study_count {
    margin: 0 30px 0 25px;
    width: 60px;
}
.module_list .module_item .item_btn {
    position: relative;
    float: right;
    margin-top: 7px;
    font-size: 12px;
    padding: 0 12px 0 20px;
    color: #3f82ff;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
}
.module_list .module_item:hover .study_start_hover, .module_list .module_item:hover .item_btn {
    display: inline-block;
    background-color: #3f82ff;
    color: #fff;
}
.module_list .module_item .item_btn i {
    position: absolute;
    left: 6px;
    top: 1px;
    font-size: 12px;
}

.seation_main .aside_right{
	width: 280px;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 11;
}
.seation_main .aside_right .tea_info{
	width: 100%;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 20px;
}
.seation_main .aside_right h3.tit{
	width: 100%;
	height: 42px;
	padding: 0 15px;
	line-height: 42px;
	border-bottom: 1px solid #edf2f2;
	font-size: 16px;
	color: #333;
}
.seation_main .aside_right .tea_info .teacher{
	width: 100%;
	padding: 25px 20px 15px;
}
.aside_right .tea_info .teacher .tea_img{
	width: 68px;
	height: 68px;
	border-radius: 50%;
	overflow: hidden;
}
.aside_right .tea_info .teacher .tea_img img{
	width: 100%;
	height: 100%;
}
.aside_right .tea_info .teacher .tea_text{
	width: calc(100% - 68px);
	padding: 0 0 0 15px;
	margin: 7px 0;
}
.aside_right .tea_info .teacher .tea_name{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.aside_right .tea_info .teacher .sign{
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.aside_right .tea_info .tea_desc{
	width: 100%;
	padding: 0 20px 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.seation_main .aside_right .agency_box{
	width: 100%;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 20px;
}
.aside_right .agency_box .agency{
	width: 100%;
	padding: 25px 20px 10px;
}
.aside_right .agency_box .agency a{
	display: block;
}
.aside_right .agency_box .agency .org_img{
	width: 68px;
	height: 68px;
	border-radius: 50%;
	overflow: hidden;
}
.aside_right .agency_box .agency .org_img img{
	width: 100%;
	height: 100%;
}
.aside_right .agency_box .agency .org_text{
	width: calc(100% - 68px);
	padding: 0 0 0 15px;
}
.aside_right .agency_box .agency .org_name{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 3px;
}
.aside_right .agency_box .agency .org_text img{
	width: 79px;
	height: 35px;
}
.agency_box .tree-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 20px;
}
.tree-list li {
    display: table-cell;
    border-left: 1px solid #e5e5e5;
    text-align: center;
}
.tree-list li:first-child {
    border-left: 0;
}
.tree-list li .item-tt{
	font-size: 14px;
	color: #333;
	font-weight: lighter;
	line-height: 150%;
}
.tree-list li .item-num {
    font-size: 14px;
	color: #333;
	font-weight: lighter;
	line-height: 150%;
}
.aside_right .agency_box .org_desc{
	width: 100%;
	padding: 10px 20px 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.guess_box{
	width: 1280px;
	margin: 30px auto 40px;
}
.guess_box .guess_tips{
	font-size: 16px;
	color: #666;
	line-height: 22px;
}
.guess_box .guess_list{
	position:relative; 
	margin-top: 15px; 
}
.guess_list .hd{
	position: absolute;
	top: -37px;
	right: 0;
	z-index: 9;
}
.guess_list .hd .prev,.guess_list .hd .next{
	display: none;
}
.guess_list .hd .pageState{
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 22px;
	font-family: arial;
	margin-right: 5px;
}
.guess_list .hd ul{
	float:right; 
	overflow:hidden; 
	zoom:1; 
}
.guess_list .hd ul li{ 
	float:left;  
	width: 22px;
	height: 22px;
	background-color: #fff; 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px 12px;
	overflow:hidden; 
	text-indent:-999px; 
	cursor:pointer; 
}
.guess_list .hd ul li.on{
	background-color: #EFEFEF;
}
.guess_list .hd ul li:first-child{
	background-image: url(../img/prev.png);
}
.guess_list .hd ul li.on:first-child{
	background-image: url(../img/prev-on.png);
}
.guess_list .hd ul li:last-child{
	background-image: url(../img/next.png);
}
.guess_list .hd ul li.on:last-child{
	background-image: url(../img/next-on.png);
}
.guess_list .bd{
	width: 100%;
	overflow: hidden;
}
.guess_list .bd ul{
	overflow:hidden; 
	zoom:1;
}
.guess_list .bd ul li{
	float:left; 
	_display:inline; 
	overflow:hidden; 
}
.guess_box .bd ul li .course_item{
	width: 305px;
	margin-bottom: 0;
}
.guess_box .bd ul li .course_item:last-child{
	margin-right: 0;
}

.guess_box .course_list .course_item .course_img ,
.guess_box .course_list .course_item .course_img a, 
.guess_box .course_list .course_item .course_img a img{
	height: 210px;
}
.guess_box .course_list .course_item .course_text{
	padding: 10px 15px;
}
.guess_box .course_list .course_item .course_name a{
	font-size: 16px;
}
.m_guess_listBox{
	display: none;
}

/*end*/

/*课程详情*/
.course_detail_box .course_detail .course_banner{
	height: auto;
	padding: 0px 0 15px 0;
	background: #F9F9F9;
}
.course_detail .course_banner .imgtext_course{
	border: 1px solid #E8E8E8;
}
.course_detail .course_banner .imgtext_course .page_tt{
    font-weight: lighter;
    margin: 5px 0 10px;
}
.course_detail .course_banner .imgtext_course .page_tt .sign{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #55B64B;
	border-radius: 2px;
	margin-left: 3px;
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
}

.questions_wrap{
	width: 100%;
}
.questions_wrap .courseInfo{
	padding: 0 10px;
	margin-bottom: 15px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #666;
}
.study_interflow {
    min-height: 190px;
    overflow: hidden;
}
.answer_form .answer_filed {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
}
.answer_form .answer_filed textarea {
    display: block;
    width: 100%;
    height: 90px;
    padding: 5px 10px;
    border: 0;
    resize: none;
    font-size: 14px;
    color: #666;
    line-height: 150%;
    overflow-y: auto;
}
.answer_form .answer_filed .bg_gray {
    background: #f6f6f6;
    height: 30px;
}
.answer_form .answer_filed .answer_count {
    float: right;
    padding: 0 5px;
    bottom: 10px;
    right: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.answer_form .submit_btn {
    display: block;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #49b849;
    width: 80px;
    float: right;
    cursor: pointer;
    border-radius: 2px;
}
.list_header {
    margin: 20px 0 10px;
    background: #f2f2f2;
}
.list_header a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    color: #555;
}
.list_header a.active, .list_header a:hover {
    color: #3f82ff;
    border-bottom: 2px solid #3f82ff;
}

.data_list{
	position: relative;
	min-height: 40px;
	margin-top: 30px;
	font-size: 14px;
	color: #666;
}
.questions_list .item{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}
.questions_list .user_mes .user_img{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
}
.questions_list .user_mes .user_img img{
	width: 100%;
	height: 100%;
}
.questions_list .user_mes .user_name{
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 20px;
}
.questions_list .item_text{
	width: calc(100% - 54px);
	padding-left: 25px;
}
.data_list .questions_list .comment_des {
    margin: 5px 0 10px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.data_list .questions_list .comment_des a {
    color: #666;
}
.data_list .questions_list .comment_des a:hover{
	text-decoration: underline;
} 
.data_list .questions_list .operate_box span{
	color: #999;
}
.data_list .questions_list .operate_box .answer_icon{
	display: inline-block;
	height: 21px;
	width: 18px;
	background: url(../img/chapter-icons.png) no-repeat;
	background-position: -10px -42px
}
.data_list .questions_list .operate_box .answer_num{
	display: inline-block;
	margin: 0 30px 0 5px;
	color: #aaa;
}

.data_list .evaluate_pages{
	width: 100%;
	margin: 10px 0;
}
.data_list .evaluate_pages ul{
	width: 100%;
	height: 24px;
	overflow: hidden;
}
.data_list .evaluate_pages ul li{
	margin-right: 10px;
}
.data_list .evaluate_pages ul li a{
	display: block;
	height: 24px;
	line-height: 22px;
	padding: 0 8px;
	border: 1px solid #E7ECF0;
	font-size: 12px;
	color: #003368;
	font-family: arial;
}
.data_list .evaluate_pages ul li a.curr{
	border: 1px solid transparent;
}

/*end*/

/*直播课程详情*/
.course_detail .live_mes{
	width: 100%;
	margin: 129px 0;
}
.course_detail .live_mes .live_date{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
}
.course_detail .live_mes .count_down{
	display: inline-block;
	width: 310px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-color: rgba(0,0,0,.1);
	border-radius: 30px;
	font-size: 18px;
	color: #fff;	
}
.course_detail .live_mes .count_down span{
	display: inline-block;
	margin: 0 5px;
	font-size: 22px;
	font-family: arial;
	color: #FF6029;
}

/*end*/

/*新闻*/
.news_box{
	width: 1280px;
	margin: 0 auto;
}
.news_box .news_left{
	width: 960px;
}
.news_box .news_right{
	width: 310px;
	margin-bottom: 25px;
}
.news_box .news_part1{
	width: 100%;
	height: 438px;
	margin-bottom: 10px;
	overflow: hidden;
}
.news_box .news_part1 .news_banner_box{
	width: 720px;
	height: 100%;
}
.news_banner_box .news_banner a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.news_banner_box .news_banner a img{
	width: 100%;
	height: 100%;
}
.news_banner_box .news_banner a .title{
	width: 100%;
	height: 40px;
	padding: 0 140px 0 20px;
	line-height: 40px;
	background-color: rgba(0,0,0,.5);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.news_banner .swiper-pagination-bullet{
	width: 18px;
	height: 4px;
	background: rgba(232, 232, 232,.8);
	margin: 0 3px !important;
	border-radius: 0;
	opacity: 1;
}
.news_banner .swiper-pagination-bullet-active{
	background: #E35A2B;
}
.news_banner_box .swiper-container-horizontal > .swiper-pagination-bullets, 
.news_banner_box .swiper-pagination-custom, 
.news_banner_box .swiper-pagination-fraction{
	width: auto;
	left: auto;
	right: 17px;
	bottom: 12px;
	z-index: 11;
}

.news_box .news_part1 .hot_news{
	width: 230px;
	height: 438px;
	overflow: hidden;
}
.news_part1 .hot_news .hot_news_list .item{
	width: 100%;
	height: 140px;
	margin-bottom: 9px;
	position: relative;
}
.hot_news .hot_news_list .item a,
.hot_news .hot_news_list .item .img_box,
.hot_news .hot_news_list .item img{
	display: block;
	width: 100%;
	height: 100%;
}
.hot_news .hot_news_list .item .tit{
	width: 100%;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	background-color: rgba(0,0,0,.5);
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.news_part2 .tab_box{
	width: 100%;
	height: 52px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	padding: 11px 15px 11px 30px;
	position: relative;
}
.news_part2 .tab_box:before{
	content: "";
	width: 100%;
	height: 2px;
	background: url(../img/color_line.jpg) no-repeat center center;
	background-size: auto 100%;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 9;
}
.tab_box .tab_list li{
	float: left;
	margin-right: 5px;
	height: 30px;
}
.tab_box .tab_list li a{
	display: inline-block;
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	vertical-align: top;
}
.tab_box .tab_list li.on a{
	background-color: #FF602B;
	border-radius: 20px;
	color: #fff;
}
.news_part2 .sea_box{
	width: 250px;
	height: 30px;
	border: 1px solid #E8E8E8;
	border-radius: 20px;
	overflow: hidden;
}
.news_part2 .sea_box .int_box{
	width: 100%;
	position: relative;
}
.news_part2 .sea_box .int_box input{
    width: 100%;
    height: 28px;
    padding: 0 10px 0 32px;
    border: 1px none;
    font-size: 12px;
    color: #666;
}
.sea_input::-webkit-input-placeholder{font-size: 12px;color: #999;}    /* 使用webkit内核的浏览器 */
.sea_input:-moz-placeholder{font-size: 12px;color: #999;}                  /* Firefox版本4-18 */
.sea_input::-moz-placeholder{font-size: 12px;color: #999;}                  /* Firefox版本19+ */
.sea_input:-ms-input-placeholder{font-size: 12px;color: #999;}           /* IE浏览器 */

.news_part2 .sea_box .int_box i{
    line-height: 30px;
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 0;
    left: 10px;
}
.news_part2 .news_list{
	width: 100%;
	padding: 35px 35px 0;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	border-top: 1px solid transparent;
}
.news_part2 .news_list .news_item{
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #E8E8E8;
}
.news_part2 .news_list .news_item:last-child{
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}
.news_part2 .news_list .news_item .news_img{
	width: 195px;
	height: 130px;
	overflow: hidden;
}
.news_part2 .news_list .news_item .news_img a,
.news_part2 .news_list .news_item .news_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_part2 .news_list .news_item .news_text{
	width: calc(100% - 195px);
	padding-left: 20px;
}
.news_part2 .news_list .name{
	margin: 5px 0 10px;
}
.news_part2 .news_list .name a{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.news_part2 .news_list .name a:hover{
	color: #FF602B;
}
.news_part2 .news_list .desc{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-bottom: 10px;
}
.news_part2 .news_list .date{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.news_box .news_right .hot_article{
	width: 100%;
	height: 438px;
	padding: 15px 15px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	border-top: 2px solid #FF2500;
}
.news_right .hot_article .title{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 10px;
}
.news_right .hot_article .title span{
	color: #FF2400;
}
.news_right .hot_article .title .ico_img{
	display: inline-block;
	width: 19px;
	height: 23px;
	background: url(../img/hot_icon.png) no-repeat center center;
	background-size: 100% 100%;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.news_right .art_list li{
	width: 100%;
	margin-bottom: 11px;
}
.news_right .art_list li a{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.news_right .art_list li a:hover,
.hot_article .art_list li a:hover .num{
	color: #FF602B;
}
.hot_article .art_list li a .num{
	display: inline-block;
	font-size: 16px;
	color: #999;
	font-family: arial;
	margin-right: 10px;
}
.hot_article .art_list li:first-child a .num{
	font-size: 18px;
	color: #FF2400;
	font-weight: 600;
}
.hot_article .art_list li:nth-child(2) a .num{
	font-size: 18px;
	color: #FF6600;
	font-weight: 600;
}
.hot_article .art_list li:nth-child(3) a .num{
	font-size: 18px;
	color: #FFCB18;
	font-weight: 600;
}
.news_box .news_right .new_article{
	width: 100%;
	height: 438px;
	padding: 15px 15px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	border-top: 2px solid #95DC87;
}
.news_right .new_article .title{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 10px;
}
.news_right .new_article .title span{
	color: #95DC87;
}
.news_right .new_article .title .ico_img{
	display: inline-block;
	width: 33px;
	height: 17px;
	background: url(../img/new_icon.png) no-repeat center center;
	background-size: 100% 100%;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.news_right .new_article .art_list .dot{
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #CACACA;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.new_article .art_list li a:hover .dot{
	background-color: #FF602B;
}
.news_right .news_ad{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.news_right .news_ad a{
	display: block;
}

/*end*/

/*新闻详情*/
.news_box .news_detailMain{
	width: 100%;
	padding: 25px 40px 40px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 60px;
}
.news_box .news_detailMain .art_head{
	width: 100%;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px dashed #E8E8E8;
}
.news_detailMain .art_head .news_tit{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}
.news_detailMain .art_head .news_mes span{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin: 0 5px;
}
.news_detailMain .art_body{
	width: 100%;
	padding: 20px 0 30px;
}
.news_detailMain .art_body .txt{
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin-bottom: 20px;
}
.news_detailMain .art_body .img_box{
    width: 100%;
    margin-bottom: 20px;
}
.news_detailMain .art_body .img_box img{
	width: 100%;
	height: 100%;
}
.news_detailMain .art_about{
	margin-bottom: 20px;
}
.news_detailMain .art_about .tit{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_detailMain .art_about .read_list a{
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.news_detailMain .art_about .read_list a:hover{
	color: #EE6C2D;
	text-decoration: underline;
}

/*end*/

/*问答*/
.wenti_list_box .wenti_list{
	width: 100%;
	padding: 30px 30px 0;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
.wenti_list_box .wenti_list .wenti_item{
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #E8E8E8;
}
.wenti_list_box .wenti_list .wenti_item:last-child{
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
}
.wenti_list .wenti_item .tit{
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.wenti_list .wenti_item .tit a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: bold;	
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wenti_list .wenti_item .tit a:hover{
	color: #EE6928;
}
.wenti_list .wenti_info .wenti_mes{
	width: 70%;
	margin-right: 10%;
}
.wenti_list .wenti_info .wenti_hot{
	display: inline-block;
	padding-top: 10px;
}
.wenti_info .wenti_mes .user_mes{
	margin-bottom: 10px;
}
.wenti_info .wenti_mes .user_img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.wenti_info .wenti_mes .user_img img{
	width: 100%;
	height: 100%;
}
.wenti_info .wenti_mes .user_text{
	width: calc(100% - 40px);
	padding-left: 10px;
}
.wenti_info .wenti_mes .user_text .name{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.wenti_info .wenti_mes .user_text .date{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	font-family: arial;
}
.wenti_info .wenti_mes .wenti_desc{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.wenti_info .wenti_hot .hot_mes{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-align: center;
	margin-left: 25px;
}
.wenti_info .wenti_hot .hot_mes span{
	display: block;
	font-size: 16px;
	color: #333;
	font-family: arial;
}

.wenti_help{
	width: 100%;
	height: 234px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 10px;
}
.wenti_help .help_num{
	width: 100%;
	height: 120px;
	padding: 30px 25px 15px;
	border-bottom: 1px solid #E8E8E8;
	text-align: center;
}
#dataNums {
    width: 100%;
    height: 32px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.wenti_help .help_num .txt{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.wenti_help .login_tips{
	display: table-cell;
	width: 275px;
	height: 114px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
}
.wenti_help .login_tips a{
	color: #60B6FF;
}

.slide_btn{
	width: 100%;
	height: 44px;
	background-color: #FF5900;
	margin-bottom: 15px;
}
.slide_btn a{
	display: block;
	width: 50%;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
}
.slide_btn a.a_question{
	border-right: 1px solid rgba(255,255,255,.3);
}
.slide_btn a i{
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.tj_wenti{
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 15px;
}
.tj_wenti .wt_tit{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 15px;
}
.tj_wenti .tj_list li{	
	margin-bottom: 10px;
}
.tj_wenti .tj_list li a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.tj_wenti .tj_list li a .dot{
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #CACACA;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}
.tj_wenti .tj_list li a:hover{
    color: #EE6928;
}
.tj_wenti .tj_list li a:hover .dot{
	background-color: #EE6928;
}

.wdlr{
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 15px;
}
.wdlr .wt_tit{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 15px;
}
.wdlr .person_list li{
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}
.wdlr .person_list li a{
	display: block;
	width: 100%;
}
.wdlr .person_list li em{
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	font-family: arial;
	margin: 14px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-image: url(../img/list_bg4.png);
}
.wdlr .person_list li em.no1{
	background-image: url(../img/list_bg1.png);
}
.wdlr .person_list li em.no2{
	background-image: url(../img/list_bg2.png);
}
.wdlr .person_list li em.no3{
	background-image: url(../img/list_bg3.png);
}
.person_list li .liuren_mes{
	float: left;
	width: calc(100% - 24px);
	padding: 0 0 0 10px;
}
.person_list .liuren_mes .img_box{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.person_list .liuren_mes .img_box img{
	width: 100%;
	height: 100%;
}
.person_list .liuren_mes .liuren_text .name{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 5px;
}
.person_list .liuren_mes .liuren_text .times{
	display: inline-block;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}

/*end*/

/*问题详情*/
.wenti_detail{
	width: 100%;
	padding: 15px 30px 25px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 15px;
}
.wenti_detail .wenti_title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
}
.wenti_detail .wenti_desc{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 25px;
}
.wenti_detail .wt_mes{
	width: 100%;
	margin-bottom: 20px;
}
.wenti_detail .wt_mes .wt_author{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.wenti_detail .wt_mes .wt_author img{
	width: 100%;
	height: 100%;
}
.wenti_detail .wt_mes .txt{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.wenti_detail .wt_mes .line{
	display: inline-block;
	font-size: 12px;
	color: #aaa;
	font-weight: lighter;
	line-height: 20px;
	margin: 0 10px;
}
.wenti_detail .edit_box{
	width: 100%;
	margin-bottom: 15px;
}
.wenti_detail .edit_box .edit{
	width: 100%;
	height: 100%;
}
.submit_btn .checkbtn input{
	height: 30px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.submit_btn .checkbtn label{
	display: block;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.submit_btn .a_btn{
	display: block;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #FF5900;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
}

.answer_list{
	width: 100%;
	padding: 15px 35px 30px 20px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 40px;
}
.answer_list .best_answer{
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E8E8E8;
}
.answer_list .best_answer .tit{
	height: 30px;
	font-size: 16px;
	color: #FF5900;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
.answer_list .best_answer .tit i{
	display: inline-block;
	width: 22px;
	height: 26px;
	margin: 0px 5px 4px 0;
	background: url(../img/jp_icon.jpg) no-repeat center center;
	background-size: 22px 26px;
	vertical-align: middle;
}
.answer_list .other_answer .tit{
	height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
.answer_list .other_answer .tit span{
	color: #999;
}
.answer_list .author_mes{
	width: 100%;
	margin: 20px 0;
}
.answer_list .author_mes .img_box{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.answer_list .author_mes .img_box img{
	width: 100%;
	height: 100%;
}
.answer_list .author_mes .name{
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.answer_list .author_mes .date{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.answer_list .answer_text{
	width: 100%;
	padding-left: 50px;
	margin-bottom: 20px;
}
.answer_list .answer_text .txt{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 15px;
}
.answer_list .answer_hot{
	width: 100%;
	height: 30px;
	padding-left: 50px;
}
.answer_list .answer_hot .a_comment{
	display: inline-block;
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
}
.answer_list .answer_hot .a_comment .iconfont{
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
	vertical-align: middle;
}
.answer_list .answer_hot .a_comment.on{
	color: #FF5900;
}
.answer_list .answer_hot .a_comment.on .iconfont{
	transform: rotate(180deg);
	transition: .3s all;
}
.answer_list .answer_hot .a_btn{
	display: inline-block;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	margin-left: 15px;
	border: 1px solid #E6E6E6;
	font-size: 14px;
	color: #333;
	font-family: arial;
}
.answer_list .answer_hot .a_btn .ico_img{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	position: relative;
}
.answer_list .answer_hot .a_dianzan .ico_img{
	background-image: url(../img/dianzan.png);
	top: -3px;
}
.answer_list .answer_hot .a_zai .ico_img{
	background-image: url(../img/zai.png);
	top: -1px;
}
.answer_list .textarea_box{	
	width: 100%;
	padding-left: 50px;
	margin-top: 15px;
}
.answer_list .textarea_box.hide{
	display: none;
}
.answer_list .textarea_box .my_commentBox{
	width: 100%;
	padding: 20px 20px 15px;
	background-color: #F8F8F8;
}
.answer_list .textarea_box .my_photo{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.answer_list .textarea_box .my_photo img{
	width: 100%;
	height: 100%;
}
.answer_list .textarea_box .my_comment textarea{
	width: calc(100% - 60px);
	height: 92px;
	padding: 10px 15px;
	border: 1px solid #FF5900;
	border-radius: 3px;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.answer_list .textarea_box .a_comment{
	display: block;
	float: right;
	width: 98px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	margin-top: 15px;
	background-color: #FF5900;
	font-size: 14px;
	color: #fff;
}

.answer_list .other_comment{
	width: 100%;
	padding: 20px 20px 1px;
	background-color: #F8F8F8;
}
.answer_list .other_comment .other_item{
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E8E8E8;
}
.answer_list .other_comment .other_photo{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.answer_list .other_comment .other_name{
	font-size: 14px;
	color: #FF5900;
	line-height: 20px;
	margin-bottom: 10px;
}
.answer_list .other_comment .other_name .date{
	display: inline-block;
	font-size: 12px;
	color: #bbb;
	line-height: 20px;
	margin-left: 10px;
}
.answer_list .other_comment .other_desc{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

/*end*/

@media (max-width:1400px){
	/*header*/
	.page_header .nav_list a{
		padding: 0 15px;
	}
	/*面包屑导航*/
	.gb-crumbs{
		width: 1200px;
	}
	/*全部课程*/
	.allcourse{
		width: 1200px;
	}
	.allcourse .part_left{
		width: 910px;
	}
	.ri-section .lf-list .brand-list a {
	    margin-right: 10px;
	    padding: 0 9px;
	}
	.allcourse_list_box {
	    padding: 20px 15px 15px;
	}
	.course_list .course_item {
	    width: 23.5%;
	    margin-right: 2%;
	    margin-bottom: 2%;
	}
	/*线下课程-详情页*/
	.unline_detail{
		width: 1200px;
	}
	.unline_detail .part_left{
		width: 825px;
	}
	.unline_detail .unline_head {
	    padding: 25px 25px 0;
	}
	.unline_detail .title{
		padding: 0 25px;
	}
	.unline_detail .unline_body,.unline_detail .buy_info{
		padding: 20px 25px;
	}
	.unline_detail .buy_info,.unline_detail .faq{
		width: 360px;
	}
	/*老师详情*/
	.teacher_detail{
		width: 1200px;
	}
	.teacher_detail .teacher_info .info_img{
		margin-right: 20px;
	}
	.teacher_detail .teacher_info .info_text{
		width: 558px;
	}
	.teacher_info .info_text .tea_name{
		margin-bottom: 15px;
	}
	.teacher_info .info_text .tea_txt{
		max-height: 168px;
		overflow-y: scroll;
	}
	.teacher_info .info_text .tea_txt{
		margin-bottom: 20px;
	}
	.course_info_box .part_left{
		width: 882px;
	}
	.course_info_box .part_right{
		width: 300px;
	}
	.course_info_box .hot_course .hot_course_list,
	.hot_teacher .hot_tea_list {
	    padding: 0px 15px;
	}

	.live_course_box .live_course .prev {
	    left: 0px;
	}
	.live_course_box .live_course .next {
	    right: 0px;
	}
	/*优惠券*/
	.coupon_box{
		width: 1200px;
	}
	.coupon_banner{
		height: auto;
	}
	.coupon_banner .coup_left{
		width: 62%;
	}
	.coupon_banner img{
		width: 100%;
		height: 100%;
	}
	.coupon_banner .coup_right{
		width: 36%;
	}
	.coupon_tab .coupon_list .item{
		width: 32%;
		margin-right: 2%;
	}
	/*会员*/
	.tabVip .course_list .course_item{
		width: 220px;
		margin-right: 25px;
		margin-bottom: 20px;
	}
	.tabVip .course_list .more_course {
	    margin: 0;
	}
	/*班级详情*/
	.class_detail .course_banner .imgtext_course{
		width: 1200px;
		padding: 25px 15px 0;
	}
	.seation_main,.guess_box{
		width: 1200px;
	}
	.guess_list .bd ul li .course_list{
		width: 1200px;
	} 
	.guess_box .bd ul li .course_item{
		width: 23.5%;
	}
	.guess_box .course_list .course_item .course_img, 
	.guess_box .course_list .course_item .course_img a, 
	.guess_box .course_list .course_item .course_img a img{
		height: 195px;
	}
	/*新闻*/
	.news_box{
		width: 1200px;
	}
	.news_box .news_left{
		width: 890px;
	}
	.news_box .news_right{
		width: 300px;
	}
	.news_box .news_part1 .news_banner_box{
		width: 680px;
		height: 414px;
	}
	.news_box .news_part1 .hot_news{
		width: 200px;
		height: 414px;
	}
	.news_part1 .hot_news .hot_news_list .item{
		height: 132px;
	}
	
}
@media (max-width:1200px){
	/*面包屑导航*/
	.gb-crumbs{
		display: none;
	}
	/*全部课程*/
	.allcourse{
		width: 100%;
		padding: 0 15px;
		margin-top: 90px;
	}
	.allcourse .part_left{
		width: 100%;
	}
	.allcourse .part_right{
		display: none;
	}
	/*线下课程-详情页*/
	.unline_detail{
		width: 100%;
		padding: 15px 15px 25px;
	}
	.unline_detail .part_left{
		width: 100%;
	}
	.unline_detail .part_right{
		display: none;
	}
	.unline_detail .unline_head .m_price, .unline_detail .unline_head .m_buy_btn {
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	.unline_detail .unline_head .m_price{
		font-size: 14px;
		color: #999;
		line-height: 20px;
		text-align: left;
	}
	.unline_detail .unline_head .m_price i{
		color: #F54030;
		font-style: inherit;
	}
	.unline_detail .unline_head .m_price strong{
		font-size: 24px;
		color: #F54030;
		font-family: arial;
		line-height: 30px;
	}
	.unline_head .m_buy_btn .btn_box{
		display: inline-block;
		margin-top: 10px;
	}
	.unline_head .m_buy_btn .a_online {
		float: left;
	    display: block;
	    width: 110px;
	    height: 40px;
	    text-align: center;
	    line-height: 38px;
	    border: 1px solid #F13535;
	    border-radius: 30px;
	    font-size: 16px;
	    color: #F13232;
	    margin-right: 5px;
	}
	.unline_head .m_buy_btn .a_buy {
		float: left;
	    display:block;
	    width: 170px;
	    height: 40px;
	    text-align: center;
	    line-height: 38px;
	    background-color: #F13535;
	    border-radius: 30px;
	    font-size: 16px;
	    color: #fff;
	}
	
	/*老师详情*/
	.teacher_detail{
		width: 100%;
		padding: 15px 15px 0;
	}
	.teacher_detail .teacher_info .info_img{
		display: none;
	}
	.teacher_info .info_text .tea_img{
		display: block;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		margin-right: 10px;
		overflow: hidden;
	}
	.teacher_info .info_text .tea_img img{
		width: 100%;
		height: 100%;
	}
	.teacher_detail .teacher_info .info_text{
		width: 100%;
	}
	.course_info_box .part_left{
		width: 100%;
	}
	.course_info_box .part_right{
		display: none;
	}
	
	.live_course_box .live_course .prev {
	    left: 15px;
	}
	.live_course_box .live_course .next {
	    right: 15px;
	}
	
	/*优惠券*/
	.coupon_box{
		width: 100%;
		padding: 1px 15px 0;
	}
	.coupon_box .coupon_tab{
		margin-bottom: 10px;
	}
	.coupon_box .coupon_tab .tab_head{
		margin-bottom: 20px;
	}
	.coupon_tab .coupon_list .item{
		height: auto;
		padding:10px 0 10px 10px;
		margin-bottom: 2%;
	}
	.coupon_list .coup_info .price{
		font-size: 20px;
		line-height: 24px;
	}
	.coupon_list .coup_info .txt{
		margin-bottom: 3px;
	}
	.coupon_list .coup_btn{
		margin: 0 auto;
	}
	.coupon_list .coup_btn .a_get{
		font-size: 16px;
	}
	
	/*会员*/
	.vip_box .vip_main{
		width: 100%;
		padding: 100px 0 0;
	}
	.vip_box .vip_info,.vip_grade{
		padding: 0 15px;
	}
	.vip_box .vip_info{
		left: 0px;
		margin-left: 0;
		height: 330px;
	}
	.vip_box .vip_info .info_text{
		height: 330px;
		padding: 20px 0;
	}
	.vip_box .vip_info .desc_img{
		height: 330px;
	}
	.vip_info .info_text .desc{
		margin: 15px auto;
	}
	.vip_grade{
		margin-top: 25px;
	}
	.vip_grade .tab_head .item,
	.vip_grade .tab_body .group{
		font-size: 14px;
	}
	.vip_service{
		margin: 20px 0 30px;
	}
	.vip_service .tabVip .hd{
		margin-bottom: 20px;
	}
	.tabVip .course_list .more_course {
	    display: none;
	}
	.tabVip .course_list{
		width: 100%;
/*		padding: 0 15px;*/
	}
	.tabVip .course_list .course_item{
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.tabVip .course_list .course_item:nth-child(4){
		margin-right: 0;
	}
	
	/*班级*/
	.class_main .class_list{
		margin-bottom: 40px;
	}
	.class_list .course_info .course_list{
		width: calc(100% - 200px);
	}
	.class_list .course_info .course_mes{
		padding: 30px 0 0 20px;
	}
	/*班级详情*/
	.class_detail .course_banner .imgtext_course{
		width: 100%;
	}
	.course_banner .imgtext_course .text_right {
	    width: calc(100% - 482px);
	    padding-left: 15px;
	}
	.course_banner .imgtext_course .tt_below_line .line_item {
	    margin-right: 10px;
	}
	.seation_main,.guess_box{
		width: 100%;
		padding: 0 15px;
	}
	.seation_main{
		min-height:100px
	}
	.seation_main .tabClass .bd{
		padding-right: 0;
	}
	.seation_main .aside_right{
		display: none;
	}
	.guess_list .bd ul li .course_list{
		width: 100%;
	}
	.guess_box .course_list .course_item .course_img, 
	.guess_box .course_list .course_item .course_img a, 
	.guess_box .course_list .course_item .course_img a img{
		height: auto;
	}
	.guess_box .course_list .course_item .course_text{
		padding: 5px 10px;
	}
	/*新闻*/
	.news_box{
		width: 100%;
		padding: 15px 15px 0;
	}
	.news_box .news_left{
		width: 100%;
	}
	.news_box .news_right{
		display: none;
	}
	.news_box .news_part1,
	.news_box .news_part1 .news_banner_box{
		width: 100%;
		height: auto;		
	}
	.news_box .news_part1 .hot_news{
		display: none;
	}
	.news_part1 .hot_news .hot_news_list .item{
		height: auto;
	}
	.news_part2 .tab_box{
		padding: 11px 15px;
	}
	.news_part2 .sea_box{
		width: 230px;
	}
}

@media (max-width:991px){
	/*金牌学校——机构*/
	.star-school_list{
		display: none;
	}
	.schol_info_list{
		padding: 0;
	}
	.schol_info_list .sch_item .school_mes{
		width: 72%;
	}
	/*老师详情*/
	.course_info_box .course_tab{
		display: none;
	}
	.m_course_list{
		display: block;
		width: 100%;
		/*padding: 0 15px;
		margin-top: 20px;*/
	}
	.m_course_list .course_item{
		/*padding-bottom: 15px;*/
		margin-bottom: 15px;
		border-bottom: 1px solid #E8E8E8;
	}
	.m_course_list .course_item:last-child{
		border-bottom: 1px solid transparent;
		margin-bottom: 0;
	}
	.m_course_list .course_item .course_name{
		font-size: 16px;
		color: #333;
		line-height: 24px;
	}
	.m_course_list .course_item .desc{
		font-size: 12px;
		color: #999;
		line-height: 20px;
	}
	.m_course_list .course_item .a_trial{
		display: block;
		width: 75px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		background-color: #00B8EE;
		border-radius: 2px;
		margin: 9px 0;
		font-size: 12px;
		color: #fff;
	}
	
	.live_course_box .live_course{
		display: none;
	}
	.m_live_course{
		display: block;
		width: 100%;
		padding: 15px 15px 0;
	}
	.m_live_course .list_box .list_item{
		display: block;
		border: 1px solid #ddd;
		border-top: 1px solid #FF5100;
		height: 215px;
		width: 100%;
		padding: 15px;
		margin: 0 auto;
	}
	.m_live_course .list_box .tit{
		font-size: 14px;
		color: #FF5100;
		line-height: 24px;
	}
	.m_live_course .list_box .course_name {
	    font-size: 16px;
	    color: #333;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.m_live_course .list_box .tea_list{
		width: 100%;
		height: 65px;
		overflow: hidden;
	}
	.m_live_course .list_box .tea_list .item {
	    width: 44px;
	    margin-right: 10px;
	}
	.m_live_course .list_box .tea_list img {
	    width: 44px;
	    height: 44px;
	    border-radius: 50%;
	    margin: 0 0px 5px 0;
	}
	.m_live_course .list_box .tea_list .tea_name {
	    font-size: 12px;
	    color: #999;
	    text-align: center;
	}
	.m_live_course .list_box .date{
		width: 100%;
		line-height: 20px;
		font-size: 14px;
		color: #666;
		margin-top: 10px;
	}
	.m_live_course .list_box .course_mes {
	    width: 100%;
	    margin-top: 5px;
	}
	.m_live_course .list_box .course_mes .num{
		font-size: 12px;
		color: #666;
		line-height: 24px;
	}
	.m_live_course .list_box .course_mes .num span{
		color: #FF5100;
	}
	.m_live_course .list_box .course_mes .a_btn{
		display: block;
		width: 75px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		background-color: #00B8EE;
		border-radius: 2px;
		font-size: 12px;
		color: #fff;
	}
	
	/*班级*/
	.class_main .class_list{
		margin-bottom: 20px;
	}
	.class_list .class_item{
		padding: 20px 15px;
	}
	.class_list .class_item .class_img{
		width: 300px;
		height: 225px;
	}
	.class_list .class_item .class_text {
	    width: calc(100% - 300px);
	    padding-left: 20px;
	}
	.class_list .class_item .class_name {
	    margin: 10px 0;
	}
	.class_list .class_item .teacher{
		margin-bottom: 10px;
	}
	.class_list .class_item .desc {
		line-height: 20px;
	    margin-bottom: 20px;
	}
	.class_list .class_item .class_tools span {
	    margin-left: 10px;
	}
	.class_list .course_info .course_list li {
	    width: 23.5%;
	}
	.class_list .course_info .course_list li:nth-child(4n+1){
		margin-left: 0;
	}
	/*班级详情*/
	.class_detail .course_banner,
	.class_detail .course_banner .imgtext_course{
		height: auto;
	}
	.course_banner .imgtext_course .img_left{
		width: 320px;
		height: 220px;
	}
	.course_banner .imgtext_course .img_left img{
		width: 100%;
		height: 100%;
	}
	.banner_cover .video .play_btn{
		margin: 80px 0;
	}
	.course_banner .imgtext_course .text_right{
		width: calc(100% - 320px);
	}
	.course_banner .imgtext_course .page_tt{
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.course_banner .imgtext_course .tt_below_line {
	    padding-bottom: 5px;
	    margin-bottom: 5px;
	}
	.course_banner .imgtext_course .tt_below_line .btn_list{
		top: 40px;
	}
	.course_banner .imgtext_course .course_mes p{
		font-size: 12px;
		line-height: 20px;
	}
	.course_banner .imgtext_course .price{
		font-size: 20px;
		margin: 10px 0;
	}
	.course_banner .imgtext_course .price s{
		font-size: 12px;
	}
	.course_banner .imgtext_course .class_mes .part_left{
		width: 320px;
	}
	/*课程详情*/
	.course_detail .course_banner .imgtext_course .page_tt .sign{
		display: none;
	}
	/*直播课程详情*/
	.course_detail .live_mes{
		margin: 72px 0;
	}
	.course_detail .live_mes .live_date{
		font-size: 14px;
	}
	.course_detail .live_mes .count_down{
		width: 280px;
	}
	
}

@media (max-width:767px){
	/*page*/
	.page {
	    margin: 15px 0 25px;
	}
	/*全部课程*/
	.allcourse .selector,.filter .f-pager,.filter .f-result-sum{
	    display: none;
	}
	.allcourse{
		padding: 0;
	}
	.allcourse_list_box,.allcourse .filter{
		border: 1px none;
	}
	.pc_course_list{
		display: none;
	}
	/*.m_course_list{
		padding: 0;
		margin: 0;
	}	*/
	.course_list .course_item .course_img,
	.course_list .course_item .course_img a, 
	.course_list .course_item .course_img a img{
		height: 110px;
	}
	
	/*金牌学校——机构*/
	.star-school .tab_nav {
	    width: 100%;
	    height: 40px;
	    padding-right: 0px;
	    background-color: #fff;
	    border: 1px none;
	}
	.star-school .tab_nav_list{
		width: 100%;
		border-bottom: 2px solid #EE6929;
	}
	.star-school .tab_nav_list li {
	    width: 20%;
	    height: 38px;
	    top: 0px;
	}
	.star-school .tab_nav_list li a {
	    width: 100%;
	    height: 38px;
	    line-height: 38px;
	    font-size: 14px;
	}
	.star-school .tab_nav .tips {
	    display: none;
	}
	.star-school_main {
	    padding: 0 15px;
	    border: 1px none;
	}
	.star-school_main .screen {
	    height: 45px;
	    padding: 10px 0;
	    margin-bottom: 0px;
	}
	.schol_info_list .sch_item {
	    padding: 20px 0;
	}
	.schol_info_list .sch_item .school_info {
	    width: calc(100% - 105px);
	}
	.schol_info_list .sch_item .school_logo, 
	.schol_info_list .sch_item .school_logo a, 
	.schol_info_list .sch_item .school_logo img {
	    width: 100px;
	    height: 100px;
	}
	.schol_info_list .sch_item .school_mes {
	    width: calc(100% - 110px);
	    margin-left: 10px;
	}
	.schol_info_list .sch_item .school_mes .sch_name {
	    font-size: 16px;
	    line-height: 30px;
	    margin: 5px 0 10px;
	}
	.schol_info_list .sch_item .school_mes .sch_txt {
	    font-size: 12px;
	    line-height: 24px;
	}
	.schol_info_list .sch_item .btn_box {
	    padding: 15px 0;
	}
	/*金牌学校——老师*/
	.teacher_list .tea_item{
		padding: 20px 0;
	}
	.teacher_list .tea_item .tea_img{
		width: 75px;
		height: 100px;
	}
	.teacher_list .tea_item .tea_img a,
	.teacher_list .tea_item .tea_img .img_box,
	.teacher_list .tea_item .tea_img .img_box img{
		width: 75px;
		height: 75px;
	}
	.teacher_list .tea_item .tea_img .tea_age{
		width: 70px;
		height: 20px;
		line-height: 20px;
		margin-left: -35px;
	}
	.teacher_list .tea_item .tea_mes{
		width: calc(100% - 190px);
		margin-left: 15px;
	}
	.teacher_list .tea_item .tea_mes .name{
		line-height: 20px;
		margin: 5px 0;
	}
	.teacher_list .tea_item .tea_mes .name span{
		display: none;
	}
	.teacher_list .tea_item .tea_mes .tea_desc{
		font-size: 12px;
		line-height: 22px;
	}
	.teacher_list .tea_mes .tea_desc span{
		margin-right: 5px;
	}
	.teacher_list .tea_mes .tea_desc span i{
		font-size: 16px;
	}
	.teacher_list .tea_item .btn_box {
	    padding: 15px 0;
	}
	
	/*老师详情*/
	.teacher_detail{
		padding: 15px 0 0;
	}
	.teacher_detail .teacher_info{
		padding: 15px;
	}
	.teacher_info .info_text .btn_list{
		display: none;
	}
	.evaluate .evaluate_list,
	.evaluate .evaluate_pages,
	.evaluate .send_text{
		padding: 0 15px;
	}
	
	/*优惠券*/
	.coupon_box {
	    padding: 1px 0px 0;
	}
	.coupon_banner .coup_left{
		width: 100%;
	}
	.coupon_banner .coup_right{
		display: none;
	}
	.coupon_box .coupon_tab .tab_head{
		padding: 0 15px;
	}
	.coupon_tab .tab_head li{
		margin-right: 10px;
	}
	.coupon_list{
		display: none;
	}
	.m_coupon_list{
		display: block;
		width: 100%;
		padding: 0 15px;
	}
	.m_coupon_list .item{
		width: 49%;
		height: auto;
		padding: 10px 0 10px 10px;
		margin-right: 2%;
		margin-bottom: 15px;
		background: url(../img/yhq_bg.png) no-repeat center top;
		background-size: 100% 100%;
	}
	.m_coupon_list .item:nth-child(2n){
		margin-right: 0;
	}
	.m_coupon_list .item a{
		display: block;
	}
	.m_coupon_list .coup_info .price {
	    font-size: 20px;
		color: #F77A7A;
		font-weight: bold;
		line-height: 24px;
	}
	.m_coupon_list .coup_info .price i {
	    font-size: 14px;
	    color: #F77A7A;
	    font-style: inherit;
	    font-weight: normal;
	}
	.m_coupon_list .coup_info .price .sign {
	    display: inline-block;
	    height: 16px;
	    line-height: 16px;
	    padding: 0 3px;
	    background-color: #F77A7A;
	    margin-left: 5px;
	    font-weight: normal;
	    font-size: 12px;
	    color: #fff;
	}
	.m_coupon_list .coup_info .txt {
	    font-size: 12px;
	    color: #666;
	    line-height: 20px;
	    margin-bottom: 5px;
	}
	.m_coupon_list .coup_info .date {
	    font-size: 12px;
	    color: #999;
	    line-height: 20px;
	}
	.m_coupon_list .coup_btn {
	    width: 21%;
	    text-align: center;
	    margin: 7px auto;
	    font-size: 15px;
	    color: #fff;
	}
	
	/*会员*/
	.vip_box .vip_banner{
		display: none;
	}
	.vip_box .vip_main{
		padding: 15px 15px 0;
	}
	.vip_box .vip_info{
		height: auto;
		position: static;
		padding: 0;
	}
	.vip_box .vip_info .info_text{
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	.vip_info .info_text .user_photo{
		width: 70px;
		height: 70px;
	}
	.vip_info .info_text .user_name{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.vip_info .info_text .a_btn{
		width: 100px;
		height: 36px;
		line-height: 36px;
	}
	.vip_info .info_text .desc,
	.vip_box .vip_info .desc_img{
		display: none;
	}
	.vip_grade{
		padding: 0;
		overflow-x: scroll;
	}
	.vip_grade .tab_head,
	.vip_grade .tab_body .group{
		width: 737px;
	}
	.vip_grade .tab_head{
		height: auto;
		padding: 10px 0;
	}
	.vip_grade .tab_body .group{
		height: 50px;
		line-height: 48px;
		border-bottom: 2px solid #F7F7F7;
		overflow: hidden;
	}
	.vip_grade .tab_body .group .a_btn{
		width: 80px;
		height: 30px;
		line-height: 30px;
		margin: 9px auto;
	}
	/*充值弹框*/
	.recharge_tk{
		width: 90%;
		height: auto;
		top: 50%;
		margin-left: -45%;
	}
	.recharge_tk .tk_head{
		height: 40px;
		padding: 5px 15px;
	}
	.recharge_tk .tk_body{
		padding: 10px 15px;
	}
	.recharge_tk .tk_body .tit{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.recharge_tk .tk_body .vip_lx{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.recharge_tk .tk_body .desc{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.recharge_tk .vip_mes .price_list span{
		width: 92px;
		height: 42px;
		line-height: 40px;
		margin: 0 10px 0 0;
		font-size: 16px;
	}
	.recharge_tk .vip_mes .line{
		height: 42px;
		margin: 0 10px 0 0px;
	}	
	.recharge_tk .vip_mes .bookNum{
		margin: 6px 0;
	}
	.tk_body .btn_box{
		margin-top: 25px;
	}
		
	/*班级*/	
	.class_list .class_item .class_info {
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.class_list .class_item .class_img {
	    width: 180px;
	    height: 135px;
	}
	.class_list .class_item .class_text {
	    width: calc(100% - 180px);
	    padding-left: 15px;
	}
	.class_list .class_item .class_name{
		margin: 0 0 5px 0;
	}
	.class_list .class_item .desc{
		display: none;
	}
	.class_list .class_item .a_ask {
	    display: block;
	    width: 90px;
	    height: 30px;
	    line-height: 28px;
	}
	.class_list .class_item .class_tools{
		width: 100%;
		text-align: right;
	}
	.class_list .course_info .course_list {
	    width: 100%;
	    height: auto;
	    overflow-y: initial;
	}	
	.class_list .course_info .course_list li,
	.class_list .course_list li a,
	.class_list .course_list li .img_box{
		height: auto;
	}
	.class_list .course_info .course_list li{
		margin-bottom: 10px;
	}
	.class_list .course_info .course_mes {
		width: 180px;
		float: right;
	    padding: 0;
	}
	
	/*班级详情*/
	.class_detail .course_banner .imgtext_course{
		padding: 15px;
	}
	.course_banner .imgtext_course .img_left{
		width: 200px;
		height: 140px;
	}
	.banner_cover .video .play_btn{
		margin: 40px 0;
	}
	.course_banner .imgtext_course .text_right{
		width: calc(100% - 200px);
	}
	.course_banner .imgtext_course .tt_below_line,
	.course_banner .imgtext_course .class_mes{
		display: none;
	}
	.course_banner .imgtext_course .page_tt{
		margin-bottom: 5px;
	}
	.course_banner .imgtext_course .price{
		margin: 5px 0;
	}
	.course_banner .imgtext_course .oper_bar a{
		width: 100px;
		height: 30px;
		line-height: 28px;
	}
	
	.seation_main{
		padding: 0;
	}
	.seation_main .tabClass .hd{
		height: 38px;
	}
	.seation_main .tabClass .hd li{
		width: 90px;
		height: 36px;
	}
	.seation_main .tabClass .hd li a{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.seation_main .tabClass .hd li.on a::after{
		display: none;
	}
	.seation_main .tabClass .bd{
		margin-top: 10px;
	}
	.seation_main .tabClass .bd .con{
		padding: 15px;
	}
	.course_hour_item dd .course_tit_info, .course_hour_item dd .study_tit_info{
		padding: 0 10px;
	}
	.module_list .module_item .course_tit{
		width: 80%;
	}
	.module_list .module_item .span_com{
		display: none;
	}
	
	.guess_box{
		margin: 20px auto 10px;
	}
	.m_guess_listBox{
		display: block;
		margin-top: 15px;
	}
	.guess_box .guess_list{
		display: none;
	}
	.m_guess_listBox .course_list .course_item{
		width: 100%;
		margin-bottom: 0;
	}
	/*直播课程详情*/
	.course_detail .live_mes{
		margin: 36px 0;
	}
	.course_detail .live_mes .live_date{
		line-height: 20px;
		margin-bottom: 6px;
	}
	.course_detail .live_mes .count_down{
		width: 190px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.course_detail .live_mes .count_down span {
	    margin: 0 2px;
	    font-size: 16px;
	}
	/*新闻*/
	.news_box{
		padding: 15px 0 0;
	}
	.news_part2 .tab_box{
		display: none;
	}
	.news_part2 .news_list{
		padding: 20px 15px 0;
		border-top: 1px solid #E8E8E8;
	}
	.news_part2 .news_list .news_item{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.news_part2 .news_list .name{
		margin: 0px 0 5px;
	}
	.news_part2 .news_list .desc{
		max-height: 50px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	/*新闻详情*/
	.news_box .news_detailMain{
		padding: 20px 15px;
		margin-bottom: 20px;
	}
	.news_detailMain .art_head .news_tit{
		font-size: 16px;
	}
	.news_detailMain .art_body{
		padding: 20px 0 10px;
	}
	
	/*问答*/
	.wenti_list .wenti_info .wenti_mes{
		width: 100%;
		margin-right: 0;
	}
	
}

@media (max-width:540px){
	/*page*/
	.pc_page{
		display: none;
	}
	.m_page{
		display: block;
	}
	.m_page .p-num a{
	    margin: 0 3px;
	}
	
	/*全部课程*/
	.allcourse_list_box {
	    padding: 20px 15px 10px;
	}
	.course_list .course_item{
	    width: 49%;
	    margin-bottom: 15px;
	}
	.course_list .course_item:nth-child(2n){
		margin-right: 0;
	}
	
	/*金牌学校——机构*/
	.star-school .tab_nav_list li {
	    width: 25%;
	}
	.schol_info_list .sch_item .school_info {
	    width: calc(100% - 75px);
	}
	.schol_info_list .sch_item .school_logo, 
	.schol_info_list .sch_item .school_logo a, 
	.schol_info_list .sch_item .school_logo img {
	    width: 75px;
	    height: 75px;
	}
	.schol_info_list .sch_item .school_mes {
	    width: calc(100% - 85px);
	}
	.schol_info_list .sch_item .school_mes .sch_name {
	    line-height: 24px;
	    margin: 5px 0;
	}
	.schol_info_list .sch_item .school_mes .sch_txt {
	    line-height: 20px;
	}
	.schol_info_list .sch_item .btn_box {
	    padding: 7px 0;
	}
	.schol_info_list .sch_item .school_mes .sch_txt i {
	    display: none;
	}
	.schol_info_list .sch_item .btn_box .a_btn {
	    width: 70px;
	    height: 25px;
	    line-height: 25px;
	}
	/*金牌学校——老师*/
	.teacher_list .tea_item .tea_mes{
		width: calc(100% - 160px);
	}
	.teacher_list .tea_mes .tea_desc span {
	    display: block;
	    margin: 0;
	}
	.teacher_list .tea_mes .tea_desc.desc_text,
	.teacher_list .tea_mes .tea_desc span i {
	    display: none;
	}
	.teacher_list .tea_item .btn_box .a_btn {
	    width: 70px;
	    height: 25px;
	    line-height: 25px;
	}
	.teacher_list .tea_item .btn_box {
	    padding: 20px 0;
	}
	/*金牌学校——线下课程*/
	.unline_list .unline_item .unline_info{
		width: calc(100% - 72px);
	}
	.unline_list .unline_item{
		padding: 15px 0;
	}
	.unline_list .unline_item .desc{
		display: none;
	}
	.unline_list .unline_item .tea_list{
		height: auto;
		margin: 10px 0 0;
	}
	.unline_list .unline_item .tea_list li{
		width: 90%;
		margin: 0 0px 10px 0;
	}
	.unline_list .unline_item .course_mes span{
		display: block;
		position: relative;
		padding-left: 10px;
	}
	.unline_list .unline_item .course_mes span:before{
		content: "";
		width: 4px;
		height: 4px;
		background-color: #bdbdbd;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -2px;
		z-index: 5;
	}
	.unline_list .unline_item .course_mes .dot{
		display: none;
	}
	.unline_list .unline_item .btn_box .a_btn {
	    width: 70px;
	    height: 30px;
	    line-height: 30px;
	}
	/*线下课程-详情页*/
	.unline_detail {
	    padding: 15px 0 25px;
	}
	.unline_detail .part_left{
		border: 1px none;
	}
	.unline_detail .unline_head{
		padding: 15px 15px 0;
	}
	.unline_detail .unline_head .course_name{
		font-size: 16px;
		line-height: 20px;
	}
	.unline_detail .unline_head .course_name .sign{
		display: none;
	}
	
	/*优惠券*/
	.m_coupon_list .item{
		width: 100%;
		margin-right: 0;
	}
	
	/*会员*/
	.tabVip .course_list .course_item{
		width: 49%;
	}
	.tabVip .hd li{
		margin: 0 5px;
	}
	/*充值弹框*/
	.recharge_tk .vip_mes .line{
		display: none;
	}
	.recharge_tk .vip_mes .bookNum{
		width: 100%;
	}
	.tk_body .pay_way .full_db{
		float: left;
		width: 180px;
	}
	/*文库*/
	.library_box .library_list{
		padding: 15px;
	}
	.library_box .library_list .item .book_mes{
		width: calc(100% - 80px);
	}
	.library_list .item .mes_text span{
		display: block;
	}
	.library_list .item .btn_box .a_btn {
	    width: 80px;
	    height: 30px;
	    line-height: 28px;
	    margin: 15px 0 0;
	    font-size: 12px;
	}
	
	/*班级*/
	.class_list .class_item .class_img{
		width: 70%;
		height: auto;
		margin: 0 15% 5px 15%;
	}
	.class_list .class_item .class_text {
	    width: 100%;
	    padding-left: 0px;
	}
	.class_list .course_info .course_list li {
	    width: 49%;
	}
	.class_list .course_info .course_list li:nth-child(4n+1){
		margin-left: 2%;
	}
	.class_list .course_info .course_list li:nth-child(2n+1){
		margin-left: 0;
	}
	/*班级详情*/
	.course_banner .imgtext_course .img_left{
		width: 100%;
		height: auto;
	}
	.banner_cover .video .play_btn{
		margin: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -30px;
		margin-top: -30px;
		z-index: 9;
	}
	.course_banner .imgtext_course .text_right{
		width: 100%;
		padding: 10px 0 0;
	}
	.module_list .module_item .course_tit{
		width: 100%;
	}
	.module_list .module_item .item_btn{
		display: none;
	}
	/*课程详情*/
	.course_detail .seation_main .tabClass .hd li{
		width: 72px;
	}
	.course_detail .seation_main .tabClass .hd li a{
		font-size: 12px;
	}
	/*直播课程详情*/
	.course_detail .live_mes{
		margin: 0;
		position: absolute;
		top: 50%;
		margin-top: -36px;
	}
	.course_detail .live_mes .live_date{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.course_detail .live_mes .count_down{
		width: 270px;
		height: 42px;
		line-height: 42px;
		font-size: 18px;
	}
	.course_detail .live_mes .count_down span {
	    margin: 0 5px;
	    font-size: 22px;
	}
	/*新闻*/
	.news_part2 .news_list .news_item .news_img{
		width: 33%;
		height: auto;
	}
	.news_part2 .news_list .news_item .news_text{
		width: 67%;
		padding-left: 10px;
	}
	.news_part2 .news_list .desc{
		display: none;
	}
	/*新闻详情*/
	.news_detailMain .share_box{
		display: none;
	}
	.news_detailMain .art_about{
		margin-bottom: 10px;
	}
	
	/*问答*/
	.wenti_list_box .wenti_list {
	    padding: 20px 15px 0;
	}
	.wenti_list_box .wenti_list .wenti_item{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	/*问答详情*/
	.answer_list{
		padding: 15px;
	}
	.answer_list .answer_text,
	.answer_list .answer_hot,
	.answer_list .textarea_box{
		padding-left: 0;
	}
}

@media (max-width:360px){
	/*班级*/
	.class_list .class_item .class_img{
		width: 100%;
		margin: 0 0 5px 0;
	}
	/*课程详情*/
	.course_detail .seation_main .tabClass .hd li{
		width: 64px;
	}
}

