﻿@charset "utf-8";
/**
* 功能名称：列表页模板4号
* 开发者：用我在线__quitter
* 最后修改日期：2020年6月19日
**/

.__box{
    width: 100%;
    overflow: hidden;
}
.__box:before,.__box:after{
    content: "";
    display: table;
    clear: both;
}

._4_item{
    width: 100%;
}

._4_list {
    padding: 18px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    text-decoration: none;
}

._border_bottom {
    border-bottom: 1px dashed #e0e0e0;
}

._4_list_title{
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

._4_list_title:before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 8px;
    background-color: var(--style);
}

._4_list_date{
    font-size: 16px;
    color: #868686;
    transition: .3s;
}

._4_list:hover ._4_list_title{
    color: var(--style);
}