.gongcheng-type img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 1px solid var(--greyColor5);
	margin-bottom: 20px;
}
.gongcheng-type a {
	font-size: 16px;
}

.rongyu .item {
    border: 1px solid var(--greyColor6);
    padding: 20px 20px 0px;
    margin-bottom: 30px;
    cursor: pointer;
    height: 297px;
}
.rongyu .img {
    padding: 20px;
    height: 225px;
    line-height: 182px;
    text-align: center;
}
.rongyu .img img {
    max-height: 185px;
    max-width: 100%;
    object-fit: cover;
}
.rongyu .item p{
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

