.zx-content{background: #fff;margin-bottom: 20px;margin-top: 20px;}
.zx-content ul{padding-left:15px;padding-bottom: 10px;}
.zx-content ul::after{display: block;content: "";clear: both;}
.zx-content ul li{position: relative;margin-top:10px;float: left;width: 33%;margin-bottom:15px;background: #fff; overflow: hidden; height: 100px;}
.zx-content ul img{width: 150px; position: absolute;left: 0px;}
.zx-content ul h3{padding-left: 160px;font-size:18px;margin-bottom:6px;display: inline-block;width:225px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 20px;}
.zx-content ul p{
	padding-left: 160px;
	padding-right: 20px;
	height: 40px;
	color: #808080;
	font-size: 14px;
	line-height: 1.6;
/*	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
	overflow: hidden;
	position: relative;
}
.zx-content ul p:after {
        content: '...';
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 10%;
        height:18px;
        /*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);*/
    }
}
.zx-content::after{display: block;content: "";clear: both;}
.titleh2 {
    color: #333;
    font-size: 24px;
    line-height: 64px;
    
}
#gz{ width:100%; height:50px; text-align:center; margin:0px auto; padding:0px; position: absolute;top: 52px;left:0px;}

