/*药品手册-列表页*/
.list-banner img{
	width:1200px;
	height: 300px;
}
.list-content{
	margin-top: 24px;
}
.list-result{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #459df9;
}
.list-result .leader{
	font-size: 20px;
	margin-right: 44px;
}
.list-result .leader em{
	background: url(../../images/disease/list-icon.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: -3px;
}
.list-result .date-tab{
	font-size: 16px;
	margin: 0 3px;
}
.list-result .now{
	color: #1a6fc8;
}
.list-result .total{
	font-size: 20px;
	font-weight: bold;
	float: right;
}
.list-result .total em{
	color: #459df9;
	font-size: 25px;
	font-style: italic;
	margin: 0 6px;
}
.list-result .list-more{
	color: #555;
	float:right;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 14px;
	margin-top:2px;
}
.list-result .list-more:hover{
    color: #2273c9;
}
/*文章列表*/
.list-ranking{
	background: #fff;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 18px;
	border: 1px solid #e6e6e6;
	border-top:0;
	width: 1181px;
}
.list-ranking .two-rows{
	width: 528px;
}
.list-ranking .four-rows{
	width: 233px;
}
.list-ranking .top1{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/disease/list-icon.png) 0 -35px no-repeat;
	width: 20px;
	height: 20px;
}
.list-ranking .top3{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/disease/list-icon.png) 0 -75px no-repeat;
	width: 20px;
	height: 20px;
}
.list-ranking div{
	padding: 20px;
	border: 1px solid #e6e6e6;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.list-ranking div:hover{
	border-color: #508edb;
}
.list-ranking div h1{
	font-size: 20px;
	color: #000;
	line-height: 58px;
}
.list-ranking .two-rows p{
	color: #666;
	line-height: 20px;
	height: 40px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-ranking .four-rows p{
	color: #666;
	line-height: 20px;
	height: 20px;
	overflow : hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-ranking div h1 .up{
	background: url(../../images/disease/list-icon.png) 0 -114px no-repeat;
	width: 12px;
	height: 16px;
	float: right;
	margin-top: 20px;
}
.list-ranking div h1 .down{
	background: url(../../images/disease/list-icon.png) 0 -142px no-repeat;
	width: 12px;
	height: 16px;
	float: right;
	display: inline-block;
	margin-top: 20px;
}
.list-ranking .all-orange{
	font-size: 22px;
	font-weight: bold;
	color: #ff7521;
	margin-right: 15px;
}
.list-ranking .all-yellow{
	font-size: 22px;
	font-weight: bold;
	color: #ffac29;
	margin-right: 15px;
}
.list-ranking .all-grey{
	font-size: 22px;
	font-weight: bold;
	color: #999;
	margin-right: 15px;
}






























