.page-margin{
	width:1170px;
	margin:0 auto;
	background: #FFFFFF;
	padding-top: 80px;
	margin-bottom:80px;
	font-family: 'Microsoft Yahei', '微软雅黑';
}
.biao2 tr td{
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}
.biao2{
	color: #7f7f7f;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0.8px;
}
.refer_bg {
    border-bottom: 1px dotted #CCCCCC;
}
.refer {
    margin-bottom: 10px;
    padding: 0 20px 10px 80px;
}
.refer dl {
    width: 800px;
}
.refer dl {
    line-height: 22px;
    margin-bottom: 0;
   	margin-top:0;
    overflow: hidden;
    width: 731px;
}
.refer dt, .refer dd {
    float: left;
}
.refer dd{
	margin:0;
}
dt {
    color: #FF6600;
}
.ctime{
	/* margin-left: 20px; */	
}
.title{
	background-color: #1CAB6B;
    border: 2px solid #1CAB6B;
    height: 30px;
    margin-top: 10px;
    width: 300px;
}

.title label {
    color: #D6ECE0;
    line-height: 30px;
    margin-left: 70px;
}
.question_form{
	width:1170px;
	border-top: 2px #cacaca solid;
	margin-top: 30px;
}
.question_form h5 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin: 10px 0 0;
}
.question_form span{
	font-weight:bold;
	vertical-align: top;
}
.question_form ul{
	list-style: none outside none;
	padding: 10px 20px;
	margin: 0;
}
.question_form li{
	margin-top:10px;
}
.choose-sch{
	margin-right:20px;
}
.area1{
	height: 100px;
    width: 500px;
    margin-bottom:10px;
}
.submit-btn{
	margin-left:60px;
}
.refert{
	display: inline-block;
    text-align: right;
   /*  marin-bottom:20px; */
    height: 22px;
}
.r_sch span{
	margin-right: 10px;
	text-align:center;
}
.referc{
	width: 150px;
}
.refer .a_content,.a_choose_sch{
	color: #FF6600;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}
.y_answer{
	float:right;
	margin-right:10px;
}
.assign{
	float:right;
}
.is_public{
	margin: 0;
    vertical-align: middle;
}
#q_status{
	float: left;
    margin-right: 10px;
    text-align: left;
    width: 100%;
}
#question_table{
	margin-top: 10px;
}
#question_table tr{
	line-height: 40px;
}

#question_table tr td input{
	/*border: 1px #378cfe solid;*/
	outline: none;
	width: 150px;
}

#questionDiv{
	width: 700px;
	margin: 0px auto;
}

#questionDiv textarea{
	border: 1px #378cfe solid;
	border-radius:5px;
	height: 350px;
	width: 100%;
	font-size: 18px;
	margin:10px auto;
	outline: none;
}
.my-submit{
	border-radius:2px;
	width: 150px;
	height: 30px;
	line-height:30px ;
	background-color: #378cfe;
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
	cursor: pointer;
}