﻿/*------ 右侧文章列表 mainRight ------[开始]*/
.mainRight{
	float: right;
	width: 900px;
	min-height:500px;
	/*margin: 30px 0 30px;*/
	margin: 30px 0 0;
	padding:30px;
	background-color: #fff;
}
.search_content{
	min-height:500px;
	margin: 30px auto 30px;
	margin: 30px auto 0;
	padding:30px 50px;
	background-color: #fff;
}
.mainRight .title,.search_content .title{
	font-size: 21px;
	color: #1565c0;
	/*color: #333;*/
    margin-bottom: 2px;
    padding:0 0 12px 10px;
    border-bottom: 1px solid #1565c0;
}
.search_content .title{
	color: #333;
}
.mainRight .title span{
	float: right;
	font-size: 14px;
	margin-top: 8px;
}
.mainRight .title span,.mainRight .title span a{
	color: #898989;
	/*color: #aaa;*/
}
.mainRight .title span a:hover{
	color: #1565c0;
}
.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:hover,.search_content  .txt ul li:hover{
	cursor: pointer;
	background-color: #f6f6f6;
}
.mainRight  .txt ul li:hover a,.search_content  .txt ul li:hover a{
	color: #458fce;
}*/
.mainRight  .txt ul li a,.search_content  .txt ul li a{
	display: inline-block;
	width: 600px;
	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  .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: #1565c0;
}
.search_content  .txt ul li a{
	width: 800px;
}
.mainRight  .txt ul li a:hover,.search_content  .txt ul li a:hover{
	color: #1565c0;
}
.mainRight  .txt ul li span.date,.search_content  .txt ul li span.date{
	margin-right: 5px;
	float: right;
	color: #999;
}

/*------ 右侧文章列表 mainRight ------[结束]*/

/*------ 师资队伍 teachers ------[开始]*/
.teachers{
    margin-top:10px;}
.teachers .teachers_box{
    margin: 30px 0 60px;
    margin: 20px 0 40px;
    margin: 50px 0 40px;
    padding-left:3px;}
.teachers .teachers_box .subject{
    font-size:20px;
    color:#333;
    margin: 0 0 17px;
    line-height: 26px;
    padding-left: 16px;
    background:url(images/teachers_list.png) no-repeat center left;}
.teachers .teachers_box .teachers_list ul li{
    float:left;
    width: 120px;
    height: 42px;
    line-height:42px;
    font-size:14px;
    text-align: center;
    margin: -1px 0 0 -1px;
    border: 1px solid #EDF1FA;
    border: 1px solid #d1ddef;}
.teachers .teachers_box .teachers_list ul li a{       
    color:#555;}
.teachers .teachers_box .teachers_list ul li a:hover{
    color:#c07b1a;
    color:#1565c0;
}
.sort{
    float: right;
    font-size: 16px;
    color: #c07b1a;
    color: #728fbb;
    margin-right: 20px;}
/*------ 师资队伍 teachers ------[开始]*/









