@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
}
ul,li{list-style-type:none}
a{
	text-decoration:none;
}
body{
	text-align:center;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
	font-size:12px;
	/*line-height:150%;*/
}
.head{
	background: url(../images/head.gif);
	width:960px;
}
.head_pic{
	width:960px;
	height:100px;
	background-color:#F1F7DE;
}
.head_up{
	text-align:right;
	height:25px;
	width:950px;
	padding-right:10px;
	font-weight:bold;
}
.head_up a{text-decoration:none;
	color:#005454;
}
.head_up a:hover{
	text-decoration:underline;
}
.head_mid{
	height:69px;
	width:760px;
	padding-left:190px;
	padding-right:10px;
	vertical-align:middle;
	text-align:left;
}
.com_cn{
	font-size:26px;
	font-weight:bold;
	width:700px;
	color:#005454;
}
.com_en{
	font-size:16px;
	font-weight:bold;
	color:#005454;
	margin-left:60px;
}
.head_down{
	width:940px;
	padding-left:10px;
	padding-right:10px;
}
.bt{
	height:28px;
	line-height:28px;
	width:97px;
	float:left;
	font-size:14px;
	margin-left:2px;
	border-left:1px #0C8D93 solid;
	border-right:1px #0C8D93 solid;
	}
.bt a{
	background:url(../images/line.jpg) repeat-x;
	display:block;
	cursor:hand;
	color:white;
}
.bt a:hover{
	display:block;
	cursor:hand;
	font-weight:bold;
}
.bt_row{
	height:41px;
	line-height:41px;
	background:url(../images/bt.jpg) top repeat-x;
	width:100%;
	border-left:1px solid #87ACC3;
	border-right:1px solid #87ACC3;
	text-align:center;
	margin-bottom:2px;
	font-size:14px;
	float:left;
}
.bt_row a{
	display:block;
	color:#005454;
}
.bt_row a:hover{
	display:block;
	background:url(../images/bt.jpg) bottom repeat-x;
	color:#005454;
}
.htmlbody{
	background:url(../images/bgt.gif);
	overflow:hidden;
	width:940px;
	padding-top:35px;
	padding-bottom:35px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	}
.body_side{
	width:220px;
	background-color:#E0F4FD;
}
.body_side_up{
	width:200px;
	margin-top:10px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#ECF9FF;
}
.body_side_mid{
	width:220px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.body_side_down{
	width:210px;
	margin-top:5px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	
}
/*.body_side_down .up{
	background:url(../images/ad.gif);
	height:9px;
	background-position:0 -9px;
	overflow:hidden;
	width:210px;
}
.body_side_down .mid{
	border-left:solid #E7F1C4 5px;
	border-right:solid #E7F1C4 5px;
	background-color:#F1F7DE;	
}
.body_side_down .down{
	background:url(../images/ad.gif);
	background-position:0 -18px;
	overflow:hidden;
	height:9px;
	width:210px;
}*/
.body_content{
	float:left;
	width:700px;
	margin-right:10px;
	margin-left:10px;
	margin-top:5px;
}
.body_content_up{
	width:700px;
}
.body_content_mid{
	width:700px;
	margin-top:10px;
	margin-bottom:10px;
}
.body_content_mid_title{
	height:28px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px gray solid;
}
.body_content_mid_list{
	text-decoration:none;
	line-height:200%;
	margin-top:10px;
}
.body_content_mid_list p{
	padding-left:20px;
	text-align:left;
}
.body_content_mid_list li{
	text-align:right;
}
.body_content_mid_list li span{
	float:left;
	text-align:left;
}
.body_content_mid_list li span a{
	color:black;
}
.body_content_mid_list li span a:hover{
	color:black;
	text-decoration:underline;
}
.body_content_mid_detail_guide{
	height:28px;
	text-align:left;
}
.body_content_mid_detail_guide a{
	height:28px;
	text-align:left;
	color:black;
}
.body_content_mid_detail_guide a:hover{
	height:28px;
	text-align:left;
	color:black;
	text-decoration:underline;
}
.body_content_mid_detail_title{
	height:28px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.body_content_mid_detail_time{
	height:20px;
	text-align:right;
	margin-bottom:10px;
}
.body_content_mid_detail_content{
	text-align:left;
}
.body_content_down{
	width:700px;
	height:100px;
	overflow:hidden;
	background-color:#ECF9FF;
	margin-top:50px;
}
.foot{
	border-top:solid gray 1px;
	width:960px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#005454;
	margin-top:50px;
	background-color:#D3FCDB;
}
.foot a{color:#005454;}
.foot a:hover{text-decoration:underline;}

/* easy clearing */
.htmlbody:after
       {
       content: '[DO NOT LEAVE IT IS NOT REAL]'; 
       display: block; 
       height: 0; 
       clear: both; 
       visibility: hidden;
       }
.htmlbody
       {
       display: inline-block;
       }
/*\*/
.htmlbody
       {
       display: block;
       }
/* end easy clearing */
/*\*/
.body_side,.body_content
       {
       padding-bottom: 32767px !important;
       margin-bottom: -32767px !important; 
       }
@media all and (min-width: 0px) {
.body_side, .body_content
       {
       padding-bottom: 0 !important;
       margin-bottom: 0 !important; 
       }
.body_side, .body_content:before
       {
       content: '[DO NOT LEAVE IT IS NOT REAL]';
       display: block;
       background: inherit;
       padding-top: 32767px !important;
       margin-bottom: -32767px !important;
       height: 0;
       }
}
/**/