/*------ 右侧文章列表 mainRight ------开始*/
.mainRight{
	float: right;
	width: 900px;
        width: 1000px;
	min-height:500px;
	margin: 30px 0 0;
	padding:30px;
	background-color: #fff;
}
.search_content{
	min-height:500px;
	margin: 30px 0 0;
	padding:30px 50px;
	background-color: #fff;
}
.mainRight .title,.search_content .title{
	font-size: 21px;
	color: #bd6e08;
	/*color: #333;*/
    margin-bottom: 20px;
    margin-bottom: 5px;
    padding:0 0 12px 10px;
    border-bottom: 1px solid #8f000b;
}
.search_content .title{
	color: #333;
	line-height: 32px;
}
.search_content .title span.val{
	color: #bd6e08;
}
.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: #bd6e08;
}
.mainRight  .txt ul,.search_content  .txt ul{
	min-height: 400px;
}
.mainRight  .txt ul li,.search_content  .txt ul li{
	font-size: 17px;
	padding-left:5px;
	height: 50px;
	line-height: 50px;	
	border-bottom: 1px dashed #e5e5e5;
}
.mainRight  .txt ul li a,.search_content  .txt ul li a{
	display: inline-block;
	max-width: 600px;
        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_dot.png) scroll no-repeat center left;
	background: url(../images/icon_square.png) scroll no-repeat center left;
	/*background: url(../images/icon_arrow.png) scroll no-repeat center left;*/
}
.mainRight  .txt ul li:hover,.search_content  .txt ul li:hover{
	/*cursor: pointer;*/
	background-color: #fafafa;
}
/*.mainRight  .txt ul li:hover a,.search_content  .txt ul li:hover a{
	color: #bd6e08;
}*/
.search_content  .txt ul li a{
	max-width: 800px;
        max-width: 900px;
}
.mainRight  .txt ul li a:hover,.search_content  .txt ul li a:hover{
	color: #bd6e08;
}
.mainRight  .txt ul li span.date,.search_content  .txt ul li span.date{
	margin-right: 5px;
	float: right;
	color: #999;
}
/*------ 右侧文章列表 mainRight ------结束*/

/*------ 博士生导师、硕士生导师 teachers_pic ------开始*/
.teachers_pic ul {
	margin-top:30px;
	padding:0 22px;
}
.teachers_pic ul li{
	float: left;
}
.teachers_pic ul li a{
	display: block;
	text-align: center;
	margin: 0 9px 25px;
        margin: 0 10px 25px;
	/*border: 1px solid #ededed;*/
	background-color: #f8f9fa;
	background-color: #f5f5f5;
	/* background-color: #f8f7f3; */
	padding: 6px 6px 0;
        padding: 8px 8px 0;
}
.teachers_pic ul li a:hover{
	background-color: #fff;
	box-shadow: 0 1px 5px #ddd;
	box-shadow: 0 0 6px #ddd;
	background-color: #dca154;
}
.teachers_pic ul li a:hover .caption{
	color:#bd6e08;
	color: #fff;
}
.teachers_pic ul li a .pic,.teachers_pic ul li a .pic img{
	width: 140px;
	height: 180px;
        width: 154px;
	height: 200px;
}
.teachers_pic ul li a .caption{
	font-size: 15px;
	color: #595656;
	line-height: 38px;
	/*width: 140px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*------ 博士生导师、硕士生导师 teachers_pic ------结束*/

/*------ 教师名录 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: #f9f5f0;
    /* color: #fff; 
     background-color: #e5952c;*/
}
.teachers .teachers_box .teachers_list{}
.teachers .teachers_box .teachers_list ul{}
.teachers .teachers_box .teachers_list ul li{
    float:left;
    width: 146px;
    width: 136px;
    /*height: 38px;
    line-height:38px;*/
    font-size:14px;
    text-align: center;
    /* margin: -1px 0 0 -1px; */
    /*border: 1px solid #EDF1FA;
    border: 1px solid #f2eee8;
    border: 1px solid #e5e5e5;*/
    margin: 8px 10px;
}
.teachers .teachers_box .teachers_list ul li a{       
    /*color:#333;*/
    display: inline-block;
    width: 100%;
    /*border: 1px solid #e5e5e5;*/
    /*padding:8px 2px;*/
    background-color: #f6f6f6;
    border-radius: 4px;
}
.teachers .teachers_box .teachers_list ul li a .tit{
	color: #333;
	color: #bd6e08;
	font-size: 16px;
	margin: 8px 4px 7px;
        /*font-weight: bold;*/
}
.teachers .teachers_box .teachers_list ul li a .zc{
	color: #666;
	font-size: 14px;
	/*font-size: 13px;*/
	height: 30px;
	line-height: 31px;
	background-color: #f5f5f5;
	/* background-color: #f8f7f3; */
}
.teachers .teachers_box .teachers_list ul li a:hover{
    /*color:#458fce;*/
    /*color:#bd6e08;*/
    box-shadow: 0 0 6px #ddd;
}
.teachers .teachers_box .teachers_list ul li a:hover .tit{
    /*color:#1b1b1b;*/
    color: #db8514;
}
/*------ 教师名录 teachers ------结束*/