<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 */
.top{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:left;
	background:#B61118;}
.top h1{
	width:1000px;
	color:#FFF;
	font-size:14px;}
.box{
	width:1000px;
	height:700px;}
.main{
	margin-top:20px;
	float:left;}
.main h2{
	display:block;
	float:left;
	font-size:14px;
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0 20px;
	float:left;
	background:#B61118;}
.main h2 a{
	color:#FFF;}
.deve_menu{
	float:left;
	list-style:none;}
.deve_menu li{
	background:#B61118;
	display:inline-block;
	line-height:40px;
	padding:0 15px;
	font-weight:bold;}
.deve_menu li a{
	color:#FFF;}
.deve_main{
	float:left;
	width:1000px;
	padding:20px 0;
	list-style:none;}
.deve_main_list{
	width:1000px;
	list-style:none;
	line-height:30px;}
.deve_main_list li{
	float:left;
	width:500px;}
.photo_main{
	width:1000px;
	float:left;}
.photo_main ul{
	width:1000px;
	list-style:none;}
.photo_main ul li{
	float:left;}
.article_main{
	float:left;
	width:1000px;
	padding:20px 0;
	list-style:none;}
.article_main_list{
	width:1000px;
	list-style:none;
	line-height:30px;}
.article_main_list li{
	float:left;
	width:500px;}
.footer{
	color:#999;
	float:left;
	width:1000px;
	height:40px;
	line-height:40px;
	text-align:center;}

#CSSBox{width:1000px;height:210px;overflow:hidden;background-color:#ffffff;}
#CSSBox ul li{ float:left; list-style:none; border:0px solid red; margin:10px 10px;}
#CSSBox ul li span{ display:block; text-align:center; font-size:12px;}</pre></body></html>