网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .breadcrum {
  2. width: 100%;
  3. height: 60px;
  4. margin-top: 45px;
  5. }
  6. .breadcrum .bre_notice, .breadcrum .bre_news {
  7. overflow: hidden;
  8. }
  9. .breadcrum a {
  10. float: left;
  11. width: 141px;
  12. height: 40px;
  13. border: 1px solid #e4e4e4;
  14. text-align: center;
  15. line-height: 40px;
  16. list-style: none;
  17. margin-right: 42px;
  18. color: #333;
  19. cursor: pointer;
  20. font-size: 16px;
  21. background-color: #FFFFFF;
  22. }
  23. .breadcrum a i {
  24. color: #007b76;
  25. margin-right: 8px;
  26. font-size: 20px;
  27. vertical-align: middle;
  28. }
  29. .breadcrum a:hover {
  30. background-color: #007b76;
  31. color: #fff;
  32. }
  33. .breadcrum .active{
  34. background-color: #007b76;
  35. color: #fff;
  36. }
  37. .breadcrum .active i{
  38. color: #fff;
  39. }
  40. .breadcrum a:hover i {
  41. color: #fff;
  42. }
  43. .iconfont {
  44. -webkit-text-stroke-width: 0 !important;
  45. font-size: 14px;
  46. font-family: iconfont !important;
  47. }
  48. .newList{
  49. color: #2e2e2e;
  50. padding: 0px 28px;
  51. margin-top: 10px;
  52. }
  53. .newList ul li:hover a,.newList ul li:hover p{
  54. color: #007b76;
  55. }
  56. .newList ul li{
  57. padding: 15px;
  58. border-bottom: 1px dashed #dbdbdb;
  59. }
  60. .newList ul li a i{
  61. margin-right: 12px;
  62. }
  63. .pageNum{
  64. margin-top: 45px;
  65. text-align: center;
  66. }
  67. .pageNum li{
  68. width: 25px;
  69. height: 25px;
  70. text-align: center;
  71. line-height: 25px;
  72. margin-right: 5px;
  73. display: inline-block;
  74. }
  75. .pageNum p{
  76. height: 25px;
  77. text-align: center;
  78. line-height: 25px;
  79. margin-right: 5px;
  80. display: inline-block;
  81. }
  82. .pageNum li.active{
  83. background-color: #007b76;
  84. color: #ffffff;
  85. border-radius: 2px;
  86. }
  87. .pageNum li:hover{
  88. background-color: #007b76;
  89. color: #ffffff;
  90. border-radius: 2px;
  91. cursor:pointer;
  92. }
  93. .title{
  94. text-align: center;
  95. margin-top: 80px;
  96. }
  97. .title h1{
  98. margin: 0 auto;
  99. width: 94%;
  100. }
  101. .title div{
  102. padding: 30px 0px;
  103. border-bottom: 1px solid #d9d9d9;
  104. text-align: center;
  105. }
  106. .title div p{
  107. font-size: 20px;
  108. color: #b8b8b8;
  109. margin-right: 40px;
  110. display: inline-block;
  111. }
  112. .titIndex span{
  113. color: #007b76;
  114. }
  115. .titIndex i{
  116. padding: 0px 10px;
  117. }
  118. .share{
  119. border: 1px solid #d9d9d9;
  120. padding: 8px 12px;
  121. display:inline-block;
  122. *display:inline;
  123. *zoom:1;
  124. margin-top: 40px;
  125. }
  126. .share img{
  127. float: left;
  128. margin-left: 22px;
  129. }
  130. .share p{
  131. line-height: 32px;
  132. }