<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
	margin: 0 auto;
	width: 1300px;
	height: 500px;
	background: url('/static/image/t1.jpg') no-repeat left top / 100% 100%;
}
.navigation {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	padding-top: 30px;
}



.navigationleft {
	float: left;
	width: 500px;
	color: red;
	font-weight: bold;
	font-size: 20px;
        text-align: left;
        padding-left: 50px;
}

.navigationright {
	float: right;
	width: 600px;
	padding-left: 300px;
	font-size: 17px;
}
.divider {
	width: 1200px;
	border-bottom: #a8a8a8 solid 1px;
	margin: 0 auto;
	margin-top: 30px;
}

.text {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	
	margin-top: 80px;
}
.line{
width:800px;
margin-bottom: 10px;
float:left;
text-align:left;
}
.date {
width:200px
float:right;
}

.footer {
	width: 1300px;
	height: 250px;
	background: url('/static/image/foot.jpg') no-repeat left top / 100% 100%;
	margin: 0 auto;
margin-bottom:5px;
	padding-top: 80px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	font-weight: bolder;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
margin-top: 40px;
}
</pre></body></html>