| 12345678910111213141516171819202122232425262728293031323334 |
- @charset "utf-8";
- *{ margin:0; padding:0;}
- body{ font-size:12px; color:#333;}
- a{ font-size:12px;color:#333; text-decoration:none;}
- a:hover{ color:#06C;}
- #jd_body{ width:100%; text-align:center;}
- #jd_body .c1{ line-height:26px;}
- .td_h{ line-height:22px; height:22px; border-left:1px solid #CDDAEA;border-right:1px solid #CDDAEA; border-top:1px solid #CDDAEA; text-align:center;}
- .td_di{border-bottom:1px solid #CDDAEA;}
- .td_r{border-right:1px solid #CDDAEA; width:30%; text-align:center;}
- .td_l{border-left:1px solid #CDDAEA; width:35%; text-align:center;}
- .td_jz{text-align:center;}
- .td_back1{ background:#fff;}
- .td_back2{ background:#CCC;}
- #jd_body .c2{ margin:0 auto; width:170px;}
- #jd_body .c3 { width:375px; height:18px; margin:0 auto; }
- #jd_body .c3 .sx ,#jd_body .c5 .c5_left .c6 .sx, #jd_body .c5 .c5_right .c6 .sx{ width:5px; height:18px; background:url(st_x.png) no-repeat; float:left;}
- #jd_body .c3 .hx ,#jd_body .c5 .c5_left .c6 .hx, #jd_body .c5 .c5_right .c6 .hx{ width:280px; height:18px; background:url(hx.png) no-repeat;float:left;}
- #jd_body .c3 .ss ,#jd_body .c5 .c5_left .c6 .ss, #jd_body .c5 .c5_right .c6 .ss{ width:5px; height:18px; background:url(sx_s.png) no-repeat; float:left;}
- #jd_body .c5 .c5_right .c6 ,#jd_body .c5 .c5_left .c6{ width:375px;height:18px; margin:0 auto; }
- #jd_body .c4{ width:500px; margin:0 auto;}
- #jd_body .c4 .c4_left { float:left;}
- #jd_body .c4 .c4_right { float:right;}
- #jd_body .c5{margin:0 auto; width:800px;}
- #jd_body .c5 .c5_left{ float:left;width:380px; margin:0 auto;}
- #jd_body .c5 .c5_left .c5l_c4 , #jd_body .c5 .c5_right .c5r_c4{width:375px; margin:0 auto;}
- #jd_body .c5 .c5_left .c5l_c4 .c5l_c4_l , #jd_body .c5 .c5_right .c5r_c4 .c5r_c4_l{margin:0 auto; width:170px; float:left;}
- #jd_body .c5 .c5_left .c5l_c4 .c5l_c4_r , #jd_body .c5 .c5_right .c5r_c4 .c5r_c4_r{margin:0 auto; width:170px; float:right;}
- #jd_body .c5 .c5_right{ float:right; width:380px; margin:0 auto;}
|