html,body{
	width:100%;
	height:100%;
	background:#f0f2f5;
	background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');
    background-repeat: no-repeat;
    background-position: center 110px;
    background-size: 100%;
}
#ask_box{
	position:relative;
}
.webBox{
	width:100%!important;
}
.nodata{
	width: 100%;
	min-height: 450px!important;
	background: url(//static.wxbig.cn/static/chatroom/img/nodata.png) no-repeat center;
    display: none;
}
.webBox .nodata{
	width: 100%;
}
.th_askBox{
	width:1000px;
	height: 100%;
    overflow-y: auto;
    background: #fff;
}
.addAsk{
	width: 100%;
    position: relative;
    padding: 0 30px;
    margin-top: 40px;
    box-sizing: border-box;
}
.webBox .addAsk{
    padding: 0 10px;
    margin-top: 20px;
}
.isContent{
	padding-bottom:30px;
}
#list_box{
	margin-top:20px;
}
.webBox #list_box{
	margin-top:0;
}
#list_box li{
	position: relative;
	display:inline-block;
	width:100%;
	min-height:90px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ececec;
}
a.iwantasks {
	width: 100%;
    height: 32px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    line-height: 32px;
    font-weight: 600;
    font-family: "微软雅黑";
    text-align: center;
    text-decoration: none;
}
a.iwantasks:hover{
	color:#1890ff;
	border-color: #1890ff;
}
.problemstitle{
	width:835px;
	float:left;
	margin-left:30px;
	padding-bottom:8px;
	font-size:16px;
}
.webBox .problemstitle{
	width:73%;
	margin-left:15px;
}
.problemstitle a{
	font-size:16px;
	font-weight:bold;
	color:#333;
	word-break:break-all;
	word-wrap:break-word;
}
.webBox .problemstitle a{
	display: block;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#333;
	word-break:break-all;
	word-wrap:break-word;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.problemstitleico{
	background:url(//static.wxbig.cn/static/chatroom/img/gico.png) no-repeat left 3px;
	padding-left:25px;
}
.answernumber{
	position:absolute;
	right:25px;
	top:0;
	background:#F9FBFF;
	width:78px;
	height:78px;
	text-align:center;
	line-height:27px;
}
.webBox .answernumber{
	right:15px;
	top:40%;
	margin-top: -45px;
}
.answernumberspan{
	font-size:14px;
	color:#999;
	line-height:39px;
	display: block;
}
b.b1{
	font-size:22px;
	color:#333;
	font-weight:normal;
}
b.b2{
	font-size:22px;
	color:#ccc;
	font-weight:normal;
}
b.b3{
	font-size:14px;
	color:#999;
	font-weight:normal;
}
.problemdetail{
	display: block;
    min-height: 21px;
}
.webBox .problemdetail{
	width:73%;
	overflow: hidden;
}
.problemdetail a{
	font-size: 14px;
    color: #666;
    width: 835px;
    word-break:break-all;
    word-wrap:break-word;
    float: left;
    margin-left: 30px;
    text-decoration: none;
}
.webBox .problemdetail a{
	display: block;
	width:100%;
	margin-left: 15px;
}
.img_box{
	display: block;
	width:860px;
	margin-left:30px;
}
.webBox .img_box{
	width:75%;
	margin-left:15px;
}
.img_box .list_img{
	float:left;
	width:30%;
	margin:10px 2% 0 0;
	background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.webBox .img_box .list_img{
	max-width:30%;
	max-height: 150px;
}
.ask_label{
	width:100%;
	margin-top: 30px;
	padding-right: 50px;
	box-sizing: border-box;
	display: inline-block;
}
.webBox .ask_label{
	padding-right: 35px;
}
.askTime{
	float: left;
	max-width: 135px;
	font-size: 13px;
    color: #ff4c4c;
    font-weight: bold;
    margin-left: 30px;
    line-height: 25px;
    margin-right: 12px;
}
.webBox .askTime{
	margin-left: 15px;
}
.questionerhead{
	width: 25px;
    height: 25px;
    border-radius: 13px;
    float: left;
}
.questioner{
	color: #666;
    font-size: 13px;
    float: left;
    line-height: 25px;
    margin-left: 8px;
}
.del_btn{
	color: #1890ff;
    font-size: 13px;
	float:right;
	line-height: 25px;
	cursor:pointer;
}
