/*------ 右侧文章列表 mainRight ------开始*/
.mainRight{
	float: right;
	width: 900px;
	width: 980px;
	min-height:500px;
	margin: 40px 0 0;
	padding:30px;
	background-color: #fff;
}
.search_content{
	min-height:500px;
	margin-top: 30px;
	padding:30px 50px;
	background-color: #fff;
}
.mainRight .title,.search_content .title{
	font-size: 21px;
	font-size: 22px;
	color: #11508d;
    margin-bottom: 20px;
    margin-bottom: 5px;
    padding:0 0 12px 10px;
    border-bottom: 1px solid #11508d;
    /*border-bottom: 2px solid #c6def6;*/
}
.search_content .title{
	color: #333;
	color: #11508d;
	line-height: 32px;
}
/*.search_content .title span.val{
	color: #11508d;
}*/
.mainRight .title span{
	float: right;
	font-size: 14px;
	margin-top: 8px;
}
.mainRight .title span.location,.mainRight .title span.location a{
	color: #898989;
	/*color: #aaa;*/
}
.mainRight .title span.location a:hover{
	color: #11508d;
}
.mainRight  .list ul,.search_content  .list ul{
	min-height: 400px;
}
.mainRight  .list ul li,.search_content  .list ul li{
	font-size: 17px;
	padding-left:5px;
	height: 50px;
	line-height: 50px;	
	border-bottom: 1px dashed #e5e5e5;
}
.mainRight  .list ul li a,.search_content  .list ul li a{
	display: inline-block;
	max-width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 25px;
	color: #666;
	line-height: 50px;
	text-decoration: none;
	background: url(../images/icon-square.png) scroll no-repeat center left;
}
.mainRight  .list ul li:hover,.search_content  .list ul li:hover{
	/*cursor: pointer;*/
	background-color: #fafafa;
}
/*.mainRight  .list ul li:hover a,.search_content  .list ul li:hover a{
	color: #11508d;
}*/
.search_content  .list ul li a{
	max-width: 900px;
}
.mainRight  .list ul li a:hover,.search_content  .list ul li a:hover{
	color: #11508d;
}
.mainRight  .list ul li span.date,.search_content  .list ul li span.date{
	margin-right: 5px;
	float: right;
	color: #999;
}
/*------ 右侧文章列表 mainRight ------结束*/

/*------ teachers ------开始*/
.teachers{
    margin-top:10px;
}
.teachers .teachers_box{
    margin: 30px 0 60px;
    padding-left:3px;
}
.teachers .teachers_box .job{
    font-size:20px;
    color:#333;
    margin: 0 0 20px;
    line-height: 26px;
    padding-left: 16px;
    background:url(../images/icon_line.png) no-repeat center left;
    line-height: 40px;
    background-color: #f1f9fc;
    background-color: #f4f7fb;
    /*background: linear-gradient(to right, #242f60, #0093dd);*/
    /*background: linear-gradient(to right, rgba(36,47,91,.06), rgba(0,147,221,.06));*/
}
.teachers .teachers_box .teachers_list ul li{
    float:left;
    width: 155px;
    font-size:14px;
    text-align: center;
    margin: 8px 10px;
    margin: 8px 14px;
}
.teachers .teachers_box .teachers_list ul li a{       
    /*color:#333;*/
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    /*padding:8px 2px;*/
    border-radius: 4px;
}
.teachers .teachers_box .teachers_list ul li a .tit{
	color: #0093dd;
	color: #11508d;
	font-size: 16px;
	/*margin: 8px 4px 7px;*/
	/*padding: 8px 4px 7px;*/
	padding:0 4px;
	height: 38px;
	line-height: 38px;
}
.teachers .teachers_box .teachers_list ul li a .zc{
	color: #666;
	font-size: 14px;
	/*font-size: 13px;*/
	height: 32px;
	line-height: 32px;
	background-color: #f5f5f5;
	background-color: #f2f4f4;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 4px;
}
.teachers .teachers_box .teachers_list ul li a:hover{
    box-shadow: 0 0 6px #ddd;
    box-shadow: 0 2px 6px rgba(204,215,229,.6);
}
.teachers .teachers_box .teachers_list ul li a:hover .tit{
    color: #db8514;
    color: #0093dd;
}

.teachers-en .teachers_box .teachers_list ul li{
	width: 201px;
}
.teachers-en .teachers_box .teachers_list ul li a .tit{
	height: 52px;
	line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*------ teachers ------结束*/





