*{
	margin:0;
	padding:0;
	border:0;
}

.morebtn {
	cursor: pointer;
}
.morebtn > a {
	font-size: 18px;
	font-weight: normal;
}
.morebtn > a > img {
	vertical-align: bottom; 
}

.morebtnLayout {
	float: right; margin-top: -25px;
}

#mainMiddle {
	background-color: #e7e8e9;
}

#recommendCourse {
	width: 100%; padding: 74px 0 74px 0;
}

#recommendCourse h1{
	color: #000;
	font-size: 33px;
}

#recommendCourse h3{
	color: #444;
	font-size: 18px;
}


.recommendCourseTab {
	float: left;
	padding: 0; margin: 0;
	line-height: 50px; text-align: center;
	font-size: 18px;
	
	height: 50px; cursor: pointer;
}
#recommendCourseTab1, #recommendCourseTab2 {
	width:33%;
}
#recommendCourseTab3 {
	width:33.33%;
}

.recommendCourseTabRow:after {
    content: "";
    display: table;
    clear: both;
}


.recommendCourseTab.menuOn {
	border-left: 2px solid #222;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	color: #000; 
	font-weight: normal;
	background-color: white;
}

.recommendCourseTab.menuOff {
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #222;
	border-right: 1px solid #d9d9d9;
	background-color: #d9d9d9; 
	color: #777; 
	background-color: white;
}




.recommendCourseDetail {
    background-color: white;
    display: block;
    width: 238px;
    overflow: hidden;
    font-size: 18px;
    
    float: left;
}
.recommendCourseDetail div {
    margin: 24px 0 24px 0;
}
.recommendCourseDetail.interval {
	margin-left: 16px;
}
.recommendCourseDetail h3{
	font-size: 1em;
	color: #111;
	font-weight: normal;
	text-align: left; display: inline-block; width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin :0;
}
.recommendCourseDetail h4{
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	text-align: left; display: inline-block; width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin :0;
}




.bestReviewDetail {
    display: block;
    width: 33.2%;
    height: 180px;
    overflow: hidden;
    background-color: white;
    margin: 0;
    font-size: 18px;
}
.bestReviewDetailLine {
	border-left: 1px solid #e3e3e3;
}
.bestReviewDetailLayout1 {
	display: inline-block; padding: 35px 0 0 0; width: 90%;
}
.bestReviewDetailLayout2 {
	float: left; width:215px; height: 96px; 
}
.bestReviewDetailLayout2 div{
	text-align: left;
}
.bestReviewDetailLayout2 div.interval {
	height: 15px;
}
.bestReviewDetail h3{
	font-size: 1em;
	color: #111;
	font-weight: normal;
	text-align: left; 
	
	display: inline-block; width: 98%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin :0;
}
.bestReviewDetail h4{
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	text-align: left; 
	margin :0;
	
	width: 98%;	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.3em;
}





.bestRecommendCourseDetail {
    background-color: white;
    display: block;
    width: 238px;
    overflow: hidden;
    font-size: 18px;
    
    float: left;
}
.bestRecommendCourseDetail div {
    margin: 24px 0 24px 0;
}
.bestRecommendCourseDetail h3{
	font-size: 1em;
	color: #111;
	font-weight: normal;
	text-align: left; display: inline-block; width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin :0;
}
.bestRecommendCourseDetail h4{
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	text-align: left; display: inline-block; width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin :0;
}



#mainBottom {
	background-color: #fff;
}

#educationInform {
	width: 100%; padding: 64px 0 0 0;
}

#educationInform h1{
	font-size: 33px;
}

#educationInform h3{
	font-size: 22px;
	font-weight: bold;
}

.educationInformDetail {
    display: block;
    width: 492px;
    height: 170px;
    overflow: hidden;
    font-size: 20px;
    
    float: left;
}
.educationInformDetailLayout1 {
	display: inline-block; padding-top: 40px;
}
.educationInformDetailLayout2 {
	float: left; width:330px ; height: 96px; 
	
	text-align: left;
}
.educationInformDetailLayout2 > div.interval {
	height: 15px;
}

.educationInformDetail h3{
	font-size: 1em;
	color: #fff;
	font-weight: normal;
	text-align: left; display: inline-block; width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin :0;
}
.educationInformDetail h4{
	font-size: 0.8em;
	color: #fff;
	font-weight: normal;
	text-align: left; display: inline-block; width: 90%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin :0;
}

.educationInformDetail.icon1 {
    background-color: #44bed2;
}
.educationInformDetail.icon2 {
    background-color: #269ad7;
}
.educationInformDetail.icon3 {
    background-color: #3b50c2;
}
.educationInformDetail.icon4 {
    background-color: #35466a;
}



#customerInform {
	width: 100%; padding: 58px 0 64px 0;
}
.customerInformDetail1 {
    display: block;
    width: 352px;
    height: 218px;
    overflow: hidden;
    font-size: 20px;
    
    float: left; text-align: center; 
}
.customerInformDetail2 {
    display: block;
    width: 206px;
    height: 218px;
    font-size: 20px;
    
    float: left; margin-left: 34px;
}
.customerInformDetail2Layout1 {
	 width: 206px; height: 102px; border: 1px solid #d7d7d7; text-align: left;
}
.customerInformDetail2Layout2 {
	display: inline-block; padding-top: 30px; padding-left: 26px;
}
.customerInformDetail2Layout3 {
	float: left; height: 45px; text-align: left; margin-left: 16px; padding-top: 2px;
}
.customerInformDetail2Txt {
	color: #444; font-size: 18px;
}
.customerInformDetail3 {
    display: block;
    width: 392px;
    height: 218px;
    font-size: 20px;
    
    float: left; margin-left: 16px;
}
.customerInformDetail3Layout {
	width: 100%; height: 100%; border: 1px solid #d7d7d7;
}
.customerInformDetail3 p.txt1{
	font-size: 21px;
	color: #444;
}
.customerInformDetail3 p.txt2{
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.customerInformDetail3 p.txt3{	
	font-size: 15px;
	color: #555;
	font-weight: bold;
	
}
.customerInformDetail3 div.txt3Line {
	float: left; margin-left: 44px; 
}
.customerInformDetail3 p.txt4{
	font-size: 15px;
	color: #555;
	text-align: left;
	line-height: 22px;
}
.customerInformDetail3 div.txt4Line {
	float: left; margin-left: 12px; 
}
.mainNoticeDetail {
	text-align: left; border-bottom: 1px solid #e8e8e8; padding: 8px 0;
}
.mainNoticeDetail p a{
	font-size: 14px;
	color: #666;
}
.mainNoticeDetail p {
	font-size: 14px;
	color: #666;
}

