* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	font-family: "微软雅黑";
}
li {
	list-style: none;
}
img {
	width: 100%;
}
.noPad {
	padding: 0 !important;
}
.clearfix:after{
     content: "";        
     display: block;        
     height: 0;        
     clear: both;            
}
.clearfix {
	zoom: 1;
}
/*.header头部样式*/
.header {
}
.header .top_tool {
	height: 88px;
	line-height: 88px;
	background: #333;
	text-align: center;
	color: #fff;
	position: relative;
}
.header .top_tool_close {
	position: absolute;
    left: 10px;
    cursor: pointer;
    top: 50%;
    margin-top: -24px;
    width: 31px;
    height: 42px;
    background: url("../img/close.png") no-repeat 0 bottom;
}
.header .top_tool_left a {
	position: absolute;
    left: 10px;
    cursor: pointer;
    top: 50%;
    margin-top: -24px;
    line-height: 48px;
    padding-left: 30px;
    height: 48px;
    font-size: 20px;
	color: #fff;
	display: block;
	background: url("../img/back.png") no-repeat 0 center;
	font-weight: normal
}
.header .top_tool_right {
	position: absolute;
	right: 20px;
}
.header .top_title {
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
}
/*.main内容主体样式*/
/*操作指南页面样式*/
.main {
	padding: 5px 5px;
	margin-bottom: 80px;
}
.method_box {
}
.method_box .method_title {
	padding: 14px 28px;
	border-radius: 5px;
	background: #ffeacd;
}
.method_box .method_title .text {
	font-size: 17px;
	color: #333;
}
.method_box .method_img {}
.method_box .method_img .text {
	padding: 0 28px;
	display: block;
	font-size: 17px;
	color: #b3b3b3;
	margin: 18px 0 10px ;
	word-wrap: break-word;
	word-break: break-all;
}
.method_box .img_box {
	/*height: 288px;
	background: #ccc;*/
}
.method_box .ew_box {
	text-align: center;
}
.method_box .ew_box img {
	width: auto;
}
/*投诉举报页面样式*/
.content_show {
	padding: 22px 16px 22px 30px;
	min-height: 186px;
	border-radius: 8px;
	word-break: break-all;
	word-wrap: break-word;
	background: #ffeacd;
	margin-bottom: 22px;
}
.content_show h3 {
	font-weight: normal;
	color: #f15045;
}
.content_show .text {
	font-size: 17px;
	color: #333;
	line-height: 26px;
}
.common_headtop {
	background: #e6e6e6;
	color: #333;
	border-radius: 8px;
	padding: 13px 15px;
	font-size: 17px;
}
.red_text {
	color: red;
}
.check_group {
	margin: 0 0 10px 10px;
	overflow: hidden;
}
.check_wrapper {
	float: left;
	margin-right: 10px;
}
.check_wrapper label {
	display: inline-block;
	vertical-align: top;
}
.check_box {
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	border-radius: 100%;
}
.check_box input {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity=0);
}
.check_box input+span {
	height: 12px;
	width: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	border-radius: 100%;
	background: #e87e28;
	opacity: 0;
	filter: alpha(opacity=0);
}
.check_box input:checked+span {
	opacity: 1;
	filter: alpha(opacity=100);
}
.form_line {
	overflow: hidden;
	padding: 0 10px;
	margin: 20px 0;
}
.form_line .form_line_f {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 80px;
}
.form_line .form_line_r {
	overflow: hidden;
}
.form_line .form_line_r .yz {
	display: inline-block;
	width: 35%;
	height: 50px;
	background: #e1d9f1;
	vertical-align: middle;
	float: right;
}
.form_line input:not([type='submit']) {
	height: 50px;
	border: 1px solid #ccc;
	text-indent: 18px;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
}
.form_line input[type='submit'] {
	width: 80px;
	background: #e87e28;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 20px;
	border: none;
	outline: 0;
	border-radius: 15px;
	font-family: "微软雅黑";
}
.form_line textarea {
	box-sizing: border-box;
	width: 100%;
	text-indent: 18px;
	padding: 14px 0;
	min-height: 180px;
	border: 1px solid #ccc;
}
.form_line .select_box {    
}
.select_box {
	position: relative;
	width: 70%;
	height: 50px;
}
.select_box select {
	-webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 50px;
    padding: 0 18px;
    width: 100%;
    cursor: pointer;
    z-index: 10;
    outline: 0;
    border: 1px solid #ccc;
}
.select_box select:hover {
	border: 1px solid #abb9c2;
}
.select_box label {
	font-size: 40px;
    color: #ccc;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    right: 18px;
    height: 50px;
    margin: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
}
/*身份查询页面样式*/
.chaxun_group_btn {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 1px 3px 1px #ccc;
}
.chaxun_group_btn a {
	float: left;
	width: 33.33%;
	color: #fff;
	outline: 0;
	background: #e87e28;
	font-weight: normal;
}
.chaxun_group_btn a:last-child {
	border-radius: 0 20px 20px 0;
}
.chaxun_group_btn a:first-child {
	border-radius: 20px 0 0 20px;
}
.chaxun_group_btn a.current {
	background: #fff;
	color: #e87e28;
}
.chaxun_btn {
	outline: 0;
	border: 0;
	display: block;
	width: 100%;
	background: #e87e28;
	border-radius: 8px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 20px;
	font-size: 20px;
	color: #fff;
	font-family: "微软雅黑";
	box-sizing: border-box;
}
.data_list table {
	width: 100%;
	margin: 20px 0 0 0;
	border-collapse: collapse;
}
.data_list thead {
	height: 30px;
	background: #e6e6e6;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
}
.data_list table,.data_list td,.data_list th {
	border: 1px solid #ccc;
}
.data_list tbody {
	color: #7d7d7d;
}
.data_list tbody tr {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}
.data_list tbody tr td:last-child {
	text-align: right;
	padding-right: 5px;
	color: #1382ff;
}
.data_list tbody tr:nth-child(2n) {
	background: #e6e6e6;
}
.table_box table {
	width: 100%;
	color: #b3b3b3;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 20px 0 0 0;
}
.table_box td,.table_box tr {
	border: 1px solid #ccc;
	height: 35px;
	line-height: 35px;
}
.table_box td:nth-child(2n-1) {
	background: #e6e6e6;
	text-align: center;
	color: #333;
}
.fy_table table {
	width: 100%;
	margin: 22px 0 0 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.fy_table thead {
	background: #e6e6e6;
}
.fy_table td,.fy_table tr {
	border: 1px solid #ccc;
	min-height: 50px;
	line-height: 50px;
}
.fy_table .check_box {
	top: 5px;
	margin: 0 10px;
}
.fy_table .pp_box {
	padding: 20px;
}
.fy_table .pp_box input:not([type='submit']) {
	height: 50px;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-indent: 18px;
	line-height: 50px;

}
.fy_table .pp_box input[type='submit'] {
	width: 80px;
	background: #e87e28;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 20px;
	border: none;
	outline: 0;
	margin-top: 15px;
	letter-spacing: 5px;
	border-radius: 15px;
	font-family: "微软雅黑";
}
/*低保救济页面样式*/
.list_wrapper {
	/*margin: 5px 0 10px;*/
}
.list_wrapper .list_box li {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #7d7d7d;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.list_wrapper .list_box li.current {
	background: #ffeacd;
	color: #d84200;
	border-bottom: none;
}
.list_wrapper .list_box li:hover {
	background: #ffeacd;
	border-bottom: none;
}
/*项目公示页面样式*/
.group_box {}
.group_box .common_headtop {
	background: #fdeeda;
	text-align: center;
	box-shadow: 0 5px 1px #f3ac47;
}
.link_group li {
	background: #fdeeda;
	margin: 10px 0;
	border-radius: 8px;
	padding: 10px;
	color: #999;
	text-align: center;
}
.link_group li:hover {
	background: #f3ac47;
	color: #fff;
}
.go-page {
	text-align: center;
	margin: 15px 0 0 0;
}
.go-page .next_btn a {
	font-size: 14px;
    padding: 6px 16px;
    border-radius: 8px;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
	margin-bottom:6px;
}
/*项目情况页面样式*/
.show_list li {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	border-bottom: 1px solid #f2f2f2;
}
.show_list li .li_left {
	background: #e6e6e6;
	float: left;
	width: 40%;
	text-align: center;
	color: #565656;
}
.show_list li .li_right {
	overflow: hidden;
	padding: 0 0 0 5px;
}
.show_list li .li_right .text {
	color: #b3b3b3;
}
.show_list li .li_right .red_text {
	color: #de0000;
}
.show_title {
	background: #ffeacd;
	color: #d84200;
	padding: 10px;
	position: relative;
	border-radius: 8px 8px 0 0;
}
.show_title:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 40px;
	border: 10px solid #ffeacd;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: none;
}
/*资金查询页面样式*/
.tool_group_3 {
	padding: 15px 2px;
	background: #e6e6e6;
	margin: 15px 0;
}
.tool_group_3 input {
	height: 34px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-indent: 5px;
	outline: 0;
	font-size: 13px;
}
.tool_group_3 .search_btn_box {
	display: inline-block;
	vertical-align: middle;
}
.tool_group_3 .search_btn_box button {
	font-size: 16px;
	border: none;
	height: 100%;
	width: 100%;
	background: #e40000;
	padding: 4px 8px;
	color: #fff;
	outline: 0;
	border-radius: 20px;
	box-sizing: border-box;
}
.tool_group_3 input:nth-of-type(1) {
	width: 23%;
}
.tool_group_3 input:nth-of-type(2) {
	width: 43%;
}
.zjchaxun_wrapper {
	width: 100%;
	overflow: hidden;
}
.zjchaxun_wrapper ul {
	width: 120%;
	display: none;
}
.zjchaxun_wrapper ul li {
	height: 50px;
	line-height: 50px;
	width: 38%;
	background: #ffeacd;
	text-align: center;
	border-radius: 10px;
	color: #7d7569;
	float: left;
	margin: 0 7% 20px 0;
	font-weight: normal;
	box-shadow: 1px 4px 1px #f3ac47;
}
.zjchaxun_wrapper ul li:hover {
	box-shadow: none;
	color: #d84200;
}
.custom_toggle .custom_head {
	height: 45px;
	line-height: 45px;
	background: #e6e6e6;
	padding: 0 0 0 40px;
	border-radius: 8px 8px 0 0;
	margin: 10px 0 0 0;
}
.custom_toggle .custom_head .fa {
	color: #e87e28;
	font-size: 37px;
	margin: 0 0 0 10px;
	line-height: 46px;
    /*vertical-align: 18%;*/
}
.custom_toggle .head_title {
	float: left;
	max-width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
/*首页页面样式*/
.home_list_wrap {
	overflow: hidden;
	width: 100%;
}
.home_list_wrap ul {
	width: 104%;
}
.home_list_wrap ul li {
	float: left;
	height: 120px;
	width: 30%;
	position: relative;
	border-radius: 5px;
	background: #fadfa1;
	margin: 0 3% 3% 0;
	line-height: 190px;
	text-align: center;
}
.home_list_wrap ul li:hover span {
	color: #d84200;
}
.home_list_wrap span.text {
	color: #fff;
}
.home_list_wrap span.fa {
	color: #fff;
	left: 30%;
	top: 25px;
	font-size: 45px;
	position: absolute;
}
.a_page {
	padding: 0;
	margin-top: 8px;
}
.a_page .a_title {
	color: #d84200;
	font-family: "黑体";
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	height: 80px;
	line-height: 80px;
	background: #ffeacd;
}
.a_page .a_content {
	padding: 20px 30px;
	color: #333;
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 17px;
	text-indent: 2em;
	word-wrap: break-word;
    word-break: break-all;
}
/*底部样式*/
.footer {
	background: #fff;
    width: 85%;
    bottom: 0;
    left: 0;
    position: fixed;
	padding: 8px 30px;
	text-align: center;
	overflow: hidden;
	color: #333;
	border-top: 1px solid #ccc;
}
.footer .text {
	color: #333;
}
.footer .fa {
	position: absolute;
	font-size: 25px;
	left: 35%;
    top: 5px;
}
.footer ul {
	width: 115%;
}
.footer ul li {
	line-height: 90px;
	position: relative;
	width: 20%;
	height: 60px;
	margin-right: 2%;
	float: left;
}
.footer ul li:hover {
	background: #ffebda;
	color: #d84200;
	border-radius: 4px;
}
.footer ul li:hover .text {
	color: #d84200;
}