.rczp_box {
	margin-bottom: 20px;
}

.rczpitem {
	margin-bottom: 10px;
}

.rczpitem .tt1 {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-indent: 10px;
	cursor: pointer;
	position: relative;
	color: #fff;
}

.rczpitem .tt1:after {
	content: "+";
	position: absolute;
	right: 15px;
	font-size: 25px;
	line-height: 34px;
	font-weight: normal;
}

.rczpitem .tt1-off {
	background: #3988f0;
}

.rczpitem .tt1-off:after {
	content: "+";
}

.rczpitem .tt1-on {
	background: #04459a;
}

.rczpitem .tt1-on:after {
	content: "-";
	font-size: 30px;
}

.rczpitem_cont {
	display: none;
}

.rczpitem_table {
	width: 100%;
	border-top: 1px solid #04459a;
	border-left: 1px solid #04459a;
}

.rczpitem_table tr {
	line-height: 25px;
	border-bottom: 1px solid #04459a;
}

.rczpitem_table tr th {
	width: 86px;
	padding: 10px 0;
	color: #04459a;
	padding-left: 5px;
}

.rczpitem_table tr td {
	border-right: 1px solid #04459a;
}

.rczpitem_gwzz h3 {
	color: #014195;
	font-size: 16px;
}

.rczpitem_gwzz p {
	line-height: 23px;
}

.rczpitem_form {
	margin-top: 20px;
	border-top: 1px dashed #ddd;
}

.rczpitem_form h3 {
	color: #014195;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.rczpitem_form_box form dl {
	float: left;
	width: 48%;
	line-height: 35px;
	margin-right: 4%;
}

.rczpitem_form_box form dl:nth-of-type(2n) {
	margin-right: 0px;
}

.rczpitem_form_box form dl dt {
	float: left;
	width: 25%;
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
}

.rczpitem_form_box form dl dd {
	float: left;
	width: 75%;
}

.rczpitem_form_box form dl dd input[type=text] {
	width: 100%;
	height: 35px;
	line-height: 25px;
	border: 1px solid #aaa;
	padding-left: 10px;
}

.rczpitem_form_box form dl dd select,
.rczpitem_form_box form dl dd select option {
	line-height: 35px;
	height: 35px;
	width: 100%;
	border: 1px solid #aaa;
}

.rczpitem_form_box form .rczpitem_textarea {
	width: 100%;
	clear: left;
}

.rczpitem_form_box form .rczpitem_textarea dt {
	clear: left;
}

.rczpitem_form_box form .rczpitem_textarea dd {
	clear: left;
	width: 100%;
}

.rczpitem_form_box form .rczpitem_textarea dd textarea {
	width: 100%;
	height: 100px;
	line-height: 25px;
	border: 1px solid #aaa;
}

.rczpitem_form_box .rczpitem_form_btn {
	display: table;
	margin: 0px auto 10px;
}

.rczpitem_form_box .rczpitem_form_btn input[type=submit] {
	width: 150px;
	line-height: 35px;
	background: #014195;
	color: #FFF;
	border: 0;
	font-size: 18px;
}

.rczpitem_form_box form dl dd input[type=text]:focus,
.rczpitem_form_box form dl dd select:focus,
.rczpitem_form_box form .rczpitem_textarea dd textarea:focus {
	border: 1px solid #014195;
}

@media screen and (max-width: 768px) {
	.rczpitem_form_box form dl {
		clear: left;
		width: 100%;
	}
	.rczpitem_form_box form dl dt {
		width: 90px;
	}
	.rczpitem_form_box form dl dd {
		width: 70%;
	}
	.rczpitem_form_box form .rczpitem_textarea dt {
		width: 100%;
	}
	.rczpitem_form_box form .rczpitem_textarea dd {
		width: 100%;
	}
}

@media screen and (max-width: 330px) {
	.rczpitem_form_box form dl {
		clear: left;
		width: 100%;
	}
	.rczpitem_form_box form dl dt {
		width: 100%;
		clear: left;
	}
	.rczpitem_form_box form dl dd {
		width: 100%;
		clear: left;
	}
	.rczpitem_form_box form .rczpitem_textarea dt {
		width: 100%;
	}
	.rczpitem_form_box form .rczpitem_textarea dd {
		width: 100%;
	}
}


/*资料下载样式*/

.zlxz_list {}

.zlxz_list li {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:5px 10px;
	border-left: 3px solid #07499f;
	margin-bottom: 10px;
}
.zlxz_info{
	width:100%;
	min-height:30px;
}
.zlxz_info a {
	width: 100%;
	line-height: 30px;
	display: block;
	clear: both;
	overflow: hidden;
	font-size:16px;
}

.zlxz_info_word {
	float: left;
}

.zlxz_info_time {
	float: right;
}

.zlxz_mm {
	display: none;
	
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
	overflow: hidden;
}
.zlxz_mm span{
	line-height: 29px;
	float:left;
}
.zlxz_mm input[type=text] {
	width: 100px;
	border: 1px solid #999;
	float:left;
	line-height: 25px;
}

.zlxz_mm input[type=password] {
	width: 100px;
	border: 1px solid #999;
	float:left;
	line-height: 25px;
}
.zlxz_mm input[type=text]:focus {
	border: 1px solid #3a89f1;
	text-align: center;
}

.zlxz_mm input[type=submit]  {
	/*height: 29px;*/
	line-height: 23px;
	margin-left: 3px;
	float:left;
}