<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-cont{
			width: 100%;
		}
		.w-cont&gt;ul{
			margin-right: -24px;
		}
		.w-cont&gt;ul&gt;li{
			border-width: 1px;
			border-color: rgb( 220, 220, 220 );
			border-style: solid;
			background-color: rgb( 255, 255, 255 );
			width: 280px;
			height: 239px;
			margin-right: 24px;
			margin-bottom: 20px;
			float: left;
			padding: 20px;
			overflow: hidden;
    margin-left: 2%;
    margin-top: 2%;
		}
		.wlicon{
			width: 100%;
			height: 100%;
		}
		.koimg-top{
			font-size: 0;
		    white-space: nowrap;
			margin-bottom: 10px;
			display: block;
		}
		.koimg-top&gt;img{
			max-width: 58px;
			max-height: 38px;
			border: 1px solid #dedede;
			/* margin-right: 20px; */
		}
		.koimg-top&gt;img,
		.koimg-top&gt;span{
			display: inline-block;
			vertical-align: middle;
		}
		.koimg-top&gt;span{
			font-size: 16px;
			color: #000000;
			width: calc(100% - 58px);
			width: -moz-calc()(100% - 58px);
			width: -webkit-calc()(100% - 58px);
			padding: 0px 20px;
			overflow: hidden;
		}
		.koimg-sub{
			display: block;
			height: 40px;
			margin-bottom: 16px;
		}
		.koimg-sub&gt;img{
			max-width: 100%;
			max-height: 100%;
		}
		.kotit{
			font-size: 18px;
			font-family: "Arial";
			color: rgb( 0, 0, 0 );
		}
		.kotxt{
			font-size: 14px;
			color: #4e4e4e;
			line-height: 20px;
		}
		.kotxt.as{
			color: #0054a6;
		}
		.kotxt-box&gt;p{
			margin-bottom: 5px;
			white-space: nowrap;
			width: 100%;
			overflow: hidden;
		}
		@media screen and (max-width: 768px){
			.w-cont&gt;ul{
				width: 100%;
				margin-right: 0;
			}
			.w-cont&gt;ul&gt;li {
			    border-width: .01rem;
			    width: 49%;
			    height: 2.39rem;
			    margin-right: 2%;
			    margin-bottom: .2rem;
			    padding: .12rem;
			}
			.w-cont&gt;ul&gt;li:nth-child(2n){
				margin-right: 0;
			}
			.koimg-top{
				margin-bottom: .1rem;
			}
			.koimg-top&gt;img {
			    max-width: .58rem;
			    max-height: .38rem;
			}
			.koimg-top&gt;span {
			    font-size: .16rem;
			    width: calc(100% - .58rem);
			    width: -moz-calc()(100% - .58rem);
			    width: -webkit-calc()(100% - .58rem);
			    padding: 0 .2rem;
			}
			.koimg-sub {
			    height: .4rem;
			    margin-bottom: .16rem;
			}
			.kotxt-box&gt;p{
				margin-bottom: .05rem;
			}
			.kotit {
			    font-size: .18rem;
			}
			.kotxt {
			    font-size: .14rem;
			    line-height: .2rem;
			}
		}
		</pre></body></html>