body {
  position: relative;
  width: 100%;
  min-height: 1026px;
}

#top {
  margin-bottom: 20px;
}

.main_container {
  width: 100%;
  height: auto;
  background: transparent;
  min-height: 1026px;
}
.newlist_cube {
  width: 1200px;
  min-height: 926px;
  margin: 0 auto;
}
.news-container {
  color: #000;
}
.news-title {
  margin-top: 180px;
  font-size: 24px;
  text-align: center;
}
.news-datetime-container {
  margin-top: 60px;
}
.news-datetime {
  float: left;
  font-size: 22px;
}
.news-cilckcount {
  float: right;
  font-size: 22px;
}
.news-cilckcount i {
  font-style: normal;
  font-size: 22px;
}
.news-content {
  margin: 30px auto 56px;
  height: auto;
  line-height: 32px;
  font-size: 16px;
}
.news-content img {
  display: block;
  max-width: 1140px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.news-getpage {
  margin: 10px 0;
  font-size: 14px;
}
.new-prevpage i,
.new-nextpage i {
  font-style: normal;
  color: rgba(170, 50, 59, 1);
  margin: 12px 25px 0 0;
}
.new-prevpage a,
.new-nextpage a {
  font-style: normal;
  color: rgba(82, 82, 82, 1);
  margin: 12px 0;
}
.news-files .file-cell {
  padding: 5px 0;
  color: rgba(170, 50, 59, 1);
}
.news-files .file-cell a {
  color: #3689ce;
}
.news-files .file-cell a:hover {
  opacity: 0.7;
}
.news-imgs {
  margin: 0 auto 56px;
}
.news-imgs .img-cell {
  margin: 10px auto;
  max-width: 1140px;
  width: auto;
  height: auto;
}
.news-imgs .img-cell img {
  max-width: 1140px;
  width: auto;
  height: auto;
}
.news-file-icon {
  display: block;
  width: 12px;
  height: 10px;
  margin: 5px 6px 5px 0;
  background: url(/static/img/newsInfo/news-file-icon.png) no-repeat;
  background-size: 12px 10px;
}
.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;
}
