| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
 | |   |  | .index-a { |  |     width: 1200px; |  |     height: 84px; |  |     margin: 0 auto; |  |     display: flex; |  |     align-items: center; |  | } |  | .index-a-tips { |  |     font-weight: 400; |  |     font-size: 16px; |  |     color: #7B7F87; |  | } |  | .index-a-tips1 { |  |     font-weight: 500; |  |     font-size: 16px; |  |     color: #191B1F; |  | } |  | .index-a-info { |  |     flex: 1; |  | } |  | .index-a-info-title { |  |     font-weight: bold; |  |     font-size: 45px; |  |     color: #191B1F; |  | } |  | .index-a-info-date { |  |     font-weight: 400; |  |     font-size: 14px; |  |     color: #7B7F87; |  |     margin-top: 20px; |  | } |  | .index-a-info-x { |  |     width: 100%; |  |     height: 1px; |  |     margin: 40px 0; |  |     background-color: #DFE2E8; |  | } |  | .index-a-info-content { |  |   |  | } |  | .index-a-hz { |  |     width: 1200px; |  |     margin: 0 auto; |  |     display: flex; |  |     align-items: start; |  |     justify-content: space-between; |  | } |  | .index-y-cate { |  |     width: 100%; |  |     margin-bottom: 40px; |  | } |  | .index-y-cate-list { |  |     width: 100%; |  |     margin-bottom: 26px; |  | } |  | .index-y-cate-l { |  |     width: 100%; |  |     padding-left: 55px; |  |     box-sizing: border-box; |  |     display: flex; |  |     flex-direction: column; |  | } |  | .index-y-cate-l-val { |  |     font-weight: 400; |  |     font-size: 16px; |  |     color: #333333; |  |     margin-bottom: 20px; |  |     cursor: pointer; |  | } |  | .index-y-cate-l-val:hover { |  |     color: #FF7900; |  | } |  | .index-y-cate-l-val:last-child { |  |     margin: 0 !important; |  | } |  | .index-y-cate-list-label { |  |     font-weight: 600; |  |     font-size: 24px; |  |     color: #191B1F; |  |     padding-bottom: 11px; |  |     border-bottom: 1px solid #DFE2E8; |  | } | 
 |