.coreBusiness {
    margin-top: 85px;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title h2 {
    display: inline;
    font-size: 36px;
    line-height: 36px;
    color: #444444;
    padding-left: 5px;
    background-position: left center;
}

.title p {
    display: inline;
    font-size: 14px;
    line-height: 36px;
    color: #444444;
	 text-transform: uppercase;
}

.four_coreBusiness {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.four_coreBusiness>li {
    width: 580px;
    height: 335px;
    margin: 7px 0;
    border: 1px solid #eeeeee;
	float:left;
}

.four_coreBusiness>li:hover {
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: .4s;
    transform: translate3d(0, -3px, 0);
}

.four_coreBusiness li h3 {
    font-size: 30px;
    line-height: 140px;
    text-align: center;
    color: #ffffff;
}

.four_coreBusiness li ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.four_coreBusiness li ul p {
    width: 25%;
    font-size: 16px;
    line-height: 48px;
    color: #444444;
	text-align:center;
	float:left;
}

.four_coreBusiness li ul p a:hover {
    color: #0779c8;
    text-decoration: underline;
}

.four_coreBusiness .coreBusinessBtn {
    width: 170px;
    height: 42px;
    display: block;
    margin: 15px auto;
    border-radius: 5px;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    background-color: #f39700;
}