.issue_submission{
	padding: 25px 50px;
}
.issue_submission .tips{
	color: #971111;
	font-style: italic;
}
.issue_submission .form{
	margin-top: 25px;
}
.issue_submission .form table{
	border-collapse: collapse;
}
.issue_submission .form table td{
	border-collapse: collapse;
	padding: 5px 0;
	vertical-align: top;
}
.issue_submission .form .item_name{
	color: #505050;
	text-align: right;
	line-height: 45px;
}
.issue_submission .form .item_input input.in{
	color: #505050;
	border: #b5b5b5 solid 1px;
	width: 260px;
	padding: 10px;
	border-radius: 5px;
}
.issue_submission .form .item_input textarea.in{
	font-family: arial;
	color: #505050;
	border: #b5b5b5 solid 1px;
	width: 670px;
	height: 270px;
	padding: 10px;
	border-radius: 5px;
	resize: none;
}
.issue_submission .form .submit{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #971111;
	border: 0;
	cursor: pointer;
}
.issue_submission .form .submit:hover{
	background: #429216;
}
.submit_popup{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}
.submit_popup .mask{
	background: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.submit_popup .popup_con{
	width: 510px;
	height: 356px;
	margin-left: -255px;
	margin-top: -178px;
	background: #f4f4f4;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.submit_popup .popup_con .text{
	width: 450px;
	margin: 0px auto;
	border-top: #971111 solid 10px;
	text-align: center;
}
.submit_popup .popup_con .text .gray{
	color: #b1b1b1;
	margin-top: 30px;
	margin-bottom: 5px;
}
.submit_popup .popup_con .text .blue{
	display: table-cell;
	width: 450px;
	height: 156px;
	text-align: center;
	vertical-align: middle;
	color: #971111;
	font-weight: bold;
	border-top: #bebebe dashed 1px;
	border-bottom: #bebebe dashed 1px;
}
.submit_popup .popup_con .close{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #971111;
	border: 0;
	cursor: pointer;
	margin: 35px auto 10px auto;
}
.submit_popup .popup_con .close:hover{
	background: #429216;
}
.questionnaire{
	padding: 20px 50px;
}
.questionnaire_item{
	margin-bottom: 20px;
}
.questionnaire_item .subject{
	color: #787878;
	font-weight: bold;
	line-height: 1.8em;
}
.questionnaire_item .subject .blue{
	color: #971111;
}
.questionnaire_item .option{
	color: #787878;
}
.questionnaire_item .option label{
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
}
.questionnaire_item .option input{
	display: none;
}
.questionnaire_item .option span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.questionnaire_item .option input[type=radio]+.icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/radio_icon_01.gif) center no-repeat;
}
.questionnaire_item .option input[type=radio]:checked+.icon{
	background: url(../img/radio_icon_02.gif) center no-repeat;
}
.questionnaire_item .option input[type=checkbox]+.icon{
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../img/checkbox_icon_01.gif) center no-repeat;
}
.questionnaire_item .option input[type=checkbox]:checked+.icon{
	background: url(../img/checkbox_icon_02.gif) center no-repeat;
}
.questionnaire .submit{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #971111;
	border: 0;
	cursor: pointer;
	margin-top: 40px;
}
.questionnaire .submit:hover{
	background: #429216;
}
.column_title{
	height: 35px;
	background: url(../img/column_bg.gif) left center repeat-x;
	margin: 30px 0 20px 0;
}
.column_title .text{
	line-height: 35px;
	color: #004e8b;
	float: left;
	background: #FFFFFF;
	padding-right: 20px;
	font-weight: bold;
}
.column_title .btn{
	float: right;
}
.column_title .btn a{
	display: inline-block;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	background: #971111;
	border-left: #fff solid 5px;
	border-right: #fff solid 5px;
	margin-left: 5px;
}
.column_title .btn a:hover{
	background: #429216;
}
.issue_list{
	-webkit-column-count: 2;
	-webkit-column-gap: 0;
	column-count: 2;
	column-gap: 0;
	padding-bottom: 20px;
}
.issue_list li {
	-webkit-break-inside: avoid; 
	break-inside: avoid; 
	box-sizing: border-box;
	width: 412px;
	margin-bottom: 30px;
}
.issue_list .ask{
	width: 412px;
	background: url(../img/wen_mid.gif) center repeat-y;
}
.issue_list .ask .top_bg{
	height: 5px;
	background: url(../img/wen_top.gif) no-repeat;
}
.issue_list .ask .con{
	min-height: 60px;
	width: 100%;
	background: url(../img/wen_bottom.gif) center bottom no-repeat;
	display: table;
}
.issue_list .ask .con p{
	padding: 10px 20px 15px 75px;
	color: #848484;
	line-height: 1.5em;
	display: table-cell;
	vertical-align: middle;
}
.issue_list .answer{
	width: 412px;
	background: url(../img/da_mid.gif) center repeat-y;
	margin-top: 10px;
}
.issue_list .answer .top_bg{
	height: 5px;
	background: url(../img/da_top.gif) no-repeat;
}
.issue_list .answer .con{
	min-height: 60px;
	width: 100%;
	background: url(../img/da_bottom.gif) center bottom no-repeat;
	display: table;
}
.issue_list .answer .con p{
	padding: 10px 75px 15px 20px;
	color: #848484;
	line-height: 1.5em;
	display: table-cell;
	vertical-align: middle;
}
.zw_banner img{
	width: 100%;
}
.questionnaire_list{
	/**margin: 20px 0;*/
}
.questionnaire_list li{
	height: 33px;
	padding: 5px 10px;
}
.questionnaire_list li .date{
	height: 31px;
	float: left;
	border: #cbcbcb solid 1px;
	line-height: 31px;
	text-align: center;
}
.questionnaire_list li .date span:first-child{
	float: left;
	width: 57px;
	height: 31px;
	background: #cbcbcb;
	color: #fff;
}
.questionnaire_list li .date span:last-child{
	float: left;
	width: 92px;
	height: 31px;
	color: #888;
}
.questionnaire_list li a{
	float: left;
	height: 33px;
	line-height: 33px;
	color: #6d6d6d;
}
.questionnaire_list li a span:first-child{
	float: left;
	margin-left: 25px;
	font-weight: bold;
	max-width: 460px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.questionnaire_list li:hover{
	background: #f5f5f5;
}
.questionnaire_list li:hover .date,.questionnaire_list li .date_active{
	border: #971111 solid 1px;
}
.questionnaire_list li:hover .date span:first-child,.questionnaire_list li .date_active span:first-child{
	background: #971111;
}
.questionnaire_list li:hover .date span:last-child,.questionnaire_list li .date_active span:last-child{
	color: #971111;
}
.issue_list_more{
	border-top: #ccc solid 1px;
}
.issue_list_more li{
	padding: 10px 0;
	border-bottom: #ccc solid 1px;
	line-height: 1.6em;
}
.issue_list_more li .item{
	padding: 20px;
}
.issue_list_more li .ask{
	color: #971111;
	padding: 5px 0 5px 50px;
	background: url(../img/ask_icon.png) left 5px no-repeat;
}
.issue_list_more li .answer{
	color: #5b5b5b;
	padding: 5px 0 5px 50px;
	background: url(../img/answer_icon.png) left 5px no-repeat;
}
.issue_list_more li:hover .item{
	background: #f5f5f5;
}
.issue_details .issue_title{
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.issue_details table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 15px;
	color: #666;
}
.issue_details table td{
	border: #87c7f0 solid 1px;
	padding: 10px;
	line-height: 1.6em;
}
.issue_details table td.con{
	height: 120px;
	vertical-align: top;
}
.issue_details table .item_name{
	width: 140px;
	color: #971111;
	background: #d8edfa;
	text-align: center;
}
.issue_details table.answer td{
	border: #c1edde solid 1px;
}
.issue_details table.answer .item_name{
	color: #4e846d;
	background: #e8f7f2;
}
.issue_details .back{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	margin: 20px auto;
	background: #007BC8;
	text-align: center;
	color: #FFF;
}
.issue_details .back:hover{
	background: #429216;
}
