.hz-news-listBox{
	width: 100%;
	max-width:550px;
	height: 185px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 11px;
	padding-top: 30px;
	padding-right: 17px;
	color: #1a1a1a;
    position:relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hz-news-listBox:nth-of-type(even){
	float: right;
}
.hz-news-listBox:nth-of-type(odd){
	float: left;
}
.hz-news-listNumber{
	float: left;
	padding: 0 24px;
	/*font-family:ArialMT;*/
	font-size: 44px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hz-news-listContant{
	float: left;
    width:375px;
}
.hz-news-listHead{
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hz-news-listTitle{
	float: left;
}
    .hz-news-listTitle h4 {
        max-width:310px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: normal !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.hz-news-listTitle h6{
	margin-top: 10px;
}
.hz-news-listMore{
	float: right;
    position:absolute;
    top:30px;
    right:17px;;
}
.hz-news-listContant p{
	width: 100%;
	height: 50px;
	max-width: 430px;
	margin-top: 30px;
}

.hz-news-listBox:hover{
	border-bottom-color: rgba(44, 153, 222, 1);
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-moz-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-ms-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-o-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);	
}

.hz-news-listBox:hover .hz-news-listNumber{
	color: #2c99de;
}
.hz-news-listBox:hover .hz-news-listHead{
	color: #2c99de;
}


.page-nav{
	margin: 0 auto;
	height: 32px;
	margin-top: 60px;
	margin-bottom: 80px;
	position: relative;
}
.page-nav-wrap {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-nav-wrap li{
	float: left;
	width: 32px;
	height: 32px;
	margin: 5px;
	text-align:center;
	line-height: 32px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 1px 1px 1px 1px;
	border: solid 1px rgba(217, 217, 217, 1);
}
.page-nav-wrap li a{
	color: #999999;
	font-size: 20px;
}
.page-nav .page-nav-wrap li:first-child,.page-nav .page-nav-wrap li:last-child{
	border: solid 1px rgba(217, 217, 217, 0);
}
.page-nav-wrap li:hover{
	border-color:rgba(44, 152, 221, 1);
}
.page-nav-wrap li:hover a{
	color:rgba(44, 152, 221, 1);
}
.page-nav-wrap .active{
	background:rgba(44, 152, 221, 1);
}
.page-nav-wrap .active a{
	color: white;
}

