
.hot-user-ul{
    display:block;width:100%;
}
.hot-user-ul>li{
    display:block;width:100%;height:50px;line-height:50px;
    border-bottom:1px solid var(--default-content-bg-color);
}
.hot-user-ul>li:last-child{
    border:0px;
}
.hot-user-ul>li:hover{
    /* background: linear-gradient(to right,rgba(60, 180, 230,0),rgba(60, 180, 230,.05) 15%,rgba(60, 180, 230,.05) 85%,rgba(60, 180, 230,0)); */

    background: linear-gradient(to right,rgba(243,245,249,0),rgba(243,245,249,100) 15%,rgba(243,245,249,100) 85%,rgba(243,245,249,0));
}
.hot-user-ul>li .user-order{
    float:left;width:25px;text-align: center;color:var(--st-light-blue);
    font-weight:bold;position: relative;
}
.hot-user-ul>li:nth-child(1) .user-order,.hot-user-ul>li:nth-child(2) .user-order,.hot-user-ul>li:nth-child(3) .user-order{
    color:var(--st-pink);
}
.hot-user-ul>li:nth-child(1) .user-order::after,.hot-user-ul>li:nth-child(2) .user-order::after,.hot-user-ul>li:nth-child(3) .user-order::after{
    display:block;content:"";width:5px;height:5px;border-radius: 5px;
    background-color:var(--st-pink);
    position: absolute;bottom:10px;left:10px;
}

.hot-user-ul>li .user-info{
    display:inline-block;float:left;height:20px;width:auto;text-decoration: none;
    position: relative;top:5px;left:10px;
}
.hot-user-ul>li .user-info img{
    width:20px;height:20px;
    border-radius: 1px;
}
.hot-user-ul>li .user-info span{
    color:var(--default-a-next-color);position: relative;bottom:5px;left:3px;
}
.hot-user-ul>li .user-answer-num{
    float:right;font-size:13px;color:var(--default-a-next-color);position: relative;
}
.hot-user-ul>li .user-answer-num::before{
    display:inline-block;width:20px;height:20px;content:"";
    position: relative;right:5px;top:5px;
    background:url(../img/icon_answer.svg);
    background-size: cover;
}
.hot-user-ul>li .user-answer-num span{
    margin:0 3px;
}

.notice_p{
    background-color:#f6fcff;padding:10px;color:var(--default-a-color);
}

.img-word-ul{
    display:block;width:100%;height:auto;
}
.img-word-ul li{
    display:block;width:100%;height:auto;overflow: hidden;margin-bottom:15px;
}
.img-word-ul li:last-child{
    margin-bottom:5px;
}
.img-word-ul li a.v-left{
    display:block;width:90px;height:64px;overflow: hidden;float:left;
    position: relative;
}
.img-word-ul li a.v-left img{
    width:100%;height:100%;transition: all .5s;
}
.img-word-ul li a.v-left:hover img{
    transform: scale(1.1);
}
.img-word-ul li .v-right{
    float:left;width:220px;margin-left:10px;
}
.img-word-ul li .v-right .v-title{
    text-decoration: none;width:220px;height:40px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.img-word-ul li .v-right .v-title h4{
    color:var(--default-a-color);font-size:13px;font-weight:normal;
    line-height:1.4;
}
.img-word-ul li .v-right .v-title h4:hover{
    color:var(--default-a-hover-color);
}
.v-cate{
    display:inline-block;padding:1px 5px;text-decoration: none;
    color:var(--default-a-hover-color) !important;font-size:12px;
    border:1px solid var(--default-a-hover-color) !important;
}
.v-cate:hover{
    background-color:var(--default-a-hover-color) !important;
    color:#FFFFFF !important;
    box-shadow: 0 0 0.14rem 0 rgba(60, 180, 230,0.1);
}
.img-word-ul li .v-right span.time-span {
    display:block;float:right;
    color: var(--default-small-a-color);
    font-size: 12px;
    position: relative;
    top: 4px;
}
.img-word-ul li .v-right span.time-span i{
    margin-right:5px;
}

.my-team{
    display:inline-block;position: relative;left:3px;
}
.my-team li{
    display:block;height:auto;width:105px;float:left;text-align: center;margin-top:20px;
}
.my-team li img{
    display:inline-block;width:50px;height:50px;border-radius: 50px;
}
.my-team li span{
    display:inline-block;width:100%;color:var(--default-a-color);
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.my-team li:hover img{
    box-shadow: 0 0.08rem 0.3rem var(--default-a-hover-color);
}
.my-team li:hover span{
    color:var(--default-a-hover-color);
}

.team-article-div{
    height:auto;overflow: hidden;padding:30px;box-sizing: border-box;
}
.team-article-section{
    width:100%;height:auto;position: relative;padding-bottom:20px;margin-bottom:30px;
}
.team-article-section::after{
    display:block;width:100%;height:1px;content:"";background-color:#e5e5e5;
    position: absolute;bottom:0px;
}
.team-article-section:last-child{
    padding-bottom:0px;
}
.team-article-section:last-child::after{
    display:none;
}
.team-article-list-img{
    width:170px;height:auto;
}
.team-article-list-img a{
    display:block;width:170px;height:100px;position: relative;overflow: hidden;
}
.team-article-list-img a img{
    width:170px;height:100px;
    transition: all .5s;
}
.team-article-list-img a:hover img{
    transform: scale(1.1);
}
.team-article-list-img a span{
    position: absolute;left:0px;top:0px;padding:0px 6px;font-size:12px;
    background-color:var(--st-light-blue);color:#ffffff;
}

.team-article-list-title{
    width:568px;padding-left:20px;box-sizing: border-box;
}
.team-article-list-title a{
    text-decoration: none;line-height:25px;
}
.team-article-list-title a h3{
    color:var(--default-a-color);font-size:18px;
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-article-list-title a:hover h3{
    color:var(--st-light-blue);
}
.team-article-list-title p{
    width: 100%;
    max-height: 40px;
    line-height: 1.5;
    overflow: hidden;
    margin: 10px 0;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.team-article-list-footer{}
.team-article-list-footer a{
    margin-right:15px;color:var(--default-a-next-color);
    text-decoration: none;font-size:13px;
}
.team-article-list-footer span{
    color:var(--default-a-next-color);font-size:13px;
}
.team-article-list-footer span.button-a{
    padding:5px 10px;text-decoration: none;
}
.team-article-list-footer a.button-a{
    padding:5px 10px;text-decoration: none;
}
.team-article-list-footer a.button-a:hover{
    background-color:var(--default-a-hover-color);border-radius: 2px;
    color:#FFFFFF;
}
.team-article-list-footer a.button-a:hover span{
    color:#ffffff;
}
.team-info-author{
    display: inline-block;
    float: left;
    height: 20px;
    width: auto;
    text-decoration: none;
}
.team-info-author img{
    width: 20px;
    height: 20px;

    border-radius: 1px;
}
.team-info-author span{
    color: var(--default-a-next-color);
    position: relative;
    bottom: 5px;
    left: 3px;
}

.thread-top{
    padding: 5px;
    margin: 5px;
    background-color: #03234B;
    color: white;
    font-size: 12px;
}