|
@@ -231,7 +231,6 @@ body { |
|
@@ -231,7 +231,6 @@ body { |
231
|
position: relative;
|
231
|
position: relative;
|
232
|
float: left;
|
232
|
float: left;
|
233
|
width: 970px;
|
233
|
width: 970px;
|
234
|
- height: 220px;
|
|
|
235
|
margin-left: 90px;
|
234
|
margin-left: 90px;
|
236
|
margin-top: 30px;
|
235
|
margin-top: 30px;
|
237
|
background: rgba(255, 255, 255, 1);
|
236
|
background: rgba(255, 255, 255, 1);
|
|
@@ -255,7 +254,7 @@ body { |
|
@@ -255,7 +254,7 @@ body { |
255
|
.show_INMain_con2 h3 {
|
254
|
.show_INMain_con2 h3 {
|
256
|
font-size: 18px;
|
255
|
font-size: 18px;
|
257
|
font-weight: 400;
|
256
|
font-weight: 400;
|
258
|
- line-height: 56px;
|
257
|
+ line-height: 46px;
|
259
|
color: rgba(26, 26, 26, 1);
|
258
|
color: rgba(26, 26, 26, 1);
|
260
|
}
|
259
|
}
|
261
|
|
260
|
|
|
@@ -810,8 +809,9 @@ body { |
|
@@ -810,8 +809,9 @@ body { |
810
|
.show_3_list ul li {
|
809
|
.show_3_list ul li {
|
811
|
width: 31.2%;
|
810
|
width: 31.2%;
|
812
|
float: left;
|
811
|
float: left;
|
|
|
812
|
+ height: 522px;
|
813
|
margin-right: 26px;
|
813
|
margin-right: 26px;
|
814
|
- padding: 0 46px 60px;
|
814
|
+ padding: 0 46px 0px;
|
815
|
position: relative;
|
815
|
position: relative;
|
816
|
background: white;
|
816
|
background: white;
|
817
|
box-sizing: border-box;
|
817
|
box-sizing: border-box;
|
|
@@ -831,11 +831,17 @@ body { |
|
@@ -831,11 +831,17 @@ body { |
831
|
.show6_con2{
|
831
|
.show6_con2{
|
832
|
margin-top:50px;
|
832
|
margin-top:50px;
|
833
|
}
|
833
|
}
|
834
|
-.show_3_list_txt h1 {
|
834
|
+.show_3_list_txt h1{
|
|
|
835
|
+ height: 170px;
|
|
|
836
|
+ overflow: hidden;
|
835
|
text-align: center;
|
837
|
text-align: center;
|
836
|
font-size: 32px;
|
838
|
font-size: 32px;
|
837
|
color: rgba(26, 26, 26, 1);
|
839
|
color: rgba(26, 26, 26, 1);
|
838
|
padding-top: 99px;
|
840
|
padding-top: 99px;
|
|
|
841
|
+ text-overflow: ellipsis;
|
|
|
842
|
+ display: -webkit-box;
|
|
|
843
|
+ -webkit-line-clamp: 2;
|
|
|
844
|
+ -webkit-box-orient: vertical;
|
839
|
}
|
845
|
}
|
840
|
|
846
|
|
841
|
.show_3_list_txt h2 {
|
847
|
.show_3_list_txt h2 {
|