@charset "UTF-8";
/* yui3 reset.css */
* {
  box-sizing: border-box;
}

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;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  position: relative;
}
.header img {
  width: 100%;
}
.header .nav {
  height: 65px;
  background: #cd1124;
}
.header .nav .nav-tab {
  display: flex;
  align-items: center;
}
.header .nav .nav-tab li a {
  display: block;
  width: 200px;
  height: 65px;
  color: #fff;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.header .nav .nav-tab li.active, .header .nav .nav-tab li:hover {
  background: rgba(255, 255, 255, 0.2);
}

.footer {
  height: 326px;
  background: #1e2736;
}
.footer .ct {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.footer .ct .ct-l,
.footer .ct .ct-r {
  height: 240px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}
.footer .ct .ct-l {
  width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .ct .ct-l .link {
  display: flex;
}
.footer .ct .ct-l .link li {
  height: 38px;
  line-height: 38px;
  position: relative;
}
.footer .ct .ct-l .link li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.footer .ct .ct-l .link li:nth-child(n+2) {
  margin-left: 67px;
}
.footer .ct .ct-l .link li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -34px;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.36);
}
.footer .ct .ct-l .info {
  margin: 16px 0;
  color: #fff;
}
.footer .ct .ct-l .info .code {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
}
.footer .ct .ct-l .info .time {
  font-size: 14px;
}
.footer .ct .ct-l .number {
  display: flex;
}
.footer .ct .ct-l .number li {
  padding-left: 32px;
  height: 22px;
}
.footer .ct .ct-l .number li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 22px;
}
.footer .ct .ct-l .number li:nth-child(1) {
  background: url(../images/icon1.png) no-repeat left;
}
.footer .ct .ct-l .number li:nth-child(2) {
  background: url(../images/icon2.png) no-repeat left;
}
.footer .ct .ct-l .number li:nth-child(2) {
  margin-left: 32px;
}
.footer .ct .ct-r {
  width: 315px;
}
.footer .ct .ct-r .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.footer .ct .ct-r .code {
  width: 111px;
  margin: 41px 0 0 82px;
}

.box-title {
  position: relative;
  display: flex;
  align-items: center;
}
.box-title span:nth-child(1) {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.box-title span:nth-child(2) {
  width: 1px;
  height: 16px;
  margin: 0 7px;
  background: rgba(153, 153, 153, 0.2);
}
.box-title span:nth-child(3) {
  color: rgba(186, 196, 206, 0.5);
  font-size: 14px;
}
.box-title::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -7px;
  width: 22px;
  height: 22px;
  background: url(../images/point.png) no-repeat;
}

.tab .tab-hd {
  display: flex;
}
.tab .tab-hd li {
  padding: 0 12px;
  height: 30px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  background: #f7f7f7;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.tab .tab-hd li.active {
  font-weight: 700;
  color: #fff;
  background: #cd1124;
}
.tab .tab-hd li:nth-child(n+2) {
  margin-left: 4px;
}

.search {
  width: 315px;
  position: relative;
}
.search input {
  width: 315px;
  height: 41px;
  padding-left: 16px;
  border-radius: 70px;
  border: 1px solid #e3e5e7;
  background: rgba(255, 255, 255, 0.7);
}
.search input::placeholder {
  font-size: 15px;
  color: #8d9cb8;
}
.search .but {
  position: absolute;
  top: 6px;
  right: 8px;
  display: block;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #cd1124;
  cursor: pointer;
}

:root {
  --gray: #999;
  --blue: #a8b6c1;
  --blueHover: #a8b6c1;
}

.chosen-item {
  width: 687px;
  height: 38px;
  margin-top: 20px;
}
.chosen-item .main-select {
  width: 100%;
  height: 100%;
}
.chosen-item .main-select + .chosen-container {
  width: 100% !important;
}
.chosen-item .main-select + .chosen-container.chosen-with-drop .chosen-single, .chosen-item .main-select + .chosen-container-active .chosen-single {
  border-color: var(--blue);
  background: none;
  background-color: #fff;
  box-shadow: none;
}
.chosen-item .main-select + .chosen-container.chosen-with-drop .chosen-single div b, .chosen-item .main-select + .chosen-container-active .chosen-single div b {
  background: url("../images/chosen_up_icon_d4i7yB.png") no-repeat center;
}
.chosen-item .main-select + .chosen-container .chosen-single {
  padding: 0 0 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid var(--gray);
}
.chosen-item .main-select + .chosen-container .chosen-single span {
  margin-right: 30px;
}
.chosen-item .main-select + .chosen-container .chosen-single div {
  margin-right: 10px;
  width: 20px;
}
.chosen-item .main-select + .chosen-container .chosen-single div b {
  background: url("../images/chosen_down_icon_d4i7yB.png") no-repeat center;
}
.chosen-item .main-select + .chosen-container .chosen-drop {
  border: 1px solid var(--gray);
  border-radius: 4px;
  overflow: hidden;
}
.chosen-item .main-select + .chosen-container .chosen-search {
  display: none;
}
.chosen-item .main-select + .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-item .main-select + .chosen-container .chosen-results li {
  padding: 4px 10px;
  line-height: 16px;
}
.chosen-item .main-select + .chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: var(--blue);
}

/* 列表 */
.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: flex; padding: 18px 23px; background: url("../images/crumb_icon.png") left center no-repeat; }
.crumb-item { position: relative; color: rgb(168, 182, 193); line-height: 21px; }
.crumb-item:hover, .crumb-item.current { color: rgb(23, 68, 154); }
.crumb-item + .crumb-item { margin-left: 23px; }
.crumb-item + .crumb-item::before { content: "/"; position: absolute; top: 50%; left: -13px; color: rgb(168, 182, 193); line-height: 1; transform: translateY(-50%); pointer-events: none; }
.sub { display: flex; -webkit-box-align: start; align-items: flex-start; padding-top: 12px; }
.sub.no-menu .sub-content { margin-left: 0px; padding: 36px; }
.sub-banner { background: center center / cover no-repeat; }
.sub-banner-con { display: flex; -webkit-box-align: center; align-items: center; height: 226px; }
.sub-banner-inner { display: flex; -webkit-box-align: end; align-items: flex-end; }
.sub-banner-title { color: rgb(255, 255, 255); font-size: 50px; font-weight: bold; line-height: 74px; letter-spacing: 5px; white-space: nowrap; }
.sub-banner-text { margin-left: 40px; color: rgb(255, 255, 255); font-size: 20px; line-height: 50px; }
.sub-menu { width: 220px; border-radius: 4px; box-shadow: rgba(4, 44, 101, 0.1) 0px 2px 14px 0px; overflow: hidden; }
.sub-menu-item.current > .sub-menu-title { color: rgb(255, 255, 255); background: url("../images/sub_menu_bg.png") center center / cover no-repeat; }
.sub-menu-item.current > .sub-menu-title::after { background-image: url("../images/sub_menu_arrow_icon_expand.png"); }
.sub-menu-title { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; padding: 19.5px 20px 19.5px 24px; color: rgb(51, 51, 51); font-size: 16px; line-height: 20px; border-bottom: 1px solid rgba(153, 153, 153, 0.1); background: rgb(255, 255, 255); }
.sub-menu-title::after { content: ""; flex-shrink: 0; margin-left: 10px; width: 20px; height: 20px; background: url("../images/sub_menu_arrow_icon.png") center center no-repeat; }
.sub-menu-con { display: none; }
.sub-menu-link { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; box-sizing: border-box; padding: 11px 20px 11px 46px; color: rgb(102, 102, 102); line-height: 24px; border-bottom: 1px solid rgba(153, 153, 153, 0.1); background: rgb(255, 255, 255); }
.sub-menu-link.current { color: rgb(23, 68, 154); background: linear-gradient(to right, rgba(31, 109, 232, 0.1), rgba(237, 248, 244, 0)), rgb(255, 255, 255); }
.sub-menu-link.current::after { content: ""; flex-shrink: 0; margin-left: 10px; width: 12px; height: 12px; background: url("../images/sub_menu_icon_active.png") center center no-repeat; }
.sub-mobile { display: none; width: 100%; }
.sub-mobile.show-condition .sub-mobile-condition-shade { display: block; }
.sub-mobile-hd { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; color: rgb(255, 255, 255); background: url("../images/sub_menu_bg.png") center center / cover no-repeat; }
.sub-mobile-condition { position: relative; display: flex; }
.sub-mobile-condition-shade { position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 1; display: none; background-color: rgba(0, 0, 0, 0.4); }
.sub-mobile-condition-item { -webkit-box-flex: 1; flex: 1 1 0%; width: 0px; }
.sub-mobile-condition-item.show .sub-mobile-condition-con { display: block; }
.sub-mobile-condition-label { position: relative; box-sizing: border-box; text-align: center; text-overflow: ellipsis; white-space: nowrap; border-radius: 32px; background-color: rgb(247, 247, 247); overflow: hidden; cursor: pointer; user-select: none; }
.sub-mobile-condition-label::after { content: ""; position: absolute; top: 50%; background: url("../images/header_menu_icon_fold_mobile.png") center center / 100% 100% no-repeat; transform: translateY(-50%); }
.sub-mobile-condition-con { position: absolute; top: 100%; z-index: 2; display: none; padding: 16px 0px; border-radius: 0px 0px 12px 12px; background-color: rgb(255, 255, 255); }
.sub-mobile-condition-text { display: block; box-sizing: border-box; padding: 0px 12px; color: rgb(51, 51, 51); line-height: 21px; cursor: pointer; user-select: none; }
.sub-mobile-condition-text.current { color: rgb(23, 68, 154); }
.sub-mobile-condition-text + .sub-mobile-condition-text { margin-top: 16px; }
.sub-content { -webkit-box-flex: 1; flex: 1 1 0%; box-sizing: border-box; margin-left: 20px; padding: 8px 24px 24px; width: 0px; border-radius: 4px; background-color: rgb(255, 255, 255); box-shadow: rgba(4, 44, 101, 0.1) 0px 2px 14px 0px; transform: translate(0px); }
.sub-hd { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; 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 { box-sizing: border-box; padding: 0px 40px 0px 12px; width: 100%; height: 100%; font-size: 13px; border: 1px solid rgba(153, 153, 153, 0.2); border-radius: 4px; transition: border-color 0.3s ease 0s; }
.sub-hd-search-textbox:focus { border-color: rgb(23, 68, 154); }
.sub-hd-search-textbox::-webkit-input-placeholder { color: rgb(186, 196, 206); }
.sub-hd-search-textbox::placeholder { color: rgb(186, 196, 206); }
.sub-hd-search-btn { position: absolute; top: 0px; right: 0px; width: 40px; height: 100%; background: url("../images/sub_hd_search_icon.png") center center no-repeat; cursor: pointer; user-select: none; }
.sub-bd { margin-top: 24px; }
.sub-condition { margin-bottom: 18px; }
.sub-condition-line { display: flex; }
.sub-condition-line + .sub-condition-line { margin-top: 6px; }
.sub-condition-label { width: 70px; height: 26px; color: rgb(102, 102, 102); text-align: right; line-height: 26px; white-space: nowrap; }
.sub-condition-con { display: flex; flex-wrap: wrap; align-content: flex-start; -webkit-box-flex: 1; flex: 1 1 0%; margin-right: -6px; }
.sub-condition-item { box-sizing: border-box; margin: 0px 6px 6px 0px; padding: 0px 12px; height: 26px; color: rgb(102, 102, 102); line-height: 26px; border-radius: 4px; background-color: rgb(247, 247, 247); cursor: pointer; user-select: none; }
.sub-condition-item.current { color: rgb(255, 255, 255); font-weight: bold; background-color: rgb(23, 68, 154); }
.sub-condition-date { display: flex; }
.sub-condition-date-item { position: relative; box-sizing: border-box; width: 160px; height: 26px; border: 1px solid rgb(232, 232, 232); border-radius: 4px; transition: border-color 0.3s ease 0s; }
.sub-condition-date-item:focus-within { border-color: rgb(23, 68, 154); }
.sub-condition-date-item::after { content: ""; position: absolute; top: 50%; right: 12px; width: 14px; height: 14px; background: url("../images/sub_condition_date_icon.png") center center no-repeat; 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: rgb(230, 230, 230); transform: translateY(-50%); }
.sub-condition-date-item input { box-sizing: border-box; margin-bottom: 0px; padding: 0px 38px 0px 12px; width: 100%; height: 100%; font-size: 13px; border: none; border-radius: 4px; }
.sub-condition-date-item input::-webkit-input-placeholder { color: rgb(186, 196, 206); }
.sub-condition-date-item input::placeholder { color: rgb(186, 196, 206); }
.sub-detail-title { font-size: 26px; font-weight: bold; text-align: center; line-height: 38px; }
.sub-detail-info { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; box-sizing: border-box; margin-top: 16px; min-height: 32px; padding: 5.5px; background-color: rgb(247, 247, 247); }
.sub-detail-info-item { color: rgb(102, 102, 102); text-align: center; line-height: 21px; }
.sub-detail-info-item + .sub-detail-info-item { margin-left: 30px; }
.sub-detail-font { display: flex; -webkit-box-align: center; align-items: center; margin-left: 30px; }
.sub-detail-font-text { color: rgb(102, 102, 102); line-height: 21px; }
.sub-detail-font-item { width: 20px; height: 20px; color: rgb(102, 102, 102); text-align: center; line-height: 20px; border-radius: 2px; cursor: pointer; user-select: none; }
.sub-detail-font-item.current { color: rgb(255, 255, 255); font-weight: bold; background-color: rgb(23, 68, 154); }
.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: flex; flex-wrap: wrap; align-content: flex-start; margin-top: 8px; }
.sub-file-item { box-sizing: border-box; margin: 8px 0px 0px 8px; padding: 7px 7px 7px 52px; width: calc((100% - 8px) / 2.0001); height: 59px; border: 1px solid transparent; border-radius: 4px; background: 8px center no-repeat, rgb(247, 247, 247); }
.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: 0px; }
.sub-file-item:nth-child(2n+1) { margin-left: 0px; }
.sub-file-item:hover { border-color: rgb(23, 68, 154); background-color: rgb(255, 255, 255); }
.sub-file-title { display: flex; color: rgb(51, 51, 51); line-height: 21px; }
.sub-file-name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.sub-file-info { display: flex; margin-top: 4px; line-height: 18px; }
.sub-file-size { color: rgb(177, 182, 204); font-size: 12px; }
.sub-file-icon { margin-left: 12px; width: 14px; height: 16px; background: url("../images/download_icon.png") center center no-repeat; }
.layui-laydate-content { border-left: 1px dashed rgb(226, 226, 226) !important; }
.mui-toast-container { z-index: 1000000; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container { width: 95%; }
  .header { height: 80px; }
  .header-inner { padding: 0px 16px; height: 80px; }
  .header-logo-img { width: 150.4px; }
  .header-logo-text { font-size: 20px; }
  .header-pc { display: none; }
  .header-mobile { 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 { flex-flow: column nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; }
  .footer-text { font-size: 13px; line-height: 24px; }
  .footer-text + .footer-text { margin-left: 0px; }
  .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; flex-direction: column; -webkit-box-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 0px 0px; }
  .crumb { padding: 15px 23px; }
  .sub { -webkit-box-orient: vertical; -webkit-box-direction: normal; 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: 0px 20px 0px 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: 0px; 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; flex-direction: column; }
  .sub-detail-info-item + .sub-detail-info-item { margin-top: 10px; margin-left: 0px; }
  .sub-detail-font { margin-top: 10px; margin-left: 0px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container { width: 95%; }
  .header { height: 60px; }
  .header-inner { padding: 0px 8px; height: 60px; }
  .header-logo-img { width: 112.8px; }
  .header-logo-text { font-size: 15px; }
  .header-pc { display: none; }
  .header-mobile { 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 { flex-flow: column nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; }
  .footer-text { font-size: 12px; line-height: 20px; }
  .footer-text + .footer-text { margin-left: 0px; }
  .tab-hd { -webkit-box-orient: vertical; -webkit-box-direction: normal; 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: 0px; }
  .tab-bd { margin-top: 16px; }
  .list.with-tips .list-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-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 0px 0px; }
  .crumb { padding: 12px 23px; }
  .crumb-item { font-size: 13px; }
  .sub { -webkit-box-orient: vertical; -webkit-box-direction: normal; 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: 0px 20px 0px 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: 0px; 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; flex-direction: column; }
  .sub-detail-info-item + .sub-detail-info-item { margin-top: 10px; margin-left: 0px; }
  .sub-detail-font { margin-top: 10px; margin-left: 0px; }
  .sub-file-item { margin-left: 0px; width: 100%; }
  .sub-file-item + .sub-file-item { margin-top: 8px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .container { width: 95%; }
  .header { height: 40px; }
  .header-inner { padding: 0px 8px; height: 40px; }
  .header-logo-img { width: 56.4px; }
  .header-logo-text { font-size: 10px; }
  .header-pc { display: none; }
  .header-mobile { 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 { flex-flow: column nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; }
  .footer-text { font-size: 11px; line-height: 18px; }
  .footer-text + .footer-text { margin-left: 0px; }
  .tab-hd { -webkit-box-orient: vertical; -webkit-box-direction: normal; 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: 0px; }
  .tab-bd { margin-top: 8px; }
  .list.with-tips .list-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-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 0px 0px; }
  .crumb { padding: 9px 23px; }
  .crumb-item { font-size: 12px; }
  .sub { -webkit-box-orient: vertical; -webkit-box-direction: normal; 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: 0px 20px 0px 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: 0px; 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; flex-direction: column; }
  .sub-detail-info-item + .sub-detail-info-item { margin-top: 10px; margin-left: 0px; }
  .sub-detail-font { margin-top: 10px; margin-left: 0px; }
  .sub-file-item { margin-left: 0px; width: 100%; }
  .sub-file-item + .sub-file-item { margin-top: 8px; }
}
.hidden { display: none; }