zgzpjianli.less 6.8 KB

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