|
@@ -23,18 +23,18 @@ p,
|
23
|
23
|
blockquote,
|
24
|
24
|
th,
|
25
|
25
|
td {
|
26
|
|
- margin: 0;
|
27
|
|
- padding: 0;
|
|
26
|
+ margin: 0;
|
|
27
|
+ padding: 0;
|
28
|
28
|
}
|
29
|
29
|
|
30
|
30
|
table {
|
31
|
|
- border-collapse: collapse;
|
32
|
|
- border-spacing: 0;
|
|
31
|
+ border-collapse: collapse;
|
|
32
|
+ border-spacing: 0;
|
33
|
33
|
}
|
34
|
34
|
|
35
|
35
|
fieldset,
|
36
|
36
|
img {
|
37
|
|
- border: 0
|
|
37
|
+ border: 0;
|
38
|
38
|
}
|
39
|
39
|
|
40
|
40
|
address,
|
|
@@ -47,18 +47,18 @@ strong,
|
47
|
47
|
th,
|
48
|
48
|
b,
|
49
|
49
|
var {
|
50
|
|
- font-style: normal;
|
51
|
|
- font-weight: normal
|
|
50
|
+ font-style: normal;
|
|
51
|
+ font-weight: normal;
|
52
|
52
|
}
|
53
|
53
|
|
54
|
54
|
ol,
|
55
|
55
|
ul {
|
56
|
|
- list-style: none
|
|
56
|
+ list-style: none;
|
57
|
57
|
}
|
58
|
58
|
|
59
|
59
|
caption,
|
60
|
60
|
th {
|
61
|
|
- text-align: left
|
|
61
|
+ text-align: left;
|
62
|
62
|
}
|
63
|
63
|
|
64
|
64
|
h1,
|
|
@@ -67,166 +67,168 @@ h3,
|
67
|
67
|
h4,
|
68
|
68
|
h5,
|
69
|
69
|
h6 {
|
70
|
|
- font-size: 100%;
|
71
|
|
- font-weight: normal
|
|
70
|
+ font-size: 100%;
|
|
71
|
+ font-weight: normal;
|
72
|
72
|
}
|
73
|
73
|
|
74
|
74
|
q:before,
|
75
|
75
|
q:after {
|
76
|
|
- content: ''
|
|
76
|
+ content: "";
|
77
|
77
|
}
|
78
|
78
|
|
79
|
79
|
abbr,
|
80
|
80
|
acronym {
|
81
|
|
- border: 0
|
|
81
|
+ border: 0;
|
82
|
82
|
}
|
83
|
83
|
|
84
|
84
|
* {
|
85
|
|
- padding: 0px;
|
86
|
|
- margin: 0px;
|
87
|
|
- text-align: left;
|
88
|
|
- font-family: 'PingFangSC-Regular', '微软雅黑', Arial, Verdana, Tahoma, "宋体", Helvetica, sans-serif;
|
89
|
|
- line-height: 150%;
|
90
|
|
- box-sizing: border-box;
|
|
85
|
+ padding: 0px;
|
|
86
|
+ margin: 0px;
|
|
87
|
+ text-align: left;
|
|
88
|
+ font-family: "PingFangSC-Regular", "微软雅黑", Arial, Verdana, Tahoma, "宋体",
|
|
89
|
+ Helvetica, sans-serif;
|
|
90
|
+ line-height: 150%;
|
|
91
|
+ box-sizing: border-box;
|
91
|
92
|
}
|
92
|
93
|
|
93
|
94
|
html {
|
94
|
|
- width: 100%;
|
95
|
|
- height: 100%;
|
96
|
|
- font-size: 14px;
|
97
|
|
- color: #333;
|
98
|
|
- overflow: hidden;
|
|
95
|
+ width: 100%;
|
|
96
|
+ height: 100%;
|
|
97
|
+ font-size: 14px;
|
|
98
|
+ color: #333;
|
|
99
|
+ overflow: hidden;
|
99
|
100
|
}
|
100
|
101
|
|
101
|
102
|
body {
|
102
|
|
- width: 100%;
|
103
|
|
- height: 100%;
|
104
|
|
- font-size: 14px;
|
105
|
|
- text-align: center;
|
106
|
|
- color: #333;
|
107
|
|
- overflow: hidden;
|
|
103
|
+ width: 100%;
|
|
104
|
+ height: 100%;
|
|
105
|
+ font-size: 14px;
|
|
106
|
+ text-align: center;
|
|
107
|
+ color: #333;
|
|
108
|
+ overflow: hidden;
|
108
|
109
|
}
|
109
|
110
|
|
110
|
111
|
table {
|
111
|
|
- border-collapse: collapse;
|
|
112
|
+ border-collapse: collapse;
|
112
|
113
|
}
|
113
|
114
|
|
114
|
115
|
td {
|
115
|
|
- padding: 3px;
|
|
116
|
+ padding: 3px;
|
116
|
117
|
}
|
117
|
118
|
|
118
|
119
|
img {
|
119
|
|
- border: none;
|
120
|
|
- vertical-align: middle;
|
|
120
|
+ border: none;
|
|
121
|
+ vertical-align: middle;
|
121
|
122
|
}
|
122
|
123
|
|
123
|
124
|
input {
|
124
|
|
- padding: 1px;
|
125
|
|
- vertical-align: middle;
|
126
|
|
- line-height: normal;
|
|
125
|
+ padding: 1px;
|
|
126
|
+ vertical-align: middle;
|
|
127
|
+ line-height: normal;
|
127
|
128
|
}
|
128
|
129
|
|
129
|
130
|
input:focus {
|
130
|
|
- outline: none;
|
|
131
|
+ outline: none;
|
131
|
132
|
}
|
132
|
133
|
|
133
|
134
|
.main-box {
|
134
|
|
- margin-right: auto;
|
135
|
|
- margin-left: auto;
|
136
|
|
- width: 960px;
|
137
|
|
- clear: both;
|
138
|
|
- zoom: 1;
|
139
|
|
- overflow: hidden;
|
140
|
|
- background-color: #CCCCCC;
|
|
135
|
+ margin-right: auto;
|
|
136
|
+ margin-left: auto;
|
|
137
|
+ width: 960px;
|
|
138
|
+ clear: both;
|
|
139
|
+ zoom: 1;
|
|
140
|
+ overflow: hidden;
|
|
141
|
+ background-color: #cccccc;
|
141
|
142
|
}
|
142
|
143
|
|
143
|
144
|
.text-overflow-hidden {
|
144
|
|
- white-space: nowrap;
|
145
|
|
- word-spacing: normal;
|
146
|
|
- letter-spacing: normal;
|
147
|
|
- overflow: hidden;
|
|
145
|
+ white-space: nowrap;
|
|
146
|
+ word-spacing: normal;
|
|
147
|
+ letter-spacing: normal;
|
|
148
|
+ overflow: hidden;
|
148
|
149
|
}
|
149
|
150
|
|
150
|
151
|
.box-align-center {
|
151
|
|
- margin-right: auto;
|
152
|
|
- margin-left: auto;
|
|
152
|
+ margin-right: auto;
|
|
153
|
+ margin-left: auto;
|
153
|
154
|
}
|
154
|
155
|
|
155
|
|
-
|
156
|
156
|
/*css定义超链接四个状态也有顺序的。*/
|
157
|
157
|
|
158
|
158
|
a:link,
|
159
|
159
|
a:visited {
|
160
|
|
- text-decoration: none;
|
161
|
|
- color: #1F376D;
|
|
160
|
+ text-decoration: none;
|
|
161
|
+ color: #1f376d;
|
162
|
162
|
}
|
163
|
163
|
|
164
|
164
|
a:hover,
|
165
|
165
|
a:active {
|
166
|
|
- text-decoration: underline;
|
167
|
|
- color: #BD0A01;
|
168
|
|
- border: none;
|
|
166
|
+ text-decoration: underline;
|
|
167
|
+ color: #bd0a01;
|
|
168
|
+ border: none;
|
169
|
169
|
}
|
170
|
170
|
|
171
|
171
|
.fl {
|
172
|
|
- float: left;
|
|
172
|
+ float: left;
|
173
|
173
|
}
|
174
|
174
|
|
175
|
175
|
.fr {
|
176
|
|
- float: right;
|
|
176
|
+ float: right;
|
|
177
|
+}
|
|
178
|
+.hauto {
|
|
179
|
+ height: auto !important;
|
177
|
180
|
}
|
178
|
181
|
|
179
|
182
|
.clearfix:after {
|
180
|
|
- content: '';
|
181
|
|
- display: block;
|
182
|
|
- clear: both;
|
183
|
|
- visibility: hidden;
|
|
183
|
+ content: "";
|
|
184
|
+ display: block;
|
|
185
|
+ clear: both;
|
|
186
|
+ visibility: hidden;
|
184
|
187
|
}
|
185
|
188
|
|
186
|
189
|
.clearfix {
|
187
|
|
- *zoom: 1;
|
|
190
|
+ *zoom: 1;
|
188
|
191
|
}
|
189
|
192
|
|
190
|
193
|
.iconfont {
|
191
|
|
- font-family: "iconfont";
|
192
|
|
- font-style: normal;
|
193
|
|
- -webkit-font-smoothing: antialiased;
|
194
|
|
- -webkit-text-stroke-width: 0.2px;
|
195
|
|
- -moz-osx-font-smoothing: grayscale;
|
196
|
|
- color: #005395;
|
197
|
|
- font-size: 18px;
|
|
194
|
+ font-family: "iconfont";
|
|
195
|
+ font-style: normal;
|
|
196
|
+ -webkit-font-smoothing: antialiased;
|
|
197
|
+ -webkit-text-stroke-width: 0.2px;
|
|
198
|
+ -moz-osx-font-smoothing: grayscale;
|
|
199
|
+ color: #005395;
|
|
200
|
+ font-size: 18px;
|
198
|
201
|
}
|
199
|
202
|
|
200
|
203
|
.bolderFont {
|
201
|
|
- font-weight: 600;
|
|
204
|
+ font-weight: 600;
|
202
|
205
|
}
|
203
|
206
|
|
204
|
|
-
|
205
|
207
|
/* 超出部分隐藏 展示行数 */
|
206
|
208
|
|
207
|
209
|
.firstLine {
|
208
|
|
- -webkit-line-clamp: 1;
|
|
210
|
+ -webkit-line-clamp: 1;
|
209
|
211
|
}
|
210
|
212
|
|
211
|
213
|
.secondLine {
|
212
|
|
- -webkit-line-clamp: 2;
|
|
214
|
+ -webkit-line-clamp: 2;
|
213
|
215
|
}
|
214
|
216
|
|
215
|
217
|
.required {
|
216
|
|
- color: #fe2a44;
|
217
|
|
- margin-right: 4px;
|
|
218
|
+ color: #fe2a44;
|
|
219
|
+ margin-right: 4px;
|
218
|
220
|
}
|
219
|
221
|
|
220
|
222
|
.oneline {
|
221
|
|
- overflow: hidden;
|
222
|
|
- text-overflow: ellipsis;
|
223
|
|
- white-space: nowrap;
|
|
223
|
+ overflow: hidden;
|
|
224
|
+ text-overflow: ellipsis;
|
|
225
|
+ white-space: nowrap;
|
224
|
226
|
}
|
225
|
227
|
|
226
|
228
|
.twoline {
|
227
|
|
- overflow: hidden;
|
228
|
|
- text-overflow: ellipsis;
|
229
|
|
- -webkit-line-clamp: 2;
|
230
|
|
- -webkit-box-orient: vertical;
|
231
|
|
- display: -webkit-box;
|
|
229
|
+ overflow: hidden;
|
|
230
|
+ text-overflow: ellipsis;
|
|
231
|
+ -webkit-line-clamp: 2;
|
|
232
|
+ -webkit-box-orient: vertical;
|
|
233
|
+ display: -webkit-box;
|
232
|
234
|
}
|