detail.less 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. @charset "utf-8";
  2. * {
  3. font-family: "微软雅黑", "microsoft yahei";
  4. }
  5. //导航条
  6. .breadcrumb {
  7. width: 100%;
  8. height: 22px;
  9. padding-bottom: 20px;
  10. border-bottom: 1px solid #e6e6e6;
  11. font-family: Microsoft YaHei, Microsoft YaHei;
  12. font-weight: 400;
  13. font-size: 20px;
  14. color: #666666;
  15. line-height: 23px;
  16. text-align: left;
  17. font-style: normal;
  18. text-transform: none;
  19. .el-breadcrumb::v-deep {
  20. display: inline-block;
  21. vertical-align: -4px;
  22. }
  23. :deep(.el-breadcrumb__inner a),
  24. :deep(.el-breadcrumb__inner.is-link) {
  25. color: #666666;
  26. font-weight: 400;
  27. text-decoration: none;
  28. transition: var(--el-transition-color);
  29. }
  30. span {
  31. font-family: Microsoft YaHei, Microsoft YaHei;
  32. font-weight: 400;
  33. font-size: 20px;
  34. color: #666666;
  35. line-height: 23px;
  36. text-align: left;
  37. font-style: normal;
  38. text-transform: none;
  39. }
  40. span:hover {
  41. color: #666666;
  42. }
  43. .location {
  44. margin-right:5px;
  45. width: 100px;
  46. height: 22px;
  47. font-family: Microsoft YaHei, Microsoft YaHei;
  48. font-weight: 400;
  49. font-size: 20px;
  50. color: #666666;
  51. line-height: 23px;
  52. text-align: left;
  53. font-style: normal;
  54. text-transform: none;
  55. }
  56. }
  57. ul,
  58. ol {
  59. list-style: none;
  60. }
  61. a:active {
  62. text-decoration: none;
  63. }
  64. a:hover {
  65. text-decoration: none;
  66. }
  67. a:visited {
  68. text-decoration: none;
  69. }
  70. a:link {
  71. text-decoration: none;
  72. }
  73. a:focus {
  74. text-decoration: none;
  75. }
  76. body {
  77. position: relative;
  78. }
  79. .clearfix {
  80. overflow: hidden;
  81. }
  82. .clearfix_2::after {
  83. content: '';
  84. display: block;
  85. height: 0;
  86. visibility: hidden;
  87. clear: both;
  88. }
  89. .hiddenColor {
  90. visibility: hidden;
  91. }
  92. .hand {
  93. cursor: pointer;
  94. }
  95. .aTag_parent {
  96. position: relative;
  97. }
  98. .aTag_parent>a,
  99. .aTag {
  100. display: block;
  101. width: 100%;
  102. height: 100%;
  103. position: absolute;
  104. z-index: 99;
  105. border: 0px;
  106. top: 0px;
  107. left: 0px;
  108. background: rgba(0, 0, 0, 0);
  109. }
  110. .dot1 {
  111. display: block;
  112. word-break: keep-all;
  113. white-space: nowrap;
  114. overflow: hidden;
  115. text-overflow: ellipsis;
  116. }
  117. .dot2 {
  118. overflow: hidden;
  119. display: -webkit-box;
  120. -webkit-box-orient: vertical;
  121. -webkit-line-clamp: 2;
  122. }
  123. input,
  124. img {
  125. border: none;
  126. }
  127. .cover100 img {
  128. display: block;
  129. width: 100%;
  130. height: 100%;
  131. object-fit: cover;
  132. }
  133. .back100 {
  134. background-size: 100% 100%;
  135. background-repeat: no-repeat;
  136. }
  137. article,
  138. aside,
  139. footer,
  140. header,
  141. time,
  142. video,
  143. main,
  144. nav,
  145. h4,
  146. h3,
  147. section {
  148. display: block;
  149. }
  150. .index_main {
  151. margin: 0 auto;
  152. }
  153. .slow_6 {
  154. -webkit-transition: all .6s;
  155. -moz-transition: all .6s;
  156. -ms-transition: all .6s;
  157. -o-transition: all .6s;
  158. transition: all .6s;
  159. }
  160. .index_main {
  161. width: 1200px;
  162. }
  163. .show_crumb {
  164. line-height: 26px;
  165. color: #999;
  166. font-size: 20px;
  167. margin-top: 30px;
  168. padding-bottom: 30px;
  169. border-bottom: solid 1px #D9D9D9;
  170. .show_crumb_text {
  171. display: inline-block;
  172. line-height: 26px;
  173. color: #999;
  174. font-size: 20px;
  175. margin: 0px 11px;
  176. }
  177. span.show_crumb_text {
  178. color: #333;
  179. }
  180. a.show_crumb_text:hover {
  181. color: #a91b33;
  182. }
  183. }
  184. .index_2 {
  185. margin-top: 30px;
  186. display: flex;
  187. }
  188. .index_2_img {
  189. float: left;
  190. width: 330px;
  191. height: 330px;
  192. margin-right: 25px;
  193. }
  194. .index_2_right {
  195. flex: 1;
  196. }
  197. .index_2_h4 {
  198. line-height: 29px;
  199. color: #333;
  200. font-size: 22px;
  201. }
  202. .index_2_title_box {}
  203. .index_2_title {
  204. float: left;
  205. line-height: 31px;
  206. color: #999;
  207. font-size: 16px;
  208. padding: 0px 10px;
  209. margin: 14px 20px 0px 0px;
  210. background: #F8F8F8;
  211. }
  212. .index_2_ul {
  213. margin-top: 20px;
  214. }
  215. .index_2_li {
  216. display: flex;
  217. margin-bottom: 16px;
  218. .index_2_li_label {
  219. line-height: 21px;
  220. color: #999;
  221. font-size: 16px;
  222. min-width: 64px;
  223. margin-right: 15px;
  224. }
  225. .index_2_li_text {
  226. line-height: 21px;
  227. color: #333;
  228. font-size: 16px;
  229. }
  230. }
  231. .index_3 {
  232. margin-top: 30px;
  233. }
  234. .index_3 * {
  235. font-size: 20px;
  236. line-height: 30px;
  237. color: #333;
  238. }
  239. .show_head_box {
  240. border-bottom: solid 2px #a91b33;
  241. .show_head_a {
  242. float: left;
  243. height: 40px;
  244. line-height: 40px;
  245. color: #000;
  246. font-size: 18px;
  247. padding: 0px 14px;
  248. border-radius: 4px 4px 0px 0px;
  249. }
  250. .show_head_a_only {
  251. background: #a91b33;
  252. color: #fff;
  253. }
  254. }
  255. .show_article {
  256. margin-top: 30px;
  257. line-height: 27px;
  258. }
  259. .index_4 {
  260. margin-top: 30px;
  261. }
  262. .index_4 * {
  263. font-size: 20px;
  264. line-height: 30px;
  265. color: #333;
  266. }
  267. .show_head_box_2 {
  268. border-bottom: solid 2px #a91b33;
  269. .show_head_a_2 {
  270. float: left;
  271. height: 40px;
  272. line-height: 40px;
  273. color: #000;
  274. font-size: 18px;
  275. padding: 0px 14px;
  276. border-radius: 4px 4px 0px 0px;
  277. }
  278. .show_head_a_only_2 {
  279. background: #a91b33;
  280. color: #fff;
  281. }
  282. }
  283. .show_article_2 {
  284. margin-top: 30px;
  285. line-height: 27px;
  286. }
  287. .index_4 {
  288. margin-top: 30px;
  289. }
  290. .index_4 * {
  291. font-size: 20px;
  292. line-height: 30px;
  293. color: #333;
  294. }
  295. .show_head_box_3 {
  296. border-bottom: solid 2px #a91b33;
  297. .show_head_a_3 {
  298. float: left;
  299. height: 40px;
  300. line-height: 40px;
  301. color: #000;
  302. font-size: 18px;
  303. padding: 0px 14px;
  304. border-radius: 4px 4px 0px 0px;
  305. }
  306. .show_head_a_only_3 {
  307. background: #a91b33;
  308. color: #fff;
  309. }
  310. }
  311. .img_ul_1 {
  312. margin-top: 30px;
  313. }
  314. .img_li_1 {
  315. width: 210px;
  316. height: 210px;
  317. overflow: hidden;
  318. float: left;
  319. margin: 0px 37px 10px 0px;
  320. }
  321. .img_li_1:nth-of-type(5n) {
  322. margin-right: 0px;
  323. }
  324. .img_li_1_img {
  325. display: block;
  326. width: 100%;
  327. height: 100%;
  328. }
  329. .index_5 {
  330. margin-top: 8px;
  331. }
  332. .index_2_head {
  333. border-bottom: solid 1px #D9D9D9;
  334. position: relative;
  335. box-sizing: border-box;
  336. padding-left: 10px;
  337. .index_2_head_a {
  338. float: left;
  339. height: 56px;
  340. line-height: 56px;
  341. color: #333;
  342. font-size: 22px;
  343. padding: 0 10px;
  344. position: relative;
  345. font-weight: bold;
  346. }
  347. .index_2_head_a_only {
  348. color: #a91b33;
  349. }
  350. }
  351. .index_2_head::after {
  352. content: '';
  353. display: block;
  354. width: 3px;
  355. height: 18px;
  356. position: absolute;
  357. left: 0px;
  358. top: 19px;
  359. background-color: #a91b33;
  360. }
  361. .index_6_head_right_in_a {
  362. height: 54px;
  363. line-height: 54px;
  364. color: #999;
  365. font-size: 16px;
  366. float: right;
  367. &:hover {
  368. color: #a91b33;
  369. }
  370. }
  371. .categ_ul_img_1 {
  372. margin-top: 20px;
  373. overflow: hidden;
  374. max-height: 484px;
  375. min-height: 242px;
  376. }
  377. .categ_li_img_1 {
  378. float: left;
  379. margin: 0px 24px 20px 0px;
  380. width: 180px;
  381. position: relative;
  382. .categ_li_img_1_img {
  383. display: block;
  384. width: 180px;
  385. height: 180px;
  386. }
  387. .categ_li_img_1_dot2 {
  388. width: 168px;
  389. margin: 10px auto 0px;
  390. height: 32px;
  391. line-height: 16px;
  392. color: #333;
  393. font-size: 14px;
  394. }
  395. }
  396. .categ_li_img_1:nth-of-type(6n) {
  397. margin-right: 0px;
  398. }
  399. .categ_li_img_1_hover_dot1 {
  400. width: 152px;
  401. position: absolute;
  402. left: 50%;
  403. margin-left: -76px;
  404. bottom: 13px;
  405. font-size: 14px;
  406. background: linear-gradient(to right, #FFE1AA, #F9F4E3, #FFE1AA);
  407. -webkit-background-clip: text;
  408. color: transparent;
  409. }
  410. .categ_li_img_1:hover .categ_li_img_1_dot2 {
  411. color: #a91b33;
  412. }
  413. @media screen and (min-width:1200px) {
  414. /*pc_1440*/
  415. @media screen and (max-width:1440px) {
  416. /*1200*/
  417. }
  418. .pc_none {
  419. display: none;
  420. }
  421. }
  422. @media screen and (max-width:599px) {}
  423. @media screen and (max-width:320px) {}