.content_bg{
	background: url(../images/zcfc_bg.png) no-repeat;
	background-size: cover;
}

.character {
	padding-bottom: .7rem;
	overflow: hidden;
}
.character .l_text{
	width: 6.4rem;
	float: left;
}
.character .l_text p{
	font-family: '宋体';
	font-size: .16rem;
	line-height: .28rem;
	color: #333;
}
.character .l_text img{
	padding: 30px 0;
	width: 100%;
}
.character .img{
	float: right;
	padding:.05rem;
	background: #f1f8fd;
}
.character .img img{
	width: 4.07rem;
	height: 5.6rem;
}
.character .HonorList{
	overflow: hidden;
}
.character .HonorList ul{
	width: 50%;
	float: left;
}
.character .HonorList ul li{
	font-size: .16rem;
	line-height: .34rem;
	padding-left: 10%;
	background: url(../images/dian.png) left center no-repeat;
}
.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: 1024px){
	.character .l_text{
		width: 7.4rem;
	}
	.character .l_text p{
		line-height: .38rem;
	}
	.character .HonorList ul li{
		line-height: .54rem;
		overflow: hidden;
	    text-overflow: ellipsis;
	    padding-left: 15%;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	}
}

@media screen and (max-width: 768px){
	.character .HonorList ul{
		width: 45%;
		margin-right: 10%;
	}
	.character .HonorList ul + ul{
		margin-right: 0;
	}
	.news_box .item_list .item .text h3{
		line-height: .3rem;
		margin-bottom: 0;
	}
	.news_box .item_list .item .text p{
		margin: .15rem 0;
	}
}
@media screen and (max-width: 414px){
	.character .l_text{
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	.character .img{
		float: none;
		width: 100%;
	}
	.character .l_text p{
		font-size: 12px;
		line-height: 16px;
	}
	.character .HonorList ul li{
		font-size: 12px;
		line-height: 28px;
		height: 28px;
	}
	
	.character .img img{
		width: 100%;
		height: auto;
	}
	.character .img{
		padding: 10px;
		box-sizing: border-box;
	}
	.news_box .item_list .item{
		width: 100%;
		margin-bottom: 20px;
	/*	display: block;*/
	}
	.news_box .item_list .item .img {
		width: 50%;
	}
	.news_box .item_list .item .img img{
		width: 100%;
		height: auto;
	}
	.news_box .item_list{
		padding: 20px 0;
	}
	.news_box .item_list .item .text{
		padding:10px;
	}
	.news_box{
		padding-bottom: 40px;
	}
	.news_box .title {
		padding-top: 20px;
	}
	.news_box .title h3{
		font-size: 15px;
		padding-bottom: 10px;
	}
	.character{
		padding-bottom: 40px;
	}
	.news_box .item_list .item .text h3{
		font-size: 14px;
		line-height: 18px;
	}
	.news_box .item_list .item .text a{
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: 40px;
		height: 14px;
		background-size: 40px 14px;
	}
	.news_box .item_list .item .text p{
		margin: 5px 0 14px 0;
		font-size: 12px;
	}
}