body {}

.schedule_list {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
}

.schedule_item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 21px;
}

.schedule_item_l {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 31.25%;
    background-color: #f2f4f5;
    padding: 0.3rem;
    align-self: stretch;
}

.schedule_item_r {
    flex-direction: column;
    display: flex;
    border: 1px solid #dedede;
    align-self: stretch;
    border-left: 0;
    padding: 0.33rem 0.44rem;
}

.schedule_item_l_t {
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.45rem;
}

.item_l_d {
    color: #333333;
    font-size: 24px;
    margin-bottom: 7px;
}

.item_l_h {
    color: #333333;
    font-size: 26px;
    margin-bottom: 0.15rem;
}

.item_l_t {
    color: #333333;
    font-size: 20px;
}

.schedule_item_l_b {
    margin-top: 0.2rem;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
}

.schedule_item_l_b>span {
    color: #0a3c81;
}

.schedule_item_r_title {
    font-size: 20px;
    color: #193e6a;
}

.schedule_item_r_p {
    margin-top: 0.32rem;
}

.schedule_item_r_p_d {
    margin-top: 0.2rem;
    line-height: 24px;
}

.schedule_item_r_box {
    margin-top: 0.32rem;
}

.schedule_item_r_compere {}

.schedule_item_r_info {
    display: flex;
    align-items: center;
    margin-top: 0.18rem;
}

.item_r_block {
    margin-left: 21px;
}

.item_r_block_name {
    color: #193e6a;
    margin-bottom: 5px;
}

.schedule_person_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.person_item {
    flex: 0 0 calc((100% - 60px) / 3);
    background-color: #e9edef;
    font-size: 16px;
    align-self: stretch;
    color: #333;
    align-items: center;
    margin-top: 0.3rem;
    margin-right: 30px;
    justify-content: center;
    text-align: center;
}

.person_item .speaker-url {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.person_item .person_item_icon img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
}

.person_item:nth-child(3n) {
    margin-right: 0;
}

.person_item_name {
    margin-bottom: 0.18rem;
    margin-top: 0.18rem;
    color: #193e6a;
    font-size: 19px;
    font-weight: bold;
}

.person_item_description {
    margin-bottom: 5px;
}

.schedule_list img {
    width: 100%;
    height: auto;
}


/* 尺寸适配 */
@media (max-width: 1660px) {}

@media (max-width: 1280px) {}

@media (max-width: 960px) {
    .schedule_list {
        font-size: 14px;
    }

    .item_l_d {
        font-size: 14px;
    }

    .item_l_h {
        font-size: 12px;
    }

    .item_l_t {
        font-size: 12px;
    }

    .schedule_item_l_b {
        font-size: 12px;
        flex-direction: column;
        margin-top: 5px;
    }

    .schedule_item_r_title {
        font-size: 14px;
    }

    .item_r_block {
        margin-left: 10px;
    }

    .font16 {
        font-size: 12px !important;
    }

    .schedule_item_r_p_d {
        font-size: 12px;
    }

    .schedule_person_list {
        flex-direction: column;
    }

    .person_item {
        flex: 0 0 calc(100%);
        margin-right: 0;
    }

    .person_item {
        font-size: 14px;
        align-self: stretch;
        padding: 10px;
    }

    .font24 {
        font-size: 14px !important;
    }

    .lh30 {
        line-height: 24px !important;
    }
}

@media (max-width: 640px) {}