.recommend_tabs {
    text-decoration: none;
    list-style: none;
    font-size: 20px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    /*   height: 40px;
    overflow: hidden;*/
}

.recommend_tabs li {
    margin-right: 40px;
    /*line-height: 40px;*/
}

.recommend_content {
    width: 300px;
    background: #ffffff;
    padding: 5px 8px;
}

.frist_img {
    width: 100px;
    height: 80px;
}

.v_label {
    width: 14px;
    margin-left: 5px;
    border-radius: 14px;
}

.recommend_title {
    display: inline-block;
    color: #000000;
    width: 180px;
    font-weight: bold;
    text-decoration: none;
    text-decoration-color: #000;
    line-height: 20px;
    /*padding: 5px 0px;*/
    /*max-height: 40px;*/

}

.active {
    color: #E94609;
}

.recommend_text {
    width: 180px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.re_index {
    position: absolute;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #999999;
}

.special {
    margin-top: 20px !important;
}

.special_content {
    padding: 5px 8px;
    /*width: 300px;*/
    background: #ffffff;
}

.special_img {
    width: 100%;
    height: 150px;
}

.special_title {
    color: #000000;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    text-decoration-color: #000;
    line-height: 22px;
    height: 44px;
}

.special_title:hover {
    text-decoration: none;
    text-decoration-color: #000;
}

.video_content {
    padding: 5px 8px;
    width: 300px;
    background: #ffffff;
}

.fio_operation {
    width: 17px;
    height: 18px;
}

.fio_operation_txt {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.video_btn {
    width: 62px;
    height: 22px;
    background: rgba(13, 77, 135, 0.1);
    border-radius: 4px;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgb(13, 77, 135);
    text-align: center;
    line-height: 22px;
}

.new_join {
    margin-top: 15px !important;
}

.new_join_content {
    padding: 5px 8px;
    width: 300px;
    background: #ffffff;
}

.new_join_img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
}

.hot_label {
    margin-top: 15px !important;
}

.hot_label_content {
    padding: 5px 8px;
    width: 300px;
    background: #ffffff;
}

.label_item {
    display: inline-block;
    padding: 5px 10px;
    background: #f2f2f2;
    border-radius: 5px;
    margin: 5px 10px !important;
}

.special_hot {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    padding: 5px 8px;
    width: 300px;
    background: #ffffff;
    align-items: center;
}

.special_hot_title {
    color: #000000;
    width: 150px;
    font-weight: bold;
    text-decoration: none;
    text-decoration-color: #000;
}

.hot_text {
    margin-top: 20px !important;
    width: 300px;
    background: #ffffff;
    padding: 5px 8px;
}

.search-index-tab {
    line-height: 50px;

    text-align: center;
    float: left;
    position: relative;
    cursor: pointer !important;
    caret-color: transparent;
    color: #666666;
}

.search-index-tab:hover {
    color: rgb(229, 112, 18);
}

.search-index-tab-bottom {
    position: absolute;
    width: 81px;
    height: 3px;
    bottom: 5px;
    left: 2px;
    background-color: #0D4D87;
}
