﻿.list-info h2 {
	font-size: 32px;
	color: #515151;
	text-align: center;
	padding: 23px 0;
	font-weight: bold;
}
.zrxx-form {
	width: 784px;
	margin: 0 auto;
}
.zrxx-form-header {
	height: 50px;
	padding-top: 10px;
	margin-bottom: 35px;
	position: relative;
	margin-top: 20px;
}
.zrxx-form-header > .header-title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #2299f5;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.zrxx-form-header > .header-tips {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #555555;
	padding: 0 25px;
	text-align: right;
	background-color: #eeeeee;
}
.zrxx-form-header > .header-tips > .red {
	color: #ff0404;
}
.zrxx-form-header > .header-tips > a {
	font-size: 20px;
	color: #4177d0;
	display: inline-block;
}
.zrxx-form-content {
	padding: 0 30px;
}
.form-group .form-input {
	width: auto;
}
.zrxx-form-content > p {
	font-size: 16px;
	line-height: 36px;
	color: #515151;
}
.form-group {
	margin-bottom: 30px;
	font-size: 16px;
}
.form-group .label {
	width: 95px;
	font-size: 16px;
	color: #000000;
	display: block;
	text-align: right;
	padding-top: 7px;
	margin-right: 9px;
}
.form-group .label > span.red {
	color: #ff0000;
}
.form-group .form-input {
}
.form-group .form-input > .form-control {
	width: 240px;
	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, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	background-color: white;
	margin-right: 10px;
}
.form-group .form-input .not-mr {
	margin-right: 0;
}
.form-group .form-input > .form-control.sm-145 {
	width: 145px;
}
.form-group .form-input > .form-control.sm-220 {
	width: 220px;
}
.form-group .form-input .form-btn {
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border: none;
	background-color: #bfbfbf;
	cursor: pointer;
}
.form-group .form-input .select {
	width: 100px;
	height: 35px;
	padding: 5px 0 5px 13px;
	font-size: 16px;
	color: #444444;
	margin-right: 10px;
}
.form-group .textarea {
	width: 550px;
	height: 116px;
	padding: 15px 16px 0;
	font-size: 16px;
	color: #000;
	font-family: "微软雅黑", "宋体";
}
.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;
}
.files .files-item .btn > input[type="file"],
.files .files-item .btn #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 .btn > .layui-upload-wrap {
	position: absolute;
	left: 0;
	top: 0;
}
.files .files-item .files-name {
	line-height: 35px;
	font-size: 16px;
	color: #989898;
}
.files .tips {
	margin-top: 20px;
	font-size: 16px;
	color: #000000;
	padding-left: 8px;
}
.files .tips .red {
	color: #cf0000;
}
.form-group .form-check {
	min-height: 27px;
	padding-top: 7px;
	position: relative;
}
.form-check-label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	margin-right: 23px;
}
.form-check-input {
	position: absolute;
	top: 8px;
	left: 20px;
	margin-left: -20px;
	margin-top: 4px;
	vertical-align: middle;
}
.form-check-input#isPublic2 {
	left: 84px;
}
.form-group .care {
	padding-top: 7px;
	font-size: 16px;
	color: #cf0000;
}
.form-btns {
	margin-top: 38px;
	padding-bottom: 59px;
	text-align: center;
}
.form-btns > a,
.form-btns > span {
	display: inline-block;
	width: 198px;
	height: 52px;
	line-height: 50px;
	background-color: #fff;
	font-size: 20px;
	color: #1e1e1e;
	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 > a > input {
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
}
.form-btns > .blue {
	background-color: #2299f5;
	color: #fff;
	border: 1px solid #2299f5;
}
.form-btns > a.blue:hover {
	background-color: #0267b3;
}
::-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:focus {
	border-color: #37e;
}
.list-info > #query {
	display: none;
}
.list-info > #query .zrxx-form-content {
	padding: 0;
}
.list-info > #query .form-control {
	width: 222px;
}
.list-info > #query .query-box {
	width: 438px;
	height: 270px;
	margin: 46px auto 0;
	background-color: #effaff;
	padding: 45px 55px 45px 45px;
}
.list-info > #query .code {
	width: 120px;
}
.list-info > #query .code-img {
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #005fae;
}
.list-info > #query .form-btns {
	margin-top: 46px;
	padding-bottom: 0;
}
.list-info > #query .form-btns > a {
	width: 250px;
	height: 44px;
	line-height: 44px;
	background-color: #0068b7;
}

.queryMethod {
	width: 100%;
	padding: 60px 0 167px 0;
	text-align: center;
}
.queryMethod > a {
	display: inline-block;
	width: 240px;
	height: 70px;
	background: #2299f5;
	color: #fff;
	border-radius: 5px;
	line-height: 70px;
	font-size: 22px;
}
.queryMethod > a:first-child {
	margin-right: 27px;
}

.hf_w220 {
	width: 220px !important;
}
.hf_form_box .form-group {
	padding-left: 0 !important;
}
.hf_w120 {
	width: 120px !important;
}
#article-info .item-li-a .btn {
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 23px;
}
#article-info .item-li-a .btn.orange {
	background-color: #ffb400;
}
#article-info .item-li-a .btn.blue {
	background-color: #037edb;
}
#article-info .item-li-a .btn.red {
	background-color: #037edb;
}

.table-query {
	margin: 60px 20px;
	border: 1px solid #d2d2d2;
	table-layout: fixed;
}
.table-query tr th {
	width: 155px;
	height: 40px;
	font-size: 16px;
	border: 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;
}
.table-query tr td {
	width: 200px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #d2d2d2;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.table-query tbody tr td {
	min-height: 40px;
	padding: 20px 15px;
	line-height: 30px;
}

.picScroll-left {
	overflow: hidden;
	position: relative;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	float: left;
	width: 310px;
	overflow: hidden;
	text-align: center;
	margin-right: 19.5px;
}
.picScroll-left .bd ul li:last-child {
	margin-right: 0;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 242px;
	height: 160px;
	display: block;
}
