@charset "utf-8";
.NewsList_g2{margin-left: 4vw;}
.NewsList_g2 .bt{font-size: 22px;margin-bottom: 1.5vw;}
.NewsList_g2 li{display: block;width: 100%;font-size: 0;margin-bottom: 3vw;box-sizing:border-box;position: relative;
    transition:.8s all ease;}
.NewsList_g2 li:after{content: "";display: block;clear: both;}
.NewsList_g2 li a{display: block;}
.NewsList_g2 .nwimg{float: left; position: relative;vertical-align: middle;display: inline-block;width: 25%;overflow: hidden;height: 12vw;border: 1px solid #e5e5e5;box-sizing:border-box;}
.NewsList_g2 .nwimg img{position: absolute;left: 50%;top: 50%;max-width: 95%;max-height: 95%; 
    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 .txt{box-sizing:border-box;width: 51%;float: right;padding-top: 2.6vw;}
.NewsList_g2 li .newnr{vertical-align: middle;display: inline-block;width: 46.1%;margin-left: 2.6vw;}
.NewsList_g2 li h3{width: 70%;float: right; font-size: 22px;color: #4d4d4d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;margin-bottom: 1vw;
    padding: 0.8vw 0 0.6vw 0;border-bottom: 4px solid #014fa1;font-weight: bold;
transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out;}
.NewsList_g2 li p{width: 70%;float: right; font-size: 16px;color: #4d4d4d;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{width: 6em;display: inline-block;text-align: center;color: #014fa1;font-size: 18px;}

.NewsList_g2 li .ntime{display: none;}
@media screen and (min-width: 1024px){
    .NewsList_g2 li a: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 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 h3 {color: #014fa1;text-indent: 1em;}

}
@media screen and (max-width: 1500px){
    .NewsList_g2 li h3{font-size: 20px;}
    .NewsList_g2 li p{font-size: 16px;}
}
@media screen and (max-width: 1400px){
    .NewsList_g2 li p{display: -webkit-box;-webkit-line-clamp: 2;max-height: 3.6em;}
    .NewsList_g2 li .wmore{font-size: 16px;}
    .NewsList_g2 li h3{font-size: 18px;}
}
@media screen and (max-width: 1024px){
    .NewsList_g2 .nwimg{height: 21.5vw;}
}
@media screen and (max-width: 640px){
    .NewsList_g2{width: 90%;margin: 8vw auto 0 auto;}
    .NewsList_g2 .nwimg{height: 44vw;width: 100%;margin-bottom: 2vw;}
    .NewsList_g2 li{margin-bottom: 8vw;width: 48.5%;margin-right: 3%;float: left;padding-bottom: 1vw;border-bottom: 2px solid #014fa1;}
    .NewsList_g2 li:nth-child(2n){margin-right: 0;}
    .NewsList_g2 li h3{text-overflow:unset;white-space:normal;border-bottom-width: 0;font-size: 3.8vw;line-height: 1.5;height: auto;font-weight: normal;margin-bottom: 0;
        display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;max-height: unset;width: 100%;height: 3em;}
    .NewsList_g2 li p{display: none;}
    .NewsList_g2 li .newnr{width: 76%;}
    .NewsList_g2 li p:last-child{display: none;}

}
