@charset 'utf-8';

/*列表页*/
a{
  display:inline;
}
.information_list_content_trap{
	width:100%;
}
.information_list_box{
	width:1000px;
	background:#FFFFFF;
	margin:auto;
	padding:50px 30px 0;
  overflow:hidden;
}
.information_list_content{
}
.information_list_content>.information_list_content_div{
	min-height:200px;
}
.information_list{
	width:730px;
	min-height:400px;
	float:right;
}

/*新增*/
.information_list_content>.information_list_content_div::after {
 content: " ";
 clear: both;
 display: block;
 visibility: hidden;
} 

.breadcrumb{
	width:100%;
	height:20px;
	font-size:14px;
	
}
.breadcrumb a{
	font-size:14px;
	color:#000;
}
.breadcrumb a:hover{
	color:#3087d3;
}
.breadcrumb_nav{
	height:60px;
	width:100%;
	font-size:24px;
	line-height:60px;
	border-bottom:2px solid #3087d3;
	color:#3087d3;
}

.list{
	height:40px;
}
.list>p{
  height:40px;
	font-size:16px;
	line-height:40px;
}
.list>p a{
  display:block;
  height:40px;
  line-height:40px;
  color:#333;
}
.list>p:hover a{
	color:#3087d3;
	text-decoration:underline;
}
.list>p>span{
	float:right;
	color:#999;
	font-size:14px;
}

/*分页器*/
.page-nav{
	height:30px;
	width:auto;
	padding-bottom:35px;
}
.page-nav>a{
	font-size:12px;
	display:block;
	border:1px solid #c5c5c5;
	color:#4e4e4e;
	float:left;
	width:45px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:5px;
	margin-right:10px;
}
.page-nav>a{
	display:block;
	color:#4e4e4e;
}
.page-nav>a.current{
	background:#3087d3;
	color:#fff;
}
.page-nav>a.extend{
	width:54px;
}
.page-nav>a:hover{
	background:#3087d3;
	border-color:#00A4FF;
	color:#fff;
}
.page-nav>span{
	display:block;
	text-align:center;
	font-size:10px;
	width:120px;
	height:30px;
	color:#c0c0c0;
	border:1px solid #c5c5c5;
	float:left;
	line-height:30px;
}

/* 导师风采分类页 */
.pullimg {
    width: 150px;
    height: 250px;
    float: left;
    overflow: hidden;
    margin: 10px;
    margin-left: 66px;
}

.pullimg img {
    width: 150px;
    height: 210px;
}

.pullimg-title {
    height: 40px;
    text-align: center;
}

.news_con a{color: #333;text-align:justify;line-height: 24px;}
.news_title a{color: #333; font-weight: bold;}
.news_list li.news .news_title{line-height:24px;font-size: 16px;}
.news_list li.news {border-top: 1px dashed #2b2d32;padding-top:30px;}
.news_list li.news:first-child {border-top: 0px dashed #2b2d32;}
p.news_con{margin-top: 18px;margin-bottom: 18px;clear: both;line-height: 20px;color: #AEAEAE;text-indent: 2em;font-size: 15px;}
.list_main {padding-bottom: 24px;}