.host-btn {
    width: 100%;
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
}

.host-btn a {
    width: 226px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    margin: 0 9px;
    width: inherit;
    border-radius: 6px;
    background: rgba(37, 102, 254, 0.1);
    font-size: 16px;
    color: #3372fdff;
}

.jiaotong {
    margin-top: 30px;
    border: 1px solid #f2f2f2;
}

.jiaotong .jiaotong-title {
    border-left: 4px solid #3372fd;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jiaotong .jiaotong-title>span {
    font-size: 18px;
    font-weight: 700;
    color: #3372fd;
}

.jiaotong .jiaotong-title>a {
    font-size: 14px;
    color: #3372fd;
}

.jiaotong .jiaotong-content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}

.jiaotong .jiaotong-content>a {
    font-size: 14px;
    color: #222;
    display: block;
    /* width: 72px; */
    /* width: calc(calc(100% / 2) - 20px); */
    width: calc(100% / 3);
    padding: 10px 0;
}