.main_container {
  width: 1200px;
  height: auto;
  min-height: 1026px;
  padding-bottom: 74px;
}

.board_title {
  /* height: 32px; */
  margin-top: 39px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 32px;
}
.board_type {
  /*margin-top: 99px;*/
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: right;
  color: rgb(204, 0, 27);
  line-height: 32px;
  position: relative;
  top: 100px;
}

* {
  margin: 0px;
  padding: 0px;
}
.board_table {
  width: 1200px;
  margin: 60px auto;
}
.ui-table {
  width: 100%;
  background-color: #fff;
  color: #666;
}
table {
  vertical-align: middle;
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
td {
  position: relative;
  padding: 9px 15px;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  word-break: break-all;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}
.gray-color {
  background: rgba(242, 242, 242, 1);
}
.required {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #dd0808;
  line-height: 32px;
}
.td_title {
  color: #000000;
}
.table-cell-height {
  height: 180px;
  overflow: hidden;
}
.table-cell-height div {
  height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
#proveFiles a {
  height: 26px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #1662d4;
  line-height: 26px;
}
.change-password-dialog .change_form .control-group {
  margin-bottom: 10px;
}
.change-password-dialog .change_form .control-group {
  margin-bottom: 20px;
  zoom: 1;
}
.change-password-dialog .change_form .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: '';
}
.change-password-dialog .change_form *,
::after,
::before {
  box-sizing: border-box;
}
.change-password-dialog .change_form *:before,
*:after {
  box-sizing: inherit;
}
.change-password-dialog .change_form .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.change-password-dialog .change_form label {
  display: block;
  margin-bottom: 5px;
}
.change-password-dialog .change_form .controls {
  display: inline-block;
  padding-left: 20px;
  margin-left: 180px;
  margin-left: 0;
}
.change-password-dialog .change_form .control-group:after {
  clear: both;
}
.change-password-dialog .change_form .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: '';
}
.change-password-dialog .change_form .inputs {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.change-password-dialog .change_form .inputs {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.change-password-dialog .change_form input[readonly].inputs {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.change-password-dialog .change_form .input-xlarge {
  width: 260px;
}
.change-password-dialog .change_form .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
