.branch .centerContent {
    padding-top: 50px;
    padding-bottom: 30px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

.branch .centerContent>img {
    width: 260px;
}

.branch .centerContent ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
}

.branch .centerContent ul li {
    position: relative;
    width: 21%;
    height: auto;
    margin-bottom: 35px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.branch .centerContent ul li img {
    vertical-align: bottom;
    width: 100%;
}

.branch .centerContent ul li .img_title {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
}

.branch .centerContent ul li .branch_info {
    padding: 0 10px;
    padding-top: 15px;
    box-sizing: border-box;
}

.branch .centerContent ul li .branch_info>div {
    display: flex;
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}

.branch .centerContent ul li .branch_info>div img {
    width: 20px;
    height: 19px;
    margin: 3px;
}

.branch .centerContent ul li .branch_info>div p {
    display: flex;
    flex-direction: column;
}