.content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 35px;
    box-sizing: border-box;
}
.head {
    padding: 60px 0 60px 0;
}
.title {
    font-size: 24px;
    color: #111111;
    padding: 40px 0;
    font-weight: bold;
}
.foot{
    padding: 0 0 30px 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 18px;
}
.foot a {
    color: rgba(0, 0, 0, 0.5);
}

.foot_icon {
    width: 14px;
    height: 14px;
    padding: 0 5px 0 0;
    vertical-align: text-bottom;
}

.info {
    text-align: left;
    max-width: 342px;
}

.subTitle {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.descInfo {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.address {
    margin-top: 40px;
}
.line {
    padding: 0 0 10px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 40px;
}
