@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0; 
	font-size:12px; 
	font:"微软雅黑",Geneva, Arial, Helvetica, sans-serif ; 
	line-height:1.6; 
	  } 
	  
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: underline; color:#FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.content{ width:946px; margin:auto; margin-top:7px; background-color:#FFFFFF;}
.head{ width:946px; margin:auto;}
.middle{ width:946px; margin:auto; margin-top:7px; background-color:#FFFFFF;}
.left{ width:234px; float:left; padding:5px 5px 5px 5px; height:1000px; background-color:#EAEAEA;}
.leftphoto{ margin-left:10px; margin-top:7px;}
.leftflash{ margin-left:10px; margin-top:18px;}
.lefttitle{font-size:14px; font-weight:bold;}
.right{ width:680px; float:right; padding:5px 5px 5px 5px; background-color:#FFFFFF;}
.righttitle{ font-size:14px; font-weight:bold; border-bottom:#AE4020 dotted 1px;}
.rightheight{ height:14px;}
.button{ margin-top:18px; margin-bottom:10px;}
.foot{ font-size:14px; font-weight:bold;}
.boder{ border:0px; border-bottom:1px solid #000000;}