recruit.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .top{
  2. height: 132px;
  3. width: 100%;
  4. background: #0083cc;
  5. text-align: center;
  6. margin-bottom: 80px;
  7. }
  8. .recruit h1 {
  9. width: 1180px;
  10. margin: 0 auto;
  11. font-family: "微软雅黑";
  12. font-size: 22px;
  13. color: #363636;
  14. padding-bottom: 12px;
  15. margin-bottom: 46px;
  16. background: url(../images/n1_bg.png) no-repeat 0 bottom;
  17. }
  18. .recruit ul{
  19. width: 1180px;
  20. margin: 0 auto;
  21. }
  22. .recruit ul li{
  23. width: 119px;
  24. height: 43px;
  25. background: #fff;
  26. font-size: 18px;
  27. color:#00bfd9;
  28. text-align: center;
  29. line-height: 43px;
  30. float: left;
  31. cursor: pointer;
  32. margin-right: 10px;
  33. font-family: "微软雅黑";
  34. border: 1px solid #00bfd9;
  35. }
  36. .recruit ul li.cur{
  37. background: #00bfd9;
  38. color: #fff;
  39. }
  40. .recruit ul li.hover:hover{
  41. background: #00bfd9;
  42. color: #fff;
  43. }
  44. .recruit .content{
  45. width: 1180px;
  46. margin: 0 auto;
  47. }
  48. .recruit .con p{
  49. font-family: "微软雅黑";
  50. font-size: 16px;
  51. color: #646464;
  52. line-height: 26px;
  53. display: block;
  54. }
  55. .recruit .con ol li p{
  56. font-family: "微软雅黑";
  57. font-size: 16px;
  58. color: #646464;
  59. line-height: 26px;
  60. display: block;
  61. margin-top: 0;
  62. }
  63. .recruit .con{
  64. display: none;
  65. margin-top: 36px;
  66. }
  67. .recruit .con span.spc{
  68. margin-top: 36px;
  69. }
  70. .recruit .con1{
  71. display: block;
  72. }