123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @charset "utf-8";
- /* CSS Document */
- body{background:#f8f9f9;padding:0;margin:0;}
- .time{width:94%;height:3em;padding:0;margin:20px auto 0 auto;background:#fff;}
- .time .tab{width:100%;height:3em;padding:0;margin:0; overflow:hidden;}
- .time .tab a{width:9em;height:3.8em;line-height:3.5em;padding:0;margin:0; text-align:center;font-size:0.85em;font-family:Microsoft YaHei;color:#565555;border-right:#f8f9f9 1px solid; list-style:none;float:left; text-decoration:none;}
- .time .tab a:hover{width:9em;height:3.8em;color:#fff; text-decoration:none;background:#5ab0ee;display:block;}
- .time .tab a.on{width:9em;height:3.8em;color:#fff; text-decoration:none;background:#5ab0ee;}
- .content{overflow:hidden;padding:0;margin:0;}
- .content ul{padding:0;margin:0;}
- .content ul li{display:none;padding:0;margin:0; list-style:none;}
- .fwtj{width:100%;height:auto;padding:5px 0 0 0;margin:20px 0 0 0;background:#fff;}
- .fwtj_tit{height:2.5em;padding:0;margin:0 0.7em;border-bottom:#eeeeee 1px solid;}
- .fwtj_tit1{height:2.5em;line-height:2.5em;padding:0 0 0 10px;margin:0;float:left;font-size:1em;font-family:Microsoft YaHei;color:#131313; font-weight:500;}
- .fwtj_tit2{width:22px;height:2.5em;line-height:2.5em;padding:0 10px 0 0;margin:0;float:right;}
- .fwtj_con{width:80%;height:400px;padding:20px 0;margin:0 0.7em;}
- .lmsl{width:49.2%;height:auto;padding:5px 0 0 0;margin:20px 0;background:#fff; float:left;}
- .lmsl_tit{height:2.5em;padding:0;margin:0 0.7em;border-bottom:#eeeeee 1px solid;}
- .lmsl_tit1{height:2.5em;line-height:2.5em;padding:0 0 0 10px;margin:0;float:left;font-size:1em;font-family:Microsoft YaHei;color:#131313; font-weight:500;}
- .lmsl_tit2{width:22px;height:2.5em;line-height:2.5em;padding:0 10px 0 0;margin:0;float:right;}
- .lmsl_con{width:80%;height:400px;padding:20px 0;margin:0 0.7em;}
- .xxfb{width:49.2%;height:auto;padding:5px 0 0 0;margin:20px 0 0 0;background:#fff; float:right;}
- .xxfb_tit{height:2.5em;padding:0;margin:0 0.7em;border-bottom:#eeeeee 1px solid;}
- .xxfb_tit1{height:2.5em;line-height:2.5em;padding:0 0 0 10px;margin:0;float:left;font-size:1em;font-family:Microsoft YaHei;color:#131313; font-weight:500;}
- .xxfb_tit2{width:22px;height:2.5em;line-height:2.5em;padding:0 10px 0 0;margin:0;float:right;}
- .xxfb_con{width:80%;height:400px;padding:20px 0;margin:0 0.7em;}
- @media only screen and (max-width:800px) {
- .lmsl{width:100%;height:auto;padding:5px 0 0 0;margin:20px 0;background:#fff; float:left;}
- .xxfb{width:100%;height:auto;padding:5px 0 0 0;margin:20px 0;background:#fff; float:right;}
- }
- @media only screen and (max-width:600px) {
- .fwtj{width:100%;height:auto;padding:5px 0 0 0;margin:10px 0 0 0;background:#fff;}
- .lmsl{margin:10px 0;background:#fff; float:left;}
- .xxfb{margin:10px 0;background:#fff; float:right;}
- }
- @media only screen and (max-width:400px) {
- .time{width:94%;height:2.5em;padding:0;margin:20px auto 0 auto;background:#fff;}
- .time .tab{width:100%;height:2.5em;padding:0;margin:0; overflow:hidden;}
- .time .tab a {width:33%;height:2.5em;line-height:3em;}
- .time .tab a:hover{width:33%;}
- .time .tab a.on{width:33%;}
- }
|