tj2.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body{background:#f8f9f9;padding:0;margin:0;}
  4. .time{width:94%;height:3em;padding:0;margin:20px auto 0 auto;background:#fff;}
  5. .time .tab{width:100%;height:3em;padding:0;margin:0; overflow:hidden;}
  6. .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;}
  7. .time .tab a:hover{width:9em;height:3.8em;color:#fff; text-decoration:none;background:#5ab0ee;display:block;}
  8. .time .tab a.on{width:9em;height:3.8em;color:#fff; text-decoration:none;background:#5ab0ee;}
  9. .content{overflow:hidden;padding:0;margin:0;}
  10. .content ul{padding:0;margin:0;}
  11. .content ul li{display:none;padding:0;margin:0; list-style:none;}
  12. .fwtj{width:100%;height:auto;padding:5px 0 0 0;margin:20px 0 0 0;background:#fff;}
  13. .fwtj_tit{height:2.5em;padding:0;margin:0 0.7em;border-bottom:#eeeeee 1px solid;}
  14. .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;}
  15. .fwtj_tit2{width:22px;height:2.5em;line-height:2.5em;padding:0 10px 0 0;margin:0;float:right;}
  16. .fwtj_con{width:80%;height:400px;padding:20px 0;margin:0 0.7em;}
  17. .lmsl{width:49.2%;height:auto;padding:5px 0 0 0;margin:20px 0;background:#fff; float:left;}
  18. .lmsl_tit{height:2.5em;padding:0;margin:0 0.7em;border-bottom:#eeeeee 1px solid;}
  19. .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;}
  20. .lmsl_tit2{width:22px;height:2.5em;line-height:2.5em;padding:0 10px 0 0;margin:0;float:right;}
  21. .lmsl_con{width:80%;height:400px;padding:20px 0;margin:0 0.7em;}
  22. .xxfb{width:49.2%;height:auto;padding:5px 0 0 0;margin:20px 0 0 0;background:#fff; float:right;}
  23. .xxfb_tit{height:2.5em;padding:0;margin:0 0.7em;border-bottom:#eeeeee 1px solid;}
  24. .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;}
  25. .xxfb_tit2{width:22px;height:2.5em;line-height:2.5em;padding:0 10px 0 0;margin:0;float:right;}
  26. .xxfb_con{width:80%;height:400px;padding:20px 0;margin:0 0.7em;}
  27. @media only screen and (max-width:800px) {
  28. .lmsl{width:100%;height:auto;padding:5px 0 0 0;margin:20px 0;background:#fff; float:left;}
  29. .xxfb{width:100%;height:auto;padding:5px 0 0 0;margin:20px 0;background:#fff; float:right;}
  30. }
  31. @media only screen and (max-width:600px) {
  32. .fwtj{width:100%;height:auto;padding:5px 0 0 0;margin:10px 0 0 0;background:#fff;}
  33. .lmsl{margin:10px 0;background:#fff; float:left;}
  34. .xxfb{margin:10px 0;background:#fff; float:right;}
  35. }
  36. @media only screen and (max-width:400px) {
  37. .time{width:94%;height:2.5em;padding:0;margin:20px auto 0 auto;background:#fff;}
  38. .time .tab{width:100%;height:2.5em;padding:0;margin:0; overflow:hidden;}
  39. .time .tab a {width:33%;height:2.5em;line-height:3em;}
  40. .time .tab a:hover{width:33%;}
  41. .time .tab a.on{width:33%;}
  42. }