.cms-subpage-main {
  min-height: 620px;
  background: #fff;
}

.cms-subpage-row {
  position: relative;
  z-index: 1;
  left: 0 !important;
  width: 100% !important;
  padding: 0;
  background: #fff;
}

.cms-subpage-row .customModuleRowInner {
  width: 1200px;
  margin: 0 auto;
}

.cms-subpage-pa {
  width: 1210px;
  min-height: 360px;
  margin: 0 auto;
}

.cms-target-pc {
  display: block;
}

.cms-target-left {
  width: 251px !important;
  margin-right: 0;
}

.cms-target-right {
  min-width: 0;
}

.cms-target-shell .Mo,
.cms-target-shell .MoBody,
.cms-target-shell .MoBodyM,
.cms-target-shell .MoBodyC {
  background: #fff;
}

.cms-target-shell .MoHeadM {
  background: transparent;
}

.cms-target-shell .MoName {
  margin: 0;
}

.cms-target-shell .NameTxt,
.cms-target-shell .NameTxt a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
}

.cms-side-mo .MoHeadM {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}

.cms-side-mo .NameTxt,
.cms-side-mo .NameTxt a {
  color: inherit;
}

.cms-side-mo .MoBodyC {
  border: 0;
}

.cms-mo-wrap,
.cms-mo-wrap .cms-mo {
  width: auto;
}

.cms-mo .MoBodyC {
  min-height: 0;
  padding: 0;
  border: 0;
}

.cms-target-right .MoT,
.cms-target-right .MoHead,
.cms-target-right .MoB {
  display: none;
}

.cms-target-right .MoBodyC {
  margin: 5px;
}

.cms-side-mo .oneClassList {
  margin: 0;
  padding: 0;
}

.cms-side-mo .oneClassT {
  display: block;
  margin: 0;
  padding: 0;
}

.cms-side-mo .oneClassTinner {
  height: 50px;
  line-height: 50px;
}

.cms-side-mo .oneClassT a {
  display: block;
  height: 50px;
  color: #666;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
}

.cms-side-mo .oneClassT code {
  display: inline-block;
  width: 0;
  height: 0;
}

.cms-side-mo .oneClassT.cms-side-active a,
.cms-side-mo .oneClassT a:hover {
  color: #d74140;
}

.cms-article-row .cms-subpage-pa {
  width: 1210px;
}

.cms-article-row .cms-target-right-full {
  width: 1210px !important;
}

.cms-article-row .cms-mo-wrap,
.cms-article-row .cms-mo {
  width: 1200px !important;
}

.cms-article-row .MoBodyC {
  width: 1190px !important;
}

.cms-single-row .cms-target-left {
  width: 256px !important;
}

.cms-single-row .cms-subpage-pa {
  margin: 40px auto 0;
}

.cms-single-row .cms-target-right {
  width: 954px !important;
}

.cms-single-row .cms-mo-wrap,
.cms-single-row .cms-mo {
  width: 944px !important;
}

.cms-single-row .cms-mo .MoBodyC {
  width: 870px !important;
  margin: 37px;
}

.cms-single-row .cms-side-mo {
  width: 246px !important;
  background: transparent;
}

.cms-single-row .cms-side-mo .MoBodyC {
  width: 206px !important;
  margin: 0 10px;
}

.cms-single-row .cms-side-mo .oneClassTinner,
.cms-single-row .cms-side-mo .oneClassT a {
  height: 58px;
  line-height: 57px;
}

.cms-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}

.cms-category-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid #dcdcdc;
  color: #555;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.cms-category-tabs a.active,
.cms-category-tabs a:hover {
  border-color: #ad030f;
  color: #fff;
  background: #ad030f;
}

.cms-section-list ol {
  margin: 0;
  padding: 0;
}

.cms-section-list li {
  list-style: none;
}

.cms-section-list li .inner {
  position: relative;
  display: block;
  min-height: 50px;
  padding: 0 70px 0 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 0;
  line-height: 50px;
}

.cms-section-list .text-list-times {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 50px;
  text-align: right;
}

.cms-section-list .text-list-a {
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
  line-height: 50px;
  vertical-align: top;
}

.cms-section-list .text-list-a code {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 3px 0;
  background: #ad030f;
  vertical-align: middle;
}

.cms-section-list .text-list-a a {
  display: block;
  max-width: calc(100% - 16px);
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 50px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}

.cms-section-list .text-list-a a:hover {
  color: #ad030f;
}

.cms-pager {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}

.cms-pager a {
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #dddddd;
  color: #555;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.cms-pager a.active,
.cms-pager a:hover {
  border-color: #ad030f;
  color: #fff;
  background: #ad030f;
}

.p-details-area {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0;
}

.p-details-area .h1-title {
  margin: 10px 0 0;
  padding: 10px 0;
  color: #666;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 36px !important;
  text-align: center;
  letter-spacing: 0;
}

.a-abstract {
  margin: 0 0 10px;
  color: #000;
  font-size: 12px;
  line-height: normal;
  text-align: center;
}

#pShowListDetail {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
}

.cms-richtext {
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  word-break: break-word;
}

.cms-richtext p {
  margin: 0 0 1em;
}

.cms-richtext h1,
.cms-richtext h2,
.cms-richtext h3,
.cms-richtext h4 {
  margin: 1.2em 0 0.6em;
  color: #222;
  line-height: 1.35;
  letter-spacing: 0;
}

.cms-richtext img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto;
}

.cms-richtext table {
  max-width: 100%;
  border-collapse: collapse;
}

.cms-richtext td,
.cms-richtext th {
  padding: 6px;
  border: 1px solid #e5e5e5;
}

.cms-single-page {
  min-height: 360px;
}

.cms-prev-next {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #eeeeee;
  color: #666;
  font-size: 14px;
  line-height: 2;
}

.cms-prev-next p {
  margin: 0;
}

.cms-prev-next a {
  color: #333;
  text-decoration: none;
}

.cms-prev-next a:hover {
  color: #ad030f;
}

@media (max-width: 1220px) {
  .cms-subpage-row .customModuleRowInner,
  .cms-subpage-pa {
    width: calc(100vw - 32px);
  }

  .cms-mo-wrap,
  .cms-mo-wrap .cms-mo {
    width: 100% !important;
  }

  .cms-target-left {
    flex-basis: 240px;
  }
}

@media (max-width: 760px) {
  .cms-subpage-row {
    padding: 92px 0 42px;
  }

  .cms-target-pc {
    display: block;
  }

  .cms-target-left,
  .cms-target-right {
    width: 100% !important;
    margin: 0 0 16px;
  }

  .cms-side-mo,
  .cms-side-mo .customModule,
  .cms-mo-wrap,
  .cms-mo-wrap .cms-mo {
    width: 100% !important;
  }

  .cms-mo .MoBodyC {
    padding: 24px 18px 30px;
  }

  .p-details-area .h1-title {
    font-size: 22px;
  }

  .cms-section-list li .inner {
    display: block;
    padding: 10px 0;
  }

  .cms-section-list .text-list-times {
    display: block;
    text-align: left;
  }

  .cms-section-list .text-list-a a {
    max-width: calc(100% - 20px);
    line-height: 1.6;
    white-space: normal;
  }
}
