<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.wx-bd { overflow: hidden;height: auto; }
.wx-list { overflow: hidden;height: auto;padding: 0; }
.wx-list li { overflow: hidden;height: 150px;margin-top: 20px; }
.wx-list li .wx-con-bg { overflow: hidden;height: auto;border: solid 1px #e1e1e1; }
.wx-list li .wx-con-bg a { overflow: hidden;display: inline-block;width: 100%;height: auto;cursor: pointer; }
.wx-con-bg .wx-con { overflow: hidden;height: 150px;padding: 20px 15px;background: #eee; }
.wx-con-bg .wx-con .wx-photo { float: left;width: 30%; }
.wx-con-bg .wx-con .wx-photo img, .wx-con-bg .wx-con .wx-gov img { width: 100%;max-width: 100%;border: solid 1px #e1e1e1;object-fit: cover; }
.wx-con-bg .wx-con .wx-text {float: left;width: 68%;margin-top: 5px;padding-left: 10px;color: #a50000;font-size: 18px;}
.wx-con-bg .wx-con .wx-text p { margin: 0; }
.wx-con-bg .wx-con .wx-text .desc { line-height: 28px;color: #333;font-size: 16px; }
.lst-tnm a {padding: 5px 40px;border-bottom: none;line-height: 36px;background: #4cb1ff;color: #fff;font-size: 20px;}
.lst-tnm {
    overflow: hidden;
    height: auto;
    /*! border-bottom: solid 1px #e1e1e1; */
    line-height: 48px;
    font-size: 16px;
}
@media all and (min-width: 992px) {
	.wx-con-bg .wx-con .wx-gov { float: left;max-width: 110px; }
	}
@media all and (min-width: 1200px) {
	.wx-list li { margin-top: 30px; }
	}
@media all and (max-width: 1024px) {
	[class*="col-"] { padding: 0 8px; }
	.wx-list li { height: 140px;margin-top: 16px; }
	.wx-con-bg .wx-con .wx-gov { float: left;width: 30%; }
	.lst-tnm { overflow: hidden;height: auto;border: none;line-height: 50px; }
	}
@media all and (max-width: 768px) {
	.wx-con-bg .wx-con .wx-gov { float: left;width: 20%; }
	.lst-tnm { overflow: hidden;height: auto;border: none;line-height: 50px; }
	.wx-con-bg .wx-con .wx-text { width: 50%; }
	.wx-con-bg .wx-con .wx-photo { width: 50%; }
	}
@media all and (max-width: 460px) {
	.wx-con-bg .wx-con .wx-gov { float: left;margin-right: 0; }
	.lst-tnm { overflow: hidden;height: auto;border: none;line-height: 50px; }
	.wx-con-bg .wx-con .wx-gov { float: left;width: 30%; }
	.wx-con-bg .wx-con .wx-text { width: 70%; }
	.wx-con-bg .wx-con .wx-photo { width: 30%; }
	.lst-tnm a { font-size: 16px; }
	}</pre></body></html>