.question-list{
	background: #F8F9FE;
	padding-top: 20px;
	padding-bottom: 50px;
	min-height: calc(100vh - 193px);
}
/* 分类 开始 */
.question-list .top-box{
	background: #FFFFFF;
	padding: 20px 18px;
	padding-bottom: 2px;
}
.question-list .top-box .list{
	margin-bottom: 14px;
}
.question-list .top-box .list .name{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	width: 88px;
}
.question-list .top-box .list p{
	line-height: 24px;
	padding: 0px 12px;
	font-size: 14px;
	font-weight: 400;
	color: #555555;
	margin-bottom: 12px;
	cursor: pointer;
}
.question-list .top-box .list .active{
	border-radius: 3px;
	background: #2288FC;
	color: #ffffff;
}
.question-list .top-box .list .box{
	width: 950px;
}
.question-list .top-box .list .class{
	height: 36px;
	overflow: hidden;
}
.question-list .top-box .list .icon-box {
	font-size: 14px;    
	line-height: 24px;
	font-weight: 400;
	color: #555555;    
	margin-left: 80px;
}
.question-list .top-box .list .icon-box img{
	width: 10px;
	height: 6px;
	margin-top: 8px;
	margin-left: 5px;
}
.question-list .top-box .down{
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	transform:rotate(180deg);
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
}
.question-list .top-box .up{
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	transform:rotate(0deg);
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
}
/* 分类 结束 */
/* 筛选条件 开始 */
.question-search{
	padding: 16px 0px;
}
.question-search .left .box{
	margin-right: 35px;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.question-search .left .box img{
	width: 6px;
	height: 40px;
}
.question-search .left .box p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	margin-right: 3px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.question-search .left .box .active{
	color: #2288FC;
}
.question-search .right{
	height: 28px;
	background: #FFFFFF;
	border-radius: 4px;
	padding:6px 16px;
}
.question-search .right input{
	width: 280px;
	margin-right: 10px;
	border:0px;
}
.question-search .right img{
	width: 18px;
	height: 28px;
	cursor: pointer;
}
/* 筛选条件 结束 */
/* 内容列表 开始 */
.question-list-box {
	width: 1215px;
	margin-left: -7.5px;
}
.question-list-box .box{
	background: #FFFFFF;
	border-radius: 4px;
	padding: 18px 14px;
	display: block;
	width: 362px;
	margin: 7.5px;
}
.question-list-box .box:hover{
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.08);
}
.question-list-box .box:hover .name{
	color: #2288FC;
}
.question-list-box .box .name{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	margin-bottom: 14px;
}
.question-list-box .box p{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	height: 44px;
	margin-bottom: 35px;
}
.question-list-box .box span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
.question-list-box .box img{
	margin-left: 15px;
	margin-right: 3px;
	width: 14px;
	height: 20px;
}
/* 内容列表 结束 */