@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #6b0018;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  /*min-width: 1000px;*/
  background-color: #FFFFFF;
  font-family: 'Microsoft YaHei';
}
.l {
  color: #6b0018 !important;
}
.w {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
/*header*/
.header {
  height: 86px;
  position: relative;
  background: #3385ff;
  line-height: 86px;
}
.logo {
  width: 565px;
  height: 86px;
  text-indent: -9999px;
  background: url(../image/logo.png) center no-repeat;
}
.head-r {
  position: absolute;
  right: 10px;
  top: 0;
}
.head-r li {
  float: left;
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
}
.head-r a {
  color: #fff;
}
.head-r .loginout {
  padding-left: 15px;
  background: url(../image/off.png) 0 center no-repeat;
}
/*footer*/
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #454545;
}
.footer .inner {
  padding: 10px 300px 10px 30px;
  color: #fff;
  font-family: simsun;
}
#main {
  position: absolute;
  top: 130px;
  bottom: 150px;
  left: 30px;
  right: 370px;
}
.side-role {
  width: 308px;
  border: 1px solid #D9D9D9;
  border-bottom: 5px solid #D9D9D9;
  position: absolute;
  right: 30px;
  top: 154px;
}
.side-role .inner {
  padding: 0 10px 10px;
}
.side-role .radios {
  color: #727272;
  margin-top: 25px;
}
.side-role .radios ul {
  overflow: hidden;
  position: relative;
  height: auto;
}
.side-role .radios li {
  float: left;
  width: 33.2%;
  text-align: center;
  cursor: pointer;
}
.side-role .radios h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.side-role .radios img {
  display: block;
  margin: 0 auto 5px;
}
.side-role .radios label {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.side-role .radios input {
  position: absolute;
  left: -200px;
  top: -200px;
}
.side-role .radio {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  background: url(../image/radio1.png) center no-repeat;
}
.side-role .checked .radio {
  background-image: url(../image/radio2.png);
}
.side-role .form {
  padding-top: 15px;
  font-family: 'SimSun';
}
.side-role .form th {
  text-align: right;
  width: 75px;
}
.side-role .form th,
.side-role .form td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.side-role .action {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.side-role .action .btn {
  display: inline-block;
  width: 98px;
  height: 34px;
  font-family: 'Microsoft YaHei';
  cursor: pointer;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 18px;
  background: url(../image/btnbg.png) center no-repeat;
}
.form-text {
  border: 1px solid #C9C9C9;
  padding: 5px 10px;
  width: 175px;
}
.title-h3 {
  height: 41px;
  line-height: 41px;
  font-family: 'SimSun';
  border-bottom: 1px dashed #B9B9B9;
}
.title-h3 h3 {
  padding-left: 20px;
  color: #0066CC;
  font-size: 14px;
  font-weight: bold;
  background: url(../image/titlebg.jpg) 0 center no-repeat;
}
.main-hd {
  position: relative;
  z-index: 2;
}
.main-hd .title-h3 {
  border-bottom: 0;
  height: 25px;
  line-height: 22px;
}
.main-hd .tab {
  float: left;
  height: 25px;
  font-family: 'SimSun';
  padding-left: 15px;
}
.main-hd .tab li {
  float: left;
  width: 110px;
  height: 25px;
  line-height: 25px;
  position: relative;
}
.main-hd .tab a {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 130px;
  color: #1F1F1F;
  height: 25px;
  text-align: center;
  background: url(../image/tab_bj.png) center no-repeat;
}
.main-hd .tab li.on,
.main-hd .tab li:hover {
  z-index: 2;
}
.main-hd .tab li.on a,
.main-hd .tab li a:hover {
  background-image: url(../image/tab_bj_hover.png);
  color: #2C75E3;
}
.main-bd {
  border: 1px solid #A1C0DC;
  border-radius: 3px;
  position: relative;
  top: -2px;
  background-color: #F8FAFD;
}
.main-bd .scrollBox {
  height: 500px;
}
.main-bd-inner {
  padding: 24px 10px;
}
.title-h4 h4 {
  font-size: 18px;
  color: #DF0202;
  padding: 8px 0;
}
.main-table {
  font-family: 'Microsoft YaHei';
  border-top: 1px solid #DBE7F3;
  border-left: 1px solid #DBE7F3;
}
.main-table th,
.main-table td {
  text-align: center;
  border-right: 1px solid #DBE7F3;
  border-bottom: 1px solid #DBE7F3;
  vertical-align: middle;
}
.main-table th {
  background-color: #DBE7F3;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: 'Microsoft YaHei';
}
.main-table td {
  padding: 15px 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SimSun';
}
.main-table b {
  color: #FF0000;
}
.main-table a {
  text-decoration: underline;
  color: #FF0000;
}
.main-table .name a {
  text-decoration: none;
  color: #2E7DCC;
}
.main-table .name a:hover {
  color: #2E7DCC;
  text-decoration: underline;
}
