.hidden{
	display: none;
}
.article-content{
	width: 994px;
	margin: 0 auto;
}
.group-item{
	margin-top: 53px;
}
.group-item>h3{
	font-size: 20px;
	color: #037edb;
	margin-bottom: 15px;
}
.group-item>h3>span{
	font-size: 16px;
	color: #515151;
	font-weight: normal;
}
.group-item>.line{
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin-bottom: 25px;
	margin-top: 0;
}
.group-item>p{
	font-size: 16px;
	color: #515151;
}
.group-item>p.paragraph{
	line-height: 42px;
}

.group-item>p.file-name {
	padding-bottom: 30px;
	border-bottom: 1px dashed #ededed;
}

.group-item>.tab p{
    font-size: 20px;
    margin-bottom: 15px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 0;
}
.group-item>.tab p.active{
    color: #037edb;
}
.group-item>.tab p:first-child{
	margin-right: 36px;
}
.group-item .input-box{
	margin-bottom: 25px;
}
.group-item .input-box .input-group.mr{
	margin-right: 50px;
}
.group-item .input-box .input-group label{
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}
.group-item .input-box .input-group label span{
	color: #ff0000;
}
.group-item .input-box .input-group input{
	display: block;
	width: 328px;
	height: 35px;
	padding: 0 16px;
}
.group-item .input-box .input-group textarea{
	width: 832px;
	height: 92px;
	resize: none;
	padding: 6px 16px;
	font-size: 14px;
	font-family: Arial;
	outline: none;
}

.group-item .input-box .input-group .code-box{
	font-size: 0;
	height: 40px;
}
.group-item .input-box .input-group .code-box:before{
	content: '';
	display: inlne-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.group-item .input-box .input-group input[name="captcha"]{
	width: 134px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.group-item .input-box .input-group .code-box img{
	width: 100px;
	height: 38px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.group-item .input-box .input-group .code-box .get-code{
	cursor: pointer;
}
.group-item .input-box .input-group .code-box .get-code:hover{
	color: #FF0000;
	text-decoration: underline;
}

.group-item .input-box .input-group .code-box span{
	font-size: 14px;
	color: #818181;
	display: inline-block;
	vertical-align: middle;
}
.group-item .btn-box{
	margin-top: 40px;
}
.group-item .btn-box button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	outline: none;
	cursor: pointer;
}
.group-item .btn-box button[type="submit"]{
	background-color: #ffb400;
	color: #fff;
	border-color: #ffb400;
	margin-right: 40px;
}

/* 调查征集列表 begin */
.personal-tailor .item-box-dczj li{
	min-height: 90px;
	background-color: #fff;
	padding: 20px 48px 27px 40px;
	position: relative;
	border-bottom: 1px solid #f8f8f8;
}
.personal-tailor .item-box-dczj li:hover{
	background-color: #f3faff;
}
.personal-tailor .item-box-dczj li:before{
	width: 20px;
	height: 40px;
	line-height: 1px;
	font-size: 50px;
	content: ".";
	display: block;
	position: absolute;
	top: 16px;
	left: 40px;
	color: #b5b5b5;
}
.personal-tailor .item-box-dczj li a{
	display: block;
	margin-left: 20px;
}
.item-li-a h2{
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.item-li-a .other{
	font-size: 16px;
	color: #575757;
	margin-bottom: 22px;
}
.item-li-a .other>span{
	margin-left: 32px;
}
.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;
}
.item-li-a .btn.orange{
	background-color: #ffb400;
}
.item-li-a .btn.blue{
	background-color: #037edb;
}
/* 调查征集列表 end */