/*实际文章的排版*/
@import "wenzhang_content.css";
/*分页*/
@import "pageout_1.css";
/*左侧导航*/
@import "siderbar.css";
/*二级分类*/
@import "ercate.css";

.contentbody{
	background: #F5F5F5;
}

.contentbody .content{
	background: #F5F8FF;
	padding-bottom: 40px;
}

/*中间列表*/

.quesMiddle .quesHot li{
	border-bottom: 1px solid #f0f2f7;
}
.quesMiddle .quesHot li:hover{
	background: rgba(245, 248, 255, 0.5);
}
.quesMiddle .quesHot li .h1wen{
	width: 24px;
	height: 24px;
	background: linear-gradient(270deg, rgba(242, 68, 86, 0.08), rgba(246, 108, 157, 0.08));
	border-radius: 2px;
 }
.quesMiddle .quesHot li .h1wen div{
	background: linear-gradient(-90deg, #F24558 0%, #F66B9C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.quesMiddle .quesHot li .daan{
	width: 24px;
	height: 24px;
	background: linear-gradient(270deg, rgba(229, 250, 245), rgba(229, 248, 248));
	border-radius: 2px;
}
.quesMiddle .quesHot li .daan div{
	line-height: 24px;
	text-align: center;
	background: linear-gradient(0deg, #00CDA4 0%, #01B8BE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.quesMiddle .quesHot li h3:hover{
	color: #04356B;
}
.quesMiddle .quesHot li .author .avatar{
	width: 26px;
	height: 26px;
}
.quesMiddle .quesHot li .author .renzhengdazhu{
	 width: 64px;
	margin-top:-7px;
	margin-left: 3px;
 }
.quesMiddle .quesHot li .author i{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/author02.png)no-repeat;
	vertical-align: middle;
	margin: -2px 15px 0 3px;
}
.quesMiddle .quesHot li .author p{
	font-size: 13px;
	color: #999999;
	display: inline-block;
	width: 450px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}



.quesMiddle .quesHot li .quesCon{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 7px 0;
    line-height: 2;
}

.quesMiddle .quesHot li .quesCon .gengduos{
	color: #175199;
}
.quesMiddle .quesHot li .quesCon .gengduos:hover{
	color: #2778DC;
}
.quesMiddle .quesList li:last-child{
	border-bottom: none;
}

.currentgq{
	color: #999;
}
.currentgq:hover{
	color: #888;
}