/*覆盖bootstrap样式*/
input {
}

/*顶部搜索栏bootstrap冲突*/
.search_content {
	box-sizing: content-box;
}

.search_content .search_input {
	font: normal normal 14px arial, sans-serif;
}

.header_nav .nav_container ul .nav_item a:hover {
	text-decoration: none;
}

/*通用样式覆盖*/
.wrapper .main_body div.main_body-content .content-container {
	padding: 10px 0;
	min-height: 0;
	text-align: left;
}

/*ul-li列表样式*/
.wrapper .main_body .data-list {
	width: 80%;
	margin: 30px auto;
	border: 1px solid #e4e4e4;
	border-bottom: none;
}

.wrapper .main_body .data-list .item {
	position: relative;
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}

.wrapper .main_body .search-list {
	position: relative;
	width: 1180px;
	margin: 10px auto 20px;
	padding: 20px;
	text-align: left;
	background: url("../images/yzcx_bg.jpg") no-repeat 0 0;
	min-height: 140px;
}

.wrapper .main_body .data-list .item .left,
.wrapper .main_body .search-list .left {
	padding-right: 100px;
}

.wrapper .main_body .data-list .item .left .title,
.wrapper .main_body .search-list .left .title {
	cursor: pointer;
	font-size: 16px;
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	font-weight: 600;
	letter-spacing: 1px;
}

.wrapper .main_body .data-list .item .left .cunxu,
.wrapper .main_body .search-list .left .cunxu {
	margin-left: 20px;
	padding: 0 5px;
	font-size: 14px;
	color: #009200;
	border: 1px solid #009200;
}

.wrapper .main_body .data-list .item .left .label,
.wrapper .main_body .search-list .left .label {
	padding: 5px 0;
	font-size: 14px;
}

.wrapper .main_body .data-list .item .left .label > span,
.wrapper .main_body .search-list .left .label > span {
	margin-right: 20px;
}

.wrapper .main_body .data-list .item .left .address,
.wrapper .main_body .search-list .left .address {
	padding-top: 10px;
	font-size: 14px;
	padding-left: 28px;
	background: url("../images/icon_add.png") no-repeat 0 8px;
}

.wrapper .main_body .data-list .item .right {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 80px;
}

.wrapper .main_body .data-list .item .right > span {
	width: 100%;
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

.wrapper .main_body .data-list .item .right > span.red {
	border: 1px solid red;
	color: red;
}

.wrapper .main_body .search-list .right {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 150px;
}

.wrapper .main_body .search-list .right a {
	background-color: #4598f2;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 8px;
}

/*sear_nav样式*/
.wrapper .main_body .sear_nav {
	position: relative;
	background-color: #fcfcfe;
	border-top: 1px solid #dcdcdc;
}

.wrapper .main_body .sear_nav::before {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}

.wrapper .main_body .sear_nav ul li {
	margin-left: 0;
	width: 10%;
}

.wrapper .main_body .sear_nav ul li .new-tab {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #353535;
	display: block;
	border-top: none;
	background-color: transparent;
	text-decoration: none;
	overflow: hidden;
}

.wrapper .main_body .sear_nav ul li .new-tab em {
	color: #3dc1ff;
}

.wrapper .main_body .sear_nav ul li.on .new-tab {
	background-color: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 2px solid #ffffff;
}

.wrapper .main_body .sear_nav ul li.on .new-tab,
.wrapper .main_body .sear_nav ul li .new-tab:hover {
	color: #3dc1ff;
}

.wrapper .main_body .sear_nav ul li.on span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #3dc1ff;
	border: none;
	margin-left: 0;
}

/*分页样式*/
.pagination > li {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.pagination > li > a, .pagination > li > span {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 4px;
	float: none;
	background-color: transparent;
	color: #606060;
	line-height: 20px;
}

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #606060;
	border: none;
	background-color: transparent;
	cursor: default;
}

.pagination .li-page-btn {
	vertical-align: middle;
	height: auto;
}

.pagination li .page-btn {
	position: static;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 4px;
	float: none;
	background-color: transparent;
	color: #606060;
	line-height: 20px;
	border: 1px solid #ccc;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

/*表格样式*/
.wrapper .main_body div.main_body-content #societyCodeCheck table .th_1 {
	background: #f1f9fc;
}

.wrapper .main_body div.main_body-content #societyCodeCheck table {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.wrapper .main_body div.main_body-content #societyCodeCheck table .index {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	color: #f78b0d;
	background: #ffffff;
	border-radius: 50%;
}

/*下方收缩样式*/
.zkg_con {
	padding: 15px;
	overflow: hidden;
	margin-bottom: 0;
}

.zkg_con .list_showd {
	padding: 0;
	cursor: auto;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

.zkg_con .list_showd a {
	width: 100%;
	padding: 0 15px;
	background-color: #dcecfb;
}

.zkg_con .list_showd a span {
	display: inline-block;
}

.zkg_con .list_showd a span.list_numd {
	width: 95%;
}

.zkg_con .list_showd a span.up {
	background: url("../images/right.png") no-repeat 14px 8px;
	background-size: 40%;
	width: 40px;
	height: 40px;
	transition: .3s;
}

.zkg_con .list_showd.on a .up {
	transform: rotate(90deg);
}

.zkg_con .list_showd h2 {
	font-size: 15px;
	text-align: left;
	padding: 5px;
}

.zkg_con .list_showd h2 .tousu {
	float: left;
	font-size: 14px;
	color: #f88c0e;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 3px #bcbebe;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.zkg_con .list_showd h2::after {
	content: '';
	clear: both;
	height: 0;
}

.zkg_con .list_showd h2 em {
	color: #3dc1ff;
}

/*异议投诉页面样式*/
#content {
	margin-top: 0;
}

#content .content {
	padding: 20px 3px;
	background: url("../images/yzcx_bg.jpg") repeat 0 0;
}

#content .content h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

#content .content .form-box {
	padding: 0 200px;
}

/*覆盖bootstrap-label样式*/
#content .content .form-box .form-horizontal .control-label {
	padding-right: 0;
	padding-left: 0;
}

#content .content .form-box textarea {
	width: 100%;
	height: 100px;
	resize: vertical;
	padding: 5px;
}

#content .content .form-box .city-select {
	display: inline-block;
	width: auto;
}

#content .content .form-box .font {
	display: inline-block;
	padding: 0 10px;
}

#content .content .form-box table tr td {
	position: relative;
	padding: 0 5px 25px;
	height: 30px;
	line-height: 30px;
	width: 30%;
}

#content .content .form-box label.error {
	position: absolute;
	bottom: 0;
	left: 18px;
	margin-bottom: -20px;
	color: #ff4d44;
	font-size: 12px;
	line-height: 25px;
}

#content .content .form-box table .t-label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: right;
}

#content .content .form-box table .t-label .top {
	position: absolute;
	top: 5px;
	right: 5px;
}

#content .content .form-box table .t-label span {
	color: red;
}

#content .content .form-box .title-box {
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	font-size: 16px;
}

#content .content .form-box .title-box::before {
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	left: 10px;
	width: 3px;
	height: 20px;
	background-color: #0d74d3;
}

#content .content .form-box .submit-btn {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #e1e1e1;
}

#content .content .form-box .submit-btn .submit {
	background-color: #ea690b;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: none;
}

#content .content .form-box .submit-btn .submit:hover {
	background-color: #ea731d;
}

