zgzpjianli.less 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. * {
  2. font-family: "微软雅黑", "microsoft yahei";
  3. }
  4. //导航条
  5. .breadcrumb {
  6. width: 100%;
  7. height: 22px;
  8. margin-top: 30px;
  9. margin-bottom: 20px;
  10. font-family: Microsoft YaHei, Microsoft YaHei;
  11. font-weight: 400;
  12. font-size: 20px;
  13. color: #666666;
  14. line-height: 23px;
  15. text-align: left;
  16. font-style: normal;
  17. text-transform: none;
  18. .el-breadcrumb::v-deep {
  19. display: inline-block;
  20. vertical-align: -4px;
  21. }
  22. /deep/.el-breadcrumb__inner a,
  23. /deep/.el-breadcrumb__inner.is-link {
  24. color: #666666;
  25. font-weight: 400;
  26. text-decoration: none;
  27. transition: var(--el-transition-color);
  28. }
  29. span {
  30. font-family: Microsoft YaHei, Microsoft YaHei;
  31. font-weight: 400;
  32. font-size: 20px;
  33. color: #666666;
  34. line-height: 23px;
  35. text-align: left;
  36. font-style: normal;
  37. text-transform: none;
  38. }
  39. span:hover {
  40. color: #666666;
  41. }
  42. .location {
  43. margin-right:5px;
  44. width: 100px;
  45. height: 22px;
  46. font-family: Microsoft YaHei, Microsoft YaHei;
  47. font-weight: 400;
  48. font-size: 20px;
  49. color: #666666;
  50. line-height: 23px;
  51. text-align: left;
  52. font-style: normal;
  53. text-transform: none;
  54. }
  55. }
  56. a {
  57. color: #666666;
  58. }
  59. .jianli {
  60. margin: auto;
  61. }
  62. .gerenjianli {
  63. width: 100%;
  64. min-height: 250px;
  65. background-color: #fbfbfb;
  66. }
  67. .index_1{
  68. width: 1200px;
  69. margin: 0 auto;
  70. }
  71. ul,
  72. ol {
  73. list-style: none;
  74. }
  75. a:active {
  76. text-decoration: none;
  77. }
  78. a:hover {
  79. text-decoration: none;
  80. }
  81. a:visited {
  82. text-decoration: none;
  83. }
  84. a:link {
  85. text-decoration: none;
  86. }
  87. a:focus {
  88. text-decoration: none;
  89. }
  90. body {
  91. position: relative;
  92. }
  93. .clearfix {
  94. overflow: hidden;
  95. }
  96. .clearfix_2::after {
  97. content: '';
  98. display: block;
  99. height: 0;
  100. visibility: hidden;
  101. clear: both;
  102. }
  103. .hiddenColor {
  104. visibility: hidden;
  105. }
  106. .hand {
  107. cursor: pointer;
  108. }
  109. .aTag_parent {
  110. position: relative;
  111. }
  112. .aTag_parent>a,
  113. .aTag {
  114. display: block;
  115. width: 100%;
  116. height: 100%;
  117. position: absolute;
  118. z-index: 99;
  119. border: 0px;
  120. top: 0px;
  121. left: 0px;
  122. background: rgba(0, 0, 0, 0);
  123. }
  124. .dot1 {
  125. display: block;
  126. word-break: keep-all;
  127. white-space: nowrap;
  128. overflow: hidden;
  129. text-overflow: ellipsis;
  130. }
  131. .dot2 {
  132. overflow: hidden;
  133. display: -webkit-box;
  134. -webkit-box-orient: vertical;
  135. -webkit-line-clamp: 2;
  136. }
  137. input,
  138. img {
  139. border: none;
  140. }
  141. .cover100 img {
  142. display: block;
  143. width: 100%;
  144. height: 100%;
  145. object-fit: cover;
  146. }
  147. .back100 {
  148. background-size: 100% 100%;
  149. background-repeat: no-repeat;
  150. }
  151. article,
  152. aside,
  153. footer,
  154. header,
  155. time,
  156. video,
  157. main,
  158. nav,
  159. h4,
  160. h3,
  161. section {
  162. display: block;
  163. }
  164. .jianli {
  165. margin: 0 auto;
  166. }
  167. .slow_6 {
  168. -webkit-transition: all .6s;
  169. -moz-transition: all .6s;
  170. -ms-transition: all .6s;
  171. -o-transition: all .6s;
  172. transition: all .6s;
  173. }
  174. .jianli {
  175. width: 1200px;
  176. }
  177. .seek_head_box {
  178. border-bottom: solid 1px #D9D9D9;
  179. }
  180. .seek_head_left {
  181. float: left;
  182. }
  183. .seek_head_a {
  184. float: left;
  185. height: 55px;
  186. line-height: 55px;
  187. color: #333;
  188. font-weight: bold;
  189. font-size: 22px;
  190. border-bottom: solid 3px rgba(0, 0, 0, 0);
  191. margin-right: 40px;
  192. }
  193. .seek_head_only {
  194. float: left;
  195. height: 55px;
  196. line-height: 55px;
  197. color: #489d97;
  198. font-weight: bold;
  199. font-size: 22px;
  200. border-bottom: solid 3px #489d97;
  201. }
  202. .seek_head_right_box {
  203. float: right;
  204. margin-top: 19px;
  205. }
  206. .seek_head_right_text {
  207. float: left;
  208. height: 21px;
  209. line-height: 21px;
  210. color: #999;
  211. font-size: 16px;
  212. margin-left: 22px;
  213. }
  214. .seek_introduce_box {
  215. margin-top: 29px;
  216. }
  217. .seek_introduce_left {
  218. float: left;
  219. width: 77%;
  220. }
  221. .seek_introduce_h4 {
  222. height: 37px;
  223. line-height: 37px;
  224. color: #333;
  225. font-size: 28px;
  226. margin-right: 15px;
  227. float: left;
  228. }
  229. .seek_introduce_tag {
  230. float: left;
  231. height: 25px;
  232. line-height: 25px;
  233. padding: 0px 8px 0px 36px;
  234. background: url(@/public/image/06.png) no-repeat 10px center #f2f7ed;
  235. background-size: 16px 16px;
  236. border: solid 1px #9CD26B;
  237. color: #ADCF8B;
  238. font-size: 16px;
  239. border-radius: 3px;
  240. margin: 10px 5px 0px 0px;
  241. }
  242. .seek_introduce_text {
  243. height: 25px;
  244. line-height: 25px;
  245. color: #999;
  246. font-size: 16px;
  247. margin-top: 10px;
  248. float: left;
  249. }
  250. .seek_introduce_num {
  251. color: #9CD26B;
  252. }
  253. .seek_introduce_title_box {
  254. margin-top: 29px;
  255. }
  256. .seek_introduce_label {
  257. margin-right: 11px;
  258. line-height: 21px;
  259. color: #333;
  260. font-size: 16px;
  261. font-weight: bold;
  262. }
  263. .seek_introduce_title {
  264. margin-right: 40px;
  265. line-height: 21px;
  266. color: #333;
  267. font-size: 16px;
  268. font-weight: bold;
  269. }
  270. .seek_introduce_foot {
  271. margin-top: 32px;
  272. }
  273. .seek_introduce_foot_text {
  274. height: 16px;
  275. line-height: 16px;
  276. float: left;
  277. color: #999;
  278. font-size: 16px;
  279. padding-right: 10px;
  280. margin-right: 10px;
  281. border-right: solid 1px #999;
  282. }
  283. .seek_introduce_foot_text:nth-last-of-type(1) {
  284. border: 0px;
  285. }
  286. .index_1_left {
  287. float: left;
  288. width: 70%;
  289. }
  290. .index_1_right {
  291. float: right;
  292. width: 28%;
  293. }
  294. .index_1_right_img {
  295. float: right;
  296. width: 130px;
  297. height: 130px;
  298. margin-top: 28px;
  299. // opacity: .6;
  300. }
  301. .index_2 {
  302. margin-top: 56px;
  303. }
  304. .index_3 {
  305. margin-top: 16px;
  306. }
  307. .index_4 {
  308. margin-top: 10px;
  309. }
  310. .index_5 {
  311. margin-top: 10px;
  312. }
  313. .index_5 .seek_in {
  314. margin-top: 33px;
  315. }
  316. .index_6 {
  317. margin-top: 10px;
  318. margin-bottom: 40px;
  319. }
  320. .index_6 .seek_in {
  321. margin-top: 33px;
  322. }
  323. .seek_article {
  324. margin-top: 33px;
  325. }
  326. .seek_in_head {
  327. margin: 31px 0px 10px;
  328. }
  329. .seek_in_head_text {
  330. float: left;
  331. height: 35px;
  332. line-height: 35px;
  333. color: #333;
  334. font-size: 18px;
  335. margin-right: 40px;
  336. }
  337. .seek_in_li {
  338. display: flex;
  339. margin-bottom: 10px;
  340. }
  341. .seek_in_label {
  342. height: 35px;
  343. line-height: 35px;
  344. color: #333;
  345. font-size: 18px;
  346. word-break: keep-all;
  347. white-space: nowrap;
  348. }
  349. .seek_in_li_text {
  350. height: 35px;
  351. line-height: 35px;
  352. color: #333;
  353. font-size: 18px;
  354. }
  355. .seek_in_li:nth-last-of-type(1) {
  356. margin-bottom: 0px;
  357. }
  358. .seek_article_2 {
  359. color: #333;
  360. font-size: 18px;
  361. }
  362. .seek_article {
  363. color: #333;
  364. font-size: 18px;
  365. }
  366. @media screen and (min-width:1200px) {
  367. /*pc_1440*/
  368. @media screen and (max-width:1440px) {
  369. /*1200*/
  370. }
  371. .pc_none {
  372. display: none;
  373. }
  374. }
  375. @media screen and (max-width:599px) {}
  376. @media screen and (max-width:320px) {}