﻿.body-box{width:1200px;margin:20px auto;}
.timer-shaft-box{width:100%;box-sizing: border-box;}
.timer-shaft{position:relative;width:100%;height:80px;overflow: hidden;}
.timer-left{position:absolute;top:50%;left:20px;z-index:99;width:46px;height:43px;margin-top:-24px;background: url(img/arrow1.png) no-repeat;background-size: cover;cursor:pointer;left:0}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:46px;height:43px;margin-top:-24px;background: url(img/arrow1.png) no-repeat;background-size: cover;cursor:pointer;right:0;background-position: right;}
.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:24px;/*border-radius: 50%;background: #e2302e;*/
    margin-right:47px;font-weight:bold;color:#a2a2a2;cursor: pointer;transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:60px;height:60px;line-height: 60px;font-size:24px;color: #07a754;/*background: #ff8d3d;*/}
.line-scale{display:inline-block;vertical-align:middle;width:8px;height:22px;margin:0 2px;/*background: url(.../images/icon_scale.png) no-repeat;background-size: cover;*/}
.timer-shaft-content{width:1160px;background:#ffffff;margin:35px 0 35px 20px;-webkit-box-shadow:0 0px 40px rgba(171, 164, 157, 0.42);box-shadow:0 0px 40px rgba(171, 164, 157, 0.42);}
.shaft-detail-cont{display: none;width:100%;padding:30px 0;min-height: 250px;}
.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: 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:30px;padding-top:5px;font-size:0;box-sizing: border-box;white-space: normal;}
.month-detail-box:before{content: '';position:absolute;top:0;left:36.5px;height:100%;}
.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:0 30px;line-height:2;font-size:14px;color: #666666;}
.incident-record a{font-size:14px;color:#1d69a3;}
.dsjdt{width: 1200px;margin: 0 auto;}
