@charset "utf-8";

/* **** 与会群体列表盒子 **** */
.attendsWrapper {
    width: 920px;
    margin: 100px auto 0;
    overflow: hidden;
}
.attendsListBox {
    margin: 30px 0 60px;
}
.attendsTitle {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    color: #c30d23;
}
.attendsOrderDesc {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}
.attendsTab, .attendsItem {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.attendsTab:after, .attendsItem:after {
    position: absolute;
    top: 0;
    left: 39%;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1%;
    height: 100%;
    background-color: #fff;
}
.tabCompany, .tabJobTitle, .attendsItem p {
    display: table-cell;
    vertical-align: middle;    
    padding: 15px 10px;
    font-size: 16px;
}
.tabCompany, .tabJobTitle {
    font-weight: bold;
    background-color: #c30d23;
    color: #fff;
}
.tabCompany, .attendsItem p:first-child {
    width: 39%;
}
.tabJobTitle, .attendsItem p:last-child {
    width: 61%;
    padding-left: 20px;
}
.attendsItem p {
    background-color: #eeeeee;
}
.attendsItem:nth-child(even) > p {
    background-color: #dcdcdc;
}
.checkMoreAttendees {
    display: block;
    width: 100%;
    margin-top: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background-color: #c30d23;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    /* **** 与会群体 **** */
    .attendsWrapper {
        width: 95%;
        margin-top: 0.9rem;
    }
    /* 与会群体列表盒子 */
    .attendsListBox {
        margin: 0.6rem 0;
    }
    .attendsTitle {
        width: 100%;
        margin-bottom: 0.6rem;
        font-size: 0.4rem;
        line-height: 0.5rem;
        text-align: center;
        float: none;
    }
    .attendsOrderDesc {
        width: 100%;
        margin-bottom: 0.2rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
        text-align: right;
        float: none;
    }
    .attendsTab, .attendsItem {
        margin-bottom: 0.2rem;
        font-size: 0;
    }
    .tabCompany, .tabJobTitle, .attendsItem p {
        padding: 0.1rem;
        font-size: 0.28rem;
    }
    .tabJobTitle, .attendsItem p:last-child {
        padding-left: 0.2rem;
    }
    .attendsItem p {
        font-size: 0.24rem;
    }
    .checkMoreAttendees {
        height: 0.8rem;
        margin: 0.6rem 0 0;
        font-size: 0.28rem;
        line-height: 0.8rem;
    }
}