﻿/* linetime style */
@keyframes mycircle {
}

.time-box {
    padding: 20px;
    background: url(../img/time-bg.png) repeat-y;
    height: auto;
    margin-top: 10px;
}

.time-box-01 {
   padding-bottom: 10px;
}

    .time-box-01 .time-title {
        margin-bottom: 12px;
        height: 24px;
        position: relative;
    }

        .time-box-01 .time-title .left-icon {
            position: absolute;
            left: -4px;
            top: 0;
            width: 16px;
            height: 16px;
        }

            .time-box-01 .time-title .left-icon b {
                width: 16px;
                height: 16px;
                background: #f5f8fc;
                display: block;
                border-radius: 18px;
                transition: all 0.1s linear;
                border: 4px solid #ea706b;
            }

                .time-box-01 .time-title .left-icon b:hover {
                    width: 16px;
                    height: 16px;
                    background: #ea706b;
                    display: block;
                    border-radius: 18px;
                    transition: all 0.1s linear;
                }

        .time-box-01 .time-title .right-title {
            font-size: 12px;
            height: 30px;
            line-height: 20px;
            background: #499cd8;
            padding: 6px;
            color: #fff;
            border-radius: 6px;
            margin-left: 30px;
            margin-top:-6px;
        }

            .time-box-01 .time-title .right-title a{
                font-size: 14px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                color: #fff;
                text-overflow:ellipsis;
            }

    .time-box-01 .time-end {
        border-top: 1px dashed #e4e0e0;
        border-bottom: 1px dashed #e4e0e0;
        padding: 4px 0;
        margin: 140px 0 10px 30px;
        color: #ccc;
        font-size: 12px;
        left: 34px;
    }

    .time-box-01 .time-content {
        position: relative;
        margin-left: 20px;
        font-size: 12px;
    }

        .time-box-01 .time-content .right-content {
            position: absolute;
 
            line-height:20px;
            font-size:14px;
            left: 14px;

        }
        .time-box-01 .time-content .right-content p{
            height: 102px;
            overflow:hidden;
            text-overflow:ellipsis;
        }

            .time-box-01 .time-content .right-content a {
                color: #939393;
                text-decoration: none;
            }

                .time-box-01 .time-content .right-content a:hover {
                    color: #499cd8;
                }

        .time-box-01 .time-content .left-circle {
            position: absolute;
            top: 10px;
            left: -20px;
        }

            .time-box-01 .time-content .left-circle i {
                display: block;
                width: 8px;
                height: 8px;
                background: #fff;
                border-radius: 10px;
                border: 1px solid #939393;
            }
                        .time-box-01 .time-content .left-circle i:hover {

                display: block;
                width: 8px;
                height: 8px;
                background: #939393;
                border-radius: 10px;
                 transition: all 0.1s linear;
            }
