@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, Roboto, 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: "Alimama_ShuHeiTi_Bold";
  src: url("./fonts/Alimama_ShuHeiTi_Bold/Alimama_ShuHeiTi_Bold.ttf") format("truetype");
}
html,
body {
  height: 100%;
}

body {
  background-color: #f6f6f6;
}

/* 页面主容器 */
.main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 112px;
  min-height: 100%;
}

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

/* 头部 */
.header {
  height: 114px;
}
.header-con {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.header-inner {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 114px;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo-img {
  width: 188px;
}
.header-logo-text {
  position: relative;
  margin-left: 10px;
  font-family: "Alimama_ShuHeiTi_Bold";
  font-size: 22px;
}
.header-logo-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 18px;
  background-color: #e5e5e5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search-textbox {
  padding: 0 16px 0 12px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.header-search-textbox:focus {
  border-color: #17449a;
}
.header-search-textbox::-webkit-input-placeholder {
  color: #bac4ce;
}
.header-search-textbox::-moz-placeholder {
  color: #bac4ce;
}
.header-search-textbox:-ms-input-placeholder {
  color: #bac4ce;
}
.header-search-textbox::-ms-input-placeholder {
  color: #bac4ce;
}
.header-search-textbox::placeholder {
  color: #bac4ce;
}
.header-search-btn {
  margin-left: -4px;
  border-radius: 4px;
  background: url("../images/header_search_icon.png") no-repeat center, #17449a;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-search-btn:hover {
  opacity: 0.8;
}
.header-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-pc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-pc-menu-item {
  position: relative;
}
.header-pc-menu-item:hover .header-pc-menu-text, .header-pc-menu-item.current .header-pc-menu-text {
  color: #17449a;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 109, 232, 0.12)), to(rgba(31, 109, 232, 0)));
  background-image: linear-gradient(0deg, rgba(31, 109, 232, 0.12) 0%, rgba(31, 109, 232, 0) 100%);
}
.header-pc-menu-item:hover .header-pc-menu-text::after, .header-pc-menu-item.current .header-pc-menu-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #17449a;
}
.header-pc-menu-item:hover .header-pc-menu-sub {
  display: block;
}
.header-pc-menu-item + .header-menu-item {
  margin-left: 12px;
}
.header-pc-menu-text {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  height: 54px;
  color: #666;
  font-size: 16px;
  line-height: 54px;
}
.header-pc-menu-sub {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  padding-top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-pc-menu-sub-con {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.header-pc-menu-sub-item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  color: #333;
  text-align: center;
  line-height: 32px;
  white-space: nowrap;
}
.header-pc-menu-sub-item:hover, .header-pc-menu-sub-item.current {
  color: #17449a;
  background-color: rgba(23, 68, 154, 0.05);
}
.header-pc-search {
  margin-left: 37px;
  height: 34px;
}
.header-pc-search-textbox {
  width: 148px;
}
.header-pc-search-btn {
  width: 34px;
}
.header-mobile {
  display: none;
}
.header-mobile.show-search .header-mobile-shade {
  display: block;
}
.header-mobile.show-search .header-mobile-search-switch {
  background-image: url("../images/header_search_icon.png");
  background-color: #17449a;
}
.header-mobile.show-search .header-mobile-search-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile.show-menu .header-mobile-shade {
  display: block;
}
.header-mobile.show-menu .header-mobile-menu-switch {
  background-image: url("../images/header_menu_switch_icon_active_mobile.png");
  background-color: #17449a;
}
.header-mobile.show-menu .header-mobile-menu-list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-mobile-shade {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.header-mobile-search-switch {
  border-radius: 4px;
  background: url("../images/header_search_icon_active.png") no-repeat center;
  background-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-mobile-search-con {
  position: fixed;
  left: 0;
  z-index: 1001;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 14px;
  width: 100%;
  background-color: #fff;
}
.header-mobile-search-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.header-mobile-search-textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.header-mobile-search-close {
  margin-left: 12px;
  color: #17449a;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-mobile-menu {
  margin-left: 12px;
}
.header-mobile-menu-switch {
  border-radius: 4px;
  background: url("../images/header_menu_switch_icon_mobile.png") no-repeat center;
  background-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-mobile-menu-list {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 14px;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: auto;
}
.header-mobile-menu-item.fold .header-mobile-menu-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-mobile-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile-menu-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  color: #333;
}
.header-mobile-menu-text:hover, .header-mobile-menu-text.current {
  color: #17449a;
}
.header-mobile-menu-icon {
  margin-left: 12px;
  background: url("../images/header_menu_icon_unfold_mobile.png") no-repeat center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-mobile-menu-sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 28px;
}
.header-mobile-menu-sub .header-mobile-menu-text {
  width: 100%;
}

/* 底部 */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1e2736;
}
.footer-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  height: 100px;
}
.footer-text {
  color: #fff;
  text-align: center;
  line-height: 27px;
}
.footer-text + .footer-text {
  margin-left: 32px;
}
.footer-link {
  color: #fff;
}
.footer-link:hover {
  color: #17449a;
}

/* tab */
.tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  border-radius: 4px;
  background-color: #eef3fc;
}
.tab-hd-item {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10.5px 12px;
  width: 0;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab-hd-item.current {
  color: #fff;
  font-weight: bold;
  background-color: #17449a;
}
.tab-hd-item + .tab-hd-item {
  margin-left: 5px;
}
.tab-bd {
  margin-top: 24px;
}

/* 列表 */
.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 0 9px 24px;
  line-height: 21px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  background: url("../images/list_item_icon.png") no-repeat left 5.5px;
  background-size: 14px 11px;
}
.list-item:hover {
  border-color: #17449a;
}
.list-item:hover .list-title,
.list-item:hover .list-tips,
.list-item:hover .list-date {
  color: #17449a;
}
.list-item + .list-item {
  margin-top: 20px;
}
.list-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.list-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #17449a;
  border-radius: 2px;
  background-color: #17449a;
}
.list-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px 0 6px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-tips {
  margin-right: 24px;
  color: #ff9900;
}
.list-date {
  color: #999;
}

/* pagination分页 */
.pagination {
  padding: 24px 0 0;
  text-align: center;
}
.pagination .m-pagination-page {
  padding: 0;
}
.pagination .m-pagination-page li {
  margin-right: 6px;
}
.pagination .m-pagination-page li:hover a, .pagination .m-pagination-page li.active a {
  color: #17449a;
  font-weight: normal;
  border-color: #17449a;
  background-color: #fff;
}
.pagination .m-pagination-page li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  min-width: 34px;
  height: 34px;
  color: #666;
  text-align: center;
  line-height: 30px;
  border: 2px solid #ecedf2;
}
.pagination .m-pagination-size {
  position: relative;
  margin-right: 6px;
  padding: 0;
}
.pagination .m-pagination-size::after {
  content: "条/页";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  color: #666;
  line-height: 34px;
  pointer-events: none;
}
.pagination .m-pagination-size select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  width: 85px;
  height: 34px;
  color: #666;
  border: 2px solid #ecedf2 !important;
}
.pagination .m-pagination-jump {
  width: auto;
}
.pagination .m-pagination-group::before, .pagination .m-pagination-group::after {
  float: left;
  height: 34px;
  color: #666;
  line-height: 34px;
}
.pagination .m-pagination-group::before {
  content: "到第";
}
.pagination .m-pagination-group::after {
  content: "页";
}
.pagination .m-pagination-group input {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 6px;
  width: 34px;
  height: 34px;
  border: 2px solid #ecedf2;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.pagination .m-pagination-group input:focus {
  border-color: #17449a;
}
.pagination .m-pagination-group button {
  display: none;
}
.pagination .m-pagination-info {
  padding: 0;
  height: 34px;
  color: #666;
  line-height: 34px;
}

/* 面包屑导航 */
.crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 23px;
  background: url("../images/crumb_icon.png") no-repeat left center;
}
.crumb-item {
  position: relative;
  color: #a8b6c1;
  line-height: 21px;
}
.crumb-item:hover, .crumb-item.current {
  color: #17449a;
}
.crumb-item + .crumb-item {
  margin-left: 23px;
}
.crumb-item + .crumb-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -13px;
  color: #a8b6c1;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

/* 子页 */
.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 12px;
}
.sub.no-menu .sub-content {
  margin-left: 0;
  padding: 36px;
}
.sub-banner {
  background: no-repeat center/cover;
}
.sub-banner-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 226px;
}
.sub-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sub-banner-title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 74px;
  letter-spacing: 5px;
  white-space: nowrap;
}
.sub-banner-text {
  margin-left: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
.sub-menu {
  width: 220px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
  overflow: hidden;
}
.sub-menu-item.current > .sub-menu-title {
  color: #fff;
  background: url("../images/sub_menu_bg.png") no-repeat center/cover;
}
.sub-menu-item.current > .sub-menu-title::after {
  background-image: url("../images/sub_menu_arrow_icon_expand.png");
}
.sub-menu-title {
  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;
  padding: 19.5px 20px 19.5px 24px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  background: #fff;
}
.sub-menu-title::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/sub_menu_arrow_icon.png") no-repeat center;
}
.sub-menu-con {
  display: none;
}
.sub-menu-link {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 20px 11px 46px;
  color: #666;
  line-height: 24px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  background: #fff;
}
.sub-menu-link.current {
  color: #17449a;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 109, 232, 0.1)), to(rgba(237, 248, 244, 0))), #fff;
  background: linear-gradient(to right, rgba(31, 109, 232, 0.1), rgba(237, 248, 244, 0)), #fff;
}
.sub-menu-link.current::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url("../images/sub_menu_icon_active.png") no-repeat center;
}
.sub-mobile {
  display: none;
  width: 100%;
}
.sub-mobile.show-condition .sub-mobile-condition-shade {
  display: block;
}
.sub-mobile-hd {
  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;
  color: #fff;
  background: url("../images/sub_menu_bg.png") no-repeat center/cover;
}
.sub-mobile-condition {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-mobile-condition-shade {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.sub-mobile-condition-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.sub-mobile-condition-item.show .sub-mobile-condition-con {
  display: block;
}
.sub-mobile-condition-label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 32px;
  background-color: #f7f7f7;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-mobile-condition-label::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../images/header_menu_icon_fold_mobile.png") no-repeat center/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-mobile-condition-con {
  position: absolute;
  top: 100%;
  z-index: 2;
  display: none;
  padding: 16px 0;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
}
.sub-mobile-condition-text {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  color: #333;
  line-height: 21px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-mobile-condition-text.current {
  color: #17449a;
}
.sub-mobile-condition-text + .sub-mobile-condition-text {
  margin-top: 16px;
}
.sub-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  padding: 8px 24px 24px;
  width: 0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
  -webkit-transform: translate(0);
          transform: translate(0);
}
.sub-hd {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.sub-hd-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.sub-hd-search {
  position: relative;
  width: 248px;
  height: 34px;
}
.sub-hd-search-textbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 12px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sub-hd-search-textbox:focus {
  border-color: #17449a;
}
.sub-hd-search-textbox::-webkit-input-placeholder {
  color: #bac4ce;
}
.sub-hd-search-textbox::-moz-placeholder {
  color: #bac4ce;
}
.sub-hd-search-textbox:-ms-input-placeholder {
  color: #bac4ce;
}
.sub-hd-search-textbox::-ms-input-placeholder {
  color: #bac4ce;
}
.sub-hd-search-textbox::placeholder {
  color: #bac4ce;
}
.sub-hd-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url("../images/sub_hd_search_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-bd {
  margin-top: 24px;
}
.sub-condition {
  margin-bottom: 18px;
}
.sub-condition-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-condition-line + .sub-condition-line {
  margin-top: 6px;
}
.sub-condition-label {
  width: 70px;
  height: 26px;
  color: #666;
  text-align: right;
  line-height: 26px;
  white-space: nowrap;
}
.sub-condition-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -6px;
}
.sub-condition-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 6px 6px 0;
  padding: 0 12px;
  height: 26px;
  color: #666;
  line-height: 26px;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-condition-item.current {
  color: #fff;
  font-weight: bold;
  background-color: #17449a;
}
.sub-condition-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-condition-date-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 160px;
  height: 26px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sub-condition-date-item:focus-within {
  border-color: #17449a;
}
.sub-condition-date-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  height: 14px;
  background: url("../images/sub_condition_date_icon.png") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-condition-date-item + .sub-condition-date-item {
  margin-left: 24px;
}
.sub-condition-date-item + .sub-condition-date-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  width: 12px;
  height: 1px;
  background-color: #e6e6e6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-condition-date-item input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 38px 0 12px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  border: none;
  border-radius: 4px;
}
.sub-condition-date-item input::-webkit-input-placeholder {
  color: #bac4ce;
}
.sub-condition-date-item input::-moz-placeholder {
  color: #bac4ce;
}
.sub-condition-date-item input:-ms-input-placeholder {
  color: #bac4ce;
}
.sub-condition-date-item input::-ms-input-placeholder {
  color: #bac4ce;
}
.sub-condition-date-item input::placeholder {
  color: #bac4ce;
}
.sub-detail-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
.sub-detail-info {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 16px;
  min-height: 32px;
  padding: 5.5px;
  background-color: #f7f7f7;
}
.sub-detail-info-item {
  color: #666;
  text-align: center;
  line-height: 21px;
}
.sub-detail-info-item + .sub-detail-info-item {
  margin-left: 30px;
}
.sub-detail-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.sub-detail-font-text {
  color: #666;
  line-height: 21px;
}
.sub-detail-font-item {
  width: 20px;
  height: 20px;
  color: #666;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-detail-font-item.current {
  color: #fff;
  font-weight: bold;
  background-color: #17449a;
}
.sub-detail-font-item + .sub-detail-font-item {
  margin-left: 5px;
}
.sub-detail-content {
  margin-top: 24px;
}
.sub-file {
  margin-top: 24px;
}
.sub-file-title {
  line-height: 21px;
}
.sub-file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 8px;
}
.sub-file-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 0 0 8px;
  padding: 7px 7px 7px 52px;
  width: calc((100% - 8px) / 2.0001);
  height: 59px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: no-repeat 8px center, #f7f7f7;
}
.sub-file-item.file-docx {
  background-image: url("../images/file_icon_docx.png");
}
.sub-file-item.file-ppt {
  background-image: url("../images/file_icon_ppt.png");
}
.sub-file-item.file-pdf {
  background-image: url("../images/file_icon_pdf.png");
}
.sub-file-item.file-jpg {
  background-image: url("../images/file_icon_jpg.png");
}
.sub-file-item.file-xlsx {
  background-image: url("../images/file_icon_xlsx.png");
}
.sub-file-item.file-zip {
  background-image: url("../images/file_icon_zip.png");
}
.sub-file-item:nth-child(-n+2) {
  margin-top: 0;
}
.sub-file-item:nth-child(2n+1) {
  margin-left: 0;
}
.sub-file-item:hover {
  border-color: #17449a;
  background-color: #fff;
}
.sub-file-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  line-height: 21px;
}
.sub-file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  line-height: 18px;
}
.sub-file-size {
  color: #b1b6cc;
  font-size: 12px;
}
.sub-file-icon {
  margin-left: 12px;
  width: 14px;
  height: 16px;
  background: url("../images/download_icon.png") no-repeat center;
}

/* layui日期选择框 */
.layui-laydate-content {
  border-left: 1px dashed #e2e2e2 !important;
}

/* MUI提示弹窗 */
.mui-toast-container {
  z-index: 1000000;
}

/* 768px <= width <= 1199px */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 95%;
  }
  .header {
    height: 80px;
  }
  .header-inner {
    padding: 0 16px;
    height: 80px;
  }
  .header-logo-img {
    width: 150.4px;
  }
  .header-logo-text {
    font-size: 20px;
  }
  .header-pc {
    display: none;
  }
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-mobile-shade {
    top: 80px;
  }
  .header-mobile-search-switch {
    width: 30.6px;
    height: 30.6px;
    background-size: 14.4px;
  }
  .header-mobile-search-con {
    top: 80px;
  }
  .header-mobile-search-box {
    height: 30.6px;
  }
  .header-mobile-search-btn {
    width: 30.6px;
    background-size: 14.4px;
  }
  .header-mobile-search-close {
    line-height: 30.6px;
  }
  .header-mobile-menu-switch {
    width: 30.6px;
    height: 30.6px;
    background-size: 14.4px;
  }
  .header-mobile-menu-list {
    top: 80px;
    width: 300px;
  }
  .header-mobile-menu-text {
    line-height: 36px;
  }
  .header-mobile-menu-icon {
    width: 36px;
  }
  .footer-con {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-text {
    font-size: 13px;
    line-height: 24px;
  }
  .footer-text + .footer-text {
    margin-left: 0;
  }
  .tab-hd-item {
    padding: 9px 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .tab-bd {
    margin-top: 20px;
  }
  .list.with-tips .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list-item {
    padding-bottom: 7px;
    padding-left: 16px;
    background-size: 12.6px 9.9px;
  }
  .list-item + .list-item {
    margin-top: 16px;
  }
  .pagination {
    padding: 18px 0 0;
  }
  .crumb {
    padding: 15px 23px;
  }
  .sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 9px;
  }
  .sub-banner-con {
    height: 180px;
  }
  .sub-banner-title {
    font-size: 40px;
    line-height: 56px;
  }
  .sub-banner-text {
    margin-left: 30px;
    font-size: 18px;
    line-height: 40px;
  }
  .sub-menu {
    display: none;
  }
  .sub-mobile {
    display: block;
  }
  .sub-mobile-hd {
    padding: 19.5px 20px 19.5px 24px;
    font-size: 16px;
    line-height: 20px;
  }
  .sub-mobile-condition {
    margin-bottom: 18px;
  }
  .sub-mobile-condition-shade {
    top: 112px;
  }
  .sub-mobile-condition-item + .sub-mobile-condition-item {
    margin-left: 12px;
  }
  .sub-mobile-condition-label {
    padding: 0 20px 0 12px;
    line-height: 32px;
  }
  .sub-mobile-condition-label::after {
    right: 12px;
    width: 14px;
    height: 10px;
  }
  .sub-mobile-condition-con {
    left: -18px;
    width: calc(100% + 36px);
  }
  .sub-content {
    margin-top: 20px;
    margin-left: 0;
    padding: 8px 18px 18px;
    width: 100%;
  }
  .sub-hd-title {
    display: none;
  }
  .sub-hd-search {
    width: 100%;
  }
  .sub-bd {
    margin-top: 18px;
  }
  .sub-condition {
    display: none;
  }
  .sub-detail-title {
    font-size: 24px;
    line-height: 34px;
  }
  .sub-detail-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-detail-info-item + .sub-detail-info-item {
    margin-top: 10px;
    margin-left: 0;
  }
  .sub-detail-font {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* 480px <= width <= 767px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 95%;
  }
  .header {
    height: 60px;
  }
  .header-inner {
    padding: 0 8px;
    height: 60px;
  }
  .header-logo-img {
    width: 112.8px;
  }
  .header-logo-text {
    font-size: 15px;
  }
  .header-pc {
    display: none;
  }
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-mobile-shade {
    top: 60px;
  }
  .header-mobile-search-switch {
    width: 27.2px;
    height: 27.2px;
    background-size: 12.8px;
  }
  .header-mobile-search-con {
    top: 60px;
  }
  .header-mobile-search-box {
    height: 27.2px;
  }
  .header-mobile-search-btn {
    width: 27.2px;
    background-size: 12.8px;
  }
  .header-mobile-search-close {
    line-height: 27.2px;
  }
  .header-mobile-menu-switch {
    width: 27.2px;
    height: 27.2px;
    background-size: 12.8px;
  }
  .header-mobile-menu-list {
    top: 60px;
    width: 240px;
  }
  .header-mobile-menu-text {
    line-height: 30px;
  }
  .header-mobile-menu-icon {
    width: 30px;
  }
  .footer-con {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-text {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-text + .footer-text {
    margin-left: 0;
  }
  .tab-hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-hd-item {
    padding: 7.5px 12px;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
  }
  .tab-hd-item + .tab-hd-item {
    margin-top: 5px;
    margin-left: 0;
  }
  .tab-bd {
    margin-top: 16px;
  }
  .list.with-tips .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list-item {
    padding-bottom: 5px;
    padding-left: 12px;
    background-size: 9.8px 7.7px;
  }
  .list-item + .list-item {
    margin-top: 12px;
  }
  .pagination {
    padding: 12px 0 0;
  }
  .crumb {
    padding: 12px 23px;
  }
  .crumb-item {
    font-size: 13px;
  }
  .sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6px;
  }
  .sub-banner-con {
    height: 140px;
  }
  .sub-banner-title {
    font-size: 30px;
    line-height: 40px;
  }
  .sub-banner-text {
    margin-left: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .sub-menu {
    display: none;
  }
  .sub-mobile {
    display: block;
  }
  .sub-mobile-hd {
    padding: 15px 16px 15px 18px;
    font-size: 16px;
    line-height: 20px;
  }
  .sub-mobile-condition {
    margin-bottom: 12px;
  }
  .sub-mobile-condition-shade {
    top: 102px;
  }
  .sub-mobile-condition-item + .sub-mobile-condition-item {
    margin-left: 8px;
  }
  .sub-mobile-condition-label {
    padding: 0 20px 0 12px;
    font-size: 13px;
    line-height: 28px;
  }
  .sub-mobile-condition-label::after {
    right: 9px;
    width: 12.6px;
    height: 9px;
  }
  .sub-mobile-condition-con {
    left: -12px;
    width: calc(100% + 24px);
  }
  .sub-mobile-condition-text {
    font-size: 13px;
  }
  .sub-content {
    margin-top: 16px;
    margin-left: 0;
    padding: 8px 12px 12px;
    width: 100%;
  }
  .sub-hd-title {
    display: none;
  }
  .sub-hd-search {
    width: 100%;
  }
  .sub-bd {
    margin-top: 12px;
  }
  .sub-condition {
    display: none;
  }
  .sub-detail-title {
    font-size: 22px;
    line-height: 30px;
  }
  .sub-detail-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-detail-info-item + .sub-detail-info-item {
    margin-top: 10px;
    margin-left: 0;
  }
  .sub-detail-font {
    margin-top: 10px;
    margin-left: 0;
  }
  .sub-file-item {
    margin-left: 0;
    width: 100%;
  }
  .sub-file-item + .sub-file-item {
    margin-top: 8px;
  }
}
/* 320px <= width <= 479px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    width: 95%;
  }
  .header {
    height: 40px;
  }
  .header-inner {
    padding: 0 8px;
    height: 40px;
  }
  .header-logo-img {
    width: 56.4px;
  }
  .header-logo-text {
    font-size: 10px;
  }
  .header-pc {
    display: none;
  }
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-mobile-shade {
    top: 40px;
  }
  .header-mobile-search-switch {
    width: 23.8px;
    height: 23.8px;
    background-size: 11.2px;
  }
  .header-mobile-search-con {
    top: 40px;
  }
  .header-mobile-search-box {
    height: 23.8px;
  }
  .header-mobile-search-btn {
    width: 23.8px;
    background-size: 11.2px;
  }
  .header-mobile-search-close {
    line-height: 23.8px;
  }
  .header-mobile-menu-switch {
    width: 23.8px;
    height: 23.8px;
    background-size: 11.2px;
  }
  .header-mobile-menu-list {
    top: 40px;
    width: 180px;
  }
  .header-mobile-menu-text {
    line-height: 26px;
  }
  .header-mobile-menu-icon {
    width: 26px;
  }
  .footer-con {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-text {
    font-size: 11px;
    line-height: 18px;
  }
  .footer-text + .footer-text {
    margin-left: 0;
  }
  .tab-hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-hd-item {
    padding: 6px 12px;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
  }
  .tab-hd-item + .tab-hd-item {
    margin-top: 5px;
    margin-left: 0;
  }
  .tab-bd {
    margin-top: 8px;
  }
  .list.with-tips .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list-item {
    padding-bottom: 3px;
    padding-left: 10px;
    background-size: 8.4px 6.6px;
  }
  .list-item + .list-item {
    margin-top: 8px;
  }
  .pagination {
    padding: 10px 0 0;
  }
  .crumb {
    padding: 9px 23px;
  }
  .crumb-item {
    font-size: 12px;
  }
  .sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3px;
  }
  .sub-banner-con {
    height: 100px;
  }
  .sub-banner-title {
    font-size: 20px;
    line-height: 28px;
  }
  .sub-banner-text {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .sub-menu {
    display: none;
  }
  .sub-mobile {
    display: block;
  }
  .sub-mobile-hd {
    padding: 15px 16px 15px 18px;
    font-size: 14px;
    line-height: 18px;
  }
  .sub-mobile-condition {
    margin-bottom: 8px;
  }
  .sub-mobile-condition-shade {
    top: 102px;
  }
  .sub-mobile-condition-item + .sub-mobile-condition-item {
    margin-left: 4px;
  }
  .sub-mobile-condition-label {
    padding: 0 20px 0 12px;
    font-size: 12px;
    line-height: 24px;
  }
  .sub-mobile-condition-label::after {
    right: 6px;
    width: 11.2px;
    height: 8px;
  }
  .sub-mobile-condition-con {
    left: -10px;
    width: calc(100% + 20px);
  }
  .sub-mobile-condition-text {
    font-size: 12px;
  }
  .sub-content {
    margin-top: 12px;
    margin-left: 0;
    padding: 8px 10px 10px;
    width: 100%;
  }
  .sub-hd-title {
    display: none;
  }
  .sub-hd-search {
    width: 100%;
  }
  .sub-bd {
    margin-top: 8px;
  }
  .sub-condition {
    display: none;
  }
  .sub-detail-title {
    font-size: 20px;
    line-height: 26px;
  }
  .sub-detail-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-detail-info-item + .sub-detail-info-item {
    margin-top: 10px;
    margin-left: 0;
  }
  .sub-detail-font {
    margin-top: 10px;
    margin-left: 0;
  }
  .sub-file-item {
    margin-left: 0;
    width: 100%;
  }
  .sub-file-item + .sub-file-item {
    margin-top: 8px;
  }
}