@charset "utf-8";
/* CSS Document */
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#666;
	width:100%;
	height:auto;
	height:100%;
	margin:0px;
}
#content{
	width:1920px;
	height:820px;
	margin:10px auto;
	overflow:hidden;
}
#left{
	width:640px0px;
	float:left;
}
#center{
	width:640px0px;
	float:left;
}
#right{
	width:640;
	float:right;
	font-size:36px;
}
#date{
	font-weight:bold;	
	color:#666;
	margin: 32px 100px 0px 0px;	
	text-align:right;
	font-size:40px;		
}
#time{
	margin: 20px 150px 40px 0px;	
	text-align:right;
	font-size:70px;
	color:#666;
}
#logo{
	margin: 60px 0px 50px 140px;
}
#maincontent_left{
	background-color:#666;
	color:#FFF;
	clear:both;
	float:left;
	width:740px;
	height:100px;	
	margin: 0px 0px 0px 100px;
	padding: 0px 20px 0px 40px;
}

#maincontent_left_content{
	background-color:#666;
	color:#FFF;
	float:left;
	width:720px;
	height:100px;	
	margin: 10px 0px 0px 20px;
	padding: 30px 20px 0px 20px;
}

#maincontent_left_top{
	float:left;
	width:730px;
	height:100px;
	margin: 0px 0px 0px 20px;
	padding: 30px 20px 20px 0px;
}

#maincontent_left_top_content{
	
	float:left;
	clear:left;
	width:20px;
	height:100px;
	margin: 10px 0px 10px 100px;
	padding: 20px 0px 10px 0px;
}



#maincontent_left_mid{
	width:740px;
	height:100px;
	margin: 0px 0px 0px 100px;
	padding: 30px 20px 20px 40px;
}
#maincontent_left_bot{
	width:740px;
	height:100px;
	margin: 0px 0px 0px 100px;
	padding: 30px 20px 20px 40px;
}
#maincontent_right{
	background-color:#666;
	color:#FFF;
	font-size:40px;
	width:840px;
	height:auto;
	min-height:250px;
	float:right;
	margin: 0px 100px 0px 0px;
	padding: 30px 30px 20px 50px;
}

#maincontent_right_content{
	background-color:#666;
	color:#FFF;
	width:840px;
	font-size: 40px;
	height:auto;	
	min-height:250px;
	float:right;
	margin: 10px 100px 0px 0px;
	padding: 30px 30px 20px 50px;
}


#small{
font-size:smaller;
}
#bottom{
	clear:both;
	width:1920px;
	margin:auto;
	overflow:hidden;
	/* margin: 50px 0% 0% 0%; */
}

#bottom ul {
	list-style: none;
	margin: 0 auto;
	width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: center;


}

#bottom ul li {
	list-style: none;
	width: 20%;
	float: left;
	
}

#bottom img{
	width: 80%;

}

#bottom li:nth-of-type(1) img{
	scale: 1.1;
}

#bottom li:nth-of-type(2) {
	margin-left: 25px;
}

#bottom li:nth-of-type(2) img {
	scale: 0.8;
}

#bottom li:nth-of-type(3){
	margin-right: 35px;
}

#bottom li:nth-of-type(3) img{
	width: 100%;
	scale: 1.1;
	margin-right: 25px
}


#bottom li:nth-of-type(4) img{
	scale: 0.9;
} 
	
	

/*
.left {
	float:left;
	width: 33%;
	text-align:center;
	padding: 10px 0px 10px 0px;
}

.center {
	float:left;
	width: 33%;
	text-align:center;
	padding: 10px 0px 10px 0px;
}

.right {
	float:right;
	width:33%;
	text-align:center;
	padding: 10px 0px 10px 0px;
}*/

