﻿.ct_area {
	width: 339px;
	height: 95px;
	background-color: #f6f6f6;
	border-radius: 6px;
    padding:20px 35px 20px 26px;
    float:left;
    margin-bottom:20px;
}
.ct_area:nth-child(2n) {
	margin-left:18px;
}
.ques {
    margin-bottom:20px;
}
.ques_ct {
	width: 295px;
	height: 15px;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    display:inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.answ_ct{
    margin-top:-3px;
	width: 313px;
	height: 58px;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
    float:right;
}
