*{margin:0;padding:0}
.faq-content{
	width:92%;
	margin:18px auto;
	padding:10px;
	background-color: #fff;
}
.detail-content{
	width:100%;
	padding:8px;
	border:1px solid #ccc;
	clear:both;
	overflow:hidden;
}
.detail-left{
	width:68%;
	float:left;
	overflow: hidden;
}
.detail-right{
	width:31%;
	float:right;
	overflow: hidden;
}
.detail-left .faq-cate{
	width:100%;
	background-color: #38b1eb;
	overflow:hidden;
	clear:both;
}
.faq-cate ul li{
	width:30%;
	float:left;
	margin-left:5px;
	margin-right: 2%;
	padding-top:8px;
	margin-bottom:8px;
	height:30px;
}

.faq-cate  .active a{
	background-color: #2b97f0;
}	
@media screen and (max-width:1023px) {
	.faq-cate ul li{
		width:45%;
	}
}
.faq-cate ul li a{
	display:inline-block;
	display:block\9;
	border-radius: 100px;
	padding:3px 8px;
	color:#fff;
	max-width:100%;
	overflow:hidden;
}
.faq-cate ul li a .cate-text{
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	--max-width:60%;
	float:left;
}
.faq-cate ul li a .num{
	float:left;
}
.faq-cate ul li a:hover{
	background-color: #2199d3;
}
.ques-list{
	margin:10px 0;
}
.ques-list ul li{
	padding: 0;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
}
.ques-content{
	float:left;
	width:80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ques.active .ques-content,.ques:hover .ques-content{
	white-space: normal;
}

.ques-list ul li .ques{
	color:#4b7abe;
	overflow:hidden;
	/*height:45px;*/
	line-height: 45px;
	padding: 12px;
}
.ques-list ul li .ques.active,.ques-list ul li .ques.active:hover {
    height: auto;
    color: #fff;
    background: #38b1eb;
}
.ques-list ul li .ques:hover {
    color: #38b1eb;
    cursor:pointer;
}
.ques-list ul li .ques.active{
	color: #fff;
	cursor:pointer;
}
.ques-tit{
	margin-left: 10px;
}
.ques .jiantou{
	float:right;
}
.ques-detail{
	width: 100%;
	clear:both;
	margin: 10px 0;
	border-radius: 8px;
	background-color: #f2f6fa;
	padding:16px;
	color:#000;
	font-size: 14px;
	line-height: 18px;
}
.ques-detail a{
	color:#4b7abe
}

.ques-search{
	width:100%;
	height:44px;
	
}
#quesSearch{
	height:44px;
	line-height: 44px;
	// height:40px\9;
	// line-height:40px\9;
	width:75%;
	border:2px solid #38b1eb;
	float:left;
	text-indent: 5px;
}
#ques-submit{
	width:25%;
	height:44px;
	background-color: #38b1eb;
	color:#fff;
}
.model{
	padding:0 15px;
	background-color: #f2f6fa;
	margin:2px 0;
	overflow:hidden;
}
.model ul{
	overflow:hidden;
	height:228px;
}
.model p{
	font-size: 18px;
	font-weight: 600;
	color:#f4685a;
	padding:15px 0;
	border-bottom: 1px solid #ccc;
}
.model ul li{
	margin:18px 0;
}
.model ul li a{
	display:inline-block;
	width:52%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
} 
.model ul li a:hover{
	color:#f4685a;
}
.zuixin-zhishi ul li a{
	width:140px;
}
.model ul li .tips{
	font-size: 12px;
	color:#999;
	float:right;
}
.model .num.active{
	color:#f4685a;
}
.pagation{
	width:100%;
	clear:both;
	margin-top:30px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.pagation span,.pagation a{
	display: inline-block;
	padding:10px;
	border:1px solid #ccc;
	border-right:0;
	font-size:16px;
}
.pagation a:hover,.pagation a.active{
	background-color: #38b1eb;
	color:#fff;
}
.pagation .dot{
	border-top: 0;
	border-bottom: 0;
}
.pagation .last-page{
	border-right:1px solid #ccc;
}
.redirect{
	text-align: center;
	margin: 40px auto 70px;
}
.redirect a{
	font-size:20px;
	text-decoration: underline;
	color:#f4685a;
}



/*留言板*/
.ques-detail-text{
	display:block;
	line-height: 1.8;
}
.ques-detail-text.ques-detail-release{
	margin-bottom: 14px;
	font-size: 16px;
}
.ques-detail-text.ques-detail-answer{
	color:#999;
	margin-bottom: 10px;
}
.ques-detail-text .reply{
	margin-left: 10px;
}
.ques-detail-answer .answer-user{
	display:block;
	float:left;
	margin-right: 10px;
	color:#333;
}
.ques-detail-answer .answer-text{
	overflow:hidden;
	line-height: 1.5;
}
/*回复框*/
.reply-modal {
    width: 600px;
    height: 320px;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 200px;
    margin-left: -250px;
    z-index: 100;
    display: none;
}
.reply-head {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0px 10px 30px;
}
.reply-tit {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.reply-close {
    font-size: 30px;
    cursor: pointer;
}
.reply-content {
    width: 100%;
    padding: 10px 30px 50px;
    margin: 0 auto;
}
.reply-info{
	margin-bottom: 20px;
}
.reply-ques{
	margin-bottom : 30px;
}
.reply-info .reply-left{
	float:left;
	margin-right: 10px;
	color:#000;
	font-weight: bold;
	line-height: 1.5;
}
.reply-info .reply-right{
	overflow:hidden;
	line-height: 1.5;
}
.reply-info .reply-input textarea{
	width:100%;
	height:100px;
	line-height: 20px;
	display:block;
	padding:10px;
	border:1px solid #ccc;
}
.reply-btn{
	text-align: center;
}
.reply-btn a{
	display:inline-block;
	width:80px;
	margin:0 10px;
	height : 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #ccc;
	color:#fff;
}
.reply-btn a.reply-submit{
	background-color: #007fe1;

}

.gerenly{
	    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
   
}
.user_liuyan{

}
.user_liuyan ul{
height: 80px;
}

/*--- 消息盒---*/

	/*--- 消息盒---*/
/*-------------------------留言点赞点踩------------------------------------*/
/* .scoreParentDiv{
	position: relative;	
} 

.scoreDiv {
	border: 1px solid #9eadb6;
	position: absolute;
	right: 0;
	padding: 4px;
	top: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
} */
.scoreDiv {
	text-align: right;
}

.scoreUpIcon,.scoreDownIcon {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
	padding-right: 4px;
	font-size: 16px;
	font-weight: bolder;
	vertical-align: middle;
	opacity: 0.3;
	filter: alpha(opacity =   30);
}

.scoreUpIcon:hover,.scoreDownIcon:hover { /*A*/
	opacity: 1;
	filter: alpha(opacity =   100);
}

.scoreUpIcon {
	background: transparent url('img/scoreUpIcon.png') no-repeat 0px 0px;
	color: #3bc662;
}

.scoreDownIcon {
	background: transparent url('img/scoreDownIcon.png') no-repeat 0px 0px;
	color: #a5b3bb;
}

.ques-detail-text.ques-detail-answer {
    min-height: 30px;
}

.ques-detail .scoreUpIcon {
	color: #3bc662;
}

.ques-detail .scoreDownIcon {
	color: #a5b3bb;
}

.kbdetail #title{
	margin: 16px;
    font-size: 23px;
      color: #FFF;
}
.kbdetail .time{
    font-size: 12px;
    line-height: 43px;
    text-align: right;
    color: #FFF;
    padding-right: 1em;
}

.detailContent{
	    display: block;
    margin: 26px;
    font-size: 18px;
        line-height: 36px;
}

/*兼容ie7*/
.model UL{
	*height: auto;
}