网站
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

164 linhas
2.5 KiB

  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: 60px;
  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. display: flex !important;
  60. display: -webkit-box !important;
  61. display: -webkit-flex !important;
  62. justify-content: space-between;
  63. -webkit-justify-content: space-between;
  64. align-items: center;
  65. -webkit-align-items: center;
  66. }
  67. .newList ul li a i{
  68. margin-right: 12px;
  69. }
  70. .pageNum{
  71. margin-top: 45px;
  72. text-align: center;
  73. }
  74. .pageNum li{
  75. width: 25px;
  76. height: 25px;
  77. text-align: center;
  78. line-height: 25px;
  79. margin-right: 5px;
  80. display: inline-block;
  81. }
  82. .pageNum p{
  83. height: 25px;
  84. text-align: center;
  85. line-height: 25px;
  86. margin-right: 5px;
  87. display: inline-block;
  88. }
  89. .pageNum li.active{
  90. background-color: #007b76;
  91. color: #ffffff;
  92. border-radius: 2px;
  93. }
  94. .pageNum li:hover{
  95. background-color: #007b76;
  96. color: #ffffff;
  97. border-radius: 2px;
  98. cursor:pointer;
  99. }
  100. .title{
  101. text-align: center;
  102. margin-top: 80px;
  103. }
  104. .title h1{
  105. margin: 0 auto;
  106. width: 94%;
  107. }
  108. .title div{
  109. padding: 30px 0px;
  110. border-bottom: 1px solid #d9d9d9;
  111. text-align: center;
  112. }
  113. .title div p{
  114. font-size: 20px;
  115. color: #b8b8b8;
  116. margin-right: 40px;
  117. display: inline-block;
  118. }
  119. .titIndex span{
  120. color: #007b76;
  121. }
  122. .titIndex i{
  123. padding: 0px 10px;
  124. }
  125. .share{
  126. border: 1px solid #d9d9d9;
  127. padding: 8px 12px;
  128. display:inline-block;
  129. *display:inline;
  130. *zoom:1;
  131. margin-top: 40px;
  132. }
  133. .share img{
  134. float: left;
  135. margin-left: 22px;
  136. }
  137. .share p{
  138. line-height: 32px;
  139. }