
.body-box {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    margin-bottom: 20px;
}

.timer-shaft-box {
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
}

.timer-shaft {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.timer-left {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 99;
    width: 23px;
    height: 37px;
    margin-top: -40px;
    background: #fff url(../images/icon_left.png) no-repeat center center;
    cursor: pointer;
    padding: 42px 15px;
}
.timer-left:hover{background: #fff url(../images/icon_left1.png) no-repeat center center;}
.timer-right {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 99;
    width: 23px;
    height: 37px;
    margin-top: -40px;
    background: #fff url(../images/icon_right.png) no-repeat center center;
    cursor: pointer;
    padding: 42px 15px;
}
.timer-right:hover{background: #fff url(../images/icon_right1.png) no-repeat center center;}
.timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    padding-left: 80px;
    font-size: 0;
    white-space: nowrap;
}

.timer-scale-cont {
    display: inline-block;
    height: 100%;
    line-height: 80px;
}

.time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background: #d1d1d1;
    transition: all .3s;
    cursor: pointer;
}
.time-circle:hover {background: #b3b3b3;}
.timer-scale-cont.hov .time-circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    background: #2baae7;
}
.timer-scale-cont.hov .line-scale {
   display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 22px;
    margin: 0 2px;
    background: url(../images/icon_scale.png) no-repeat;
    background-size: cover;
}
.line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 22px;
    margin: 0 2px;
    background: url(../images/icon_scale.png) no-repeat;
    background-size: cover;
}

.timer-shaft-content {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
    font-size: 0;
    box-sizing: border-box;
    white-space: nowrap;
}

.shaft-detail-cont {
    display: none;
    width: 100%;
}

.timer-year {
    padding-left: 39px;
    font-weight: bold;
    color: #666666;
    font-size: 0;
}

.icon-year {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 40px;
    background: url(../images/icon_sign.png) no-repeat;
    background-size: cover;
}

.timer-year span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    font-size: 24px;
}

.month-detail-box {
    position: relative;
    width: 100%;
    min-height: 93px;
    padding-top: 30px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
}

    .month-detail-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 55px;
        height: 100%;
        border-right: 1px solid #58bff0;
    }

    .month-detail-box .month-title {
        position: absolute;
        font-size: 18px;
        font-weight:300;
        color: #666;
        left: 0;
        height: 32px;
        line-height: 32px;
    }

        .month-detail-box .month-title:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 49px;
            width: 13px;
            height: 13px;
            margin-top: -6.5px;
            background: url(../images/icon_circle.png) no-repeat;
            background-size: cover;
        }

.incident-record {
    display: inline-block;
    padding-left: 90px;
    line-height: 2;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%;
}

    .incident-record a {
        font-size: 14px;
        color: #1d69a3;
    }

.incident-Cont {
    display: inline-block;
    padding-left: 90px;
    line-height: 2;
    font-size: 14px;
    color: #bbb;
    margin-bottom: 10px;
    text-align: justify;
}

    .incident-Cont p {
        margin-bottom: 10px;
        text-align: justify;
        font-size: 13px;
        text-align: justify;
    }

.ckzs {
    margin-left: 90px;
    background: #f0f0f0;
    border: 1px #e4e4e4 solid;
    border-radius: 20px;
    color: #888;
    width:100px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    padding: 0 15px;
}

    .ckzs:hover {
        cursor: pointer;
        background: #e6f7ff;
        color: #666;
        border: 1px #b7e9ff solid;
    }


@media screen and (max-width:767px) {
    .timer-shaft-box{
        padding:0;
    }
    .timer-scale{
        padding-left:50px;
    }
    
    .month-detail-box:before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 35px;
	    height: 100%;
	    border-right: 1px solid #58bff0;
    }
    
    .month-detail-box .month-title {
        position: absolute;
        font-size: 1.2rem;
        font-weight:300;
        color: #666;
        left: 0;
        height: 32px;
        line-height: 32px;
    }
    
    .month-detail-box .month-title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 29px;
        width: 13px;
        height: 13px;
        margin-top: -6.5px;
        background: url(../images/icon_circle.png) no-repeat;
        background-size: cover;
    }
    
    
    .timer-year {
	    padding-left: 19px;
	    font-weight: bold;
	    color: #666;
	    font-size: 0;
	}
	
	.timer-year span {
	    font-size: 2rem;
	}
    
    .incident-record {
	    display: inline-block;
	    padding-left: 50px;
	    line-height: 170%;
	    font-size: 1.4rem;
	    color: #666;
	    font-weight: normal;
	    margin-bottom: 15px;
	}
	    
    .time-circle {
        width: 50px;
        height: 50px;
        line-height:50px;
        font-size: 14px;
            }

    .timer-scale-cont.hov .time-circle {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
    .timer-scale-cont.hov .line-scale {
        width: 26px;
    }
    .line-scale {
        width: 26px;
    }
    
	.incident-Cont {
	    display: inline-block;
	    padding-left: 50px;
	    line-height: 180%;
	    font-size: 1.2rem;
	    color: #ababab;
	    margin-bottom: 10px;
	    width: 95%;
	}
    .incident-Cont p {
        margin-bottom: 10px;
        text-align: justify;
        font-size: 1.2rem;
    }
    
}
