@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;
 }


/*功能介绍*/
.team-pro-propaganda{
	margin:30px;
	display: -webkit-box; 
	display: -moz-box;  
	display: -webkit-flex;  
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex; 
   	flex-direction: row;
}
.propaganda-item{
	
	padding: 30px 36px 20px 36px;
	border: 1px solid #DEDEDE;
	border-radius:4px;
	text-align: center;
	-webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    transition: 0.3s;
}
.propaganda-item:hover{
	box-shadow: 0 0 3px 3px #EEE;
	border-top: 3px solid #0e90d2;
}
.propaganda-item:not(:last-child){
	margin-right:10px;
}
.propaganda-item > .item-icon img{
	transition: 1s;
}
.propaganda-item > .item-icon img:hover{
	transform: rotateY(180deg);
}
.propaganda-item > .item-title{
	font-size: 18px;
   	color: #000;
   	font-weight:bold;
   	line-height: 46px;
   	padding-top: 6px;
}
.propaganda-item > .item-intro{
	font-size: 18px;
   	color: #939393;
   	line-height: 28px;
   	
}
/*推荐*/
.active-team-title{
	color: #666;
   	text-align: center;
   	height: 43px;
   	font-weight: 100;
}
.active-team-title >span{
	font-size: 26px;
    font-weight: 600;
    color: #4a9d94;
    line-height: 24px;
    position: relative;
    letter-spacing: 10px;
}
.active-team-title >span >img{
	vertical-align: middle;
	margin-right:5px;
}
.active-team-title >span:before,.active-team-title >span:after{
	content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
}
.active-team-title >span:before{
	background-image: url(../../portal/images/courseSearch_left.png);
   	left: -50px;
	
}
.active-team-title >span:after{
	background-image: url(../../portal/images/courseSearch_right.png);
   	right: -50px;
}
.active-team-classification{
	margin: 10px 30px;
	text-align:center;
}
.active-team-classification > span{
	border: 1px solid #eee;
    padding: 6px 12px;
    text-align: center;
    display: inline-block;
    background-color: #eee;
    cursor: pointer;
    font-size:16px;
}
.active-team-classification > span{
	margin-right: 10px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.active-team-classification > span.active{
	background-color: #e6f6f6;
    color: #399;
    border: 0;
    border-bottom: 2px solid #399;
}
/*推荐团队*/
.active-team-body{
	max-width:1500px;
	min-height:180px;
	margin: 0 auto;
	position:relative;
}
.active-team-body > .active-team-item{
	display:none;
}
.active-team-body > .active-team-item.active{
	display:block;
}
.active-team-content{
	display: -webkit-box; 
	display: -moz-box;  
	display: -webkit-flex;  
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex; 
   	flex-direction: row;
   	padding-bottom:20px;
   }
.active-content-item{
	width: 370px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border-radius:6px;
}
.active-content-item:hover{
	 box-shadow: 0 0 20px #399;
}
.active-content-item:not(:last-child){
	margin-right:20px;
}
.active-content-item > .item-img{
	text-align:center;
	height:100px;
	overflow:hidden;
	-webkit-transition: height 0.5s;
 	transition: height 0.5s;
 	background-color:#4bb7d0;
 	padding:10px 0;
 	background-image: url(../../search/images/search_major_recommend.png);
   	background-position: center;
   	background-size: cover;
}
.active-content-item > .item-img img{
	width:100px;
	height:100px;
	border-radius:50%;
	border:2px solid #fff;
	cursor:pointer;
}

.active-content-item > .item-body{
	height: 200px;
	padding:20px;
	text-align: justify;
	
}
.active-content-item > .item-body > h2{
   	padding: 0 0 10px 0;
   	color: #000;
   	font-size: 22px;
   	font-weight: bold;
   	text-transform: uppercase;
   	overflow:hidden;
   	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
}
.active-content-item > .item-body > p{
	color: #666C74;
   	line-height: 27px;
   	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 105px;
    overflow: hidden;
}
.active-content-item > .item-footer{
	padding:10px 20px;
	color:#999;
	overflow:hidden;
	border-top: 1px solid #eee;
}
.active-content-item > .item-footer a{
	text-decoration: none;
	color:#399;
}
.active-content-item > .item-footer > span:not(:last-child){
	display:block;
	margin-right:10px;
}
.active-content-item > .item-footer > span:last-child{
	font-family: 'Microsoft YaHei';
}
.loading{
    width: 160px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-80px;
    margin-top:-75px;
    background: #fff url(../../search/images/academic_load.gif) no-repeat center;
    z-index: 9999;
    display:none;
}