#inside-content {
	background-color: #fff;
}

.line {
	height: 1px;
	margin: 0 37px 0 36px;
	background-color: #dcdcdc;
}

.btn-box {
	margin: 60px 0 0;
	padding-bottom: 220px;
	text-align: center;
}

.btn-box a {
	width: 240px;
	height: 70px;
	background-color: #007EDF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	margin-left: 30px;
}

.btn-box a:first-child {
	margin-left: 0px;
}
#inside-content{
	/* padding:60px 0 227px; */
}
.tcenter{
	margin-bottom: 32px;
}
.btn-box a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.btn-box a i {
	width: 28px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.btn-box a i.zrr {
	background-image: url(../images/icon_people.png);
}

.btn-box a i.fr {
	background-image: url(../images/icon_stars.png);
}
.btn-box a i.status {
	background-image: url(../images/icon_status.png);
}
.btn-box a span {
	height: 22px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	color: #ffffff;
}

/* 自然人/法人 */
.apply>h3 {
	text-align: center;
	padding: 60px 0 30px;
}

.ysqgk-from {
	padding: 0 8px;
	display: block;
}

.ysqgk-from>.t3 {
	border-bottom: 1px dotted #ddd;
	padding-left: 4px;
	padding-bottom: 12px;
	margin: 60px 57px 40px 59px;
	font-size: 0;
}

.ysqgk-from>.t3:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.ysqgk-from>.t3 i {
	width: 18px;
	height: 26px;
	background-color: #007EDF;
	display: inline-block;
	vertical-align: middle;
}

.ysqgk-from>.t3 b {
	font-size: 21px;
	color: #007EDF;
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	font-weight: normal;
}

.form-group {
	margin-bottom: 30px;
	padding-left: 28px;
	font-size: 16px;
}
.company_input{
	width: 100%;
	height: 0.8rem;
}
.form-group .label {
	width: 172px;
	height: 100%;
	font-size: 16px;
	color: #333333;
	display: block;
	text-align: right;
	font-weight: bold;
	padding-top: 7px;
	margin-right: 15px;
}

.form-check_nth {
	margin-left: 180px;
}

.form-group .btn i {
	display: inline-block;
	vertical-align: middle;
}

.form-group .label>span.red {
	color: #ff0000;
}

.form-group .label>span.not-bold {
	font-weight: normal;
}

.form-group .form-input {
	width: 328px;
}

.input-group-addon img {
	width: 102px;
	height: 35px;
}

.form-group .form-input.alone {
	width: 851px;
	margin-right: 0;
}

.form-group .licenseNumber {
	display: none;
}

.form-group .form-input>.form-control {
	width: 100%;
	height: 35px;
	padding: 5px 16px;
	font-size: 16px;
	color: #000;
	display: inline-block;
	border: 1px solid #bfbfbf;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background-color: white;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: none;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 16px;
	color: #adadad;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
	color: #adadad;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
	color: #adadad;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 16px;
	color: #adadad;
}

.form-group .form-input>.form-control.select {
	padding: 0 0 0 16px;
}

.form-group .form-input>.form-control:focus {
	border-color: #37e;
}

.form-group .mt32 {
	margin-right: 32px;
}

.form-group .upload-btn {
	width: 100%;
	font-size: 0;
	position: relative;
}

.form-group .upload-btn>input[type=file] {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.form-group .upload-img {
	display: inline-block;
	width: 146px;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
}

.form-group .btn {
	width: 100%;
	display: inline-block;
	height: 40px;
	padding: 0 12px;
	margin-bottom: 0;
	line-height: 40px;
	font-weight: 400;
	background-color: #e5e5e5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
}

.form-group .btn:before {
	content: '';
	display: inlne-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.form-group .btn:hover {
	color: #202020;
	background-color: buttonface;
	transition: 0.3s;
}

.form-group .upload-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon_upload.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}

.form-group .btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #666666;
}

.form-group .upload-file {
	margin: 20px 0 0;
}

.hidden {
	display: none;
}

.form-group .upload-file .file-name {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: #666666;
	width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.form-group .upload-file>a {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: #d80000;
}

.form-group .tips {
	font-size: 14px;
	line-height: 25px;
	color: #007EDF;
	margin-top: 20px;
}

.form-group .textarea {
	width: 851px;
	height: 92px;
	padding: 15px 16px 0;
	font-size: 16px;
	color: #000000;
	resize: none;
}

.form-group .form-check {
	min-height: 27px;
	padding-top: 7px;
	position: relative;
}

.form-group .form-check_nth {
	margin-left: 187px;
	margin-top: 28px;
}

.form-check-label {
	width: 220px;
	min-height: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
}

.form-check-label:last-child {
	margin-right: 0;
}

.form-check-input {
	width: 14px;
	height: 14px;
	margin-right: 9px;
	vertical-align: middle;
}

.form-check-label input[type="radio"]:checked+label::before {
	background-color: #01cd78;
	background-clip: content-box;
	padding: .2em;
}

.form-check-input#inlineRadio2 {
	left: 256px;
}

.form-check-input#inlineRadio3 {
	left: 526px;
}

.form-check-input#inlineGet2 {
	left: 256px;
}

.form-check-input#inlineGet3 {
	left: 526px;
}

.form-check-input#inlineGet4 {
	left: 762px;
}

.form-group .form-checkbox {
	vertical-align: middle;
	display: inline-block;
	line-height: 24px;
}

.files .files-item .btn {
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #505050;
	position: relative;
	background-color: #dcdcdc;
	margin-right: 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.files .files-item .btn>input[type=file] {
	width: 145px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	font-size: 0;
	/* 解决chrome cursor: pointer属性不生效问题 */
	filter: alpha(opacity=0);
	cursor: pointer;
}

.files .files-item .files-name {
	line-height: 35px;
	font-size: 16px;
	color: #666666;
}

.files .tips {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	color: #666666;
	padding-left: 8px;
}

.files .tips .red {
	color: #007EDF;
}

.form-btns {
	margin-top: 60px;
	text-align: center;
	padding-bottom: 60px;
}

.form-btns button.btn {
	display: inline-block;
	width: 198px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	font-size: 20px;
	color: #333333;
	text-align: center;
	border: 1px solid #b5b5b5;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: 0.3s;

}

.form-btns button.btn:first-child {
	background-color: #007EDF;
	border-color: #007EDF;
	color: #ffffff;
	margin-right: 50px;
}

.form-btns button.btn:hover {
	background-color: buttonface;
}

.form-btns button.btn:first-child:hover {
	background-color: #007EDF;
}

.img-captcha{
	height: 35px;
	padding-left: 10px;
}

/*  依申请公开*/
.inside-content-status .article>h2{
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-weight: bold;
}
.form-status{
	width: 565px;
	margin-left: auto;
	margin-right: auto;
	margin-top:60px;
}
.form-status .form-group {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.form-status .form-group .label{
	width: 80px;
	font-weight:bolder;
}
.form-status .form-group .captcha{
	width: 217px;
}
.status_enclosure{
	margin-left: 20px;
}
.status_enclosure a{
	color:#007EDF
}

.ysqgk-table-query {
	margin: 60px 20px;
	border: 1px solid #d2d2d2;
	table-layout: fixed;
}
.ysqgk-table-query tr{
	float: left;
}
.ysqgk-table-query .floatNone{
	width: 100%;
}
.ysqgk-table-query .floatNone td{
	width: 958px;
}
.ysqgk-table-query tfoot .deptName{
	width: 530px;
}
.ysqgk-table-query tr th {
	width: 140px;
	height: 40px;
	font-size: 16px;
	padding: 20px 15px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #f8f8f8;
	color: #333333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ysqgk-table-query tr td {
	width: 225px;
	font-size: 16px;
	padding: 20px 15px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ysqgk-table-query:first-child tbody tr th,
.ysqgk-table-query:first-child tbody tr td,
.ysqgk-table-query tfoot tr:last-child td,
.ysqgk-table-query tfoot tr:last-child th{
	border-bottom: 0px;
}
.ysqgk-table-query tr.border_right td{
	border-right: 0px;
}
/* .ysqgk-table-query  tr td {
	min-height: 40px;
	padding: 20px 15px;
	line-height: 30px;
} */
#result>a:hover{
	color: #333333;
}