﻿@charset "utf-8";
.NewsList_g2 li{display: block;width: 32%;float: left;margin-right: 2%;background: #f5f5f5;padding-bottom: 1.3vw;}
.NewsList_g2 li:nth-child(3n){margin-right: 0;}
.NewsList_g2 li:after{content: "";display: block;clear: both;}
.NewsList_g2 li a{display: block;}
.NewsList_g2 li h3,.NewsList_g2 li p{width: 90%;margin: 0 auto;}
.NewsList_g2 .nwimg{position: relative;overflow: hidden;height: 13.5vw;margin-bottom: 1.5vw;}
.NewsList_g2 .nwimg img{position: absolute;left: 50%;top: 50%;width: 100%;min-height: 100%; 
    transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);
    transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out;}
.NewsList_g2 li h3 {position: relative;display: block; margin-bottom: 0.6vw;}
.NewsList_g2 li h3 a{font-size: 20px;color: #4c4c4c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;
    transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out;}
.NewsList_g2 li h3:after{content: "";display: inline-block;width: 5.2vw;height: 6px;border-radius: 3px;background: #5abc1a;margin-top: 0.7vw;
    transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out;}
.NewsList_g2 li p{font-size: 16px;color: #4c4c4c;line-height:1.8;height: 5.4em;
    display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.NewsList_g2 li p:last-child{margin-top: 1vw;text-align: right;height: auto;}
.NewsList_g2 li .wmore{background: #bfbfbf;width: 7em;border-radius: 15px;height: 30px;line-height: 28px; display: inline-block;
    text-align: center;color: #fff;font-size: 16px;border: 1px solid #bfbfbf;
    transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out;}

.NewsList_g2 li .ntime{display: none;}
@media screen and (min-width: 1024px){
    .NewsList_g2 li:hover img{transform: translate(-50%,-50%) scale(1.1,1.1);-webkit-transform: translate(-50%,-50%) scale(1.1,1.1);-ms-transform: translate(-50%,-50%) scale(1.1,1.1);}
    .NewsList_g2 li:hover .wmore {background-color: #5abc1a;border-color: #5abc1a;}
    .NewsList_g2 li:hover h3 a {color: #5abc1a;}
    .NewsList_g2 li:hover h3:after {width: 10vw;}
}
@media screen and (max-width: 1440px){
    .NewsList_g2 li h3 a{font-size: 18px;}
    .NewsList_g2 li p{font-size: 14px;}
}
@media screen and (max-width: 1024px){
    .NewsList_g2 .nwimg{height: 21.5vw;}
    .NewsList_g2 li .wmore{display: none;}
    .NewsList_g2 li h3 a{font-size: 16px;}
}
@media screen and (max-width: 640px){
    .NewsList_g2 li p,.NewsList_g2 li h3:after{display: none;}
    .NewsList_g2 li .ntime{display: none !important;}

    .NewsList_g2 li{position: relative;background: none;border-bottom: 1px dashed #313131;padding: 2vw 0;width: 100%;float: none;margin: 0;}
    .NewsList_g2 li h3,.NewsList_g2 li p,.NewsList_g2 li h3 a{width: 100%;font-size: 3.8vw;}
    .NewsList_g2 .nwimg{height: 26.6vw;display: none;width: 26.6vw;position: absolute;left: 0;top: 0;}
    .NewsList_g2 li:first-child{padding-left: 30vw;box-sizing: border-box;padding-top: 0;}
    .NewsList_g2 li:first-child .nwimg{display: block;} 
    .NewsList_g2 li:first-child h3{font-weight: bold;}
    .NewsList_g2 li:first-child h3 a{font-size: 3.8vw;line-height:1.5;max-height: 4.5em;white-space: normal;
    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
    .NewsList_g2 li:first-child p{display: block;display: -webkit-box;} 
}
