123456789101112131415161718192021 |
- html,body{ width:100%; height:100%; margin:0; font: 12px/1.5 "微软雅黑"; color: #666;}
-
- .time_shaft_left{ width:auto; height:100%; display: inline-block; float:left; border-right:1px solid #cdcaca; padding-right:5%;}
- .time_shaft_right{ width:80%; height:100%; display:inline-block; float:right; }
- /* 左侧时间轴 */
- .history_box{ width:100%; height:100%; }
- /* 时间年区 */
- .year_box{ overflow: hidden; }
- ul, li{ list-style:none; }
- .line{ background:url("/nwyj/images/business/em/floods/line.png") repeat-y 160px 0; overflow:hidden; position:relative;}
- .year_box h2{ background:url("/nwyj/images/business/em/floods/clock.png") #ffffff/* #f1f1f1 */ no-repeat 93px 0; height:59px; font-size:25px; font-weight:normal; }
- .hide_bgk{background: none!important;}
- .year_box h2 a { color: #00bbff; display: inline-block; zoom: 1; background: url("/nwyj/images/business/em/floods/unfold.png") no-repeat right 50%;
- padding-right: 17px; margin: 21px 97px 0 0;}
- a { text-decoration:none; }
- .year_box ul li { background: url("/nwyj/images/business/em/floods/pitch_point.png") no-repeat 113px 50px; padding-top: 40px; zoom: 1; padding-left:170px;}
- .year_box ul li a {color: #1db702; font-size:20px; }
- .hide_li{ display: none;}
|