@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
@font-face {
  font-family: "din";
  src: url("./fonts/D-DIN-Bold/D-DIN-Bold.woff") format("woff"), url("./fonts/D-DIN-Bold/D-DIN-Bold.ttf") format("truetype"), url("./fonts/D-DIN-Bold/D-DIN-Bold.eot") format("embedded-opentype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* 页面主体容器 */
.main {
  position: relative;
  padding-bottom: 168px;
  min-height: 100%;
}

/* 容器 */
.container {
  margin: 0 auto;
  width: 1200px;
}

/* header */
#header {
  height: 140px;
}

.header {
  padding-top: 23px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
  padding: 0 12px;
  height: 28px;
  border-radius: 14px;
  background-color: #eff4fa;
}
.header-location-icon {
  width: 10px;
  height: 11px;
  background: url("../images/header_location_icon.png") no-repeat center;
}
.header-location-text {
  margin-left: 5px;
  color: #000;
  font-size: 12px;
}
.header-link {
  position: relative;
  color: #333;
}
.header-link:hover {
  color: #014c99;
}
.header-link + .header-link {
  margin-left: 20px;
}
.header-link + .header-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 1px;
  height: 8px;
  background-color: #ccdbeb;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-menu {
  margin-top: 26px;
  height: 36px;
}
.header-menu-item {
  position: relative;
  height: 100%;
  color: #333;
  font-size: 18px;
  line-height: 27px;
}
.header-menu-item:hover, .header-menu-item.current {
  color: #014c99;
}
.header-menu-item:hover::before, .header-menu-item.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #014c99;
}
.header-menu-item + .header-menu-item {
  margin-left: 76px;
}

/* footer */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 188px;
}

.footer {
  padding-top: 22px;
  height: 100%;
  background-color: #243a58;
}
.footer .container {
  position: relative;
  padding-left: 350px;
}
.footer-icon-item {
  position: absolute;
}
.footer-icon-item:first-child {
  top: 8px;
  left: 185px;
}
.footer-icon-item:last-child {
  top: 20px;
  left: 306px;
}
.footer-line {
  height: 19px;
  color: #fff;
  text-align: left;
  line-height: 19px;
  margin-left: 166px;
}
.footer-line + .footer-line {
  margin-top: 15px;
}
.footer-link {
  position: relative;
  color: #fff;
}
.footer-link + .footer-link {
  margin-left: 58px;
}
.footer-link + .footer-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  width: 1px;
  height: 14px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 子页公共样式 */
/* 面包屑导航 */
.sub-location {
  padding: 15px 0 15px 17px;
  line-height: 20px;
  background: url("../images/sub_page/location_img.png") no-repeat left center;
}
.sub-location-item {
  position: relative;
  color: #333;
}
.sub-location-item.current {
  color: #014c99;
}
.sub-location-item + .sub-location-item {
  margin-left: 18px;
}
.sub-location-item + .sub-location-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 4px;
  height: 8px;
  background: url("../images/sub_page/location_icon.png") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 搜索表单 */
.sub-search-tab {
  padding: 0 20px;
  min-width: 120px;
  height: 46px;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  border-radius: 4px 4px 0 0;
  border: 2px solid #d5dce7;
  border-bottom: 0;
  background: #d5dce7;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-search-tab.current {
  color: #014c99;
  font-weight: 500;
  border-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f5f8), color-stop(46.49%, #fff));
  background: linear-gradient(180deg, #f3f5f8 0%, #fff 46.49%);
  -webkit-box-shadow: 0 -15px 24px rgba(1, 86, 137, 0.12);
          box-shadow: 0 -15px 24px rgba(1, 86, 137, 0.12);
}
.sub-search-tab + .sub-search-tab {
  margin-left: 20px;
}
.sub-search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 20px;
  border: 2px solid #fff;
  border-radius: 0 4px 4px 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(1, 86, 137, 0.12);
          box-shadow: 0 0 24px rgba(1, 86, 137, 0.12);
}
.sub-search-form {
  display: none;
}
.sub-search-form.current {
  display: block;
}
.sub-search-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-search-control:not(:nth-child(-n+2)) {
  margin-top: 20px;
}
.sub-search-control:nth-child(2n) {
  margin-left: 40px;
}
.sub-search-label {
  margin-right: 15px;
  width: 84px;
  color: #6d758f;
  text-align: right;
  line-height: 17px;
}
.sub-search-text {
  width: 45px;
  color: #6d758f;
  text-align: center;
}
.sub-search-input {
  padding: 0 8px;
  width: 365px;
  height: 34px;
  border: 1px solid #dce3e9;
  border-radius: 2px;
  background-color: #fff;
}
.sub-search-combo + .chosen-container {
  width: 365px !important;
}
.sub-search-combo + .chosen-container.chosen-with-drop .chosen-single, .sub-search-combo + .chosen-container-active .chosen-single {
  border-color: #dce3e9;
  background: none;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sub-search-combo + .chosen-container.chosen-with-drop .chosen-single div b, .sub-search-combo + .chosen-container-active .chosen-single div b {
  background: url("../images/sub_page/form_control_icon_1.png") no-repeat center;
}
.sub-search-combo + .chosen-container .chosen-single {
  height: 34px;
  line-height: 32px;
  border-color: #dce3e9;
  border-radius: 2px;
}
.sub-search-combo + .chosen-container .chosen-single span {
  margin-right: 30px;
}
.sub-search-combo + .chosen-container .chosen-single div {
  width: 30px;
}
.sub-search-combo + .chosen-container .chosen-single div b {
  background: url("../images/sub_page/form_control_icon_1.png") no-repeat center;
}
.sub-search-combo + .chosen-container .chosen-drop {
  top: 100%;
  border: none;
  border-radius: 2px;
  overflow: hidden;
}
.sub-search-combo + .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.sub-search-combo + .chosen-container .chosen-results li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  text-align: center;
  line-height: 24px;
}
.sub-search-combo + .chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: #014c99;
}
.sub-search-date {
  padding: 0 8px;
  width: 160px;
  height: 34px;
  border: 1px solid #dce3e9;
  border-radius: 2px;
  background-color: #fff;
}
.sub-search-btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
}
.sub-search-btn {
  display: inline-block;
  padding: 0 20px;
  height: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  border: 1px solid #014c99;
  border-radius: 4px;
  background-color: #014c99;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-search-btn-ghost {
  color: #014c99;
  background-color: #fff;
}
.sub-search-btn + .sub-search-btn {
  margin-left: 15px;
}

/* 搜索条件标签 */
.sub-condition {
  padding: 20px 20px 8px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(1, 86, 137, 0.12);
          box-shadow: 0 0 24px 0 rgba(1, 86, 137, 0.12);
}
.sub-condition-line:nth-child(2) {
  margin-top: 20px;
}
.sub-condition-line:nth-child(3) {
  margin-top: 8px;
}
.sub-condition-label {
  margin-right: 10px;
  width: 98px;
  height: 36px;
  color: #6d758f;
  text-align: right;
  line-height: 36px;
}
.sub-condition-box {
  width: calc(100% - 108px);
  height: 36px;
  border: 1px solid #dce3e9;
  border-radius: 4px;
}
.sub-condition-input {
  padding: 0 15px;
  width: calc(100% - 44px);
  height: 100%;
  border-radius: 4px;
}
.sub-condition-btn {
  width: 44px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: url("../images/sub_page/condition_search_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-condition-tabs {
  margin-top: 3px;
  width: calc(100% - 165px);
  height: 42px;
  overflow: hidden;
}
.sub-condition-tabs.expand {
  height: auto;
}
.sub-condition-tabs.expand + .sub-condition-icon {
  background-image: url("../images/sub_page/condition_expand_icon_2.png");
}
.sub-condition-tabs.expand + .sub-condition-icon::before {
  content: "收起";
}
.sub-condition-tab {
  margin: 0 12px 12px 0;
  padding: 0 15px;
  height: 30px;
  color: #6d758f;
  line-height: 30px;
  border-radius: 4px;
  background-color: #eceff6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-condition-tab.current {
  color: #fff;
  font-weight: 500;
  background-color: #014c99;
}
.sub-condition-icon {
  margin-top: 3px;
  width: 45px;
  height: 30px;
  color: #014c99;
  text-align: right;
  line-height: 30px;
  background: url("../images/sub_page/condition_expand_icon_1.png") no-repeat left center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-condition-icon::before {
  content: "展开";
}

/* 已选标签 */
.sub-select-label {
  margin-right: 15px;
  width: 70px;
  height: 30px;
  color: #6d758f;
  line-height: 30px;
}
.sub-select-tabs {
  width: calc(100% - 150px);
  min-height: 45px;
}
.sub-select-tab {
  margin: 0 15px 15px 0;
  padding: 0 10px 0 15px;
  height: 30px;
  color: #014c99;
  font-size: 0;
  line-height: 28px;
  border: 1px solid #014c99;
  border-radius: 4px;
}
.sub-select-text {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.sub-select-del {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background: url("../images/sub_page/select_del_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-select-icon {
  margin-top: 4.5px;
  width: 56px;
  height: 21px;
  color: #014c99;
  line-height: 21px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* 内容容器 */
.sub-content {
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(1, 86, 137, 0.12);
          box-shadow: 0 0 24px 0 rgba(1, 86, 137, 0.12);
}

.sub-content2 {
  width:100%;
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(1, 86, 137, 0.12);
          box-shadow: 0 0 24px 0 rgba(1, 86, 137, 0.12);
}

/* 标题 */
.sub-title {
  height: 43px;
  border-bottom: 1px solid #ddd;
}
.sub-title-text {
  position: relative;
  display: inline-block;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.sub-title-text::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #014c99;
}

/* 表格 */
.sub-table-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.sub-table-hd-item {
  padding: 0 10px;
  color: #014c99;
  font-size: 16px;
  text-align: center;
  line-height: 49px;
  border-bottom: 1px solid #fff;
  background-color: #edf2fb;
}
.sub-table-hd-item + .sub-table-hd-item {
  border-left: 1px solid #fff;
}
.sub-table-bd-item {
  height: 51px;
  border-bottom: 1px solid #eff0f0;
  background-color: #fff;
}
.sub-table-bd-item:nth-child(even) {
  background-color: #f9fcff;
}
.sub-table-bd-item:hover {
  background-color: #e7f3ff;
}
.sub-table-bd-item:hover .sub-table-bd-text {
  color: #014c99;
}
.sub-table-bd-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.sub-table-bd-text {
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-table-bd-text.left-text {
  text-align: left;
}

/* 列表 */
.sub-list-item {
  height: 100px;
  border: 1px solid #d9e3f0;
}
.sub-list-item:hover {
  border-color: #014c99;
}
.sub-list-item + .sub-list-item {
  margin-top: 20px;
}
.sub-list-link {
  display: block;
  padding: 8px;
  height: 100%;
}
.sub-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92px;
  height: 100%;
  background-color: #ecf3fb;
}
.sub-list-img img {
  max-width: 100%;
  max-height: 100%;
}
.sub-list-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 14px;
  height: 100%;
}
.sub-list-title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-list-text {
  margin-top: 20px;
  font-size: 0;
  line-height: 14px;
}
.sub-list-info {
  position: relative;
  display: inline-block;
  color: #6d758f;
  font-size: 14px;
  vertical-align: top;
}
.sub-list-info + .sub-list-info {
  margin-left: 70px;
}
.sub-list-info + .sub-list-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 1px;
  height: 14px;
  background-color: #d9e3f0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 分页 */
.sub-pagination {
  margin-top: 30px;
  padding: 0;
  text-align: center;
}
.sub-pagination .m-pagination-page {
  padding: 0;
}
.sub-pagination .m-pagination-page li {
  margin-right: 8px;
}
.sub-pagination .m-pagination-page li:hover a, .sub-pagination .m-pagination-page li.active a {
  color: #014c99;
  font-weight: normal;
  border-color: #014c99;
  background-color: #fff;
}
.sub-pagination .m-pagination-page li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  min-width: 30px;
  height: 30px;
  color: #333;
  text-align: center;
  line-height: 28px;
  border: 1px solid #d2dae2;
  border-radius: 2px;
}
.sub-pagination .m-pagination-info {
  margin-left: 22px;
  padding: 0;
  height: 30px;
  color: #666;
  line-height: 30px;
}