/* 标题 开始 */
body{
	-moz-user-select: none; /* 火狐 */
	-webkit-user-select: none; /* webkit浏览器 */
	-ms-user-select: none; /* IE10 */
	-khtml-user-select: none; /* 早期浏览器 */
	user-select: none;
}
.question-title{
	font-size: 28px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.question-title img{
	width: 27px;
	height: 25px;
	margin-right: 10px;
}
/* 标题 结束 */
/* 热门问题 开始 */
.question-hot {
	padding-bottom: 35px;
}
.question-hot .box{
	border-bottom: 1px dashed #E1E1E1;
	width: 335px;
	margin: 0px 32px;
}
.question-hot .box a{
	font-size: 14px;
	color: #2288FC;
	line-height: 40px;
	font-weight: 400;
	display: block;
	max-width: 320px;
}
.question-hot .box a:hover{
	text-decoration: underline;
}
.question-hot .box span{
	width: 5px;
	height: 5px;
	background:#5A5A5A;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 8px;
}
/* 热门问题 结束 */
/* 分类问题 开始 */
.question-class{
	background: #f5f6f8;
	padding-bottom: 20px;
}
.question-class .active{
	color: #2288FC;
	font-weight: bold;
	border-bottom: 2px solid #2288FC;
}
.question-class .question-class-nav{
	padding: 0px 5px;
	line-height: 60px;
	background: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
}
.question-class .question-class-nav .big-box{
	height: 60px;
	overflow: hidden;
}
.question-class .question-class-nav p{
	margin: 0px 25px;
}
.question-class .list-name{
	width: 1100px;
}
.question-class .icon-box {
	font-size: 14px;
	line-height: 60px;
	font-weight: 400;
	color: #555555;
	margin-right: 20px;
}
.question-class .icon-box img{
	width: 10px;
	height: 6px;
	margin-top: 26px;
	margin-left: 5px;
}
.question-class .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-class .detail{
	background: #fff;
	padding: 18px 0px;
	margin-bottom: 20px;
}
.question-class .detail .box{
	border-bottom: 1px dashed #E1E1E1;
	width: 335px;
	margin: 0px 32px;
}
.question-class .detail .title{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 34px;
}
.question-class .detail .title img{
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.question-class .detail .box a{
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	font-weight: 400;
	display: block;
	max-width: 320px;
}
.question-class .detail .box a:hover{
	color: #2288FC;
}
.question-class .detail .box span{
	width: 5px;
	height: 5px;
	background: #5A5A5A;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 8px;
}
.question-class .detail .more {
    color: #2288FC;
    margin-left: 35px;
    cursor: pointer;
	font-size: 14px;
    margin-top: 15px;
}
.question-class .detail .more img {
    width: 6px;
    margin-top: 5px;
    margin-left: 5px;
    height: 10px;
}
/* 分类问题 结束 */


.question-title .right{
	height: 28px;
	background: #FFFFFF;
	border-radius: 4px;
	padding:6px 16px;
}
.question-title .right input{
	width: 280px;
	margin-right: 10px;
	border:0px;
}
.question-title .right img{
	width: 18px;
	height: 28px;
	cursor: pointer;
}