.content{
	background: #FFFFFF;
}
/*面包屑导航 */
.tips{
	margin: 20px 0 30px 0;
	color: #000000;
}
.tips a{
	margin: 0 10px;
	color: #000000;
}
.tips a:hover{
	color: red;
	text-decoration: underline;
}
/*问题详情 */
.leftCont{
	width: 900px;
	margin-right: 30px;
}
.leftCont .question{
	padding: 20px;
}
.leftCont .question h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #000000;
}
.leftCont .question p{
	line-height: 2;
}
.leftCont .question .author{
	color: #999999;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E4E9EB;
	padding-bottom: 16px;
}
.leftCont .question p .time{
	margin-left: 40px;
}
/*回答列表 */
.answerList{
	padding: 20px;
	margin: 20px 0;
	background: #F2F7F9;
	border-radius: 8px;
}
.answerList h5{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	position: relative;
}
.answerList h5 span{
	display: inline-block;
	width: 760px;
	height: 2px;
	background: #01adef;
	position: absolute;
	right: 0;
	top: 10px;
}
.answerList li{
	padding: 8px 24px 24px 24px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-top: 16px;
}
.answerList ul li:last-child{
	border-bottom: none;
}
.answerList .ansName img{
	width: 45px;
	height: 45px;
	display: inline-block;
	margin-right: 10px;
}
.answerList .ansName h3{
	margin-bottom: 5px;
	font-weight: bold;
}
.answerList .ansName span{
	display: block;
	color: #999999;
}
.answerList ul li p{
	line-height: 2;
	margin: 15px 0 0 0;
}
/*我来回答*/
.answerDet textarea{
	width: 858px;
	height: 120px;
	border: 1px solid #ccc;
	padding: 20px;
	line-height: 2;
}
.answerDet button{
	float: right;
	padding: 10px 40px;
	background: #029ad4;
	border-radius: 5px;
	margin: 10px 0;
	color:#FFFFFF;
}
/*药品信息 */
.rightCont{
	width: 270px;
}
.drugCont{
	padding: 10px;
	background: #FFFFFF;
	border-radius: 5px;
}
.drugCont .drugName{
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.drugCont .drugName img{
	width: 250px;
	height: 230px;
	display: inline-block;
	margin-bottom: 15px;
}
.drugCont .drugName p{
	line-height: 30px;
}
.drugCont .drugName p span{
	font-weight: bold;
	color: #000000;
}
.drugCont .drugName p .price{
	color: red;
}
.drugCont .drugDet{
	padding: 10px 0;
	line-height: 2;
	text-align: justify;
}
/*最新问题 */
.newestAns{
	margin: 30px 0;
	padding-bottom: 10px;
	width: 270px;
	background: #FFFFFF;
	border-radius: 5px;
}
.newestAns h5{
	background: #40c87f;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 10px;
}
.newestAns ul li{
	margin: 0 10px;
	padding-left: 12px;
	line-height: 40px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	border-bottom: 1px dashed #CCCCCC;
	position: relative;
}
.newestAns ul li:last-child{
	border-bottom: none;
}
.newestAns ul li::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #40c87f;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 0px;
}
.newestAns ul li:hover a{
	color: #40c87f;
}
.title_card{
	display: flex;
	justify-content: flex-start;
	text-align: center;
}
.title_tip{
	width: 8px;
	height: 24px;
	background: #01ADEF;
}
.title_font{
	font-weight: bold;
	font-size: 24px;
	color: #2E3F46;
	line-height: 24px;
	margin-left: 10px;
}
.describe{
	font-weight: 400;
	font-size: 18px;
	color: #2E3F46;
	line-height: 40px;
	margin-top: 16px;
}
.answer_head{
	display: flex;
	justify-content: flex-start;
}
.answer_title{
	font-weight: 400;
	font-size: 16px;
	color: #1F647E;
	line-height: 24px;
	margin-left: 10px;
}
.answer_tip{
	width: 8px;
	height: 24px;
	background: #01ADEF;
}
.answerList .fl{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E4E9EB;
	width: 100%;
}
.answerList .fl .answerer{
	font-weight: bold;
	font-size: 20px;
	color: #2E3F46;
	line-height: 52px;
}
.answerList .fl .publishTime{
	font-weight: 400;
	font-size: 16px;
	color: #8A9BA2;
	line-height: 52px;
}
.answerList .answer_content{
	font-weight: 400;
	font-size: 18px;
	color: #2E3F46;
	line-height: 40px;
	margin-top: 8px;
}



.contNav ul li {
	line-height: 40px;
	padding-left: 24px;
	cursor: pointer;
}

.contNav ul li:hover {
	background: #029ad4;
}

.contNav ul li:hover  {
	color: #FFFFFF;
}

.contNav ul li i {
	color: #029ad4;
	font-size: 18px;
	margin-right: 5px;
}

.contNav ul li:hover i {
	color: #FFFFFF;
}


/*导航 */
.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 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 {
	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;
}


























