index.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. .layui-header {
  2. height: 110px;
  3. border-bottom: 5px solid #8cc9f7;
  4. }
  5. .layui-main {
  6. max-width: 1002px;
  7. min-width: 320px;
  8. width: auto;
  9. padding: 20px 0;
  10. }
  11. .logo {
  12. position: absolute;
  13. left: 47px;
  14. top: 20px;
  15. }
  16. .layui-nav {
  17. background-color: #fff;
  18. }
  19. .layui-nav .layui-nav-item a {
  20. color: #125fa3;
  21. opacity: 1;
  22. font-size: 14px;
  23. }
  24. .tel {
  25. height: 28px;
  26. line-height: 28px;
  27. padding-left: 46px;
  28. font-size: 16px;
  29. font-weight: bold;
  30. background: url(../image/tel.png) no-repeat left center;
  31. color: #125fa3;
  32. right: 280px;
  33. }
  34. .sch {
  35. width: 181px;
  36. height: 28px;
  37. background: url(../image/sch.png) no-repeat;
  38. right: 40px;
  39. }
  40. input {
  41. font: 12px/1.14 arial, "\5fae\8f6f\96c5\9ed1";
  42. color: #333;
  43. outline: none;
  44. border: none;
  45. vertical-align: top;
  46. background: none;
  47. }
  48. .pra {
  49. position: absolute;
  50. }
  51. .sch .sipt {
  52. width: 142px;
  53. height: 28px;
  54. left: 0;
  55. top: 0;
  56. padding: 0 4px;
  57. color: #000;
  58. }
  59. .sch .sbtn {
  60. width: 31px;
  61. height: 28px;
  62. right: 0;
  63. top: 0;
  64. cursor: pointer;
  65. }
  66. .layui-footer {
  67. text-align: center;
  68. color: #fff;
  69. margin-top: 40px;
  70. background-color: #2d6898;
  71. }
  72. .layui-footer a{
  73. color: #fff;
  74. }
  75. .title {
  76. height: 23px;
  77. border-bottom: 1px solid #7baed6;
  78. background-repeat: no-repeat;
  79. padding-left: 28px;
  80. line-height: 15px;
  81. text-align: left;
  82. color: #4c91c7;
  83. font-size: 14px;
  84. }
  85. .title a {
  86. color: #4c91c7;
  87. font-size: 14px;
  88. }
  89. .layui-col-xs3 {
  90. padding-left: 27px;
  91. }
  92. .main-content {
  93. padding: 40px 0;
  94. height: 210px;
  95. }
  96. .layui-carousel>[carousel-item]>* {
  97. background-color: #fff;
  98. }
  99. .news-list{
  100. padding: 20px 0 0 20px;
  101. }
  102. .news-list h3{
  103. font-size: 16px;
  104. color: #4c91c7;
  105. font-weight: bold;
  106. padding-bottom: 10px;
  107. padding-top: 6px;
  108. }
  109. .news-list a{
  110. color: #076bba;
  111. }
  112. .news-list p{
  113. color: #999;
  114. line-height: 18px;
  115. }
  116. .left {
  117. width: 250px;
  118. float: left;
  119. }
  120. .main{
  121. width: 720px;
  122. float: right;
  123. }
  124. .left-title {
  125. height: 38px;
  126. line-height: 38px;
  127. background-color: #49a2ee;
  128. color: #fff;
  129. font-size: 14px;
  130. border-radius: 5px 5px 0 0;
  131. text-align: center;
  132. }
  133. .content {
  134. border: 1px solid #e1e3e5;
  135. border-top: none;
  136. padding: 15px;
  137. border-radius: 0 0 3px 3px;
  138. }
  139. .main .content{
  140. padding: 0;
  141. min-height:520px;
  142. }
  143. .datalist li {
  144. padding-bottom: 12px;
  145. }
  146. .content img{
  147. max-width: 100%;
  148. border: 1px solid #eee;
  149. border-radius: 3px;
  150. }
  151. .datalist li a {
  152. padding-left: 13px;
  153. background: url(../image/point.png) no-repeat left center;
  154. zoom: 1;
  155. }
  156. .main .datalist li{
  157. padding: 15px;
  158. border-bottom: 1px dashed #dcdcdc;
  159. }
  160. .main .datalist li a {
  161. background: url(../image/icon_sanjiao.png) no-repeat left center;
  162. }
  163. .location{
  164. border: 1px solid #e1e3e5;
  165. border-radius: 3px 3px 0 0;
  166. line-height: 38px;
  167. padding-left: 20px;
  168. }
  169. .article-title{
  170. font-size: 14px;
  171. color: #125fa3;
  172. font-weight: bold;
  173. }
  174. .text-ellipsis {
  175. position:relative;
  176. line-height:1.4em;
  177. height:1.4em;
  178. overflow:hidden;
  179. display: block;
  180. }
  181. .text-ellipsis-2:after {
  182. content:"...";
  183. position:absolute;
  184. bottom:0;
  185. right:0;
  186. background:#FFF;
  187. padding-left:0.2em;
  188. }
  189. .text-ellipsis-2 {
  190. position:relative;
  191. line-height:1.4em;
  192. height:2.8em;
  193. overflow:hidden;
  194. }
  195. .color1 {
  196. color: #333;
  197. }
  198. .color2 {
  199. color: #909090;
  200. }
  201. .artit {
  202. font-size: 18px;
  203. font-weight: bold;
  204. color: #666;
  205. text-align: center;
  206. padding: 20px 0;
  207. line-height: 28px;
  208. }
  209. .arbr {
  210. clear: both;
  211. height: 14px;
  212. overflow: hidden;
  213. background: url(../image/arbr.png) no-repeat center top;
  214. margin: 14px auto 28px auto;
  215. }
  216. .edits {
  217. overflow: hidden;
  218. margin: 0 auto;
  219. width: 90%;
  220. max-width: 693px;
  221. }