/*list*/
.breadcrumb{
	padding: 4px 12px;
}
.news-list ul{
	padding: 0;
	margin-bottom: 0;
}
.news-list ul li{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #cdcdcd;
    list-style: none;
}
.news-list ul li span{
	float: right;	
}
.pagination > li > a{
	padding: 3px 10px;
	color: #F76F13;
	
}
.media {
	overflow: hidden;
}
.recommend{
	margin: 20px 0;
}
.media img{
    width: 115px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.media-body h4 a{
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
.media-body p{
	color: #666;
	margin-top: 15px;
}
.totop{
	position: fixed;
	display: none;
	right: 5px;
	top: 60%;
	z-index: 99;
}

/*专家列表*/
.expert-banner{
    background: transparent url("expert-banner.jpg") no-repeat center center;
    border-bottom: 3px solid #ba0f0f;
    height: 65px;
    background-size: 100%;
}
.expert-photo{
	float: left;
}
.media .media-object{
	width: 105px;
	height: 105px;
	margin-bottom: 10px;
}
.expert-text{
	padding: 10px 0;
        line-height: 21px;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	
}