@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
body {text-align:center; margin:0 auto;background-color: #fff;} /*兼容ie6*/
#all{ width:1000px; min-height:100px; margin:0px auto; text-align:left;}/*兼容ie6*/
#header{}
#nav{ margin:5px auto;}
#notify{ background-color:#F5F5F5; width:1000px; height:30px; margin-top: 10px;}
#notify .span1{ float:left; color:#8080c0; margin-left:5px; margin-top:3px; border-left:4px solid #F00; width:550px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
#notify .span2{ float:right; color:#8080c0; margin-right:10px; margin-top:3px;}
#main{ width:1000px; margin:0px auto;}
#main #left{ float:left;}
#main #right{ float:right; width:663px; min-height:500px; margin:10px 70px 0 14px;}
#main #right .p1{ height:50px; font:500 26px "Microsoft YaHei"; text-align:center; margin-top:5px;}
#main #right .v1{resize:none;width:770px;height:700px;  border:none;overflow-x:hidden; overflow-y:hidden;letter-spacing: 1px;font:"Microsoft YaHei"; font-size: 16px;background: #F4F4F4}
