<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.web-add{
	width:94%;
	margin-left:3%;
}

.web-add a{
	color:#0360be;
}

.nei-menu-bg{
	width:94%;
	margin-left:3%;
	border:1px solid #ececec;
	background:#f9f9f9;
	margin-top:20px;
	position: relative;
}

.menu-row{
	line-height:69px;
	height:69px;
}	

.menu-row span{
	margin-left:29px;
	float:left;
	width:90px;
}
.menu-row ul{
	width:950px;
	float:left;
	line-height:20px;
	margin-top:20px;
}
.menu-row ul li{
	float:left;
	margin-left:10px;
	padding:5px 10px;
	border:0;
	border-radius:3px;
}
.menu-row ul li.active,.menu-row ul li:hover{
	background:#0360be;
	color:#fff;
}
.bg-line{
	background:url(../images/bg/line_03.jpg) repeat-x;
	height:1px;
	width:100%;
}

.list-info{
		width:94%;
	margin-left:3%;
	line-height:50px;
}

.list-info span{
	color:#e60008;
}

.bg-list-ul{
	width:100%;
	height:509px;
}

.bg-list-ul li{
	width:45.5%;
	margin-left:3%;
	float:left;
	border:1px solid #ececec;
	background:#f9f9f9;
	margin-bottom:30px; 
	position: relative;
}
.bg-img{
	float:left;
	margin-left:22px;
	margin-top:16px;
	margin-bottom:16px;
}
.bg-info{
	float:left;
	width:385px;
	margin-left:39px;
	margin-top:16px;
	
}

.bg-info h2{
	font-size:16px;
	font-weight:500;
	float:left;
	width:360px;
	margin-top:10px;
/*
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
*/
}
.bg-info span{
	color:#666666;
	float:left;
	width:100%;
	margin-top:10px;
}
.more-btn{
	width:92px;
	height:30px;
	background:#fff;
	border:1px solid #0360be;
	border-radius:4px;
	float:right;
	text-align:center;
	line-height:30px;
	margin-top:20px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.more-btn:hover{
	background:#0360be;
	color:#fff;
}

.page-box{
	height:80px;
}

.page-list{
	float:right;
	margin-right:3%;
	
}
.page-list li{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#999999;
	border:1px solid #999999;
	border-radius:5px;
	float:left;
	margin-left:15px;
	
}
.page-list li:hover,.page-list li.active{
	background:#0360be;
	color:#fff;
	border:1px solid #0360be;
}</pre></body></html>