@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

.userList {
    background: #eee;
}

.userList-tab {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 2px;
}

.userList-tab a {
    height: 80px;
    width: 280px;
    box-sizing: border-box;
    font-size: 20px;
    color: #424242;
    cursor: pointer;
    text-decoration: none;
    line-height: 80px;
    text-align: center;
    float: left;
    display: block;
    border-top: 3px solid #fff;
    border-right: 1px solid #e0e0e0;
}

.userList-list-box a:link {
    color: #424242;
}


/* 未被访问的链接 */

.userList-list-box a:visited {
    color: #424242;
}


/* 已被访问的链接 */

.userList-tab a:hover,
.userList-list-box a:hover {
    color: #1e88e5;
}

.userList-list-box a:active {
    color: #424242;
}


/* 正在被点击的链接 */

.tabActived {
    border-top: 3px solid #1e88e5 !important;
    background: #FFf;
    height: 81px !important;
    color: #1E88E5 !important;
}

.userList-list {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
}

.userCertList,
.userHotList {
    /*  padding-bottom: 16px;*/
    border-bottom: 1px solid #e0e0e0;
}

.otherTips {
    /* margin-bottom:25px; */
}

.userList-list>ul li>div {
    max-width: 380px;
}

.userCertList .userInfoWarp,
.userHotList .userInfoWarp {
    padding-bottom: 25px;
}

.userList-list li {
    list-style: none;
    float: left;
    width: 585px;
    padding-left: 30px;
    padding-right: 30px;
    position:relative;
}
.my-sm-modal{
	left: 36px;
    right: initial;
    width: 60px;
}

.userList-list .userPic {
    float: left;
    margin-top: 30px;
    margin-right: 15px;
    border-radius: 35px;
    width: 70px;
    height: 70px;
    border: 1px solid #e0e0e0;
}

.userList-list .userName {
    margin-top: 35px;
    font-size: 18px;
    line-height: 19px;
    display: block;
    width: 100%;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userList-list .tagPic {
    margin-top: 10px;
}

.userList-list .tagPic img {
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-left:0;
}

.userList-list .userList-describe {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
}

.userList-list li>div {
    float: left;
}

.userList-list li .userInfo-pic{
	width: 85px; padding-right:15px;
	text-align: center;
} 
.userList-list li .userInfo-list {
    width: 440px;
}

.userList-list ul ul {
    padding-top: 35px;
}

.userList-list ul ul>li {
    padding: 0;
    margin-top: 10px;
}

.userList-list ul ul>li:hover {
    color: #1E88E5;
}

.userList-list ul ul>li:first-child {
    margin-top: 0;
}

.userList-list ul ul span.li-text-icon {
    height: 5px;
    width: 5px;
    display: inline-block;
    background-color: #b5b5b5;
    position: relative;
    top: -2px;
    margin-right: 12px;
    border-radius: 100%;
}

.userList-container {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
}

.userList-banner img {
    width: 1170px;
    height: 120px;
}

.userList-banner {
    width: 1170px;
    padding: 30px 0;
    background: #eee;
}

.userName,
.userList-describe {
    display: inline-block;
    color: #424242;
    cursor: pointer;
}

.userList-list .newsTitle a {
    color: #424242;
}

.userList-list .newsTitle .otherTips a {
    color: #1e88e5;
}

.userList-list .newsTitle a:hover,
.userName:hover,
.userList-describe:hover {
    color: #1e88e5;
}

.userList-list img {
    cursor: pointer;
}

.moreDataBtn {
    width: 300px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    color: #424242;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
}

.moreDiv {
    text-align: center;
    background: #fff;
    padding: 34px 0 34px;
}

.userList-list ul ul>li.otherTips {
    color: #1E88E5;
    padding-left: 21px;
}

.userList-list ul ul>li.otherTips:hover {
    text-decoration: underline;
}

.userHotList {
    display: none;
}

.moreDataBtn:hover {
    color: #1e88e5;
    border-color: #1e88e5;
}

.userHotListMoreDiv {
    display: none;
}


/* 关注 */

.followIcon {
    display: inline-block;
    width: 46px;
    height: 22px;
    color: #fff;
    border-radius: 2px;
    background-color: #1e88e5;
    text-align: center;
    line-height: 22px;
    margin: 10px auto 10px;
    overflow: hidden;
    font-size: 12px;
    cursor: pointer;
}

.activeFollow {
    color: #8e8e8e !important;
    background-color: #E0E1E2 !important;
}