.unders {
	text-align: center;
    padding-top: 1px;

}
.unders ul {
    width: 1200px;
    margin: 0 auto;
	padding: 15px 0;
}
.clear {
    display: block;
}
.clear {
    zoom: 1;
    clear: both;
    display: inline-block;
}
.unders li {
    float: left;
    width: 31%;
    height: 480px;
    line-height: 32px;
    font-size: 16px;
    background: #fff;
    margin-top: 30px;
    text-align: left;
	margin: 10px;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.unders li	.un-img {
	height: 182px;
    overflow: hidden;
}
.unders li .un-txt {
    padding: 15px;
}
.unders li span {
    width: 24px;
    height: 3px;
    background: #eb6877;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}
.unders li h3 {
    font-size: 22px;
	margin: 10px 0
}
.unders li .un-txt p {
	margin: 0;
}
@media (max-width: 767px) {
	.unders ul {
		width: 100%;
		padding: 20px 15px;
	}
	.unders li {
		width: 100%;
		margin: 10px 0;
		height: auto;
	}
	.unders {
		height: auto;
	}
}