/*!*导航 *!*/
/*.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;
}
.conttt{
	display: flex;
	justify-content: flex-start;
}
/*资讯内容 */
.newsDetail{
	/*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;
	padding: 0 0 24px 16px;
}
.detailCont .newsTitle h5{
	margin: 20px 0;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}
.detailCont .newsTitle .author{
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}
.detailCont .detailIn{
	padding: 0 20px;
}
.detailIn p{
	word-break:break-all; 
	line-height:2;
	color:#666666;
	font-size:18px;
	font-family:Microsoft YaHei;
	text-indent: 2em;
	margin: 20px 0;
}
.detailIn a{
	color: #0000EE;
	text-decoration: underline;
}
.detailIn h2{
	font-size: 20px;
	font-weight: bold;
	color: #1F647E;
	line-height: 48px;
}
.detailIn h3{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 48px;
}
.detailIn h4{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
}
/*免责声明 */
.disclaimers{
	padding: 16px;
	background: #F2F7F9;
	margin: 0 20px;
}
.disclaimers span{
	font-weight: 400;
	font-size: 16px;
	color: #5C6D74;
	line-height: 32px;
}
.disclaimers .disclaimers_title{
	color: #01ADEF;
}
/*上下翻篇 */
.changePage{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.changePage li{
	font-weight: 400;
	font-size: 16px;
	color: #8A9BA2;
	line-height: 44px;
}
.changePage li a{
    cursor: pointer;
    color: #666;
    margin-left: 10px;
    text-indent: 10%;
    font-weight: normal;
}
.changePage a:hover{    
    color: #029ad4;
}
/*相关药品 */
.releDrug{
	padding: 40px 20px 20px 20px;
}
.releDrug .goods_name{
	font-weight: bold;
	font-size: 20px;
	color: #2E3F46;
	line-height: 25px;
	margin: 8px 0px 16px 0px;
}
.releDrug .goods_info{
	font-weight: 400;
	font-size: 16px;
	color: #1F647E;
	line-height: 36px;
	margin-bottom: 8px;
	display: flex;
}
.releDrug .guigeDiv{
	display: inline-block!important;
	margin-right: 20px;
	color: #2E3F46;
}
.releDrug .guigeDiv .space{
	margin-right: 7px;
}
.releDrug .goods_info .goods_infocon{
	color: #2E3F46;
	max-width: 510px;
}
.releDrug .goods_info .goods_price{
	color: #FD3D00;
	font-weight: bold;
}
.releDrug h4{
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid  #01adef;
}
.releDrug img{
	width: 296px;
	height:296px;
	border: 1px solid #E4E9EB;
}
.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{
	display: flex;
	justify-content: flex-start;
}
.drugahref a{
	display: inline-block;
	padding: 8px 36px 8px 36px;
	margin: 10px 20px 10px 0;
	background: #FD6F23;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 5px;
}
.drugahref a:hover{
	background: #FFFFFF;
	border: 1px solid #FD6F23;
	color: #FD6F23;
}
.drugahref a:hover .fa{
	color: #FD6F23;
}
.drugCont .zixun{
	background: #01ADEF;
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 176px;
}
.drugCont .goshop{
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 180px;
}
.drugahref .enquire{
	width: 22px;
	height: 20px;
	border: 0px;
}
.drugahref .enquire_font{
	margin-left: 8px;
}
.drugahref .enquire_back{
	background-image: url("../images/enquire.png");
	background-size: cover;
	width: 22px;
}
.drugahref .buy_back{
	background-image: url("../images/buy.png");
	background-size: cover;
	width: 22px;
}
.zixun:hover .enquire_back{
	background-image: url("../images/enquire_2.png");
	background-size: cover;
	width: 22px;
}
.goshop:hover .buy_back{
	background-image: url("../images/buy_2.png");
	background-size: cover;
	width: 22px;
}
.drugCont .zixun:hover{
	background: #FFFFFF;
	border: 1px solid #01ADEF;
	color:#01ADEF ;
}
.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;
}
.new_title{
	font-weight: 400;
	font-size: 32px;
	color: #2E3F46;
	line-height: 40px;
}
.news_info{
	font-weight: 400;
	font-size: 14px;
	color: #5C6D74;
}

/*导航 */
.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;
}
