.ggtplb_box{
	margin: 50px 0px 50px 0px;
}
.gshj_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gshj_item{
	width: calc(96% / 3);
	padding: 10px;
    padding-bottom: 0;
    border: 1px solid #ddd;
    margin-bottom: 2%;
}
.gshj_item .gshjimg {
	overflow: hidden;
	transition: all 0.4s;
}
.gshj_item .gshjimg img{
	transition: all 0.4s;
}
.gshj_list .gshj_item p{
	text-align: center;
    line-height: 52px;
    font-size: 16px;
    color: #333;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.gshj_item:hover .gshjimg img{
	transform: scale(1.2);
}


@media screen and (max-width:992px) {
	.gshj_item{
		width: 49%;
	}
	.gshj_list .gshj_item p {
		line-height: 40px;
	}

}


@media screen and (max-width:769px) {
	.ggtplb_box {
		margin: 20px 0px 40px 0px;
	}

}