.header {
  width: 100%;
  margin: 0 auto;
}
.header .header-title {
  height: 38px;
  line-height: 38px;
  color: #f1f1f1;
  background-color: #141D22;
  font-size: 12px;
  padding: 0 100px;
}
.header .header-title .header-title-item-common {
  float: left;
  width: 50%;
}
.header .header-title .header-title-item-common .header-title-item {
  display: inline;
  width: 80px;
  cursor: pointer;
  text-align: center;
}
.header .header-title .header-title-item-common .header-title-item a {
  text-decoration: none;
  color: #f1f1f1;
}
.header .header-title .header-title-item-common .header-title-item a:hover {
  color: #60a9d7;
}
.header .header-title .header-title-item-common .header-title-item i {
  font-size: 8px;
  margin-right: 5px;
}
.header .header-title .header-title-item-common .line {
  margin: 0 6px;
  cursor: default;
}
.header .header-title .header-title-left {
  float: left;
  width: 50%;
  text-align: left;
}
.header .header-title .header-title-left .header-title-item {
  display: inline;
  width: 80px;
  cursor: pointer;
  text-align: center;
}
.header .header-title .header-title-left .header-title-item a {
  text-decoration: none;
  color: #f1f1f1;
}
.header .header-title .header-title-left .header-title-item a:hover {
  color: #60a9d7;
}
.header .header-title .header-title-left .header-title-item i {
  font-size: 8px;
  margin-right: 5px;
}
.header .header-title .header-title-left .line {
  margin: 0 6px;
  cursor: default;
}
.header .header-title .header-title-right {
  float: left;
  width: 50%;
  text-align: right;
}
.header .header-title .header-title-right .header-title-item {
  display: inline;
  width: 80px;
  cursor: pointer;
  text-align: center;
}
.header .header-title .header-title-right .header-title-item a {
  text-decoration: none;
  color: #f1f1f1;
}
.header .header-title .header-title-right .header-title-item a:hover {
  color: #60a9d7;
}
.header .header-title .header-title-right .header-title-item i {
  font-size: 8px;
  margin-right: 5px;
}
.header .header-title .header-title-right .line {
  margin: 0 6px;
  cursor: default;
}
.header .header-logo {
  padding: 0 100px;
  margin: 20px 0 0 0;
  height: 80px;
}
.header .header-logo .logo {
  float: left;
  width: 60%;
}
.header .header-logo .logo img {
  height: 100%;
}
.header .header-logo .search {
  float: right;
  display: flex;
  margin-top: 16px;
  width: 35%;
  height: 55px;
}
.header .header-logo .search input {
  height: 100%;
  width: 70%;
  padding-left: 20px;
  outline: none;
  border: 2px solid #0075C2;
}
.header .header-logo .search input:active,
.header .header-logo .search input:hover {
  outline: none;
  border: 2px solid #0075C2;
}
.header .header-logo .search input::-webkit-input-placeholder {
  color: gray;
}
.header .header-logo .search input:-moz-placeholder {
  color: gray;
}
.header .header-logo .search input::-moz-placeholder {
  color: gray;
}
.header .header-logo .search input:-ms-input-placeholder {
  color: gray;
}
.header .header-logo .search a {
  display: inline-block;
  height: 100%;
  width: 30%;
  font-size: 22px;
  line-height: 48px;
  color: #fff;
  background-color: #0075C2;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #0075C2;
  outline: none;
  margin-left: -5px;
}
.header .header-logo .search a i {
  margin-right: 10px;
  font-size: 22px;
}
.header .header-logo .search a:active,
.header .header-logo .search a:hover {
  border: 2px solid #006cb3;
  outline: none;
  color: #fff;
  background-color: #006cb3;
}
.header .header-menu {
  margin: 0 100px;
  line-height: 38px;
  height: 38px;
  background: #ffffff;
  position: relative;
  z-index: 3;
  color: #111111;
  font-size: 16px;
  font-weight: 300;
}
.header .header-menu ul {
  list-style: none outside none;
  padding: 0;
}
.header .header-menu ul li {
  padding: 0 20px;
  list-style: none;
  height: 45px;
  float: left;
  cursor: pointer;
  display: inline;
}
.header .header-menu ul li a {
  color: #111111;
  text-decoration: none;
}
.header .header-menu ul li:hover {
  color: #0075C2;
  border-bottom: 3px solid #0075C2;
}
.header .header-menu ul li:hover a {
  color: #0075C2;
  text-decoration: none;
}
@media screen {
  .header .header-menu ul li {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  .header .header-menu ul li {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1800px) {
  .header .header-menu ul li {
    padding: 0 35px;
  }
}
.header .header-menu ul .now {
  color: #0075C2;
  border-bottom: 3px solid #0075C2;
}
.header .header-menu ul .now a {
  color: #0075C2;
  text-decoration: none;
}
.header .header-menu .date {
  position: absolute;
  top: 0;
  margin: 0;
  right: 15px;
  color: #fff;
}
/* css 重置 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #333;
}
.slideBox {
  width: 100%;
  height: 295.88px;
  overflow: hidden;
  position: relative;
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}
.slideBox .hd {
  overflow: hidden;
  width: 108px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  bottom: 0;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.slideBox .hd ul li {
  float: left;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-right: 11px;
  text-indent: -999px;
  cursor: pointer;
  background: white;
  border-radius: 10px;
}
.slideBox .hd ul .on {
  background: #0075C2;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  display: block;
}
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(/static/image/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.footer {
  color: #f1f1f1;
  background-color: #333333;
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding: 40px 0 30px 0;
}
.footer p {
  line-height: 15px;
  margin-top: 10px;
}
.footer p span {
  display: inline-block;
  margin-right: 10px;
}
.footer p span a {
  color: #f1f1f1;
  text-decoration: none;
}
.footer p span a:hover {
  text-decoration: underline;
}
.login {
  padding: 30px 0 15px 0;
  text-align: center;
}
.login .login-info {
  font-size: 13px;
  margin-top: 20px;
}
.login .login-info a {
  color: #4187c3;
  text-decoration: none;
}
.login .login-info a:hover {
  text-decoration: underline;
}
.login-btn {
  font-size: 15px;
  padding: 10px 40px;
  border-radius: 4px;
  color: #ffffff !important;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  background-color: #0075C2;
}
.login-btn:hover {
  color: #ffffff;
  background-color: #0066a9;
  border-color: #00568f;
  text-decoration: none !important;
}
.registry-btn {
  font-size: 15px;
  padding: 10px 40px;
  border-radius: 4px;
  color: #ffffff !important;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  background-color: #FF9900;
  line-height: 70px;
}
.registry-btn:hover {
  color: #ffffff;
  background-color: #e68a00;
  border-color: #cc7a00;
  text-decoration: none !important;
}
.margin20 {
  margin-bottom: 20px;
}
.margin10 {
  margin-bottom: 10px;
}
.contract {
  color: #111111;
  padding: 5px 10px 10px 10px;
}
.contract div {
  margin: 8px;
  display: flex;
}
.contract div .title {
  font-size: 15px;
  font-weight: bold;
  float: left;
  width: 140px;
}
.contract div .content {
  font-size: 15px;
}
.line {
  border-bottom: 1px solid #f1f1f1;
}
.no-data {
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
  color: lightgray;
}
.no-data i {
  font-size: 50px;
}
.page-box {
  display: block;
  height: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page-box .page {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Verdana, serif;
  font-size: 12px;
}
.page-box .page a {
  display: block;
  float: left;
  margin: 2px 0 0 -1px;
  padding: 4px 12px;
  line-height: 20px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.page-box .page a:hover {
  color: #666;
  background: #eee;
}
.page-box .page span {
  display: block;
  float: left;
  margin: 2px 0 0 -1px;
  padding: 4px 12px;
  line-height: 20px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.page-box .page span:first-child {
  border-left: 1px solid #e1e1e1;
}
.page-box .page span.current {
  color: #fff;
  background: #327fc5;
  border-color: #327fc5;
}
.page-box .page span.disabled {
  color: #999;
  background: #fff;
}
.body {
  background-color: #f1f1f1;
  width: 100%;
  padding: 20px 100px 20px 100px;
}
.box {
  height: auto;
  width: 100%;
}
.box .box-head {
  background-color: #0075C2;
  height: 50px;
  border: none;
  border-bottom: none;
}
.box .box-head .title {
  font-size: 17px;
  color: #ffffff;
  margin: 13px 20px;
  height: auto;
  display: inline-block;
}
.box .box-head .more {
  color: #ffffff;
  float: right;
  display: inline;
  font-size: 12px;
  font-weight: normal;
  margin: 15px 10px;
}
.box .box-head .more a {
  color: #ffffff;
  text-decoration: none;
}
.box .box-head .more a:hover {
  color: #b5d0e8;
  text-decoration: underline;
}
.box .box-head .tab {
  float: left;
  position: absolute;
  left: 100px;
  margin: 0;
  list-style: none;
  height: 50px;
  padding-top: 12px;
}
.box .box-head .tab li {
  float: left;
  padding: 8px 13px 0 13px;
  cursor: pointer;
  margin: 0 1px;
  font-size: 15px;
  color: #ffffff;
}
.box .box-head .tab li:hover {
  color: #4187c3;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.box .box-head .tab .on {
  color: #4187c3;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.box .box-body {
  background-color: white;
  height: auto;
  padding-bottom: 1px;
  border: none;
}
.box .box-body .simple-list {
  overflow: hidden;
  list-style: none;
  font-size: 13px;
  padding: 0 20px;
  margin: 0 0 10px 0;
  min-height: 133px;
}
.box .box-body .simple-list li {
  padding: 9px 0 0 0;
  line-height: 30px;
  border-bottom: 1px dashed #d1d1d1;
}
.box .box-body .simple-list li a {
  color: #111111;
  text-decoration: none;
}
.box .box-body .simple-list li a:hover {
  color: #0071b7;
}
.box .box-body .list {
  overflow: hidden;
  list-style: none;
  font-size: 13px;
  padding: 0 20px;
  margin: 0 0 10px 0;
}
.box .box-body .list li {
  padding: 9px 0 0 0;
  line-height: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.box .box-body .list li a {
  color: #111111;
  text-decoration: none;
}
.box .box-body .list li a:hover {
  color: #0071b7;
}
.box .fix-parent {
  width: 100%;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
}
.list-other-info {
  width: 100%;
  display: inline-flex;
}
.list-other-info .list-last-time {
  width: 60%;
  font-size: 12px;
  color: darkgray;
  margin-right: 20px;
}
.list-other-info .list-last-time .important {
  color: red;
}
.list-other-info .list-date {
  width: 40%;
  font-size: 12px;
  float: right;
  color: darkgray;
  margin-right: 20px;
  text-align: right;
}
.article-location {
  padding: 0 100px;
  display: flex;
  font-size: 12px;
  height: 46px;
  line-height: 46px;
  width: 100%;
}
.article-location .location-navigate {
  width: 50%;
  float: left;
}
.article-location .location-navigate span {
  font-weight: bold;
  padding-right: 10px;
}
.article-location .location-navigate i {
  font-style: normal;
  color: lightgray;
}
.article-location .location-navigate a {
  padding: 0 8px;
  color: #111111;
  text-decoration: none;
}
.article-location .location-navigate a:hover {
  color: #0071b7;
  text-decoration: underline;
}
.article-location .location-return {
  width: 50%;
  float: right;
}
.article-location .location-return a {
  float: right;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
}
.article-location .location-return a i {
  margin-right: 5px;
}
.article-location .location-return a:hover {
  color: #0071b7;
}
.article {
  width: 100%;
  padding: 30px 20px;
  background-color: #ffffff;
  min-height: 400px;
}
.article .title {
  text-align: center;
  font-size: 19px;
  line-height: 30px;
}
.article .time {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #888;
  border-bottom: dashed 1px #a2a2a2;
}
.article .time span {
  margin-right: 10px;
}
.article .content {
  padding-top: 15px;
  font-size: 16px;
}
.article .apply {
  padding-top: 10px;
  text-align: center;
}
.article .file-list {
  margin-top: 15px;
  font-size: 15px;
}
.article .file-list .file-title {
  font-size: 17px;
  font-weight: bold;
}
.article .file-list ul {
  margin: 5px 0 0 20px;
  margin-bottom: 2px;
}
.article .file-list ul span {
  margin-right: 15px;
}
.article .file-list ul a {
  font-size: 13px;
  text-decoration: none;
}
.article .file-list ul a i {
  margin-right: 5px;
  font-size: 13px;
}
.company {
  width: 100%;
  padding: 30px 20px;
  background-color: #ffffff;
  min-height: 400px;
}
.company .title {
  text-align: center;
  font-size: 23px;
  line-height: 30px;
}
.company .content {
  padding-top: 15px;
  font-size: 16px;
}
body {
  background-color: #ffffff;
  color: #4a4a4a;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
table,
table tr th,
table tr td {
  border: 1px solid #b5bbc8;
}
table {
  width: 200px;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  border-collapse: collapse;
  padding: 2px;
}
/*# sourceMappingURL=main.css.map */