#main {
	background-color: #EFF7FF;}

#retrieval {
	width: 1000px;
	height: 50px;
	margin-top: 6px;
	background-color: #D4E5F5;
	margin-right: auto;
	margin-bottom: 4;
	margin-left: auto;}

#retrieval span {
	float: left;
	margin-left: 20px;
	font-family: 'Microsoft Yahei', sans-serif;
	font-size: 18px;
	line-height: 50px;
	margin-right: 30px;}

#searchbox {
	margin-left: 100px !important;
	height: 50px;
	margin-top: 2px;
	padding-left: 25px;
	margin-bottom: 5px;}

#longbook {
	width: 300px !important;}

.blue_orange {
	text-decoration: none;
	text-align: center;
	color: #000;
	border-radius: 4px;
	display: block;
	width: auto;
	height: 50px;
	float: left;
	background-color: #64A2E0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-family: 'Microsoft Yahei', sans-serif;
	font-size: 18px;
	line-height: 50px;
	padding-right: 20px;
	padding-left: 20px;}

.blue_orange:hover {
	background-color: #FF9900;
	color: #fff;}

#left {
	height: 400px;
	width: 400px;}



#right {
	width: 587px;
	height: 400px;
	float: left;
	background-color: #D4E5F5;
	border: 3px solid #eaeaea;}


#right .right_block {
	height: 160px;
	width: 220px;
	float: left;
	text-align: center;
	border: 1px solid #DED798;
	margin-top: 30px;
	margin-left: 40px;}

#right a {
	font: 14px 'Microsoft Yahei', sans-serif;}


#right .right_block img {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;}
#right .right_block a {
	font-size: 16px;
	font-weight: bolder;
	line-height: 40px;
	width: auto;
	display: block;
	height: auto;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;}
#right .right_block a:hover {
	color: #FC0;}

