﻿@charset "utf-8";
/**
* 功能名称：列表页模板6号
* 开发者：用我在线__quitter
* 最后修改日期：2020年6月19日
**/

.__box {
    width: 100%;
    overflow: hidden;
}

.__box:before,
.__box:after {
    content: "";
    display: table;
    clear: both;
}

._6_item {
    width: 100%;
    display: flex;
}

._6_list {
    flex: 0 0 33.33%;
    padding: 13px;
    box-sizing: border-box;
    display:inline-table;
}

._6_list_box {
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    text-decoration:none;
    display:block;
}

._6_list_img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

._6_list_b{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px 15px;
    vertical-align: middle;
    background-color: #ffffff;
}

._6_list_title{
    width: 100%;
    height: 30px;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
}

._6_list_des{
    font-size: 14px;
    color: #afafaf;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}

._6_list_footer{
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
}

._6_list_b_l{
    width: 25px;
    height: 2px;
    transition: .3s;
    background-color: var(--style);
}

._6_list_b_date{
    font-size: 14px;
    color: #afafaf;
}

._6_list_box:hover{
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.13);
}

._6_list_box:hover ._6_list_b_l{
    width: 80px;
}