@@ -1,17 +1,21 @@
.wrap{
.s1{
- display: block;
- min-height: 200px;
+ display: flex;
+ height: 706px;
overflow: hidden;
+ margin-bottom: 20px;
.fl{
- width: 340px;
- margin-right: 1%;
+ flex-direction: column;
+ align-items: center;
+ width: 338px;
+ height: 100%;
text-align: center;
- padding-bottom: 0;
- min-height: 700px;
float: left;
.item{
- margin-bottom: 40px;
+ width: 234px;
+ height: 156px;
+ margin-bottom: 10px;
img{
width: 100px;
object-fit: contain;
@@ -30,10 +34,9 @@
}
.fr{
- width: calc(98% - 340px);
- margin-left: 1%;
- float: right;
+ width: 100%;
+ flex: 1;
@@ -2,7 +2,7 @@
position: relative;
- width: 1210px;
+ width: 1440px;
margin: 0px auto 0px;
padding: 20px 0;
font-size: 12px;
@@ -20,7 +20,7 @@
.sr-txt-title {
- margin-bottom: 20px;
+ margin-bottom: 40px;
.sr-txt-h2 {
font-weight: bold;