...
|
...
|
@@ -231,7 +231,6 @@ body { |
|
|
position: relative;
|
|
|
float: left;
|
|
|
width: 970px;
|
|
|
height: 220px;
|
|
|
margin-left: 90px;
|
|
|
margin-top: 30px;
|
|
|
background: rgba(255, 255, 255, 1);
|
...
|
...
|
@@ -255,7 +254,7 @@ body { |
|
|
.show_INMain_con2 h3 {
|
|
|
font-size: 18px;
|
|
|
font-weight: 400;
|
|
|
line-height: 56px;
|
|
|
line-height: 46px;
|
|
|
color: rgba(26, 26, 26, 1);
|
|
|
}
|
|
|
|
...
|
...
|
@@ -810,8 +809,9 @@ body { |
|
|
.show_3_list ul li {
|
|
|
width: 31.2%;
|
|
|
float: left;
|
|
|
height: 522px;
|
|
|
margin-right: 26px;
|
|
|
padding: 0 46px 60px;
|
|
|
padding: 0 46px 0px;
|
|
|
position: relative;
|
|
|
background: white;
|
|
|
box-sizing: border-box;
|
...
|
...
|
@@ -831,11 +831,17 @@ body { |
|
|
.show6_con2{
|
|
|
margin-top:50px;
|
|
|
}
|
|
|
.show_3_list_txt h1 {
|
|
|
.show_3_list_txt h1{
|
|
|
height: 170px;
|
|
|
overflow: hidden;
|
|
|
text-align: center;
|
|
|
font-size: 32px;
|
|
|
color: rgba(26, 26, 26, 1);
|
|
|
padding-top: 99px;
|
|
|
text-overflow: ellipsis;
|
|
|
display: -webkit-box;
|
|
|
-webkit-line-clamp: 2;
|
|
|
-webkit-box-orient: vertical;
|
|
|
}
|
|
|
|
|
|
.show_3_list_txt h2 {
|
...
|
...
|
|