﻿*
{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: 14px;
}
a
{
    text-decoration: none;
    color: #333;
}
.timer_shaft_left
{
    float: left;
    font-size: 26px;
    width: 115px;
    text-align: left;
    position: relative;
    line-height: 42px;
    font-weight: bolder;
}
.timer_shaft_left::after
{
    content: "";
    position: absolute;
    right: 3px;
    top: 22px;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
}
.timer_shaft_right
{
    line-height: 35px;
    padding-left: 30px;
    padding-top: 13px;
    color: #666;
    margin-left: 110px;
}
.timer_shaft_box
{
    position: relative;
    margin-top: 70px;
}
.timer_shaft_box::after
{
    content: '';
    position: absolute;
    left: 105px;
    height: 100%;
    width: 1px;
    background: #000;
    z-index: 1;
    top: 0;
}
.timer_shaft_line .timer_shaft_left
{
    padding: 8px 15px;
}
.clear
{
    clear: both;
    overflow: hidden;
} 