

a{
	color:rgba(255,0,114,1);
}
a:link{
	color:#ffffff;
}
a:hover{
	color:rgba(255,0,114,1);
}
a:active{
	color:rgba(255,0,114,1);
}
.container{
	width: 1170px;
	margin: 0 auto;
	display: block;
	min-width: 1170px; 

}

.head-bg{
	width: 100%;
	height: 100px;
	display: block;
	text-align: center;
	background: url(../images/questionAndAnswerList/questionAndAnswerList_head_bg.png) center no-repeat;
	background-size: cover;
}
.head-bg span{
	font-size:24px;
	font-family:PingFangSC;
	font-weight:600;
	color:rgba(29,30,31,1);
	line-height:100px;
}

.container-info{
	width: 1170px;
	height: 1693px;
	display: block;
	
}
.container-left{
	width: 870px;	 
	float: left;
}
.container-right{
	width: 270px;	
	float: right;
}

.column-content{
	width: 100%;
	height: 70px;
	float: left;
	border-bottom: 1px solid #E5E5E5;
	display: block;
}

.column-content-new{
	width: 100px;
	line-height: 70px;
	float: left;
	text-align: left;
}

.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;
	font-size:16px;
	font-family:PingFangSC;
	font-weight:600;
	color:rgba(255,0,114,1);
	margin-top: 34px;
}

.column-content-new-lable{
	font-size:18px;
	font-family:PingFangSC;
	font-weight:600;
	color:rgba(72,72,72,1);
	line-height:18px;
	display: block;
	margin-top: 40px;
	cursor: pointer;
}

.column-content-new-line{
	width:36px;
	height:2px;
	margin-top: 11px;
	background:none;
	display: block;
}

.lable-select span.column-content-new-lable{
	color:#FF0072;
}
.lable-select span.column-content-new-line{
	background:rgba(255,0,114,1);
	
}

.tag-content{
	width: 100%;
	display: block;
	margin-top: 18px;
}
.tag-content-item{
	width:92px;
	height:28px;
	background:rgba(245,245,245,1);
	border-radius:17px;
	float: left;
	margin-right: 25px;
	margin-top: 20px;
	text-align: center;
}
.tag-content-item span{
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(72,72,72,1);
	line-height:28px;
}
.active span{

	color:#FF0072;
}


.active {
	background:#ff99aa;

}


/*问题列表*/
.question-content{
	width:100%;
	clear: both;
	display: block;

}
.question-content-item{
	width:100%;
	display: block;
	padding:20px 0 10px 0; 
	border-bottom: 1px solid #E5E5E5;

}

.question-content-item-head{
	width:100%;
	height:50px;
	display: block;
	
}



.headImageList{
	width:50px;
	height:50px;
	border-radius: 25px;
	float: left;
}

.question-content-item-head-center{
	width:640px;
	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:630px;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}

.question-content-item-head span.question:hover{ 
	color:#FF0072;
}

span.name a{ 
	color: #333333;
}


span.name{
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(72,72,72,1);
	line-height:12px;
	display: block;
	margin-top: 11px;
}
span.time{
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(196,196,196,1);
	line-height:12px;
}


.question-content-item-head-right{
	width:140px;
	height:30px;
	float: right;
}

.question-content-item-head-right-look{
	width:140px;
	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;
	cursor: pointer;
	
}
.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{
	width: 100%;
	display: block;
	}*/

	.question-content-item-answer span.answer{
		font-size:14px;
		font-family:PingFang-SC;
		font-weight:500;
		color:rgba(153,153,153,1);
		line-height:24px;
		display: 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 span.showAll{
		color:rgba(255,0,114,1);
	}

	.question-content-item-answer   span.name2 a{
		font-size:12px;
		font-family:PingFang-SC;
		font-weight:500;
		color:#333333;
		line-height:12px;
		display: inline-block;
		margin-top: 6px;
		margin-bottom: 10px;
	}
	.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;
	}

	/* 搜索你感兴趣 样式*/
	.search-box{
		width:270px;
		height:38px;
		background:rgba(245,245,245,1);
		margin-top: 35px;
		display: block;
	}

	.search-input-box{
		width:232px;
		height:38px;
		background:rgba(245,245,245,1);
		float: left;
	}

	.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-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 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: 100%;
		display: block;
		margin-top: 30px;

	}

	.boxi{
		width:268px;
		display: block;
		margin: 0 auto;
		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;
	}

	/*活跃用户样式*/
	.alive-user-box{
		display: block;
		margin-top: 30px;
		width: 100%;
	}

	.alive-user-item-box{
		display: block;
		margin-top: 10px;
		width: 232px;
		height: 36px;
		margin:20px auto;

	}
	.user-head-image{
		width:36px;
		height:36px;
		float: left;
		border-radius: 50%;
	}

	.user-name{
		font-size:14px;
		font-family:PingFangSC;
		font-weight:400;
		color:rgba(51,51,51,1);
		line-height:16px;
		float: left;
		margin-left:14px; 
		line-height: 36px;
	}
	.user-head-image-num{
		width:16px;
		height:16px;
		object-fit: cover;
		position: absolute;
		margin: -7px -7px;
		z-index: 100000;
		display: block;
	}
	.user-alive-image{
		width:15px;
		height:18px;
		float: left; 
		margin-top: 9px;
	}
	.user-alive-num{
		font-size:14px;
		font-family:PingFang-SC;
		font-weight:500;
		color:rgba(72,72,72,1);
		line-height:14px;
		float: left;
		line-height: 36px;
		margin-left: 10px;
	}

	.hot-user{
		float: right;

		width: 50px;
		height: 36px;

	}
	.lab{
		display: block;
		height: 20px;
	}
	.lab a{
		color: #333333;
		font-size: 12px;
		float: left;
		margin-right: 20px;
	}
	.lab a:hover{
		color: #333333;
		color: #FF0072;
	}





