@charset "utf-8";

/* **** Banner **** */
.banner {
    background: url(img/banners/exattendeesBannerBg.jpg) center center/auto 100% no-repeat
}

/* **** 与会群体 **** */
.attendsWrapper {
    width: 860px;
    margin: 0 auto;
    overflow: hidden;
}
.attendsDesc {
    margin: 40px 0 0;
    overflow: hidden;
}
.attendsDescText {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 40px;
}
.attendeesListLink {
    display: inline-block;
    color: #c30d23;
}
    /* 与会群体构成 */
.attendsConstitute {
    margin: 30px 0 0;    
}
.constituteItem {
    width: 430px;
}
.constituteItem img,.constituteImg {
    width: 220px;
    margin: 0 auto 20px;
}
.ratioList {
    width: 230px;
    margin: 0 auto;
}
.ratioItem {
    font-size: 0;
}
.ratioCaret, .ratioDesc {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}
.ratioCaret {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.ratioDesc {
    width: calc(100% - 17px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.colorA {
    background-color: rgb(204, 51, 0);
}
.colorB {
    background-color: rgb(255, 102, 0);
}
.colorC {
    background-color: rgb(255, 153, 0);
}
.colorD {
    background-color: rgb(255, 204, 102);
}
.colorE {
    background-color: rgb(51, 153, 102);
}
.colorF {
    background-color: rgb(0, 118, 115);
}
.colorG {
    background-color: rgb(0, 144, 242);
}
.colorH {
    background-color: rgb(0, 102, 153);
}
.colorI {
    background-color: rgb(102, 102, 153);
}
.colorJ {
    background-color: rgb(163, 117, 255);
}
.colorK {
	background-color: rgb(204, 51, 0);
}
.colorL {
	background-color: rgb(255, 102, 0);
}
.colorM {
	background-color: rgb(255, 153, 0);
}
.colorN {
	background-color: rgb(51, 153, 102);
}
.colorO {
	background-color: rgb(0, 118, 115);
}
.colorP {
	background-color: rgb(0, 114, 242);
}
.colorQ {
	background-color: rgb(255, 102, 0);
}
.colorR {
	background-color: rgb(255, 153, 0);
}
.colorS {
	background-color: rgb(0, 144, 242);
}
.colorT {
	background-color: rgb(0, 102, 153);
}

    /* 与会群体列表盒子 */
.attendsListBox {
    margin: 70px 0;
}
.attendsTitle {
    margin-bottom: 40px;
    line-height: 25px;
    text-align: center;
}
.pastAttendsSelect {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    /*background: url(img/select-caret.png) right 10px center no-repeat;*/
    border-color: #dcdfe6;
    border-radius: 5px;
    -webkit-appearance: menulist;
}
.pastAttendsSelect:focus {
    border-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;
}
.moreAttendees {
    display: block;
    width: 175px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #444;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    margin: 70px auto 0;
}
.moreAttendees:hover {
    background-color: #c30d23;
    color: #fff;
    border-color: #c30d23;
}

@media screen and (max-width: 750px) {
    /* **** 与会群体 **** */
    .attendsWrapper {
        width: 95%;
    }
    .attendsDesc {
        margin: 0.4rem 0 0;
    }
    .attendsDescText {
        margin-bottom: 0.1rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    /* 与会群体构成 */
    .attendsConstitute {
        margin: 0.3rem 0 0;
        padding-bottom: 0.6rem;
        border-bottom: 1px solid #eeeeee;
    }
    .constituteItem {
        width: 100%;
        float: none;
    }
    .constituteImg {
        width: 4rem;
        margin: 0 auto 0.4rem;
    }
    .ratioList {
        width: 3.6rem;
    }
    .ratioCaret, .ratioDesc {
        font-size: 0.26rem;
        line-height: 0.5rem;
    }
    .ratioCaret {
        width: 0.2rem;
        height: 0.2rem;
        margin-right: 0.1rem;
    }
    .ratioDesc {
        width: calc(100% - 0.3rem);
    }
    .managementConstitute {
        margin-top: 0.4rem;
    }
    /* 与会群体列表盒子 */
    .attendsListBox {
        margin: 1rem 0;
    }
    .attendsTitle {
        margin-bottom: 0.6rem;
        font-size: 0.36rem;
        line-height: 0.5rem;
    }
    .pastAttendsSelect {
        width: 4rem;
        height: 0.6rem;
        padding: 0 0.3rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
        background: url(img/select-caret.png) right 0.2rem center no-repeat;
    }
    .attendsOrderDesc {
        margin-bottom: 0.2rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .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;
    }
    .moreAttendees {
        box-sizing: border-box;
        width: 3.2rem;
        height: 0.9rem;
        margin: 1rem auto 0;
        font-size: 0.28rem;
        line-height: 0.9rem;
        background-color: #c30d23;
        color: #fff;
        border-color: #c30d23;
    }
}