.header_banner {
    width: 100%;
    height: 90px;
}

.header_banner img {
    width: 100%;
    height: 90px;
}

.title {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.user_info {
    width: auto;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user_info .user_name {
    width: auto;
    height: auto;
    margin-left: 10px;
    font-size: 16px;
    color: #000000;
}

.user_info .user_time {
    width: auto;
    height: auto;
    margin-left: 10px;
    font-size: 16px;
    color: #96949F;
}

.tips {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #F5F5F5;
    margin-top: 30px;
    color: #333333;
    font-size: 16px;
}

.content {
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-top: 20px;
}

.recommend_list {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.recommend_list .titles {
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}

.recommend_list .list_box {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 20px;
    white-space: nowrap;
}

.recommend_list .list_box .list {
    width: 208px;
    height: auto;
    display: inline-block;
    margin-right: 20px;
    border-radius: 4px;

}

.recommend_list .list_box .list:last-child {
    margin-right: 0;
}

.recommend_list .list_box .list .list_img {
    width: 100%;
    height: 116px;
}

.recommend_list .list_box .list .list_img img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
}

.recommend_list .list_box .list .list_word {
    width: 100%;
    height: auto;
    padding: 14px;
    background-color: #F5F5F5;
    border-radius: 0 0 4px 4px;
}

.recommend_list .list_box .list .list_word span {
    width: 100%;
    height: auto;
    font-size: 0 14px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 会员 */
.vip {
    width: 100%;
    height: auto;
}

.vip_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.vip_title .big_span {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.vip_title .column_border {
    width: 2px;
    height: 18px;
    background-color: #4C73FC;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

.vip_title .small_span {
    width: auto;
    height: auto;
    font-size: 18px;
    color: #96949F;
}

.vip_title .row_border {
    width: 225px;
    height: 2px;
    background-color: #4C73FC;
    display: inline-block;
    margin-left: 11px;
}

.vip_img {
    width: 100%;
    height: 180px;
    margin-top: 23px;
}

.vip_img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

/* 热文 */
.hot_text {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.text_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.text_title .big_span {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.text_title .column_border {
    width: 2px;
    height: 18px;
    background-color: #4C73FC;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

.text_title .small_span {
    width: auto;
    height: auto;
    font-size: 18px;
    color: #96949F;
}

.text_title .row_border {
    width: 225px;
    height: 2px;
    background-color: #4C73FC;
    display: inline-block;
    margin-left: 11px;
}

.hot_text .list_box {
    width: 100%;
    height: auto;
}

.hot_text .list_box .list {
    width: 100%;
    height: auto;
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.hot_text .list_box .list_one {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid #F5F5F5;
}

.hot_text .list_box .list_one .list_img {
    width: 100px;
    height: 100px;
    position: relative;
}

.hot_text .list_box .list_one .list_img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.hot_text .list_box .list_one .list_img span {
    width: auto;
    height: auto;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    background-color: #E53F37;
}

.hot_text .list_box .list .list_text {
    width: auto;
    height: auto;
    padding-left: 16px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
}

.hot_text .list_box .list_one .list_text {
    width: calc(100% - 116px);
    height: 56px;
    padding-left: 16px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hot_text .list_box .list .list_icon {
    width: auto;
    height: 28px;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 6px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    background-color: #ABABAB;
}

.hot_text .list_box .list_two .list_icon {
    background-color: #FF9933;
}

.hot_text .list_box .list_three .list_icon {
    background-color: #4C73FC;
}