|
@@ -320,36 +320,37 @@ a{
|
320
|
320
|
|
321
|
321
|
}
|
322
|
322
|
.article_list{
|
323
|
|
- width: 92.125vw;
|
324
|
|
- margin: 0 auto;
|
325
|
|
- .article_li{
|
326
|
|
- width: 100%;
|
327
|
|
- margin-bottom: 10.5vw;
|
328
|
|
- padding-bottom: 10.5vw;
|
329
|
|
- padding-right: 0;
|
330
|
|
- border-bottom: 1px solid #DDE2E6;
|
|
323
|
+ width: calc(100% - 40px);
|
|
324
|
+ // width: 92.125vw;
|
|
325
|
+ // margin: 0 auto;
|
|
326
|
+ // .article_li{
|
|
327
|
+ // width: 100%;
|
|
328
|
+ // margin-bottom: 10.5vw;
|
|
329
|
+ // padding-bottom: 10.5vw;
|
|
330
|
+ // padding-right: 0;
|
|
331
|
+ // border-bottom: 1px solid #DDE2E6;
|
331
|
332
|
|
332
|
333
|
|
333
|
|
- &:nth-of-type(7){
|
334
|
|
- border-bottom: 1px solid #DDE2E6;
|
335
|
|
- }
|
336
|
|
- &:nth-of-type(8){
|
337
|
|
- border-bottom: 1px solid #DDE2E6;
|
338
|
|
- }
|
339
|
|
- &:nth-of-type(9){
|
340
|
|
- border-bottom: 1px solid #DDE2E6;
|
341
|
|
- }
|
342
|
|
- &:last-child{
|
343
|
|
- border: 0;
|
344
|
|
- }
|
345
|
|
- img{
|
346
|
|
- height: 69.125vw;
|
347
|
|
- margin-bottom: 5.125vw;
|
348
|
|
- }
|
349
|
|
- .txt1{
|
350
|
|
- font-size: 3.75vw;
|
351
|
|
- }
|
352
|
|
- }
|
|
334
|
+ // &:nth-of-type(7){
|
|
335
|
+ // border-bottom: 1px solid #DDE2E6;
|
|
336
|
+ // }
|
|
337
|
+ // &:nth-of-type(8){
|
|
338
|
+ // border-bottom: 1px solid #DDE2E6;
|
|
339
|
+ // }
|
|
340
|
+ // &:nth-of-type(9){
|
|
341
|
+ // border-bottom: 1px solid #DDE2E6;
|
|
342
|
+ // }
|
|
343
|
+ // &:last-child{
|
|
344
|
+ // border: 0;
|
|
345
|
+ // }
|
|
346
|
+ // img{
|
|
347
|
+ // height: 69.125vw;
|
|
348
|
+ // margin-bottom: 5.125vw;
|
|
349
|
+ // }
|
|
350
|
+ // .txt1{
|
|
351
|
+ // font-size: 3.75vw;
|
|
352
|
+ // }
|
|
353
|
+ // }
|
353
|
354
|
}
|
354
|
355
|
.news_paging{
|
355
|
356
|
padding-top: 16vw;
|
|
@@ -366,9 +367,7 @@ a{
|
366
|
367
|
transition: all 0.2s;
|
367
|
368
|
box-sizing: border-box;
|
368
|
369
|
}
|
369
|
|
- .pageNum{
|
370
|
|
- font-size: 3.5vw;
|
371
|
|
- }
|
|
370
|
+
|
372
|
371
|
.ellipsis{
|
373
|
372
|
font-size: 3.5vw;
|
374
|
373
|
padding: 1.875vw 2.5vw;
|
|
@@ -403,38 +402,39 @@ a{
|
403
|
402
|
|
404
|
403
|
}
|
405
|
404
|
.article_list{
|
406
|
|
- width: 92.125vw;
|
407
|
|
- margin: 0 auto;
|
408
|
|
- .article_li{
|
409
|
|
- width: 100%;
|
410
|
|
- margin-bottom: 10.5vw;
|
411
|
|
- padding-bottom: 10.5vw;
|
412
|
|
- padding-right: 0;
|
413
|
|
- border-bottom: 1px solid #DDE2E6;
|
|
405
|
+ width: calc(100% - 40px);
|
|
406
|
+ // width: 92.125vw;
|
|
407
|
+ // margin: 0 auto;
|
|
408
|
+ // .article_li{
|
|
409
|
+ // width: 100%;
|
|
410
|
+ // margin-bottom: 10.5vw;
|
|
411
|
+ // padding-bottom: 10.5vw;
|
|
412
|
+ // padding-right: 0;
|
|
413
|
+ // border-bottom: 1px solid #DDE2E6;
|
414
|
414
|
|
415
|
415
|
|
416
|
|
- &:nth-of-type(7){
|
417
|
|
- border-bottom: 1px solid #DDE2E6;
|
418
|
|
- margin-bottom: 10.5vw;
|
419
|
|
- }
|
420
|
|
- &:nth-of-type(8){
|
421
|
|
- border-bottom: 1px solid #DDE2E6;
|
422
|
|
- margin-bottom: 10.5vw;
|
423
|
|
- }
|
424
|
|
- &:nth-of-type(9){
|
425
|
|
- border-bottom: 1px solid #DDE2E6;
|
426
|
|
- }
|
427
|
|
- &:last-child{
|
428
|
|
- border: 0;
|
429
|
|
- }
|
430
|
|
- img{
|
431
|
|
- height: 69.125vw;
|
432
|
|
- margin-bottom: 5.125vw;
|
433
|
|
- }
|
434
|
|
- .txt1{
|
435
|
|
- font-size: 3.75vw;
|
436
|
|
- }
|
437
|
|
- }
|
|
416
|
+ // &:nth-of-type(7){
|
|
417
|
+ // border-bottom: 1px solid #DDE2E6;
|
|
418
|
+ // margin-bottom: 10.5vw;
|
|
419
|
+ // }
|
|
420
|
+ // &:nth-of-type(8){
|
|
421
|
+ // border-bottom: 1px solid #DDE2E6;
|
|
422
|
+ // margin-bottom: 10.5vw;
|
|
423
|
+ // }
|
|
424
|
+ // &:nth-of-type(9){
|
|
425
|
+ // border-bottom: 1px solid #DDE2E6;
|
|
426
|
+ // }
|
|
427
|
+ // &:last-child{
|
|
428
|
+ // border: 0;
|
|
429
|
+ // }
|
|
430
|
+ // img{
|
|
431
|
+ // height: 69.125vw;
|
|
432
|
+ // margin-bottom: 5.125vw;
|
|
433
|
+ // }
|
|
434
|
+ // .txt1{
|
|
435
|
+ // font-size: 3.75vw;
|
|
436
|
+ // }
|
|
437
|
+ // }
|
438
|
438
|
}
|
439
|
439
|
.news_paging{
|
440
|
440
|
padding-top: 16vw;
|