|  | @@ -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 |  
 |