body {background-color: #fff;}
.content {width: 1200px;margin: 0 auto;margin-top: 60px;}
.fl {float: left;}
.fr {float: right;}
/*.banner {background: url(/ctjt/uiFramework/commonResource/image/2021032410112678996.jpg) no-repeat;width: 100%;height: 452px;}*/
.d1 .fl,.d1 .fr {width: 48.3%;}
.d1 .fl {border-radius: 15px;}
.d1 .fr h2 {/*width: 115px;*/width:19.82%;line-height: 50px;font-size: 28px;font-weight: bold;border-bottom: 3px solid #0068b6;}
.d1 .fr h3 {margin-top: 15px;line-height: 40px;font-size: 19px;font-weight:400;}
.d1 .fr a {/*width: 140px;*/width:24.137%;line-height: 45px;text-align: center;display: block;font-size: 22px;color: #fff;background-color: #0060aa;border-radius: 30px;margin-top: 15px;}

.d2 {margin-top: 60px;}       
.d2 .ul {} 
.d2 .ul li {width:47%;margin-left: 3%;border-radius: 10px;}
.d2 .ul li img{width:100%;transition: all 0.5s;}
.d2 .ul li img:hover{ transform: scale(1.1);}       
.d2 ul li:first-child {margin-left: 0;}

.d3 {/*height: 1000px;*/margin-top: 70px;background: url(/ctjt/uiFramework/commonResource/image/2021032415010711140.jpg);/*position:relative;*/padding-bottom:100px;}
.d3 h2 {padding-top: 40px;width: 86px;font-size: 28px;font-weight: bold;line-height: 45px;border-bottom: 3px solid #0068b6;}      
.d3 hr {margin-top: -2px;margin-left: 96px;border-top: 1px solid #b2b2b2}

/*大事记start*/

.timer-shaft-box{width:100%;box-sizing: border-box;}
.timer-shaft{width:100%;height:125px;overflow: hidden;margin-top:80px;position:relative;}
.timer-left{position:absolute;top:50%;left:0;z-index:99;width:37px;height:37px;margin-top:-18.5px;background: url(/ctjt/uiFramework/commonResource/image/2021032419450724102.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-left.on{background: url(/ctjt/uiFramework/commonResource/image/2021032419481455441.png) no-repeat;}
.timer-right{position:absolute;top:50%;right:0;z-index:99;width:37px;height:37px;margin-top:-18.5px;background: url(/ctjt/uiFramework/commonResource/image/2021032414480163547.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right.on{background: url(/ctjt/uiFramework/commonResource/image/2021032419445870420.png) no-repeat;}
.timer-scale{white-space: nowrap;position: absolute;top: 0;left: 0;}
.timer-scale-cont{display:inline-block;height:100%;line-height:125px;}

.timer-scale-cont.hov  .time-circle span{position:absolute;top:-35px;left:-12px;font-weight:600;font-size:22px}
.time-circle span {position:absolute;top:-90px;left:-19px;font-weight:600;font-size:20px;}

.time-circle{display:inline-block;vertical-align:middle;width:22px;height:22px;/*line-height: 60px;*/text-align: center;font-size:18px;border-radius: 50%;background: #73b1e1;cursor:pointer;margin-left:5px;position:relative;}
.timer-scale-cont.hov .time-circle{width:45px;height:45px;line-height: 20px;font-size:24px;background:url(/ctjt/uiFramework/commonResource/image/2021032415180062766.png) no-repeat;;}
.line-scale{display:inline-block;vertical-align:middle;/*width:184px;*/ width:156px;height:14px;margin:0 2px;background: url(/ctjt/uiFramework/commonResource/image/2021032414580676706.png) no-repeat;}

.shaft-detail-cont {display: none;}
.timer-scale-cont.hov .timer-shaft-content {display:block;}

.incident-record a{font-size:16px;line-height:40px;}




/* 小pc 992-1200  */
@media only screen and (min-width:992px) and (max-width:1200px){
.content {width: 992px;margin: 0 auto;margin-top: 30px;}
.d1 .fl,.d1 .fr {width: 49%;}
.d1 .fr h2{width:22%;font-size:26px;line-height:40px;}
.d1 .fr a{line-height:35px;}
.d1 .fr h3{margin-top:9px;line-height:35px;}

.d2 {margin-top: 30px;}  
}

/*  pad 768-992  */
@media only screen and (min-width:768px) and (max-width:992px){
.content {width: 768px;margin: 0 auto;margin-top: 20px;}
.d1 .fr{width:50%;}
.d1 .fr h2{width:23.82%;font-size:22px;line-height:36px;}
.d1 .fr h3{margin-top:5px;line-height:30px;font-size:16px;height:125px;overflow:hidden; text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical; }
.d1 .fr a{line-height:35px;font-size:18px;margin-top:7px;}

.d3{margin-top:20px;}
.d3 h2{padding-top:20px;}

.line-scale{width:170px;}
}

/*  手机 <=768  */
@media only screen and (max-width:768px){
.content {width: 96%;margin-top: 10px;}
.d1 .fl{display:none;}
.d1 .fr{width:100%;}
.d1 .fr h2{width:auto;font-size:16px;line-height:40px;}
.d1 .fr h3{margin-top:5px;line-height:26px;font-size:14px;}
.d1 .fr a{line-height:30px;font-size:15px;margin-top:5px;width:95px;border-radius:15px;float:none;margin:1rem auto;}

.d2 .ul li{margin-bottom:10px;width:100%;margin-left:0;}
.d2 .ul li img{height:90px;object-fit:cover;}
.d2 .ul li img:hover{ transform: scale(1);} 

.d3{margin-top:0;}
.d3 h2{padding-top:10px;}
}