﻿.zz_body_wraper{
	font-size: 15px;
}

.zz_searchContent{
	height: 70px;
	padding-top: 20px;
	margin: 0px;
	border-bottom: 5px solid #e5e5e5;
}
.zz_body_wraper a{
	color: #0a0a0a;
}
.zz_body_wraper a:hover{
	text-decoration: none;
}
.zz_middleContent_title{
	line-height: 70px;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	z-index: 999;
	height: 70px;
	width: 100%;
	background-size:100% ;
	background: url("../../img/zz/zz_middleContent_title.png") repeat;
}
.zz_middleContent_conter{
	/* font-size:clamp(1rem, 0.784rem + 1.45vw, 1.125rem); */
	/* white-space: nowrap; 防止文字换行 */
    /* overflow: hidden; 防止文字溢出 */
	font-size: 18px;
	text-overflow: ellipsis; 
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
	padding-left: 30px;
	font-weight:bold ;
}
.zz_articleContentMargin{
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: flex;

}
.zz_middleContent_conter_a{
	width: 100%;
	height: 100%;
	/* font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem); */
}

.zz_middleContent_conter_a_hover{
	color: #0161b5 !important;
	background-color: #f4fbff;
}
.zz_middleContent_conter_a_hover a{
	color: #0161b5 !important;
}
.zz_articleTitle{
	height: 100%;
	width: 70%;
 }
.zz_articleFrom{
	text-align: right;
	height: 100%;
	width: 30%;

}
.pagger-box{
	overflow: hidden;
}