@charset "utf-8";
.NewsList_g1 ul{display: block;}
.NewsList_g1 li{display: block;float: left; width: 46.3%;margin: 0 1.85% 2.86vw 1.85%;position: relative;padding: 22px 26px;box-sizing:border-box;background: #ecfaff;border-radius: 4px;}
.NewsList_g1 li:hover{background: url(../images/nbg.jpg) no-repeat center; background-size: 100% 100%;}
.NewsList_g1 li .ntime,.NewsList_g1 li .nwimg{display: none;}
.NewsList_g1 li h3{color: #007eb5;font-size: 1.2vw;margin-bottom: 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;line-height: 1.5;}
.NewsList_g1 li h3:before{content: "Q : ";font-size: 1.4vw;color: #007eb5;font-weight: bold;}
.NewsList_g1 li p:nth-of-type(1){position: relative;}
.NewsList_g1 li p:nth-of-type(1):before{content: "A : ";font-size: 1.4vw;color: #007eb5;font-weight: bold;position: absolute;left: 0;line-height: 1.0;}
.NewsList_g1 p{font-size: 14px;color: #007eb5;line-height: 1.8; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
padding-left: 2.6vw;max-height: 3.6em;}
.NewsList_g1 p:nth-of-type(3){text-align: right;margin-top: 18px;display: block;}
.wmore{background: url(../images/page.png) no-repeat center left;color: #007eb5;height: 1.5em;display: inline-block; line-height: 1.5;padding-left: 24px;}
@media screen and (max-width: 1250px) {
    .NewsList_g1 li{margin-bottom: 30px;}
    .NewsList_g1 li h3:before{font-size: 20px;}
    .NewsList_g1 li h3{font-size: 18px;}
    .NewsList_g1 li p:nth-of-type(1){padding-left: 35px;}
    .NewsList_g1 li p:nth-of-type(1):before{font-size: 20px;}
}
@media screen and (max-width: 640px){
    .NewsList_g1 li{width: 100%;float: none;margin: 0 0 3vw 0;position: relative;padding: 3vw;}
    .NewsList_g1 li h3{font-size: 4.5vw;}
    .NewsList_g1 p{font-size: 3.8vw;}
    .NewsList_g1 p:nth-of-type(3){margin-top: 2vw;}
}