.content_bg{
	background: url(../images/zcfc_bg.png) no-repeat;
	background-size: cover;
}

.character {
	padding-bottom: .7rem;
	overflow: hidden;
}   	
.zbzp_list{
	line-height: 40px;
	margin-top:15px; 
	overflow: hidden;
}
.fl{
	float: left; 
	width: 32%; 
	text-align: right;
}
.fr{
	float: left;
}
.Input1{
	height: 38px; 
	width:280px;
	line-height: 38px; 
	padding: 0 10px; 
	border: 1px solid #ddd; 
	background-color: #fafafa;
}
.Input2{
	height: 38px; 
	width:300px;
	line-height:38px; 
	padding: 0 10px; 
	border: 1px solid #ddd; 
	background-color: #fafafa;
}
.Input3{
	border: 1px solid #ddd; 
	background-color: #fafafa; 
	width:20px; 
	height:20px;
}
.textarea{
	width:550px; 
	height:150px;
	margin-left:72%;
}
.button_div{
	margin-top:20px; 
	margin-left:32%;
}
.ButtonV1 { 
	height: 40px; 
	line-height: 40px; 
	padding: 0 20px; 
	background-color:#e70012; 
	color: #fff; 
	border:none;
	font-size: 18px; 
	cursor: pointer; 
}
.news_box{
	padding-bottom: .6rem;
	background: #f1f8fd;
}
.news_box .title{
	padding-top: .62rem;
	text-align: center;
	border-bottom: 1px solid #e7ecef;
}
.news_box .title h3{
	display: inline-block;
	font-size: .3rem;
	color: #006db8;
	font-weight: bold;
	padding-bottom: .26rem;
	border-bottom: 5px solid #006db8;
}
.news_box .item_list{
	padding:.4rem 0 .46rem 0;
	overflow: hidden;
}
.news_box .item_list .item{
	display: flex;
	width: 6.3rem;
	margin-bottom: .4rem;
	background: #fff;
	float: left;
}
.news_box .item_list .item:nth-child(odd){

    margin-right: .4rem;

}
.news_box .item_list .item .img img{
	width: 2.66rem;
	height: 1.95rem;
}
.news_box .item_list .item .text{
	position: relative;
	flex: 1;
	padding: .2rem;
}
.news_box .item_list .item .text h3{
	font-size: .18rem;
	line-height: .28rem;
	margin-bottom: .26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news_box .item_list .item .text p{
	font-size: .16rem;
	color: #999;
	margin-bottom: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news_box .item_list .item .text a{
	width: .64rem;
	height: .23rem;
	display: block;
	background: url(../images/zcfc_btn.png) no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 768px){
	.fl{
		float: left; 
		width: 20%; 
		text-align: right;
	}
	.Input1{
		height: 38px; 
		width:200px;
		line-height: 38px; 
		padding: 0 10px; 
		border: 1px solid #ddd; 
		background-color: #fafafa;
	}
    .Input2{
    	height: 38px; 
    	width:220px;
    	line-height:38px; 
    	padding: 0 10px; 
    	border: 1px solid #ddd; 
    	background-color: #fafafa;
    }
    .gs{
    	display: none;
    }
    .textarea{    
    	height: 150px !important;
        margin-left: 28%;
    }
}
@media screen and (max-width: 414px){

	.character{
		padding-bottom: 40px;
	}
	
}

