|
@@ -145,8 +145,6 @@
|
|
.main .cities ul {
|
|
.main .cities ul {
|
|
display: -ms-flexbox;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: flex;
|
|
- -ms-flex-pack: justify;
|
|
|
|
- justify-content: space-between;
|
|
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
@@ -158,6 +156,10 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+}
|
|
|
|
+.main .cities ul li:nth-child(5n) {
|
|
|
|
+ margin-right: 0;
|
|
}
|
|
}
|
|
.main .cities .button {
|
|
.main .cities .button {
|
|
display: block;
|
|
display: block;
|
|
@@ -201,6 +203,7 @@
|
|
.main .news .news-list dl dt img {
|
|
.main .news .news-list dl dt img {
|
|
display: block;
|
|
display: block;
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ height: 240px;
|
|
border-radius: 10px 10px 0 0;
|
|
border-radius: 10px 10px 0 0;
|
|
}
|
|
}
|
|
.main .news .news-list dl dd {
|
|
.main .news .news-list dl dd {
|
|
@@ -209,6 +212,8 @@
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 0 0 10px 10px;
|
|
border-radius: 0 0 10px 10px;
|
|
|
|
+ height: 60px;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
.main .contact {
|
|
.main .contact {
|
|
padding-bottom: 50px;
|
|
padding-bottom: 50px;
|
|
@@ -227,6 +232,7 @@
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
-ms-flex-align: end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
|
|
+ padding: 0 100px;
|
|
}
|
|
}
|
|
.main .contact .acounts .gzh dt {
|
|
.main .contact .acounts .gzh dt {
|
|
background-color: #02AB79;
|
|
background-color: #02AB79;
|