<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.Article{
	border: 1px solid #ededed;
	background-color: #fbfbfb;
	background: #fbfbfb;
	margin-top: 40px;
	overflow: hidden;
	width: 800px;
	
}
.Article .a1{
	height: 30px;
	line-height: 30px;
	color: black;
    font-weight: bold;
    font-size: 14px;
	margin: 0 15px;
}
.Article .a1 strong{
	border-bottom: 1px solid hsla(228,79%,41%,1.00);
}
.Article ul{
	
	margin:10px -26px;
	overflow: hidden;
	
}

.Article ul li {
	display: list-item;
    text-align: -webkit-match-parent;
	
	
}
.Article ul .left{
	
}
.Article ul .p1{
	border-bottom:dotted 1px hsla(0,0%,83%,1.00);
}
.Article .l1{
	color: #333;
    font-size: 13px;
    line-height: 25px;
    font-family: "微软雅黑";
	
}
.Article .l1:hover{
    color:#06C;
	text-decoration:underline
}
.Article .left{
	float: left;
}
.Article .right{
	float: left;
	padding: 0 100px;
}

</pre></body></html>