

.timer-con{
	position: relative;
}
.timer-shaft{position:relative;width:80%;height:100px;overflow: hidden;margin: 0 auto;}
.timer-left{position:absolute;top:50%;left:20px;z-index:99;width:49px;height:73px;margin-top:-36.5px;background: url(../images/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:49px;height:73px;margin-top:-36.5px;background: url(../images/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:100px;font-size: 0;white-space: nowrap;z-index: 2;}
.timer-scale-cont{display:inline-block;height:100%;width: 160px;}
.time-circle {
	width: 16px;
    height: 16px;
    border: 2px solid #4d4d4d;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
    transition: all .3s;
    cursor:pointer;
    margin: -9px auto 0 auto;

}

.time-wen{
	font-size: 16px;
	color: #808080;
	text-align: center;
	margin-top: 20px;
}
.timer-scale-cont.hov .time-circle {
	width: 14px;
    height: 14px;
    background-color: #bd1c21;
    border: 0;
    box-shadow: 0 0 0 8px #fff,0 0 0 10px #bd1c21;
}
.timer-scale-cont .line-scale{
	width:100px;height:4px;
	margin: 48px auto 0 auto;
}
.timer-scale-cont.hov .line-scale{
	background: #bd1c21;
	margin: 46px auto 2px auto;
}

.timer-shaft-content{width:100%;margin-top:45px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{padding-left:20px;font-weight:bold;color:#333;font-size:0;}
.icon-year{display: inline-block;vertical-align:middle;width:33px;height:40px;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:36.5px;height:100%;border-right:1px dashed #ff8d3d;}
.month-detail-box .month-title{position:absolute;font-size:16px;font-weight: bold;color:#333;}
.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:30px;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:71px;line-height:2;font-size:14px;color:#333;}
.incident-record a{font-size:14px;color:#1d69a3;}






