/*导航 */
.diseaList{
	width: 200px;
	background: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #029ad4;
}
.contNav ul li a{
	display: block;
	line-height: 40px;
	padding-left: 24px;
}
.contNav ul li a:hover{
	color: #FFFFFF;
	background:#029ad4;
}
.contNav ul li i{
	color: #029ad4;
	font-size: 16px;
	margin-right: 5px;
}
.contNav ul li:hover i{
	color: #FFFFFF;
}
/*浏览历史 */
.browHistory{
	margin-top: 30px;
	width: 200px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.browHistory h5{
	background: #F2F2F2;
	text-align: center;
	line-height: 40px;
	color: #333;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.browHistory ul li{
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.browHistory ul li:last-child{
	border-bottom: none;
}
.browHistory ul li img{
	width: 180px;
	height: 140px;
	margin-bottom: 10px;
}
.browHistory ul li p{
	line-height: 30px;
	text-align: center;	
}
.browHistory ul li .drugPrice{
	color: red;
}
/*资讯内容 */
.newsDetail{
	width: 970px;
	margin-left: 30px;
}
.newsDetail .tips{
	margin: 20px 0 30px 0;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsDetail .tips a{
	margin: 0 10px;
	color: #000000;
}
.newsDetail .tips a:hover{
	color: red;
	text-decoration: underline;
}
.newsDetail .detailCont{
	border:1px solid #ccc;
}
.detailCont .newsTitle{
	border-bottom: 1px solid #ccc;
}
.detailCont .newsTitle h5{
	margin: 20px 0;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}
.detailCont .newsTitle .author{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.detailCont .detailIn{
	padding: 0 20px;
}
.detailIn p{
	word-wrap:break-word;
	word-break: normal!important;
	line-height:2;
	color:#666666;
	font-size:15px;
	font-family:Microsoft YaHei;
	margin: 20px 0;
	text-align: left;
}
.detailIn a{
	color: #0000EE;
	text-decoration: underline;
}
/*免责声明 */
.disclaimers{
	padding: 20px;
}
.disclaimers span{
	font-weight: 700;
	color: #000000;
}
.disclaimers p{
	font-size:15px;
	line-height: 2;
	word-wrap:break-word;
	word-break: normal!important;
}
/*上下翻篇 */
.changePage{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.changePage li{
    float: left;
    display: block;    
    border-radius: 5px;
    width: 45%;   
    height: 45px;
    line-height: 40px;
    color: #029ad4;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align:left;
}
.changePage li a{
    cursor: pointer;
    color: #666;
    margin-left: 10px;
    text-indent: 10%;
    font-weight: normal;
}
.changePage a:hover{    
    color: #029ad4;
}
/*相关药品 */
.releDrug{
	padding: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.releDrug h4{
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid  #01adef;
}
.releDrug img{
	width: 300px;
	height:300px;
	border: 1px solid #CCCCCC;
}
.releDrug .drugCont{
	width: 600px;
}
.drugCont h5{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.drugCont p{
	line-height: 36px;
}
.drugCont .price{
	color: red;
	font-weight: bold;
}
.drugCont p span{
	color: #CCCCCC;
	font-weight: 100;
}
.drugahref a{
	display: inline-block;
	padding: 8px 40px 8px 40px;
	margin: 10px 20px 10px 0;
	background: red;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 5px;
}
.drugahref a:hover{
	background: #FFFFFF;
	border: 1px solid red;
	color: red;
}
.drugahref a:hover .fa{
	color: red;
}
.drugCont .zixun{
	background: #40c87f;
}
.drugCont .zixun:hover{
	background: #FFFFFF;
	border: 1px solid #40c87f;
	color:#40c87f ;
}
.drugCont .zixun:hover .fa{
	color: #40c87f;
}
.drugCont a .fa{
	font-size: 20px;
	margin-right: 5px;
}
/*文章推荐 */
.newsRecommend{
	padding: 20px;
}
.newsRecommend h4{
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid  #01adef;
}
.newsRecommend ul li{
	float:left;
	width: 50%;
	padding: 0 20px 0 15px;
	line-height: 40px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
}
.newsRecommend ul li::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #40c87f;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0px;
}
.newsRecommend ul li a:hover{
	color: red;
	text-decoration: underline;
}
