/**内容主体**/

.subcon{
	width: 100%;
    float: left;
}

.askcon{
	float: left;
	width:800px;
}

/**问答列表主体**/

.ask_box{
    border-top: 1px solid #EAEAEA;
}



.ask_list {
    margin-bottom:30px;
	width:100%;
    overflow:hidden;
}
.ask_list li{
    padding: 24px 0 15px 0;
    border-bottom: 1px solid #e4e4e4;
}
.ask_list li:last-child{
    border-bottom:none;
}
.ask_list li .ask_title {
	font-size: 18px;
    color: #535353;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ask_list li .ask_title span{
  display:inline-block;
  width:28px;
  height:28px;
  margin-right:16px;
  vertical-align:sub;
 background-position: -108px -37px; 
}
.ask_list li .dajs {
    margin-top:24px;
    font-size:15px;
    color:#7d7d7d;
	width: 100%;
    overflow: hidden;	
}
.ask_list li .dajs span{
display:inline-block;
}
.ask_list li .dajs span:first-child{
 width:10%;
 font-size:14px;
 color:#FF6980;
 float:left;
}
.ask_list li .dajs p{
	width:90%;
    line-height: 24px;
    height:auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	float:left;
}
.ask_list li .answers {
	 font-size:14px;
	 margin-top:24px;
	 color:#999;
	 width: 100%;
	 overflow: hidden;
}
.ask_list li .pro_answer {
    display:inline-block;
	width:16px;
	height:16px;
	background-position: -62px -38px; 
	margin-right:11px;
	vertical-align:sub;
}
.doc_bz {
    color:#FF6980;
	font-weight:600;
	margin: 0 6px 0 6px;
}
.ask_list li .goods {
    display:inline-block;
    width:auto;
	float:right;
}
.ask_list li .goods>span.daxiao{
    display:inline-block;
	width:18px;
	height:18px;
    background-position: 0 -35px; 
	margin-right:6px;
	vertical-align:sub;
}
.ask_list li .goods>span.weizhi{
    background-position: -35px -38px; 

}

.ask-icon {    
    background-image:url(http://www.zzmlb.com/skin/default/images/question-master.png);
    background-size: 200px 200px;
}
.retime {
    margin-left: 14px;
}

