/* .tools {
    display: none;
} */

/* **** 加入评论员页 **** */
.sloganBox {
    margin-top: 110px;
    overflow: hidden;
}
.sloganWrap {
    margin: 80px auto;
}
.sloganLeft {
    width: 455px;
    height: 291px;
    margin-left: 15px;
    margin-top: 15px;
    border: 3px #dcdcdc solid;
}
.joinReportersImg {
    vertical-align: top;
    margin-left: -12px;
    margin-top: -12px;
}
.sloganRight {
    width: 450px;
}
.sloganDesc {
    font-size: 16px;
    line-height: 40px;
}
.sloganDescDivide {
    display: block;
    width: 66px;
    height: 1px;
    margin: 15px 0 27px;
    background: #b4b4b4;
}
    /* **** 数据盒子 **** */
.dataBox {
    background: url(img/join-work-bg.png) center center no-repeat;
    overflow: hidden;
}
.dataBoxTitle {
    margin: 80px 0 0px;
    font-size: 30px;
    text-align: center;
    color: var(--themeColor);
}
.dataBoxSubTitle {
    margin: 10px 0 70px;
    font-size: 16px;
    text-align: center;
    color: #666666;
}
.dataWrap {
    display: flex;
    width: 1024px;
    margin: 0 auto 100px;
    justify-content: space-between;
    align-items: center;
}
.dataItem {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
}
.dataIcon {
    width: 115px;
    height: 115px;
    margin: 0 auto 30px;
    border-radius: 100%;
}
.dataIconMobliePv {
    background: url(img/mobliePv.png) var(--themeColor) center center no-repeat;
    background-size: 60px 60px;
}
.dataIconIP {
    background: url(img/author-icon.png) var(--themeColor) 0px 0px no-repeat;
}
.dataIconWechat {
    background: url(img/author-icon.png) var(--themeColor) 0px -114px no-repeat;
}
.dataIconPV {
    background: url(img/author-icon.png) var(--themeColor) 0px -228px no-repeat;
}
.dataIconEmail {
    background: url(img/author-icon.png) var(--themeColor) 0px -342px no-repeat;
}
.dataIconWeibo {
    background: url(img/author-icon.png) var(--themeColor) 0px -456px no-repeat;
}
.dataNum {
    font-size: 28px;
    line-height: 44px;
}
.dataDesc {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
    /* **** 互动盒子 **** */
.interactive {
    font-size: 0px;
    background-color: var(--themeColor);
}
.interactiveWrap, .interactivePic {
    display: inline-block;
    vertical-align: middle;
}
.interactiveWrap {
    box-sizing: border-box;
    width: calc(100% - 613px);
    padding-right: 30px;
    color: #ffffff;
}
.interactiveTitle {
    margin-bottom: 10px;
    font-size: 30px;
}
.interactiveDesc {
    margin-bottom: 40px;
    font-size: 16px;
}
.interactiveInfo {
    margin-bottom: 5px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 30px;
    background: url(img/duihao.svg) left top 5px/20px auto no-repeat;
}
.interactiveInfo:last-child {
    margin-bottom: 0px;
}
    /* **** 他们已经加入 **** */
.joinedBox {
    overflow: hidden;
}
.joinedTitle {
    margin: 80px 0 0px;
    font-size: 30px;
    text-align: center;
    color: var(--themeColor);
}
.joinedList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 0;
}
.joinedItem {
    width: 240px;
    margin: 0 0 40px;
    text-align: center;
}
.joinedPic {
    width: 100px;
    height: 100px;
    /* width: 122px;
    height: 122px; */
    margin: 0 auto 20px;
    border-radius: 100%;
    overflow: hidden;
}
.joinedPicImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.joinedName {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #252525;
}
.joinedJobTitle, .joinedCompany {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #252525;
}
.goAllReportersLink {
    margin: 30px 0 100px;
    font-size: 16px;
    color: #252525;
}
.goAllReportersLink:hover {
    color: var(--themeColor);
}
    /* **** 如何加入 **** */
.howJoin {
    padding-bottom: 80px;
    background: url(img/join-work-bg.png) center center no-repeat;
    overflow: hidden;
}
.howJoinTitle {
    margin: 80px 0 0px;
    font-size: 30px;
    text-align: center;
    color: var(--themeColor);
}
.joinDesc {
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #666;
}
.joinContactBox {
    margin: 70px auto 0;
    text-align: center;
}
.joinContactName {
    font-size: 18px;
    line-height: 30px;
}
.joinContactIcon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 5px;
}
.joinContactWay {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
}
.joinWayDivide {
    display: inline-block;
    margin: 0 22px;
    color: #cacaca;
}