@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;
 }
	
/*内容展示*/
.scholar-panel{
	margin-top:10px;
}
/*学者*/
.scholar-mainpage-pro{
	display: flex;
   	flex-direction: row;
   	margin:30px 30px;
}
.propaganda-item{
	border: 1px solid #e9f3ff;
   	background: #fbfcfe;
   	text-align:center;
   	width:400px;
   	padding:25px 30px;
   	border-radius:4px;
   	flex: 1;
   	
}
.propaganda-item:not(:last-child){
	margin-right:10px;
}
.propaganda-item > .item-title{
	display: inline-block;
	width: 32px;
   	height: 32px;
   	vertical-align:middle;
   	margin-right: 10px;
   	margin-bottom:10px;
   	
}
.propaganda-item >span:nth-child(2){
	color: #333;
	font-size:22px; 
	margin-bottom:10px;	
}
.propaganda-item >span:last-child{
	display: inline-block;
   	color: #666;
   	font-size: 13px;
   	line-height:1.8;
}
.propaganda-academic{
	background-color:#e4fafa;
}
.propaganda-circle{
	background-color:#e7edfb;
}
.propaganda-activity{
	background-color:#fff3e9;
}
/*活跃学者*/
.scholar-active-scholar{
	margin:30px auto 0;
}
.active-scholar-title{
	color: #666;
   	text-align: center;
   	height: 43px;
   	font-weight: 100;
}
.active-scholar-title >span{
	
   	font-size: 26px;
    font-weight: 600;
    color: #4a9d94;
    line-height: 24px;
    position: relative;
    letter-spacing: 10px;
}

.active-scholar-title >span:before,.active-scholar-title >span:after{
	content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
}
.active-scholar-title >span:before{
	background-image: url(../../portal/images/courseSearch_left.png);
   	left: -50px;
	
}
.active-scholar-title >span:after{
	background-image: url(../../portal/images/courseSearch_right.png);
   	right: -50px;
}
/*热门学者*/
.active-scholar-content{
	margin:30px 30px;
}
.active-scholar-raw{
	display: flex;
   	flex-direction: row;
   	
}
.active-scholar-raw:last-child{
	margin-top:50px;
}
.active-scholar-item{
	background:#fbfcfe;
	border-radius: 5px 5px 0 0;
	padding-bottom: 10px;
	text-align: center;    
	position: relative;
	box-shadow:0 0 5px #0e90d2;
	-webkit-box-shadow:0 0 5px #0e90d2;
	-moz-box-shadow:0 0 5px #0e90d2;
	flex:1;
}
.active-scholar-item:hover{
	
	background:#e4fafa;
}

.active-scholar-item:not(:last-child){
	margin-right:30px;
}
.active-scholar-item >.item-image{
	margin-top: -30px;
	display: inline-block;    
	overflow: hidden;
}
.active-scholar-item >.item-image img{
	width:60px;
	height:60px;
	border-radius:50%;
	border:2px solid #399;
	
}
.active-scholar-item .item-info-chineseName{
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 10px 0;
   	text-transform: uppercase;
}
.active-scholar-item .item-info-chineseName a{
	font-size: 22px;
	text-decoration:none;
	color:#000;
}

.active-scholar-item .item-info-scholartitle{
	font-size: 16px;
   	font-weight: 300;
   	line-height: 22px;
}
.active-scholar-item .item-info-workunit{
	font-size: 14px;
   	font-weight: 300;
   	line-height: 22px;
}
.active-scholar-item .item-info-department{
	font-size: 14px;
   	font-weight: 300;
   	line-height: 22px;
}
.active-scholar-item > .item-addfriend{
	position:absolute;
	top:10px;
	right:10px;
	border:2px solid #0e90d2;
	padding:6px 12px;
   	border-color: #5cb85c;
   	color:#5cb85c;
   	font-size: 14px;
   	border-radius: 4px;
   	width: 58px;
   	cursor:pointer;
   	transition: border-radius 0.5s;
   	-moz-transition: border-radius 0.5s; 
	-webkit-transition: border-radius 0.5s; 
	-o-transition: border-radius 0.5s;
}
@media screen and (max-width: 1775px) { 
	.active-scholar-item > .item-addfriend{
		position:static;
		margin:0 auto;
	}
}
.active-scholar-item > .item-addfriend:hover{
	border-radius: 18px;
	background-color:#5cb85c;
	color:#fff;
}
/*高校推荐*/
.scholar-active-university{
	padding-top:20px;
}
.active-university-content{
	display: flex;
   	flex-direction: row;
   	margin:10px 30px;
}
.active-university-item{
	width:200px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	border: 0;
   	font-weight: 400;
   	text-align:center;
   	padding:20px 0;
   	cursor:pointer;
   	flex:1;
}
.active-university-item:not(:last-child){
	margin-right:20px;
}
.active-university-item:hover{
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   	transition: all 0.55s ease-in-out;
}
.active-university-item > .item-image > img{
	width:120px;
	height:120px;
}
.active-university-item >.item-info > span{
	font-size: 16px;
	font-weight: 400;
	line-height:40px;
}
/*专业分类*/
.scholar-active-major{
	padding-top:50px;
	min-height:200px;
}
.active-major-content{
	margin: 10px 30px;
	position:relative;
	min-height:128px;
}
.active-major-classification > span{
	border:1px solid #eee;
	padding:6px 12px;
	text-align:center;
	display:inline-block;
	background-color:#eee;
	cursor:pointer;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.active-major-classification{
	 font-size:0;
	 text-align:center;
}
.active-major-classification > span{
	font-size:16px;
}
.active-major-classification > span:not(:last-child){
	margin-right:10px;
}
.active-major-classification > span.active{
	background-color:#e6f6f6;
	color:#399;
	border:0;
	border-bottom:2px solid #399;
}
/*专业分类人物*/
.active-major-recommend{
	margin-top:20px;
}
.major-recommend-type{
	display: flex;
   	flex-direction: row;
   	display:none;
}
.active-major-recommend >.active{
	display:flex;
}
.major-recommend-item{
	flex:1;
	width:300px;		
	min-height:120px;	
	background-image: url(../../search/images/search_major_recommend.png);
	background-position: center;
   	background-size: cover;
   	text-align: center;
   	padding:20px 0 40px 0;
   	-webkit-box-shadow: 0 1px 1px #d9d9d9;
   	-moz-box-shadow: 0 1px 1px #d9d9d9;
   	box-shadow: 0 1px 1px #d9d9d9;
   	border-radius: 4px;
   	cursor:pointer;
}
.major-recommend-item:not(:last-child){
	margin-right:10px;

}
.major-recommend-item > .item-info > .name{
	font-size: 26px;
	color:#fff;
}
.major-recommend-item > .item-info > div{
	font-size:16px;
	color:#fff;
}

.major-recommend-item > .item-img{
	margin:10px 0;
}
.major-recommend-item > .item-img >img{
	width:80px;
	height:80px;
	border-radius:50%;
	border:4px solid #fff;
}

.major-recommend-item >.item-hits{
	color:#fff;
}
.major-recommend-item > .item-hits span{
	color:#ffaa57;
	font-weight:bold;
	font-family: 'Microsoft YaHei';
}

/*底部*/
.search-footer{
	background-color: #3a3d3e;
   	height: 100px;
   	margin: 30px auto 0;
   	width: 100%;
  	padding-top:20px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}
.layer-confirm{
	border-radius: 6px !important;
}
.layer-confirm .layui-layer-content{
	height: 218px !important;
}
.layer-confirm .layui-layer-btn{
	text-align: center;
}
.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;
}
