#article-info{
	padding: 60px 60px;
}
.list-info h2{
	font-size: 26px;
	color: #333;	
	text-align: center;
	margin-bottom: 30px;
	font-weight: bolder;
}
.zrxx-form{
	margin: 0 auto;
}
.zrxx-form-header{
	height: 50px;
	padding-top: 10px;
	margin-bottom: 40px;
	position: relative;
}
.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: #1A63B5;
	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: #1A63B5;
	display: inline-block;
}
.zrxx-form-content{
	padding: 0 40px;
}
.zrxx-form-content.stipulate{
	margin: 60px 0;
}
.zrxx-form-content>p{
	font-size: 16px;
	line-height: 36px;
	color: #515151;
}
.form-group{
	margin-bottom: 30px;
	font-size: 16px;
}
.form-group .label{
	width: 96px;
	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: 282px;
	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;
	margin-right: 10px;
}
.form-input>img{
	width: 145px;
    height: 36px;
    margin-right: 7px;
}
.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: 114px;
	height: 35px;
	padding: 5px 0 5px 13px;
	font-size: 16px;
	color: #444444;
	margin-right: 10px;
}
.form-group .textarea{
	width: 590px;
	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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.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: #989898;
}
.files .tips{
	margin-top: 20px;
	font-size: 16px;
	color: #000000;
	padding-left: 8px;
}
.files .tips .red{
	color: #cf0000;
}
.form-group.check>.label{
	padding-top: 0;
}
.form-group .form-check{
	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: 5px;
	left: 20px;
	margin-left: -20px;
	vertical-align: middle;	
}
.form-check-input#isPublic2{
	left: 84px;
}
.form-group .care{
	font-size: 16px;
	color: #cf0000;
}
.form-btns{
	margin-top: 60px;
	text-align: center;
}
.form-btns>span,.form-btns>.query{
	display: inline-block;
	width: 198px;
	height: 50px;
	line-height: 48px;
	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>span.blue,.form-btns>.query.blue{
	background-color: #1A63B5;
	color: #fff;
	border: 1px solid #1A63B5;
}
.form-btns>span.blue:hover,.form-btns>.query.blue:hover{
	background-color: #cf0000;
}
::-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;
}
#query{
	display: none;
	padding: 0 4px;
}
#query .zrxx-form-content{
	padding: 0;
}
#query .form-control{
	width: 222px;
}
#query .query-box{
	width: 438px;
	height: 270px;
	margin: 60px auto 0;
	background-color: #effaff;
	padding: 40px 55px 40px 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#query .code{
	width: 112px;
}
#query .code-img{
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #005fae;
}
#query .form-btns{
	margin-top: 40px;
	padding-bottom: 0;
}
#query .form-btns>span{
	width: 250px;
	height: 44px;
	line-height: 44px;
	background-color: #0068b7;
}
.hdjl_qzxx .zrxx-form-content>p{
  color:#333;
}
.hdjl_qzxx .hdjl_qzxx_btn div{
  width: 241px;
  height: 70px;
  display: inline-block;
	background-color: #1b65b9;
  border-radius: 5px;
}
.hdjl_qzxx .hdjl_qzxx_btn div:first-child{
  margin:0 33px 0 116px;
}
.hdjl_qzxx .hdjl_qzxx_btn div a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  color:#fff;
  line-height: 70px;
}
.hdjl_qzxx .hdjl_qzxx_btn div a i{
  width: 26px;
  height: 26px;
  display: inline-block;
  margin:0 22px 0 58px;
  vertical-align: middle;
  background: url(../images/icon_hdjl_wyxx.jpg);
  background-size: 100% 100%;
}
.hdjl_qzxx .hdjl_qzxx_btn div:last-child a i{
  margin-right: 18px;
  background: url(../images/icon_hdjl_cx.png);
  background-size: 100% 100%;
}