
/* info-group */
.info-list {
    height: 60px;
    line-height: 60px;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(187, 187, 187, 0.69);
    color: #5E5A5A;
}
.info-list .info-title {
    font-size: 16px;
    width: 80%;
}
.info-list .info-time {
    font-size: 12px;
    min-width: 80px;
    white-space: nowrap;
}
/* end--info-group */

/* external-system-group 外部系统入口 */
.branch-group {
    display: flex;
    flex-wrap: wrap;
}
.external-system-group {
    min-width: 200px;
    margin-left: 40px;
}
.external-system-group .external-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 24px;
}
.external-system-group .external-btn:last-child {
    margin-bottom: 0;
}
.external-system-group .external-btn .icon {
    font-size: 40px;
    color: #ffffff;
    margin-right: 32px;
}
.external-system-group .external-btn div {
    font-size: 16px;
}
/* end--external-system-group 外部系统入口 */


@media screen and (max-width: 1199px) {
    .info-list .info-title {
        font-size: 14px;
    }
    .external-system-group .external-btn div {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .info-group.pl40 {
        padding-left: 15px !important;
    }
    .external-system-group {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        min-width: 200px;
        width: 100%;
        margin-left: 0;
        margin-top: 0 !important;
        margin-bottom: 24px;
    }
    .external-system-group .external-btn {
        width: 80%;
        margin-bottom: 1rem;
    }
    .external-system-group .external-btn:last-child {
        margin-bottom: 1rem;
    }
}

