.news_nav{
	margin-bottom:33px;
}
.news_nav .news_nav_li{
	display:inline-block;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
}
.news_nav .news_nav_li a{
	color:rgba(45,45,45,1);
	text-decoration:none;
}
.news_nav .active a{
	color:rgba(22,142,255,1);
	text-decoration:none;
}
.council_form .form_title{
	height:27px;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:24px;
}
.council_form .form_notice{
	height:36px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:36px;
}
.form_list .input_label{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(139,139,139,1);
	line-height:57px;
	margin-bottom:unset;
}
.form_list .input_gray{
	width:100%;
	background:rgba(249,249,249,1);
	border:1px solid rgba(219,219,219,1);
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:25px;
	padding:14px 24px;
	height:55px;
}
.form_list textarea.input_gray{
	height:280px;
}
.form_list label{
	cursor: pointer;
}
.form_list input[type=checkbox]{
	width:21px;
	height:21px;
	cursor: pointer;
    position: relative;
	background:rgba(250,250,250,1);
	border:1px solid rgba(220,220,220,1);
	vertical-align:middle;
}
.form_list input[type=checkbox]::after{
	position: absolute;
	top: 0;
	color: #000000;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border-radius: 3px;
	width:21px;
	height:21px;
}
.form_list input[type=checkbox]:checked::after{
	background-color:rgba(54,157,255,1);
	border:1px solid rgba(54,157,255,1);
	content: "✓";
	font-size: 12px;
	color:#ffffff;
	line-height:21px;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form_list label{
	height:19px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:57px;
	margin-right:80px;
}
.form_list .btn_submit{
	width:173px;
	height:59px;
	background:rgba(54,157,255,1);
	border-radius:6px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:46px;
	margin-top:60px;
}
#submit_success .modal-content{
	height:370px;
	border-radius:16px;
}
#submit_success .submit_success_info{
	width:433px;
	text-align:center;
	margin:auto;
	margin-top:60px;
}
#submit_success .title{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:44px;
}
#submit_success .delay_jump{
	height:36px;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44, 44, 44, 1);
	line-height:36px;
	margin-top:25px;
}
#submit_success .delay_jump .delay_time{
	font-weight:bold;
	color:rgba(22,142,255,1);
}
#submit_success .click_jump{
	height:36px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(22,142,255,1);
	line-height:36px;
	margin-top:36px;
	display:inline-block;
}