<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input{
	border:0;
	outline: none;
}
.banner img{
	width: 100%;
}
.gwlb_content{
	padding-top: .63rem;
}
.gwlb_content .tab_nav{
	padding-bottom: .18rem;
	
	overflow: hidden;
}
.gwlb_content .tab_nav span{
	font-size: .16rem;
	line-height: .26rem;
	
	padding: 0 .1rem;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-right: .12rem;
}
.gwlb_content .tab_nav span:first-child{
	padding: 0 ;
}
.gwlb_content .tab_nav span.active{
	background: #e62129;
	color: #fff;
}
.gwlb_content .search_box{
	height: .4rem;
	line-height: .4rem;
	padding: .22rem 0;
	border-bottom:1px dashed #d4d4d4;
	border-top:1px dashed #d4d4d4;
	overflow: hidden;
}
.gwlb_content .search_box span{
	font-size: .16rem;
	padding-right: .26rem;
	float: left;
}
.gwlb_search{
	float: left;
}
.gwlb_search .text{
	width: 3.8rem;
	font-size: .14rem;
	color: #999999;
	height: .38rem;
	padding-left: .16rem;
	border:.01rem solid #ccc;
	border-radius: 4px 0 0 4px;
	float: left;
	border-right: 0;
}
.gwlb_search .btn{
	width: .6rem;
	height: .4rem;
	border-radius: 0 4px 4px 0;
	background: #006db8 url(../images/gwlb_search_btn.png) center center no-repeat;
	background-size: 19px 19px;
	float: left;
	cursor: pointer;
}
.gwlb_content .search_box{
	margin-bottom: .2rem;
}
.table .head{
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	background: #006db8;
}
.table .head th{
	font-weight: bold;
	color: #fff;
	font-size: .16rem;
	text-align: left;

}
.table .head th img{
	padding-right: .08rem;
	vertical-align: middle;
	padding-top: 15px;
}
.gwlb_content table{
	width: 100%;
}
.table .head th:nth-child(1) img{
	width: .12rem;
	height: .2rem;
}
.table .head th:nth-child(2) img{
	width: .24rem;
	height: .2rem;
}
.table .head th:nth-child(3) img{
	width: .2rem;
	height: .2rem;
}
.table .head th:nth-child(4) img{
	width: .16rem;
	height: .16rem;
}
.table tr:first-child{
	border-bottom: 0;
}
.table tr{
	display: flex;
	padding: .27rem 0;
	border-bottom:1px solid #eeeeee;
}
.table tr:first-child{
	padding: 0;
}
.table tr td{
	height: .7rem;
	line-height: .7rem;
	border-right: 1px dashed #dedede;
	display: flex;
    align-items: center;
}
.table tr td:last-child{
	display: block;
}
.table tr td:last-child{
	border-right: 0;
}
.table .head th:nth-child(1),.table tr td:nth-child(1){
	width: 2.33rem;
	padding-left: .2rem;
	padding-right: .1rem;
	box-sizing: border-box;

}
.table .head th:nth-child(2),.table tr td:nth-child(2){
	width: 2.84rem;
	padding-left: .64rem;
	padding-right: .3rem;
	box-sizing: border-box;
}
.table .head th:nth-child(3),.table tr td:nth-child(3){
	width: 6.41rem;
	padding-left: .56rem;
	padding-right: .5rem;
	box-sizing: border-box;
}
.table .head th:nth-child(4),.table tr td:nth-child(4){
	text-align: center;
	flex: 1;
	box-sizing: border-box;
}
.table tr td:nth-child(1),.table tr td:nth-child(2),.table tr td:nth-child(3){
	font-size: .14rem;
	/*line-height: .24rem;*/
	color: #999;
}
.table tr td:nth-child(1){
	font-weight: bold;
	color: #555;
}
.table tr td:nth-child(4){
	font-size: .16rem;
	color: #555;
}
.table tr td:nth-child(3){
	line-height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.table tr.txt td{
	width: 100%;
	height: auto;
}
.table tr.txt td p{
	font-weight: normal;
	font-size: .14rem;
	color: #555;
	line-height: .24rem;
	margin-bottom: .2rem;
}
.table tr.txt td p span{
	font-weight: bold;
	font-size: .16rem;
}
.table tr.txt td a{
	display: block;
	width: 1.9rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	background: #006db8;
	border-radius: 5px;
	font-size: .18rem;
	font-weight: bold;
	color: #fff;
}
.gwlb_content .page{
	margin: .7rem auto .9rem auto;
}
.table tr:nth-child(3),.table tr:nth-child(6),.table tr:nth-child(8),.table tr:nth-child(10){
	background: #fafdff;
}
@media screen and (max-width:1024px) {
	.gwlb_content .tab_nav{
		padding-bottom: 10px;
	}
	.gwlb_content .tab_nav span{
		font-size: 14px;
		line-height: 22px;
	}
	.gwlb_content .search_box{
		padding:20px 0;
	}
	.gwlb_content .search_box span{
		font-size: 14px;
	}
	.gwlb_search .text{
		font-size: 12px;
		height: 28px;
		line-height: 30px;
		border:1px solid #ccc;
		border-right: 0;
	}
	.gwlb_search .btn{
		height: 30px;
	}
	.gwlb_content .search_box{
		height: 30px;
		line-height: 30px;
	}
	.table .head th{
		font-size: 12px;
	}
	.table .head th img{
		width: 12px!important;
		height: 12px!important;
	}
	.table tr td:nth-child(1), .table tr td:nth-child(2), .table tr td:nth-child(3){
		font-size: 12px;
		line-height: 16px;
	}
	.table tr td:nth-child(4){
		font-size: 12px;
	}
	.table tr td{
		height: 100px;
	}
	.table tr td:nth-child(3),.table tr td:last-child{
		display: flex;
	}
	.table tr td:last-child{
		text-align: center;
	}
	.table tr td p{
		margin:0 auto;
	}
	.table tr.txt td:nth-child(3), .table tr.txt td:last-child{
		display: block;
	}
	.table tr.txt td p{
		display: block;
		text-align: left;
		font-size: 12px;
		line-height: 16px;
	}
	.table tr.txt td a {
	    width: 100px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	}

}
@media screen and (max-width: 768px) {
	.table .head th:nth-child(1),.table tr td:nth-child(1),.table .head th:nth-child(2),.table tr td:nth-child(2)
	,.table .head th:nth-child(3),.table tr td:nth-child(3),.table .head th:nth-child(4),.table tr td:nth-child(4){
		width: 25%;
		padding:0 10px;
	}
	.table tr td{
		height: auto;
	}
	.table .head{
		padding: 20px 0;
		height: 40px;
		line-height: 40px;
	}
	.table tr.txt td:nth-child(3), .table tr.txt td:last-child{
		width: 100%;
	}
	.gwlb_search .text{
		width: 200px;
	}
	.gwlb_content .tab_nav span{
		margin:0 10px 10px 0;
	}
	.gwlb_search .btn{
		width: 40px;
	}
	.gwlb_content .search_box span{
		padding-right: 10px;
	}
	.gwlb_content .search_box{
		margin-bottom: 20px;
	}
	.table tr{
		padding: 20px 0;
	}
}
@media screen and (max-width: 414px) {
	.gwlb_search .text{
		width: 170px;
	}
}</pre></body></html>