﻿.sub-list02 li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    line-height: 2em;}

.sub-list02 li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 18px;
    background-color: #1e840a;
    display: block;
    position: absolute;
    margin-top: -2px;}
.sub-list02 li h3,.news-time {
    display: inline;}
.news-time {
    float: right;}