@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}

body {text-align:center; margin:0 auto;background-color: #fff;}   /*兼容ie6*/
#all{ margin:0px auto; width:1000px; 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;}
#main #left{ float:left;}
#main #right{ float:right; width:780px; height:690px; height:572px\9; margin:10px 0 0 14px; border:1px solid #DFDFDF;}
#main #right ul{ list-style:none; float:left;}
#main #right ul .li1{ width:700px; height:30px; font:600 30px "Microsoft YaHei";text-align:center; color:#d60515; margin-top:60px; margin-left:20px;}
#main #right ul .li2{ width:700px; height:20px; margin-top:5px; margin-left:20px; font:600 18px "仿宋";margin-top: 30px; }
#main #right ul .li3{ width:700px; height:260px; margin-top:55px;  margin-top:15px\9;margin-left:20px;}
#main #right ul .li3 .tr1{ height: 60px;}
#main #right ul .li3 .td1{ width: 80px;}
#main #right ul .li3 .td2{ width: 140px;}
#main #right ul .li3 .td3{ width: 170px;}
#main #right ul .li3 td img{ width:25px; height:25px; vertical-align:middle;}
#main #right ul .li3 td span{ width:150px; font:600 14px "仿宋"; color:#d60515;}
#main #right ul .li4{ width:250px; width:320px\9; height:70px; margin-left:115px; }
#main #right ul .li4 .div1{ width:100px; float:left; }
#main #right ul .li4 .div2{ width:100px; float:right; }


.form-control {
/*display: block;*/
width: 200px;
height: 28px;
padding: 6px 12px;
font-size: 14px;
/* ime-mode: active; */
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
} 

