@CHARSET "UTF-8";
 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
 }
 .searchShowPanel{
 	background-color:#f1f4f9;
 }
 .search-course-recommend{
 	padding-top:30px;
 	
 }
 .course-recommend-title{
 	text-align:center;
 }
 .course-recommend-title span{
 	font-size: 26px;
    font-weight: 600;
    color: #4a9d94;
    line-height:24px;
    position: relative;
    letter-spacing: 10px;
 }
 .course-recommend-title >span:before,.course-recommend-title >span:after{
 	content: '';
  	position: absolute;
  	width: 30px;
  	height: 30px;
  	top: 3px; 	
 }
 .course-recommend-title >span:before{
 	background-image: url('../../portal/images/courseSearch_left.png');
 	left: -50px;
 }
 .course-recommend-title >span:after{
 	background-image: url('../../portal/images/courseSearch_right.png');
 	right: -50px;
 }
 /*推荐的课程的内容*/
 .course-recommend-content{
 	margin:0px 20px 0 20px;;
 	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
 }
 .course-recommend-item{
 	background-color:#fff;
 	padding:20px;
 	text-align:center;
 	border-radius: 10px;
 	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	margin-bottom:10px;
 }
 .course-recommend-item:not(:last-child){
 	margin-right:10px;
 }
 .course-recommend-item:hover{
 	box-shadow:0 10px 10px rgba(0,0,0,0.1);
 }
  .course-recommend-item > .recommend-item-img img{
 	width:80px;
 	height:80px;
 	border-radius:50%;
 	border:2px solid #399;
 }
  .course-recommend-item > .recommend-item-name{
 	padding: 12px 0 0px;
    font-size: 18px;
    color: #399;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
 }
 .recommend-item-author{
 	padding: 2px 0 10px;
    font-size: 14px;
    color: #4f5f6f;
    font-weight:bold;
    margin-top:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis ;
 }
 .recommend-item-intro{
 	padding-top: 20px;
    font-size: 14px;
    color: #a1b1c2;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
 	height:46px;
 }
 .recommend-item-detail{
 	margin-top:20px;
 }
 .recommend-item-detail a{
  	display: block;
    width: 130px;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    border-radius: 65px;
    border: 2px solid #2db1ea;
    color: #2db1ea;
    margin:0 auto;
    cursor:pointer;
    text-decoration:none;
 }
 .recommend-item-detail a:hover{
 	background-color:#2db1ea;
 	color:#fff;
 }
 .hot-course{
 	margin-top:20px;
 }
  /*学科专业*/
 .search-course-classification, .search-course-school{
  	margin-top:30px;
  	min-height:400px;
 }
 .active-major-classification{
  	margin: 20px 30px;
    text-align: center;
   
 }
 .active-major-classification span{
 
    padding: 6px 12px;
    text-align: center;
    display: inline-block;  
    cursor: pointer;
    font-size: 16px;
    margin-right:10px;
 }
 .active-major-classification span.active, .active-major-classification span:hover{
   	background-color: #e6f6f6;
    color: #399;
    border-bottom: 2px solid #399;
 }
 .major-classification-content,.course-school-content{
 	position:relative;
 	min-height:128px;
 }
 .major-classification-content >.major-classification-item{
   	display:none;
 }
 .major-classification-content >.major-classification-item.active{
    display:block;
 }
 /*高等院校*/
 .search-course-school{
 	padding-bottom:20px;
 }
 .course-school-classification{
 	margin: 20px 30px;
    text-align: center;
 }
 .course-school-classification > span{
 	padding: 6px 12px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
 }
 .course-school-classification > span.active{
 	background-color: #e6f6f6;
    color: #399;
    border-bottom: 2px solid #399;
 }
 .course-school-content > .course-school-item{
 	display:none;
 }
 .course-school-content > .course-school-item.active{
 	display:block;
 }
 /*加载中*/
 .loading{
    width: 160px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-80px;
    margin-top:-75px;
    background: #fff url(../../search/images/academic_load_bg.gif) no-repeat center;
    z-index: 9999;
    display:none;
}