@charset "utf-8";

body{
    min-width: 1200px;
}
.heade_sum {
    width: 100%;
}

.heade_lm {
    width: 1200px;
    margin: 10px auto;
}

.heade_lm span a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.heade_lm span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 0 5px 0 0;
}

/* wenda */
.ques_model {
    width: 100%;
}

.ques_list {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.ques_leftmodel {
    width: 800px;
    float: left;
    margin: 0 15px 0 0;
    background: #FFFFFF;
    display: inline-block;
}

.ques_leftmodel ul{
    padding: 0;
    margin: 0;
}
.ques_rightmodel {
    width: 359px;
    display: inline-block;
}
.ques_leftmodel ul li{
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #eeeeee;
}

.ques_title{
    width: 100%;
}

.ques_title .ques_bt{
    margin: 0;
    width: 70%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    padding: 10px 10px 10px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ques_title p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    line-height: 25px;
    padding: 0 0px 0 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-family: Microsoft YaHei;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ques_ly .ques_time{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #909090;
    display: inline-block;
    margin: 15px 10px 0 0;
    background: url(/static/801/images/time.png) no-repeat left center;
    text-indent: 20px;
}

.ques_ly .ques_source{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
	display: inline-block;
    padding: 0px 10px 0 0px;
}
.ques_ly .ques_look{
    font-size: 14px;
    float: right;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.ques_rightlist{
    width: 100%;
    min-height: 80px;
    display: inline-block;
}





/* right-img */
.ques_righg_img{
    width: 100%;
    height: 213px;
    margin-bottom: 30px;
}
.ques_righg_img img{
    width: 100%;
    height: 213px;
}

.ques_right_list{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 5px 0px rgba(238, 238, 238, 0.4);
    border-radius: 2px;
}
.ques_right_list h4{  
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #FF6699;
    padding: 15px 10px 10px 20px;
    display: inline-block;
    font-family: Microsoft YaHei;
}
.ques_right_list ul{
    margin: 0;
    padding: 10px 10px 10px 20px;
}
.ques_right_list ul li{
    margin: 0 0 10px 0;
    background: url(/static/801/images/re.png)0 no-repeat;
}
.ques_right_list ul li a{      
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    text-indent: 15px;
    font-family: Microsoft YaHei;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ques_right_list ul li a:hover{
    color: #FF6699;
}
/* page */
.page_model{
    width: 99%;
    padding: 20px 10px 20px 0px;
    display: inline-block;
}
.pageBox {
    width: 800px;
    font-size: 0;
    margin: 0 auto;
}

.pageBox a, .pageBox span {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	padding: 0 8px;
	border: 1px solid #EEEEEE;
}

.pageBox span.pagenow, .pageBox a.page:hover, .pageBox a.pageprev:hover, .pageBox a.pagenext:hover {
	background-color: #FF6699;
	color: #fff;
}

/* line */
/* .page_line{
    width: 100%;
}
.page_redline{
    width: 1200px;
    margin: 81px auto;
    border-bottom: #FFCADC dashed;
} */
