.m-news-f01 {
    padding: 20px 30px 30px;
    background: #fff;
}
.ul-news-f01 {
    margin-bottom: 40px;
}
.ul-news-f01 li {
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}
.ul-news-f01 .time {
    float: right;
    margin-left: 20px;
    line-height: 60px;
    font-size: 12px;
    color: #999;
}
.ul-news-f01 h3 {
    padding-left: 20px;
    font-size: 14px;
    line-height: 60px;
    color: #333;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
}
.ul-news-f01 h3:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
/**, :after, :before {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    outline: 0!important;*/
/*    -webkit-tap-highlight-color: rgba(255,255,255,0);*/
/*    -webkit-tap-highlight-color: transparent;*/
/*    -webkit-text-size-adjust: 100%;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    font-smoothing: antialiased;*/
/*}*/
.ul-news-f01 h3 a {
    display: inline-block;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}