


.boxi{
	width: 100%;
	
	display: block;
	min-width: 1200px;
}
.b-info{
	width: 1170px;
	 margin: 90px auto 0;
	display: block;
	 
}



.l-box{
	width: 870px;	 
	float: left;


}
.r-box{
	width: 270px;	
	float: right;

}
.l-h-box{
	width: 870px;	 
	display: block;
	height: 68px;
	border-bottom: 1px solid #E5E5E5;
}

.l-h-box span.h-label a{
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:500;
	color:#999999;
	line-height:84px;
	margin-top: 35px;
}


/**/
 
.l-label-box span{

	font-size:18px;
	font-family:PingFangSC;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:18px;
	display: block;
	margin-top: 40px;
}


/*问题列表样式*/
.question-content{
	width:100%;
	clear: both;
	display: block;

}
.question-content-item{
	width:100%;
	display: block;
	padding-top:30px; 
	border-bottom: 1px solid #E5E5E5;

}

.question-content-item-head{
	width:100%;
	height:50px;
	display: block;
	
}


.headImage{
	width:50px;
	height:50px;
	border-radius: 25px;
	float: left;
}

.question-content-item-head-center{
	width:650px;
	height:50px;
	margin-left: 18px;
	float: left;
}
.question-content-item-head-center span.question{
	font-size:16px;
	font-family:PingFangSC;
	font-weight:600;
	color:rgba(72,72,72,1);
	line-height:16px;
	margin-top: 6px;
	display: block;
	width:645px;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}

.question-content-item-head span.question:hover{ 
	color:#FF0072;
}

.question-content-item-head-center span.name  {
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(72,72,72,1);
	line-height:12px;

	margin-top: 14px;
}
.question-content-item-head-center span.time{
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(196,196,196,1);
	line-height:37px;
}

.question-content-item-head-right{
	width:140px;
	height:30px;
	float: right;
}

.question-content-item-head-right-look{
	width:70px;
	height:30px;
	float: right;
	margin-top: 17px;
}
.image1{
	width:18px;
	height:11px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
.image2{
	width:16px;
	height:16px;
	float: right;
	margin-right: 10px;
	margin-top: 16px;
	
}
.question-content-item-head-right-look span.lookNum{
	font-size:12px;
	font-family:PingFangSC;
	font-weight:400;
	color:rgba(72,72,72,1);
	line-height:50px;
	margin-right: 15px;
	float: right;
}

.question-content-item-head-right-look span.answerNum{
	font-size:12px;
	font-family:PingFangSC;
	font-weight:400;
	color:rgba(72,72,72,1);
	line-height:50px;

	float: right;
}

/*.question-content-item-answer span.answer{
	width: 100%;
	display: block;
	}*/

	.question-content-item-answer div.answer{
		font-size:14px;
		font-family:PingFang-SC;
		font-weight:500;
		color:rgba(153,153,153,1);
		line-height:24px;
		display: inline-block;
		margin: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;/*超出3行部分显示省略号，去掉该属性 显示全部*/
		-webkit-box-orient: vertical;
	}

	.question-content-item-answer   span.show{
		clear: both;
		display: inline-block;
		color:rgba(153,153,153,1);
		font-size:14px;
		font-family:PingFang-SC;
		font-weight:500;
		color: rgba(255,0,114,1);
	}


	.question-content-item-answer span.name2 a{
		font-size:12px;
		font-family:PingFang-SC;
		font-weight:500;
		color:rgba(72,72,72,1);
		line-height:12px;
		display: inline-block;
		margin-top: 8px;
		margin-bottom: 15px;
	}
	.question-content-item-answer span.time2{
		font-size:12px;
		font-family:PingFang-SC;
		font-weight:500;
		color:rgba(196,196,196,1);
		line-height:12px;
	}
	/*我要提问*/
	.question-btn{
		width:140px;
		height:36px;
		border-radius:4px;
		border:1px solid rgba(255,0,114,1);
		float: right;
		line-height: 36px;
		text-align: center;
		margin-top: 30px;
	}

	.question-btn a{
		width:140px;
		height:36px;
		display: block;
		line-height: 36px;
		text-align: center;
		font-size:16px;
		font-family:PingFangSC;
		font-weight:600;
		color:rgba(255,0,114,1);
	}


	/* 搜索你感兴趣 样式*/
	.search-box{
		width:270px;
		height:38px;
		background:rgba(245,245,245,1);
		margin-top: 30px;
		display: block;
	}

	.search-input-box{
		width:232px;
		height:38px;

		float: left;
	}

	.search-btn-box{
		width:38px;
		height:38px;
		background:rgba(0,0,0,1);
		float: left;
		cursor: pointer;
	}

	.imageSearch-bg{
		width:16px;
		height:16px;
		margin: 11px ;
	}
	.search-input-box input{
		width:218px;
		height:38px;
		padding: 0 12px;
		margin: 0;
		border: 1px solid rgba(245,245,245,1);	
		display: block;
		outline:medium;

	}
	.search-input-box span{
		font-size:14px;
		font-family:PingFang-SC;
		font-weight:500;
		color:rgba(153,153,153,1);
		line-height:38px;
		margin-left: 12px;
	}



	/*热门搜索样式*/
	.hot-search-box{
		width: 270px;
		display: block;
		margin-top: 25px;

	}

	.s-box{
		width:268px;
		display: block;
		margin: 0 auto 30px;
		border:1px solid rgba(237,237,237,1);
	}
	.hot-head-box{
		width:268px;
		height:44px;
		margin: 0 auto;
		background:rgba(245,245,245,1);

		display: block;
	}

	.hot-head-box span{
		font-size:18px;
		font-family:PingFangSC;
		font-weight:600;
		color:rgba(51,51,51,1);
		margin-left: 19px;
		line-height:44px;

	}

	.hot-item-box {
		width: 232px;
		display: block;
		margin-left: 19px;
		margin-top: 23px;

	}
	.hot-item-box a{
		font-size:14px;
		font-family:PingFang-SC;
		font-weight:500;
		color:rgba(51,51,51,1);
		line-height:20px;
		display: block;
		margin-bottom: 16px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}


	.hot-item-box a:hover{	 
		color:#FF0072;
	}


	.hot-item-box a.hot-item-selcet{
		color:#FF0072;
	}

	.lab{
		display: block;
		height: 30px;
	}
	.lab a{
		color: #333333;
		font-size: 12px;
		float: left;
		margin-right: 20px;
		cursor: pointer;

	}
	.lab a:hover{
		color: #FF0072;
	}
.dd{
	width: 100%;
	height: 200px;
	background: #ff0099;
	display: block;
	clear: both;
}