/** 药品分类 **/
.swiper_drugs a{
	width: auto;
	margin-right: 1.2rem;
}
.swiper_drugs a:last-child{
	margin-right: 0;
}
/** 疾病介绍 **/
.common_dis_con{
	box-shadow: 0 0.2rem 0.5rem rgba(170,168,168,0.23);
	-webkit-box-shadow: 0 0.2rem 0.5rem rgba(170,168,168,0.23);
	-ms-box-shadow: 0 0.2rem 0.5rem rgba(170,168,168,0.23);
	-moz-box-shadow: 0 0.2rem 0.5rem rgba(170,168,168,0.23);
	-o-box-shadow: 0 0.2rem 0.5rem rgba(170,168,168,0.23);
	border-radius:0.5rem;
	padding: 1rem 0.3rem 1rem 0.6rem;
}
/** 科普文章 **/
.index_popular > a{
	border-bottom: 0.5px solid #ddd;
}
.index_popular > a:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
