.gzhxxbox{
	display: flex;
	justify-content: space-between;
}
.gzhxxbox-zc{
    width: 48%;
}
.gzhxxbox-dtbox{
	padding: 12px 10px 12px 10px;
	border-bottom: 1px solid #cfcfcf;
	/* cursor: pointer; */
}
.gzhxxbox-dtbox1{
	padding: 12px 10px 12px 10px;
	border: none;
	background-image: linear-gradient(to bottom,#fdd3d3,#fff4f4);
	box-shadow: 0px 0px 6px 0px #dadada;
	/* cursor: pointer; */
}
.gzhxxbox-pb{
	display: flex;
}
.gzhxxbox-dtimg{
	width: 126.5px;
	height: 77px;
	overflow: hidden;
}
.gzhxxbox-dtimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gzhxxbox-dtwz{
	width: 75%;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gzhxxbox-dtwz p{
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.gzhxxbox-dticon{
	width: 100%;
}
.gzhxxbox-dticon img{
	float: right;
	display: block;
	width: 20px;
	height: auto;
	cursor: pointer;
}