@CHARSET "UTF-8";

/* 共用的关注 */

.userListTujianLi .liSideabr {
    width: 62px;
    overflow: hidden;
    padding-bottom: 6px;
    padding-right: 12px;
    float: left;
    text-align: center;
}

.userListTujianLi .followIcon,
.followIcon {
    display: inline-block;
    width: 46px;
    height: 20px;
    color: #fff;
    border-radius: 2px;
    background-color: #1e88e5;
    text-align: center;
    line-height: 20px;
    margin: 4px auto 10px;
    overflow: hidden;
    font-size: 12px;
    cursor: pointer;
}

.userListTujianLi .lg-btn,
.lg-btn {
    width: 70px;
    height: 30px;
    line-height: 30px;
}

.followTips{
   color:#9e9e9e;
   font-size: 14px;
   line-height: 1.5; 
   padding-bottom: 3px
} 

.userListTujianLi .liContent {
    margin-left: 12px;
    float: left;
    margin-top: 0 !important;
}

.userListTujianLi .activeFollow,
.activeFollow {
    color: #8e8e8e !important;
    background-color: #E0E1E2 !important;
}

.liHeader .my-sm-modal {
    left: 0;
    right: auto;
    bottom: auto;
}

.tujianLi .liCon {
    width: 168px;
    float: right;
    margin-top: 0 !important;
}

.userListTujianLi .liContent {
    float: right;
    width: 168px;
    margin-left: 0;
    min-height: 56px;
}

.liCon {
    margin-left: 0;
}

.liContent .liInfo {
    padding-bottom: 4px;
}

.liContent .tageBox>img {
    margin-top: 5px !important;
}

.liContent .liInfo .tageBox {
    margin: 0 !important;
}


/* 精品推荐 */

#hot-recommend {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 24px;
    margin-bottom: 25px;
}

.infoContList .h3-hotName {
    color: #212121;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
    line-height: 28px;
}
#hot-recommend ul{
	padding: 5px 0 0;
}
#hot-recommend ul li {
    font-size: 18px;
    color: #424242;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    line-height: 2;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0 none;
}

#hot-recommend ul li em {
    width: 5px;
    height: 5px;
    background-color: #9e9e99;
    margin: 15px 10px 0 0;
    display: inline-block;
    float: left;
    ;
}

#hot-recommend ul li a {
    color: #424242;
    cursor: pointer;
    width: 99%;
    font-size: 16px;
}

#hot-recommend ul li a:hover {
    color: #1e88e5;
}


/* end */

.noList {
    text-align: center;
    font-size: 14px;
    color: #424242;
    padding: 68px 0 54px;
}

.noList p {
    line-height: 2;
}


/* 共用热门话题 */

.hostTage h3 {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 14px;
}

.hostTage .hotsList {
    padding: 9px 0 29px;
}

.hostTage .hotsList li {
    display: inline-block;
    height: auto;
    text-align: center;
    border: 1px solid #1e88e5;
    padding: 0 10px;
    color: #1e88e5;
    margin-right: 10px;
    border-radius: 20px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
}

.hostTage .hotsList li:hover {
    background: #1e88e5;
    color: #fff;
}


/* 关注作者 */


/* 自适应的使用--关注 */

@media only screen and (max-width:750px) {
   #tuijianList .tuijian .userListTujianLi {
        position: relative !important;
        display: table !important;
        table-layout: fixed !important;
    }
    #tuijianList .userListTujianLi>div,
    #tuijianList .userListTujianLi>span {
        display: table-cell !important;
    }
    .userListTujianLi .followIcon {
        position: absolute;
        right: 2px;
        top: 30px;
        margin: 0;
    }
    #tuijianList .my-sm-modal{
    	right: 0;
    	left: inherit;
    	top: 0;
    	width:60px;
    }
    
    .tujianLi .liCon {
        width: 100% !important;
    }
    .userListTujianLi .liContent {
        float: left;
        overflow: hidden;
        width: auto;
    }
    .userListTujianLi .followIcon{
        width: 55px !important;
        height: 24px !important;
        line-height: 24px !important;
        margin: 0 auto !important;
    }
    .experInfoList .followId {
        padding: 8px 0 10px;
        width: 100%;
        overflow: hidden;
        text-align: center;
        max-width: 100%;
    }
    .experInfoList .followIcon {
        /*wwidth: 68px !important;*/
        height: 27px !important;
        line-height: 27px !important;
        overflow: hidden;
        text-align: center;
        max-width: 100%;
    }
    .userListTujianLi a.user_nick_name {
        max-width: 100% !important;
        display: inline-block;
        line-height: 24px;
    }
}