.content{
	background: #F1F1F1;
}
/*导航 */
/*导航 */
.diseaList {
	width: 240px;
	border-top: 3px solid #01ADEF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.diseaList li {
	width: 240px;
	height: 55px;
	background: #F2F7F9;
}

.diseaList li a {
	color: #2E3F46;
	line-height: 55px;
	font-weight: 400;
	font-size: 18px;
}

.diseaList li i {
	font-size: 18px;
}

.diseaList .active {
	background: #029AD4;
}
.diseaList  .isdisease{
	color: #029AD4 !important;
}

.diseaList .active a {
	color: #fff;
}

.diseaList .active i {
	color: #fff;
}


.diseaList .dislist {
	border-left: 1px solid #E4E9EB;
	border-right: 1px solid #E4E9EB;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 24px 13px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.diseaList .dislist a {
	display: block;
	width: 95px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #2E3F46;
	line-height: 16px;
	margin-bottom: 24px;
}

.diseaList .dislist a:hover {
	color: #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;
	background: #FFFFFF;
	border-radius: 5px;
}
.browHistory h5{
	background: #01adef;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	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;
}
.newsList_content{
	display: flex;
	justify-content: flex-start;
}
/*资讯列表 */
.rightNews{
	width: 970px;
	margin-left: 30px;
}
.tips{
	margin: 20px 0 30px 0;
	color: #000000;
}
.tips a{
	margin: 0 10px;
	color: #000000;
}
.tips a:hover{
	color: red;
	text-decoration: underline;
}
.rightNews .newsList{
	background: #FFFFFF;
	padding: 0 20px;
}
.newsUl li{
	padding: 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}
.newsList li:last-child{
	border-bottom: none;
}
.newsUl li img{
	display: inline-block;
	width: 200px;
	height: 150px;
	margin-right: 20px;
	border:1px solid #ccc;
}
.newsUl li .newsRight{
	width: 660px;
}
.newsUl li .newsRight h5{
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 10px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
}
.newsUl li:hover h5{
	color: #029ad4;
}
.newsUl li .newsRight span{
	display: block;
	margin-bottom: 10px;
	color: #ccc;
}
.newsUl li .newsRight p{
	line-height: 2;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: left;
}
