.yisheng-content {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.yisheng-item {
	width: 31%;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.yisheng-item:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
	transition: all .5s;
}

.yisheng-item:nth-child(n + 4) {
	margin-top: 30px;
}

.yisheng-first {
	width: 240px;
	height: 240px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
}

.yisheng-first>img {
	max-width: 220px;
	max-height: 220px;
	min-width: 220px;
	min-height: 220px;
	border-radius: 11px;
	overflow: hidden;
}

.yisheng-second {
	margin-top: 30px;
	display: flex;
	align-items: flex-end;
}

.yisheng-name {
	font-size: 20px;
	color: #333333;
	font-weight: bolder;
	margin-right: 2%;
}

.yisheng-zhiwei {
	font-size: 14px;
	color: #666666;
}

.yisheng-third {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 14px;
	margin-top: 17px;
}

.yisheng-third .iconfont {
	margin-right: 9px;
}

.yisheng-third .address {
	margin-right: 15px;
}

.yisheng-hengxian {
	height: 1px;
	background-color: #D8D8D8;
	margin: 28px 0 21px 0;
}

.yisheng-shanchang {}

.shanchang-item {
	width: 30%;
	font-size: 14px;
	color: #4A1C80;
	display: inline-block;
}

@media screen and (max-width:940px) {
	.yisheng-item {
		width: 45%;
	}

	.yisheng-item:nth-child(n + 4) {
		margin-top: 0;
	}

	.yisheng-item:nth-child(n + 3) {
		margin-top: 30px;
	}
}

@media screen and (max-width:560px) {
	.yisheng-item {
		width: 100%;
	}

	.yisheng-item:nth-child(n + 4) {
		margin-top: 0;
	}

	.yisheng-item:nth-child(n + 3) {
		margin-top: 0;
	}

	.yisheng-item:nth-child(n + 2) {
		margin-top: 30px;
	}
}
@media screen and (max-width: 560px) {
    .yisheng-item {
        width: 48%;
    }

    .yisheng-first {
        width: 130px;
        height: 130px;
    }

        .yisheng-first > img {
            min-width: 100%;
            min-height: 100%;
        }

   

    .yisheng-item {
        margin-top: 30px;
    }
}