<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.NewsList_a1 li{display: block;width: 100%;font-size: 0; padding: 1.6vw 1vw;background: #fafafa;border-radius: 5px;margin-bottom: 0.8vw;border: 1px solid transparent;box-sizing:border-box;}
/*.NewsList_a1 li:nth-child(3n){margin-right: 0;}*/
.NewsList_a1 li a{display: block}
.NewsList_a1 li .newimg{display: inline-block; width: 24.5%;overflow: hidden;border-radius: 5px;height: 11.3vw;min-height: 195px;position: relative;}
.NewsList_a1 li .newimg img{min-width: 100%;height: 100%; display: block;transition:.8s all ease;-ms-transition:.8s all ease;-webkit-transition:.8s all ease;position: absolute;top: 50%;
    left: 50%; transform: scale(1) translate(-50%, -50%);-webkit-transform: scale(1) translate(-50%, -50%);}
.NewsList_a1 li .txt{box-sizing:border-box;width: 72%;float: right;padding-top: 0.7vw;}
.NewsList_a1 li .newnr b{font-size: 23px;color: #0050d5;line-height: 1.7;max-height: 3.4em;
	display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.NewsList_a1 li .newnr p{font-size: 14px;color: #a0a7b1;line-height: 2.0;max-height: 4em;margin: 1vw auto 1.5vw auto;
	display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.NewsList_a1 li .data{margin: 0;line-height: 1.15;padding-left: 19px;color: #a0a7b1;font-size: 14px;background: url(../images/clock.png) left center no-repeat;line-height: 20px;height: 20px;}
.NewsList_a1 li:hover img{transform: scale(1.1,1.1) translate(-45%, -45%);-webkit-transform: scale(1.1,1.1) translate(-45%, -45%);}
.NewsList_a1 li:hover{background-color: #0050d5;}
.NewsList_a1 li:hover .newnr b{color: #fff;}
.NewsList_a1 li:hover .newnr p{color: #fff;}
.NewsList_a1 li:hover .data{color: #fff;background-image: url(../images/clock2.png);}
i{display: none;}

.NewsList_a3 .newnr p,.NewsList_a3 .data,.NewsList_a3 .newimg{display: none;}

@media screen and (max-width: 1024px){
    .NewsList_a1 li .newnr b{max-height: 1.5em;-webkit-line-clamp: 1;font-size: 18px;}
    .NewsList_a1 li .newnr p{max-height: 4em;-webkit-line-clamp: 2;}
    .NewsList_a1 li .data{float: none;}
    .NewsList_a1 li:nth-child(2n) .data{text-align: left;}
    .NewsList_a1 li .newimg{min-height: 140px;}
}
@media screen and (max-width: 640px){
	.NewsList_a1 li{margin-bottom: 7vw;padding: 2.3vw;}
	.NewsList_a1 li .txt{padding: 0;width: 100%;float: none;}
	.NewsList_a1 li .newimg{width: 100%;margin-bottom: 4vw;height: 45vw;display: none;}
    .NewsList_a1 li .newnr b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 4.2vw;line-height: 1.15;}
    .NewsList_a1 li .newnr p{max-height: 3.6em;line-height: 1.8;font-size: 3.8vw;height: auto;margin: 3vw auto 5.5vw auto;}
    .NewsList_a1 li .data {font-size: 3.8vw;}
}</pre></body></html>