.timebox{
    margin-top: 12px;
    color: #bc151b;
    width: 360px;
    float: right;
    margin-right: 95px;
}

.timebox .timcont{ 

    margin-bottom: 10px;

    text-align: center;

    font-weight: bold;

    font-size: 20px;

}
.timebox .timcont span{
    letter-spacing: 5px;
}
.timebox .time{
    display: flex;
    align-items:center;
    justify-content: space-evenly;
}
.timebox .time li {

    text-align: center;

    float: left;

    font-size: 26px;

    width: 60px;

    height: 40px;

    line-height: 40px;

    padding: 10px 0;

    margin:0px 5px;

    background-color:#bc151b;

    background-image: linear-gradient(141deg,#e43437 30%,#ad6317 90%,#c20d10 50%);

    border:2px solid #eee5b6;

    color: #fff;

}

.timebox .time li span{

    padding-left: 2px;

    top: 30px;

    right: 8px;

    width: 16px;

    height: 20px;

    font-size: 16px;

    font-weight: normal;

    font-stretch: normal;



}