suomingxiang преди 4 месеца
родител
ревизия
07fea4fde3
променени са 4 файла, в които са добавени 648 реда и са изтрити 42 реда
  1. 152
    0
      src/pages/enterprisePartyBuilding/index.less
  2. 464
    42
      src/pages/news/index.less
  3. 3
    0
      src/pages/partyBuilding/index.less
  4. 29
    0
      src/pages/socialResponsibility/index.less

+ 152
- 0
src/pages/enterprisePartyBuilding/index.less Целия файл

@@ -298,6 +298,82 @@ a{
298 298
         .content{
299 299
             width: 100%;
300 300
         }
301
+        .tabs_box{
302
+            width: 92.125vw;
303
+            flex-wrap: wrap;
304
+            margin-bottom: 10.625vw;
305
+            font-size: 3.75vw;
306
+            .tabs_li{
307
+                padding: 1.875vw 3.75vw;
308
+                margin-right: 3vw;
309
+                margin-bottom: 4vw;
310
+                span{
311
+                    margin: 0 3px 0 8px;
312
+                }
313
+                &:last-child{
314
+                    margin-right: 0;
315
+                }
316
+            }
317
+         
318
+        }
319
+        .article_list{
320
+            width: 92.125vw;
321
+            margin: 0 auto;
322
+            .article_li{
323
+                width: 100%;
324
+                margin-bottom: 10.5vw;
325
+                padding-bottom: 10.5vw;
326
+                padding-right: 0;
327
+                border-bottom: 1px solid #DDE2E6;
328
+    
329
+              
330
+                &:nth-of-type(7){
331
+                   border-bottom: 1px solid #DDE2E6;
332
+                }
333
+                &:nth-of-type(8){
334
+                   border-bottom: 1px solid #DDE2E6;
335
+                }
336
+                &:nth-of-type(9){
337
+                   border-bottom: 1px solid #DDE2E6;
338
+                }
339
+                &:last-child{
340
+                    border: 0;
341
+                }
342
+                img{
343
+                    height: 69.125vw;
344
+                    margin-bottom: 5.125vw;
345
+                }
346
+                .txt1{
347
+                    font-size: 3.75vw;
348
+                }
349
+            }
350
+        }
351
+        .news_paging{
352
+            padding-top: 16vw;
353
+            .previousPage{
354
+                width: 40px;
355
+                height: 40px;
356
+                margin-right: 20px;
357
+                box-sizing: border-box;
358
+            }
359
+            .nextPage{
360
+                width: 40px;
361
+                height: 40px;
362
+                margin-left: 3.25vw;
363
+                transition: all 0.2s;
364
+                box-sizing: border-box;
365
+            }
366
+            .pageNum{
367
+                font-size: 3.5vw;
368
+            }
369
+            .ellipsis{
370
+                font-size: 3.5vw;
371
+                padding: 1.875vw 2.5vw;
372
+                // &:hover{
373
+                //     color:#48A038
374
+                // }
375
+            }
376
+        }
301 377
     }
302 378
 }
303 379
 @media screen and (min-width: 1400px) and (max-width: 1600px){
@@ -305,6 +381,82 @@ a{
305 381
         .content{
306 382
             width: 100%;
307 383
         }
384
+        .tabs_box{
385
+            width: 92.125vw;
386
+            flex-wrap: wrap;
387
+            margin-bottom: 10.625vw;
388
+            font-size: 3.75vw;
389
+            .tabs_li{
390
+                padding: 1.875vw 3.75vw;
391
+                margin-right: 3vw;
392
+                margin-bottom: 4vw;
393
+                span{
394
+                    margin: 0 3px 0 8px;
395
+                }
396
+                &:last-child{
397
+                    margin-right: 0;
398
+                }
399
+            }
400
+         
401
+        }
402
+        .article_list{
403
+            width: 92.125vw;
404
+            margin: 0 auto;
405
+            .article_li{
406
+                width: 100%;
407
+                margin-bottom: 10.5vw;
408
+                padding-bottom: 10.5vw;
409
+                padding-right: 0;
410
+                border-bottom: 1px solid #DDE2E6;
411
+    
412
+              
413
+                &:nth-of-type(7){
414
+                   border-bottom: 1px solid #DDE2E6;
415
+                }
416
+                &:nth-of-type(8){
417
+                   border-bottom: 1px solid #DDE2E6;
418
+                }
419
+                &:nth-of-type(9){
420
+                   border-bottom: 1px solid #DDE2E6;
421
+                }
422
+                &:last-child{
423
+                    border: 0;
424
+                }
425
+                img{
426
+                    height: 69.125vw;
427
+                    margin-bottom: 5.125vw;
428
+                }
429
+                .txt1{
430
+                    font-size: 3.75vw;
431
+                }
432
+            }
433
+        }
434
+        .news_paging{
435
+            padding-top: 16vw;
436
+            .previousPage{
437
+                width: 40px;
438
+                height: 40px;
439
+                margin-right: 20px;
440
+                box-sizing: border-box;
441
+            }
442
+            .nextPage{
443
+                width: 40px;
444
+                height: 40px;
445
+                margin-left: 3.25vw;
446
+                transition: all 0.2s;
447
+                box-sizing: border-box;
448
+            }
449
+            .pageNum{
450
+                font-size: 3.5vw;
451
+            }
452
+            .ellipsis{
453
+                font-size: 3.5vw;
454
+                padding: 1.875vw 2.5vw;
455
+                // &:hover{
456
+                //     color:#48A038
457
+                // }
458
+            }
459
+        }
308 460
     }
309 461
 }
310 462
 

+ 464
- 42
src/pages/news/index.less Целия файл

@@ -372,103 +372,525 @@ a{
372 372
 }
373 373
 
374 374
 @media screen and (min-width: 801px) and (max-width: 1400px) {
375
-    .main{
375
+    // .main{
376
+    //     .content{
377
+    //         width: calc(100% - 60px);
378
+    //         .banner_box{
379
+    //             .news_banner{
380
+    //                 width: 630px;
381
+    //                 height: 413px;
382
+    //                 .news_content{
383
+    //                     border-radius: 12px;
384
+    //                 }
385
+    //             }   
386
+    //             .news_banner2{
387
+    //                 width: 300px;
388
+    //                 img{
389
+    //                     height: 200px;
390
+    //                 }
391
+    //                 .txt1{
392
+    //                     font-size: 16px;
393
+    //                 }
394
+    //                 .txt2{
395
+    //                     font-size: 14px;
396
+    //                 }
397
+    //                 .txt3{
398
+    //                     font-size: 14px;
399
+    //                 }
400
+    //                 a{
401
+    //                     font-size: 14px;
402
+    //                     .icon{
403
+    //                         margin-top: -2px;
404
+    //                         font-size: 18px;
405
+    //                     }
406
+    //                 }
407
+    //             }
408
+    //         }
409
+    //         .tabs_box{
410
+    //             width: calc(100% - 60px);
411
+    //         }
412
+    //     }
413
+    //     .news_ul {
414
+    //         max-width: 100%;
415
+    //         width: calc(100% - 60px);
416
+    //         overflow: hidden;
417
+    //         .news_list{
418
+    //             width: calc(100% - 60px);
419
+    //         }
420
+    //     }
421
+    //     .news_paging{}
422
+    // }
423
+    .main {
424
+        width: 100%;
425
+        padding-top: 14.5vw;
376 426
         .content{
377
-            width: calc(100% - 60px);
427
+            width: 92vw;
428
+            margin: 0 auto;
429
+            .news_title{
430
+                display: block;
431
+                margin-bottom: 12.5vw;
432
+                padding-top: 50px;
433
+                .title{
434
+                    font-size: 32px;
435
+                    text-align: center;
436
+                }
437
+                .title_screen{
438
+                    margin-top: 10.625vw;
439
+                    .screen_li{
440
+                        width: 44.625vw;
441
+                        height: 9.375vw;
442
+                        font-size: 3.5vw;
443
+                        .screen_box{
444
+                            .screen_box_li{
445
+                                font-size: 3.5vw;
446
+                                height: 8vw;
447
+                                line-height: 8vw;
448
+                            }
449
+                        }
450
+                        svg{
451
+                            width:5.5vw;
452
+                            height: 4vw;
453
+                        }
454
+                    }
455
+                }
456
+            }
378 457
             .banner_box{
458
+                display: block;
459
+                margin-bottom: 15vw;
379 460
                 .news_banner{
380
-                    width: 630px;
381
-                    height: 413px;
461
+                    width: 100%;
462
+                    height: auto;
463
+                    margin-bottom: 8vw;
464
+                   
465
+                    img{
466
+                        width: 100%;
467
+                        height: 62.75vw;
468
+                        border-radius: 1.625vw;
469
+                        object-fit: cover;
470
+                    }
471
+                    
382 472
                     .news_content{
383
-                        border-radius: 12px;
473
+                        padding: 3.75vw;
474
+                        display: flex;
475
+                        flex-wrap: wrap;
476
+                        flex-direction: column-reverse;
477
+                        .cont1{
478
+                            font-weight: bold;
479
+                            font-size: 3.75vw;
480
+                            color: #fff;
481
+                            display: -webkit-box;        /* 使用 Flexbox 布局 */
482
+                            -webkit-box-orient: vertical; /* 垂直方向排列 */
483
+                            -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
484
+                            overflow: hidden;            /* 隐藏超出部分 */
485
+                            text-overflow: ellipsis;     /* 用省略号表示超出部分 */
486
+                        }
487
+                        .cont2{
488
+                            width: 100%;
489
+                            font-size: 3.375vw;
490
+                            color: #fff;
491
+                            margin-bottom: 2.5vw;
492
+                        }
493
+                        .cont3{
494
+                            font-size: 3.25vw;
495
+                            color: #fff;
496
+                        }
384 497
                     }
385
-                }   
498
+                    
499
+                }
386 500
                 .news_banner2{
387
-                    width: 300px;
501
+                    width: 100%;
502
+                    display: flex;
503
+                    align-items: center;
504
+                    justify-content: space-between;
505
+                    margin-bottom: 10.75vw;
388 506
                     img{
389
-                        height: 200px;
507
+                        width: 45.375vw;
508
+                        height: 34vw;
509
+                        margin-bottom: 0;
510
+                        border-radius: 1.625vw;
511
+                    }
512
+                    .banner2_cont{
513
+                        width: 42.5vw;
390 514
                     }
391 515
                     .txt1{
392
-                        font-size: 16px;
516
+                        width: 42.5vw;
517
+                        font-size: 3.75vw;
518
+                        display: -webkit-box;           /* 使用 Flexbox 布局 */
519
+                        -webkit-box-orient: vertical;   /* 垂直方向排列 */
520
+                        -webkit-line-clamp: 2;         /* 限制显示的行数,这里是3行 */
521
+                        overflow: hidden;               /* 隐藏超出部分 */
522
+                        text-overflow: ellipsis; 
523
+                        line-height: 1.5;
524
+                        padding-bottom: 0;
525
+                        margin-bottom: 5.375vw;
526
+                        border: 0;
393 527
                     }
394 528
                     .txt2{
395
-                        font-size: 14px;
529
+                        margin-bottom: 5.5vw;
530
+                        font-size: 3.25vw;
531
+                        color: #999999;
396 532
                     }
397 533
                     .txt3{
398
-                        font-size: 14px;
534
+                        display: none;
399 535
                     }
400 536
                     a{
401
-                        font-size: 14px;
537
+                        font-size: 3.325vw;
402 538
                         .icon{
403
-                            margin-top: -2px;
404
-                            font-size: 18px;
539
+                            font-size: 4.325vw;
540
+                            margin-top: 0;
405 541
                         }
406 542
                     }
407 543
                 }
408 544
             }
409 545
             .tabs_box{
410
-                width: calc(100% - 60px);
546
+                width: 100%;
547
+                font-size: 3.75vw;
548
+                display: flex;
549
+                align-items: center;
550
+                justify-content: space-between;
551
+                .tabs_li{
552
+                    margin-right: 0;
553
+                    padding-bottom: 5.625vw;
554
+                }
411 555
             }
412 556
         }
413
-        .news_ul {
414
-            max-width: 100%;
415
-            width: calc(100% - 60px);
416
-            overflow: hidden;
557
+        .news_ul{
558
+            width: 100%;
417 559
             .news_list{
418
-                width: calc(100% - 60px);
560
+                margin-top: 0;
561
+                width: 100%;
562
+                box-sizing: border-box;
563
+                padding: 0 3.75vw;
564
+                .news_li{
565
+                    padding:5.625vw 0;
566
+                    display: flex;
567
+                    align-items: center;
568
+                    justify-content: space-between;
569
+                    .li_left{
570
+                        width: 16.25vw;
571
+                        height: 16.25vw;
572
+                        margin-right: 0;
573
+                        font-size: 3.5vw;
574
+
575
+                        .timerData{
576
+                            font-size: 3.5vw;
577
+                            padding-top: 3vw;
578
+                            padding-bottom: 2vw;
579
+                        }
580
+                    }
581
+                    .li_cont{
582
+                        width: 71.5vw;
583
+                        div:nth-child(1){
584
+                            font-size: 3.75vw;
585
+                            color: #282828;
586
+                            line-height: 7.5vw;
587
+                            display: -webkit-box;        /* 使用 Flexbox 布局 */
588
+                            -webkit-box-orient: vertical; /* 垂直方向排列 */
589
+                            -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
590
+                            overflow: hidden;     
591
+                            font-weight: bold;
592
+                        }
593
+                        div:nth-child(2){
594
+                            width: auto;
595
+                            height: auto;
596
+                            overflow: unset;
597
+                            line-height: 1.5;
598
+                            font-size: 3.25vw;
599
+                            color: #A7A5A5;
600
+                            padding: 0;
601
+                            display: -webkit-box;        /* 使用 Flexbox 布局 */
602
+                            -webkit-box-orient: vertical; /* 垂直方向排列 */
603
+                            -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
604
+                            overflow: hidden;     
605
+                        }
606
+                      
607
+                    }
608
+                }
609
+            }
610
+        }
611
+        .news_paging{
612
+            padding-top: 16vw;
613
+            .previousPage{
614
+                width: 40px;
615
+                height: 40px;
616
+                margin-right: 20px;
617
+                box-sizing: border-box;
618
+            }
619
+            .nextPage{
620
+                width: 40px;
621
+                height: 40px;
622
+                margin-left: 3.25vw;
623
+                transition: all 0.2s;
624
+                box-sizing: border-box;
625
+            }
626
+            .pageNum{
627
+                font-size: 3.5vw;
628
+            }
629
+            .ellipsis{
630
+                font-size: 3.5vw;
631
+                padding: 1.875vw 2.5vw;
632
+                // &:hover{
633
+                //     color:#48A038
634
+                // }
419 635
             }
420 636
         }
421
-        .news_paging{}
422 637
     }
423 638
 }
424 639
 @media screen and (min-width: 1400px) and (max-width: 1600px) {
425
-    .main{
640
+    // .main{
641
+    //     .content{
642
+    //         width: calc(100% - 60px);
643
+    //         .banner_box{
644
+    //             .news_banner{
645
+    //                 width: 690px;
646
+    //                 height: 455px;
647
+    //                 .news_content{
648
+    //                     border-radius: 12px;
649
+    //                 }
650
+    //             }   
651
+    //             .news_banner2{
652
+    //                 width: 330px;
653
+    //                 img{
654
+    //                     height: 200px;
655
+    //                 }
656
+    //                 .txt1{
657
+    //                     font-size: 16px;
658
+    //                 }
659
+    //                 .txt2{
660
+    //                     font-size: 14px;
661
+    //                 }
662
+    //                 .txt3{
663
+    //                     font-size: 14px;
664
+    //                 }
665
+    //                 a{
666
+    //                     font-size: 14px;
667
+    //                     .icon{
668
+    //                         margin-top: -2px;
669
+    //                         font-size: 18px;
670
+    //                     }
671
+    //                 }
672
+    //             }
673
+    //         }
674
+    //         .tabs_box{
675
+    //             width: calc(100% - 60px);
676
+    //         }
677
+    //     }
678
+    //     .news_ul {
679
+    //         max-width: 100%;
680
+    //         width: calc(100% - 60px);
681
+    //         overflow: hidden;
682
+    //         .news_list{
683
+    //             width: calc(100% - 60px);
684
+    //         }
685
+    //     }
686
+    //     .news_paging{}
687
+    // }
688
+    .main {
689
+        width: 100%;
690
+        padding-top: 14.5vw;
426 691
         .content{
427
-            width: calc(100% - 60px);
692
+            width: 92vw;
693
+            margin: 0 auto;
694
+            .news_title{
695
+                display: block;
696
+                margin-bottom: 12.5vw;
697
+                padding-top: 50px;
698
+                .title{
699
+                    font-size: 32px;
700
+                    text-align: center;
701
+                }
702
+                .title_screen{
703
+                    margin-top: 10.625vw;
704
+                    .screen_li{
705
+                        width: 44.625vw;
706
+                        height: 9.375vw;
707
+                        font-size: 3.5vw;
708
+                        .screen_box{
709
+                            .screen_box_li{
710
+                                font-size: 3.5vw;
711
+                                height: 8vw;
712
+                                line-height: 8vw;
713
+                            }
714
+                        }
715
+                        svg{
716
+                            width:5.5vw;
717
+                            height: 4vw;
718
+                        }
719
+                    }
720
+                }
721
+            }
428 722
             .banner_box{
723
+                display: block;
724
+                margin-bottom: 15vw;
429 725
                 .news_banner{
430
-                    width: 690px;
431
-                    height: 455px;
726
+                    width: 100%;
727
+                    height: auto;
728
+                    margin-bottom: 8vw;
729
+                   
730
+                    img{
731
+                        width: 100%;
732
+                        height: 62.75vw;
733
+                        border-radius: 1.625vw;
734
+                        object-fit: cover;
735
+                    }
736
+                    
432 737
                     .news_content{
433
-                        border-radius: 12px;
738
+                        padding: 3.75vw;
739
+                        display: flex;
740
+                        flex-wrap: wrap;
741
+                        flex-direction: column-reverse;
742
+                        .cont1{
743
+                            font-weight: bold;
744
+                            font-size: 3.75vw;
745
+                            color: #fff;
746
+                            display: -webkit-box;        /* 使用 Flexbox 布局 */
747
+                            -webkit-box-orient: vertical; /* 垂直方向排列 */
748
+                            -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
749
+                            overflow: hidden;            /* 隐藏超出部分 */
750
+                            text-overflow: ellipsis;     /* 用省略号表示超出部分 */
751
+                        }
752
+                        .cont2{
753
+                            width: 100%;
754
+                            font-size: 3.375vw;
755
+                            color: #fff;
756
+                            margin-bottom: 2.5vw;
757
+                        }
758
+                        .cont3{
759
+                            font-size: 3.25vw;
760
+                            color: #fff;
761
+                        }
434 762
                     }
435
-                }   
763
+                    
764
+                }
436 765
                 .news_banner2{
437
-                    width: 330px;
766
+                    width: 100%;
767
+                    display: flex;
768
+                    align-items: center;
769
+                    justify-content: space-between;
770
+                    margin-bottom: 10.75vw;
438 771
                     img{
439
-                        height: 200px;
772
+                        width: 45.375vw;
773
+                        height: 34vw;
774
+                        margin-bottom: 0;
775
+                        border-radius: 1.625vw;
776
+                    }
777
+                    .banner2_cont{
778
+                        width: 42.5vw;
440 779
                     }
441 780
                     .txt1{
442
-                        font-size: 16px;
781
+                        width: 42.5vw;
782
+                        font-size: 3.75vw;
783
+                        display: -webkit-box;           /* 使用 Flexbox 布局 */
784
+                        -webkit-box-orient: vertical;   /* 垂直方向排列 */
785
+                        -webkit-line-clamp: 2;         /* 限制显示的行数,这里是3行 */
786
+                        overflow: hidden;               /* 隐藏超出部分 */
787
+                        text-overflow: ellipsis; 
788
+                        line-height: 1.5;
789
+                        padding-bottom: 0;
790
+                        margin-bottom: 5.375vw;
791
+                        border: 0;
443 792
                     }
444 793
                     .txt2{
445
-                        font-size: 14px;
794
+                        margin-bottom: 5.5vw;
795
+                        font-size: 3.25vw;
796
+                        color: #999999;
446 797
                     }
447 798
                     .txt3{
448
-                        font-size: 14px;
799
+                        display: none;
449 800
                     }
450 801
                     a{
451
-                        font-size: 14px;
802
+                        font-size: 3.325vw;
452 803
                         .icon{
453
-                            margin-top: -2px;
454
-                            font-size: 18px;
804
+                            font-size: 4.325vw;
805
+                            margin-top: 0;
455 806
                         }
456 807
                     }
457 808
                 }
458 809
             }
459 810
             .tabs_box{
460
-                width: calc(100% - 60px);
811
+                width: 100%;
812
+                font-size: 3.75vw;
813
+                display: flex;
814
+                align-items: center;
815
+                justify-content: space-between;
816
+                .tabs_li{
817
+                    margin-right: 0;
818
+                    padding-bottom: 5.625vw;
819
+                }
461 820
             }
462 821
         }
463
-        .news_ul {
464
-            max-width: 100%;
465
-            width: calc(100% - 60px);
466
-            overflow: hidden;
822
+        .news_ul{
823
+            width: 100%;
467 824
             .news_list{
468
-                width: calc(100% - 60px);
825
+                margin-top: 0;
826
+                width: 100%;
827
+                box-sizing: border-box;
828
+                padding: 0 3.75vw;
829
+                .news_li{
830
+                    padding:5.625vw 0;
831
+                    display: flex;
832
+                    align-items: center;
833
+                    justify-content: space-between;
834
+                    .li_left{
835
+                        width: 16.25vw;
836
+                        margin-right: 0;
837
+                    }
838
+                    .li_cont{
839
+                        width: 71.5vw;
840
+                        div:nth-child(1){
841
+                            font-size: 3.75vw;
842
+                            color: #282828;
843
+                            line-height: 7.5vw;
844
+                            display: -webkit-box;        /* 使用 Flexbox 布局 */
845
+                            -webkit-box-orient: vertical; /* 垂直方向排列 */
846
+                            -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
847
+                            overflow: hidden;     
848
+                            font-weight: bold;
849
+                        }
850
+                        div:nth-child(2){
851
+                            width: auto;
852
+                            height: auto;
853
+                            overflow: unset;
854
+                            line-height: 1.5;
855
+                            font-size: 3.25vw;
856
+                            color: #A7A5A5;
857
+                            padding: 0;
858
+                            display: -webkit-box;        /* 使用 Flexbox 布局 */
859
+                            -webkit-box-orient: vertical; /* 垂直方向排列 */
860
+                            -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
861
+                            overflow: hidden;     
862
+                        }
863
+                      
864
+                    }
865
+                }
866
+            }
867
+        }
868
+        .news_paging{
869
+            padding-top: 16vw;
870
+            .previousPage{
871
+                width: 40px;
872
+                height: 40px;
873
+                margin-right: 20px;
874
+                box-sizing: border-box;
875
+            }
876
+            .nextPage{
877
+                width: 40px;
878
+                height: 40px;
879
+                margin-left: 3.25vw;
880
+                transition: all 0.2s;
881
+                box-sizing: border-box;
882
+            }
883
+            .pageNum{
884
+                font-size: 3.5vw;
885
+            }
886
+            .ellipsis{
887
+                font-size: 3.5vw;
888
+                padding: 1.875vw 2.5vw;
889
+                // &:hover{
890
+                //     color:#48A038
891
+                // }
469 892
             }
470 893
         }
471
-        .news_paging{}
472 894
     }
473 895
 }
474 896
 

+ 3
- 0
src/pages/partyBuilding/index.less Целия файл

@@ -331,6 +331,8 @@ a{
331 331
 @media screen and (min-width: 801px) and (max-width: 1400px) {
332 332
     .main{
333 333
         .banner{
334
+            height: auto;
335
+
334 336
             .bannerSwiper{
335 337
                 width: 100%;
336 338
             }
@@ -351,6 +353,7 @@ a{
351 353
 @media screen and (min-width: 1400px) and (max-width: 1600px){
352 354
     .main{
353 355
         .banner{
356
+            height: auto;
354 357
             .bannerSwiper{
355 358
                 width: 100%;
356 359
             }

+ 29
- 0
src/pages/socialResponsibility/index.less Целия файл

@@ -468,6 +468,19 @@ a{
468 468
             .tabs_box{
469 469
                 width: 100%;
470 470
             }
471
+            .banner_box{
472
+                .news_banner{
473
+                    .news_content{
474
+                        .cont1{
475
+                            margin-left: 0;
476
+                        }
477
+                        .cont2{
478
+                            width: 600px;
479
+                            margin-right: 0;
480
+                        }
481
+                    }
482
+                }
483
+            }
471 484
         }
472 485
         .news_ul{
473 486
             width: 100%;
@@ -475,6 +488,14 @@ a{
475 488
                 width: calc(100% - 60px);
476 489
             }
477 490
         }
491
+        .typeCon{
492
+            .infoul{
493
+                .infoLi{
494
+                    width: 95%;
495
+                    margin: 0 auto;
496
+                }
497
+            }
498
+        }
478 499
     }
479 500
 }
480 501
 @media screen and (min-width: 1400px) and (max-width: 1600px){
@@ -491,6 +512,14 @@ a{
491 512
                 width: calc(100% - 60px);
492 513
             }
493 514
         }
515
+        .typeCon{
516
+            .infoul{
517
+                .infoLi{
518
+                    width: 95%;
519
+                    margin: 0 auto;
520
+                }
521
+            }
522
+        }
494 523
     }
495 524
 }
496 525
 

Loading…
Отказ
Запис