detail.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. * {
  2. font-family: "微软雅黑", "microsoft yahei";
  3. }
  4. ul,
  5. ol {
  6. list-style: none;
  7. }
  8. a:active {
  9. text-decoration: none;
  10. }
  11. a:hover {
  12. text-decoration: none;
  13. }
  14. a:visited {
  15. text-decoration: none;
  16. color: #666;
  17. }
  18. a:link {
  19. text-decoration: none;
  20. }
  21. a:focus {
  22. text-decoration: none;
  23. }
  24. body {
  25. position: relative;
  26. }
  27. .clearfix {
  28. overflow: hidden;
  29. }
  30. .clearfix_2::after {
  31. content: '';
  32. display: block;
  33. height: 0;
  34. visibility: hidden;
  35. clear: both;
  36. }
  37. .hiddenColor {
  38. visibility: hidden;
  39. }
  40. .hand {
  41. cursor: pointer;
  42. }
  43. .aTag_parent {
  44. position: relative;
  45. }
  46. .aTag_parent>a,
  47. .aTag {
  48. display: block;
  49. width: 100%;
  50. height: 100%;
  51. position: absolute;
  52. z-index: 99;
  53. border: 0px;
  54. top: 0px;
  55. left: 0px;
  56. background: rgba(0, 0, 0, 0);
  57. }
  58. .dot1 {
  59. display: block;
  60. word-break: keep-all;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. }
  65. .dot2 {
  66. overflow: hidden;
  67. display: -webkit-box;
  68. -webkit-box-orient: vertical;
  69. -webkit-line-clamp: 2;
  70. }
  71. input,
  72. img {
  73. border: none;
  74. }
  75. .cover100 img {
  76. display: block;
  77. width: 100%;
  78. height: 100%;
  79. object-fit: cover;
  80. }
  81. .back100 {
  82. background-size: 100% 100%;
  83. background-repeat: no-repeat;
  84. }
  85. article,
  86. aside,
  87. footer,
  88. header,
  89. time,
  90. video,
  91. main,
  92. nav,
  93. h4,
  94. h3,
  95. section {
  96. display: block;
  97. }
  98. .index_main {
  99. margin: 0 auto;
  100. }
  101. //导航条
  102. .breadcrumb {
  103. width: 100%;
  104. height: 22px;
  105. padding-bottom: 12px;
  106. // border-bottom: 1px solid #e6e6e6;
  107. font-family: Microsoft YaHei, Microsoft YaHei;
  108. font-weight: 400;
  109. font-size: 20px;
  110. color: #666666;
  111. line-height: 23px;
  112. text-align: left;
  113. font-style: normal;
  114. text-transform: none;
  115. .el-breadcrumb::v-deep {
  116. display: inline-block;
  117. vertical-align: -4px;
  118. }
  119. :deep(.el-breadcrumb__inner a),
  120. :deep(.el-breadcrumb__inner.is-link) {
  121. color: #666666;
  122. font-weight: 400;
  123. text-decoration: none;
  124. transition: var(--el-transition-color);
  125. }
  126. span {
  127. font-family: Microsoft YaHei, Microsoft YaHei;
  128. font-weight: 400;
  129. font-size: 20px;
  130. color: #666666;
  131. line-height: 23px;
  132. text-align: left;
  133. font-style: normal;
  134. text-transform: none;
  135. }
  136. span:hover {
  137. color: #666666;
  138. }
  139. .location {
  140. margin-right:5px;
  141. width: 100px;
  142. height: 22px;
  143. font-family: Microsoft YaHei, Microsoft YaHei;
  144. font-weight: 400;
  145. font-size: 20px;
  146. color: #666666;
  147. line-height: 23px;
  148. text-align: left;
  149. font-style: normal;
  150. text-transform: none;
  151. }
  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. .banner_1 {
  164. height: 90px;
  165. width: 1200px;
  166. overflow: hidden;
  167. margin: 30px auto 0px;
  168. .banner_1_a {
  169. height: 90px;
  170. width: 1200px;
  171. display: block;
  172. }
  173. .banner_1_img {
  174. display: block;
  175. width: 1200px;
  176. }
  177. }
  178. .info_crumb_box {
  179. height: 22px;
  180. margin: 30px auto 20px;
  181. .info_crumb_text {
  182. display: inline-block;
  183. height: 22px;
  184. line-height: 22px;
  185. color: #666;
  186. font-size: 20px;
  187. margin-right: 15px;
  188. }
  189. a.info_crumb_text:hover {
  190. color: #004564;
  191. }
  192. }
  193. .info_head_box {
  194. border-bottom: solid 1px #D9D9D9;
  195. .info_head_left {
  196. float: left;
  197. }
  198. .info_head_a {
  199. float: left;
  200. height: 55px;
  201. line-height: 55px;
  202. color: #333;
  203. font-weight: bold;
  204. font-size: 22px;
  205. border-bottom: solid 3px rgba(0, 0, 0, 0);
  206. margin-right: 40px;
  207. }
  208. .info_head_only {
  209. float: left;
  210. height: 55px;
  211. line-height: 55px;
  212. color: #004564;
  213. font-weight: bold;
  214. font-size: 22px;
  215. border-bottom: solid 3px #004564;
  216. }
  217. }
  218. .index_2 {
  219. margin-top: 30px;
  220. }
  221. .index_2_img {
  222. float: left;
  223. width: 330px;
  224. height: 330px;
  225. }
  226. .index_2_right {
  227. float: right;
  228. width: 845px;
  229. }
  230. .index_2_h4 {
  231. line-height: 29px;
  232. color: #333;
  233. font-size: 22px;
  234. }
  235. .index_2_title_box {}
  236. .index_2_title {
  237. float: left;
  238. height: 31px;
  239. line-height: 31px;
  240. color: #999;
  241. font-size: 16px;
  242. padding: 0px 10px;
  243. margin: 14px 20px 0px 0px;
  244. background: #F8F8F8;
  245. }
  246. .index_2_ul {
  247. margin-top: 10px;
  248. height: 265px;
  249. .index_2_ul_left {
  250. float: left;
  251. width: 420px;
  252. }
  253. .index_2_li {
  254. display: flex;
  255. margin-bottom: 23px;
  256. }
  257. .index_2_li_label {
  258. line-height: 21px;
  259. color: #999;
  260. font-size: 16px;
  261. min-width: 64px;
  262. margin-right: 15px;
  263. }
  264. .index_2_li_text {
  265. line-height: 21px;
  266. color: #333;
  267. font-size: 16px;
  268. }
  269. }
  270. .info_2_head_box {
  271. border-bottom: solid 1px #D9D9D9;
  272. .info_head_left {
  273. float: left;
  274. }
  275. .info_2_head_a {
  276. float: left;
  277. height: 55px;
  278. line-height: 55px;
  279. color: #333;
  280. font-weight: bold;
  281. font-size: 22px;
  282. border-bottom: solid 3px rgba(0, 0, 0, 0);
  283. margin-right: 40px;
  284. }
  285. .info_2_head_only {
  286. float: left;
  287. height: 55px;
  288. line-height: 55px;
  289. color: #004564;
  290. font-weight: bold;
  291. font-size: 22px;
  292. border-bottom: solid 3px #004564;
  293. }
  294. }
  295. .info_img_ul {
  296. margin-top: 30px;
  297. display: flex;
  298. justify-content: space-between;
  299. .info_img_li {
  300. width: 210px;
  301. height: 210px;
  302. margin-bottom: 20px;
  303. }
  304. .info_img_li_foto {
  305. display: block;
  306. width: 100%;
  307. height: 100%;
  308. }
  309. }
  310. .index_3 * {
  311. font-size: 18px;
  312. color: #333;
  313. line-height: 35px;
  314. }
  315. .info_article {
  316. margin-top: 11px;
  317. min-height: 400px;
  318. }
  319. @media screen and (min-width:1200px) {
  320. /*pc_1440*/
  321. @media screen and (max-width:1440px) {
  322. /*1200*/
  323. }
  324. .pc_none {
  325. display: none;
  326. }
  327. }
  328. @media screen and (max-width:599px) {}
  329. @media screen and (max-width:320px) {}