@font-face {
  font-family: textweb_medium;
  font-weight: 400;
  font-style: normal;
  src: url('/files/fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: textweb_light;
  font-weight: 400;
  font-style: normal;
  src: url('/files/fonts/PlayfairDisplay-Regular.ttf');
}

@font-face {
  font-family: textweb_bold;
  font-weight: bold;
  font-style: normal;
  src: url('/files/fonts/PlayfairDisplay-Regular.ttf');
}

@font-face {
  font-family: textweb_regular;
  font-weight: 400;
  font-style: normal;
  src: url('/files/fonts/OpenSans-Regular.ttf');
}
/** Flex */
.abs-hor-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.single-line-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/** 基本准备 */
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
.pointer {
  cursor: pointer;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.body-not-scroll {
  position: fixed;
  width: 100%;
}
.scroll-down .desktop-nav .logo-img {
  width: 0;
}
.scroll-down .desktop-nav .header-logo {
  padding-top: 0;
  padding-bottom: 0;
}
.header-nav-outer {
  height: 64px;
}
.header-nav {
  position: relative;
  background: #FFFFFF;
  z-index: 50;
  border-bottom: solid 1px #f3f3f3;
}
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-nav-wrapper {
  top: 0;
}
.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
}
.mobile-nav .header-logo {
  font: 24px/55px textweb_bold;
  color: #193354;
}
.mobile-nav .header-logo img {
  width: 80px;
  padding-top: 4px;
  padding-bottom: 2px;
}
.mobile-nav .header-logo a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav li {
  list-style: none;
}
.mobile-nav [class*='ifont-'] {
  font-size: 1.5rem;
}
.desktop-nav {
  display: none;
}
.mob-nav-trigger,
.mob-search-trigger {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mob-nav-trigger [class*='icon-'],
.mob-search-trigger [class*='icon-'] {
  font-size: 0;
}
.mobile-header-nav {
  display: none;
}
.mobile-header-nav.active {
  display: block;
}
.mobile-header-nav.active .overlay-nav {
  width: 100%;
  height: calc(100vh - 55px);
  opacity: 255;
  overflow-y: auto;
}
.first-header-list {
  font-weight: bold;
}
.first-header-list li {
  color: #3d3d3d;
  position: relative;
  cursor: pointer;
}
.first-header-list li:hover .unfold-nav {
  max-height: none;
}
.first-header-list .unfold-nav {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 48px;
  background-color: #193354;
}
.first-header-list .unfold-nav a {
  color: #fff;
}
.overlay-nav {
  width: 0;
  height: 0;
  opacity: 0;
}
.mobile-header-list {
  padding: 0 0 105px;
  margin: 0;
  list-style: none;
  padding-inline-start: 0;
  font-family: "textweb_bold";
}
.mobile-header-list li {
  color: #193354;
  border-top: solid 1px rgba(161, 161, 161, 0.5);
}
.mobile-header-list li.active {
  font-family: textweb_bold, Arial, Verdana, sans-serif;
  position: relative;
  color: #f17a6c;
}
.mobile-header-list a {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-decoration: none;
  color: inherit;
  padding: 20px;
}
.mb-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.mb-search-input {
  outline: 0;
  height: 60px;
  border-radius: 0;
  padding: 0 20px;
  border: solid 1px rgba(161, 161, 161, 0.5);
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  font-family: "textweb_regular";
  font-size: 20px;
  color: #193354;
}
.mob-search-btn {
  min-width: 60px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: none;
  background-color: #f17a6c;
  color: #fff;
}
.mb-search-title {
  padding: 0 20px 20px;
  font-family: "textweb_bold";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #193354;
}
@media (min-width: 992px) {
  .header-nav-outer {
    height: 192px;
  }
  .mobile-nav {
    display: none;
  }
  .desktop-nav {
    display: block;
  }
  .desktop-nav .header-logo {
    border-bottom: solid 8px #102027;
  }
  .desktop-nav .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .desktop-nav .header-logo img {
    width: 150px;
    margin-top: 5px;
    margin-bottom: 2px;
  }
  .desktop-nav .header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .desktop-nav .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .first-header-list {
    list-style: none;
    display: flex;
    max-width:690px;
    max-width: calc(100% - 300px);
    width: max-content;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0;
  }
  .first-header-list li {
    display: inline-block;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    white-space: nowrap;
  }
  .first-header-list .txt {
    padding: 16px 12px;
    letter-spacing: 0.4px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .first-header-list .txt:hover .unfold-icon {
    display: none;
  }
  .first-header-list .txt:hover .unfold-icon-act {
    display: inline;
  }
  .first-header-list .txt:after {
    position: absolute;
    background-image: url(/files/image/material/tab_underline.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
  }
  .first-header-list .txt.active {
    font-family: textweb_bold;
    font-weight: bold;
  }
  .first-header-list .txt.active,
  .first-header-list .txt:hover {
    color: #f17a6c;
  }
  .first-header-list .txt .unfold-icon-act {
    display: none;
  }
  .first-header-list a {
    color: inherit;
    text-decoration: none;
  }
  .mobile-header-nav {
    display: none !important;
  }
  .header-action {
    padding: 0 20px;
    max-width: 1280px;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .unfold-icon,
  .unfold-icon-act {
    position: relative;
    top: 4px;
  }
  .pc-search-box {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 999px;
    border: solid 1px rgba(161, 161, 161, 0.5);
    padding-right: 8px;
  }
  .pc-search-input {
    outline: 0;
    height: 42px;
    border-radius: 0;
    padding: 0 20px;
    border: solid 0;
    border-radius: 999px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    font-family: "textweb_regular";
    font-size: 20px;
    color: #193354;
  }
  .pc-search-btn {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: none;
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo,
  .header-action {
    padding: 4px 60px;
  }
}
@media screen and (min-width: 1440px) {
  .desktop-nav {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .first-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .first-header-list .txt:after {
    bottom: -16px;
  }
  .header-logo,
  .header-action {
    padding: 4px 0;
  }
}
@media screen and (min-width: 1920px) {
  .header-action {
    max-width: 1280px;
  }
}
.backtop-btn-box,
.backtop-btn {
  display: none;
}
.site-footer {
  background: #102027;
  font-size: 14px;
  padding: 70px 0;
  color: #FFFFFF;
}
.site-footer .container {
  margin: auto;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .mt-5 {
  margin-top: 3rem !important;
  font-family: 'textweb_light';
}
.site-footer .mt-5 p {
  margin-bottom: 16px;
}
.site-footer .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.site-footer .text-center {
  text-align: center !important;
}
.site-footer .mb-4 {
  margin-bottom: 1.5rem !important;
}
.site-footer .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.site-footer .rounded {
  border-radius: 0.25rem !important;
}
.site-footer .me-4 {
  margin-right: 1.5rem !important;
}
.site-footer a {
  color: #ffffff;
  position: relative;
  display: block;
  line-height: 28px;
}
.site-footer a:hover {
  color: #f17a6c;
}
.site-footer .footer-cta h2,
.site-footer .footer-cta .h2 {
  font-size: 30px;
  color: #FFFFFF;
}
.site-footer .btn:before {
  display: none;
}
.site-footer .widget {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "textweb_light";
}
.site-footer .widget p {
  line-height: 1.4;
}
.site-footer .widget h3,
.site-footer .widget .h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-family: "textweb_bold";
}
.site-footer .widget .links {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .widget .links li {
  margin-bottom: 10px;
}
.site-footer .social li {
  display: inline-block;
}
.site-footer .social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
  color: #3d3d3d;
}
.site-footer .social li a:before {
  display: none;
}
.site-footer .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-footer .social li a:hover {
  background: #fff5f8;
  color: #fff5f8;
}
.post-entry-sidebar .post-meta,
.post-entry-footer .post-meta {
  font-size: 14px;
  color: #fff5f8;
}
.post-entry-sidebar ul,
.post-entry-footer ul {
  padding: 0;
  margin: 0;
}
.post-entry-sidebar ul li,
.post-entry-footer ul li {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.post-entry-sidebar ul li a,
.post-entry-footer ul li a {
  display: table;
  color: #4D4C7D;
}
.post-entry-sidebar ul li a img,
.post-entry-footer ul li a img {
  width: 90px;
}
.post-entry-sidebar ul li a img,
.post-entry-sidebar ul li a .text,
.post-entry-footer ul li a img,
.post-entry-footer ul li a .text {
  display: table-cell;
  vertical-align: middle;
}
.post-entry-sidebar ul li a .text h4,
.post-entry-sidebar ul li a .text .h4,
.post-entry-footer ul li a .text h4,
.post-entry-footer ul li a .text .h4 {
  font-size: 18px;
  font-family: "serif_medium";
  line-height: 1.4;
}
.post-entry-footer ul li {
  margin-bottom: 0;
}
.post-entry-footer ul li a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 992px) {
  .site-footer .row:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer .col-lg-4 {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }
  .site-footer .ps-lg-5 .mb-4 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .widget .links {
    width: 150px;
  }
}
@media (min-width: 1440px) {
  .site-footer .container {
    max-width: 1280px;
  }
  .first-header-list {
    list-style: none;
    display: flex;
    max-width:950px;
    width: max-content;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0;
  }
}
@media (min-width: 1920px) {
  .site-footer .container {
    max-width: 1280px;
  }
}
@media all and (min-width: 1200px) {
  .backtop-btn-box {
    display: block;
  }
  .backtop-btn {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 36px;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px #193354;
    text-align: center;
    overflow: hidden;
  }
  .backtop-btn:hover {
    background: #193354;
  }
  .backtop-btn:hover .unfold-icon {
    display: none;
  }
  .backtop-btn:hover .unfold-icon-act {
    display: inline;
  }
  .backtop-btn .unfold-icon-act {
    display: none;
  }
  .backtop-btn .unfold-icon,
  .backtop-btn .unfold-icon-act {
    position: relative;
    top: 10px;
  }
}
/** 广告相关 */
.header-banner {
  display: none;
}
.auto-ad-box {
  position: relative;
}
.auto-ad-box .auto-ad-box-cls {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 14px;
  font-size: 12px;
  line-height: 16px;
  color: #8b8b8b;
  background-color: #FFFFFF;
}
.auto-ad-box .auto-ad-box-cls:after,
.auto-ad-box .auto-ad-box-cls:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #8b8b8b;
}
.auto-ad-box .auto-ad-box-cls:after {
  transform: rotate(45deg);
}
.auto-ad-box .auto-ad-box-cls:before {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .header-banner {
    background-color: #ffffff;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.grid-l-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  background: #fff;
}
.grid-l-r:last-child {
  margin-bottom: 0;
}
.grid-l-r .grid-thumbnail {
  width: 36%;
  position: relative;
  margin-right: 16px;
  height: fit-content;
  background-color: rgba(240, 240, 240, 0.8);
}
.grid-l-r .grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 60%;
}
.grid-l-r .grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-l-r .grid-thumbnail .front-img:hover {
  opacity: 0.7;
}
.grid-l-r .grid-thumbnail .grid-cate {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #193354;
  background-color: #dce8e8;
  padding: 10px 12px;
  font: 12px/12px "textweb_regular";
}
.grid-l-r .grid-thumbnail .grid-cate:hover {
  text-decoration: underline;
}
.grid-l-r .grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-l-r .grid-title {
  font-family: "serif_semibold";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #193354;
}
.grid-l-r .grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-l-r .grid-title:hover {
  text-decoration: underline;
}
.grid-l-r .grid-date {
  display: none;
}
.grid-l-r .grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding-right: 8px;
}
.grid-l-r .grid-meta {
  line-height: 12px;
  font-size: 12px;
  font-family: "textweb_regular";
  letter-spacing: 1px;
  margin-top: 28px;
}
.grid-l-r .grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-l-r .grid-meta cate,
.grid-l-r .grid-meta author,
.grid-l-r .grid-meta time {
  display: inline;
}
.grid-l-r .grid-meta cate {
  font-family: "textweb_bold";
}
.grid-l-r .grid-meta .split-dec {
  font-weight: bold;
}
.grid-l-r .grid-cate {
  letter-spacing: 1px;
  text-align: center;
}
.grid-l-r .grid-cate a {
  color: inherit;
  text-decoration: none;
}
.grid-l-r .grid-cate a:hover {
  color: #f17a6c;
  text-decoration: underline;
}
@media (min-width: 450px) {
  .grid-l-r {
    background: #fff;
  }
  .grid-l-r .grid-meta {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .grid-l-r {
    margin-bottom: 2vw;
    padding: 0 0;
  }
  .grid-l-r .grid-thumbnail {
    width: 180px;
  }
  .grid-l-r .grid-title {
    padding-bottom: 0;
    position: relative;
    max-height: 78px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .grid-l-r .grid-title:after {
    display: none;
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #bbbdbd;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .grid-l-r .grid-meta {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .grid-l-r .grid-date {
    display: block;
    margin-top: 13px;
  }
  .grid-l-r .grid-cate {
    font-size: 14px;
  }
}
.grid-t-b {
  background: #fff;
}
.grid-t-b .grid-thumbnail {
  position: relative;
  height: fit-content;
  background-color: rgba(240, 240, 240, 0.8);
}
.grid-t-b .grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 60%;
}
.grid-t-b .grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-t-b .grid-thumbnail .front-img:hover {
  opacity: 0.7;
}
.grid-t-b .grid-thumbnail .grid-cate {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #193354;
  background-color: #dce8e8;
  padding: 10px 12px;
  font: 12px/12px "textweb_regular";
}
.grid-t-b .grid-thumbnail .grid-cate:hover {
  text-decoration: underline;
}
.grid-t-b .grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-t-b .grid-title {
  font-family: "serif_semibold";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #193354;
}
.grid-t-b .grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-t-b .grid-title:hover {
  text-decoration: underline;
}
.grid-t-b .grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 16px 0;
}
.grid-t-b .grid-meta {
  line-height: 12px;
  font-size: 12px;
  font-family: "textweb_light";
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
  justify-content: end;
}
.grid-t-b .grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-t-b .grid-meta cate,
.grid-t-b .grid-meta author,
.grid-t-b .grid-meta time {
  display: inline;
}
.grid-t-b .grid-meta time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.grid-t-b .grid-meta time .dec {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.grid-t-b .grid-meta cate {
  font-family: "textweb_bold";
}
.grid-t-b .grid-meta .split-dec {
  font-weight: bold;
}
.grid-t-b .grid-cate {
  letter-spacing: 1px;
  text-align: center;
}
.grid-t-b .grid-cate a {
  color: inherit;
  text-decoration: none;
}
.grid-t-b .grid-cate a:hover {
  color: #f17a6c;
  text-decoration: underline;
}
@media (min-width: 450px) {
  .grid-t-b {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .grid-t-b {
    margin-bottom: 2vw;
    padding: 0 0;
  }
  .grid-t-b .grid-info {
    margin-right: 0;
  }
  .grid-t-b .grid-title {
    padding-bottom: 0;
    position: relative;
    max-height: 104px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .grid-t-b .grid-title:after {
    display: none;
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #bbbdbd;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .grid-t-b .grid-meta {
    margin-bottom: 16px;
  }
  .grid-t-b .grid-cate {
    font-size: 14px;
  }
}
.grid-b-t {
  margin-bottom: 3vw;
  background: #fff;
}
.grid-b-t > :first-child {
  margin-bottom: 12px;
}
.grid-b-t .grid-thumbnail {
  position: relative;
  height: fit-content;
  width: 100%;
  background-color: rgba(240, 240, 240, 0.8);
}
.grid-b-t .grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 60%;
}
.grid-b-t .grid-thumbnail:before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(right, #000 0%, #f17a6c 100%);
  background: -o-linear-gradient(right, #000 0%, #f17a6c 100%);
  background: -moz-linear-gradient(right, #000 0%, #f17a6c 100%);
  background: linear-gradient(right, #000 0%, #f17a6c 100%);
}
.grid-b-t .grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-b-t .grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-b-t .grid-title {
  font-family: "textweb_bold";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  max-height: 78px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.grid-b-t .grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-b-t .grid-title:hover {
  text-decoration: underline;
}
.grid-b-t .grid-date {
  display: none;
}
.grid-b-t .grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
}
.grid-b-t .grid-meta {
  line-height: 12px;
  font-size: 12px;
  font-family: "textweb_regular";
  letter-spacing: 1px;
  margin-top: 28px;
}
.grid-b-t .grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-b-t .grid-meta cate,
.grid-b-t .grid-meta author,
.grid-b-t .grid-meta time {
  display: inline;
}
.grid-b-t .grid-meta cate {
  font-family: "textweb_bold";
}
.grid-b-t .grid-meta .split-dec {
  font-weight: bold;
}
.grid-b-t .grid-cate {
  letter-spacing: 1px;
  text-align: center;
}
.grid-b-t .grid-cate a {
  color: inherit;
  text-decoration: none;
}
.grid-b-t .grid-cate a:hover {
  color: #f17a6c;
  text-decoration: underline;
}
@media (min-width: 450px) {
  .grid-b-t .grid-meta {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .grid-b-t {
    margin-bottom: 2vw;
  }
  .grid-b-t .grid-title {
    padding-bottom: 0;
    position: relative;
  }
  .grid-b-t .grid-title:after {
    display: none;
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #bbbdbd;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .grid-b-t .grid-meta {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .grid-b-t .grid-date {
    display: block;
    margin-top: 13px;
  }
  .grid-b-t .grid-cate {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .grid-b-t .grid-thumbnail {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .grid-b-t .grid-thumbnail:hover {
    opacity: 0.7;
  }
}
.grid-title-on:last-child {
  margin-bottom: 0;
}
.grid-title-on .grid-thumbnail {
  position: relative;
  background-color: rgba(240, 240, 240, 0.8);
}
.grid-title-on .grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 60%;
}
.grid-title-on .grid-thumbnail:hover .img-layer {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.grid-title-on .grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-title-on .grid-thumbnail .img-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}
.grid-title-on .grid-thumbnail .grid-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
.grid-title-on .grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-title-on .grid-title {
  font-family: "serif_semibold";
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  color: #ffffff;
  white-space: normal;
}
.grid-title-on .grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-title-on .grid-date {
  display: none;
}
.grid-title-on .grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding-bottom: 24px;
  padding-top: 12px;
}
.grid-title-on .grid-meta {
  line-height: 12px;
  font-size: 12px;
  font-family: "textweb_regular";
  letter-spacing: 1px;
  margin-top: 28px;
}
.grid-title-on .grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-title-on .grid-meta cate,
.grid-title-on .grid-meta author,
.grid-title-on .grid-meta time {
  display: inline;
}
.grid-title-on .grid-meta cate {
  font-family: "textweb_bold";
}
.grid-title-on .grid-meta .split-dec {
  font-weight: bold;
}
.grid-title-on .grid-cate {
  letter-spacing: 1px;
  text-align: center;
}
.grid-title-on .grid-cate a {
  color: inherit;
  text-decoration: none;
}
.grid-title-on .grid-cate a:hover {
  color: #f17a6c;
  text-decoration: underline;
}
@media (min-width: 450px) {
  .grid-title-on .grid-title-on {
    margin-bottom: 32px;
    background: #fff;
  }
  .grid-title-on .grid-meta {
    margin-top: 0;
  }
  .grid-title-on .grid-info {
    padding: 8px 0;
  }
}
@media (min-width: 768px) {
  .grid-title-on {
    padding: 0 0;
    height: 100%;
  }
  .grid-title-on .grid-thumbnail {
    height: 100%;
  }
  .grid-title-on .grid-info {
    margin-right: 0;
    padding: 24px;
  }
  .grid-title-on .grid-title {
    padding-bottom: 0;
    position: relative;
  }
  .grid-title-on .grid-title:after {
    display: none;
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #bbbdbd;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .grid-title-on .grid-header {
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .grid-title-on .grid-meta {
    margin-top: 0;
  }
  .grid-title-on .grid-date {
    display: block;
    margin-top: 13px;
  }
  .grid-title-on .grid-cate {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .grid-title-on .grid-thumbnail {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .grid-title-on .grid-thumbnail:hover {
    opacity: 0.7;
  }
  .grid-title-on .grid-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.grid-title-on-b .grid-thumbnail {
  background-color: rgba(240, 240, 240, 0.8);
}
.grid-title-on-b .grid-thumbnail:after {
  padding-top: 100%;
}
.grid-title-on-b .grid-thumbnail .grid-title {
  display: none;
}
.grid-title-on-b .grid-title {
  color: #193354;
}
.grid-title-on-b .grid-info .grid-title {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .grid-title-on-b .grid-thumbnail .grid-title {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
  }
  .grid-title-on-b .grid-thumbnail:after {
    padding-top: 70%;
  }
  .grid-title-on-b .grid-info {
    display: none;
  }
}
.grid-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  background: #fff;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
}
.grid-txt:last-child {
  border-bottom: none;
}
.grid-txt .grid-title {
  font-family: "serif_semibold";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #193354;
}
.grid-txt .grid-title:hover {
  text-decoration: underline;
}
.grid-txt a {
  text-decoration: none;
}
.grid-txt .grid-date {
  display: none;
}
.grid-txt .grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding-bottom: 12px;
}
.grid-txt .grid-meta {
  line-height: 12px;
  font-size: 12px;
  font-family: "textweb_regular";
  letter-spacing: 1px;
  margin-top: 28px;
}
.grid-txt .grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-txt .grid-meta cate,
.grid-txt .grid-meta author,
.grid-txt .grid-meta time {
  display: inline;
}
.grid-txt .grid-meta cate {
  font-family: "textweb_bold";
}
.grid-txt .grid-meta .split-dec {
  font-weight: bold;
}
.grid-txt .grid-cate {
  letter-spacing: 1px;
  text-align: center;
}
.grid-txt .grid-cate a {
  color: inherit;
  text-decoration: none;
}
.grid-txt .grid-cate a:hover {
  color: #f17a6c;
  text-decoration: underline;
}
@media (min-width: 450px) {
  .grid-txt {
    background: #fff;
  }
  .grid-txt .grid-meta {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .grid-txt {
    margin-bottom: 1vw;
    padding: 0 0;
    width: 100%;
  }
  .grid-txt:last-child {
    margin-bottom: 0;
  }
  .grid-txt .grid-info {
    margin-right: 0;
  }
  .grid-txt .grid-title {
    padding-bottom: 0;
    position: relative;
    max-height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .grid-txt .grid-title:after {
    display: none;
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #bbbdbd;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .grid-txt .grid-meta {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .grid-txt .grid-date {
    display: block;
    margin-top: 13px;
  }
  .grid-txt .grid-cate {
    font-size: 14px;
  }
}
.feed-sec-title {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  color: #193354;
}
.feed-sec-title .pre-dec {
  min-width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 999px;
}
.feed-sec-title .pre-dec:after {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
}
.feed-sec-title .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.feed-sec-title .txt:after {
  display: block;
  content: '';
  width: 150px;
  height: 150px;
  position: absolute;
  top: -20px;
  right: 0;
}
.feed-sec-title .inner-txt {
  position: relative;
  z-index: 1;
  font-size: inherit;
  line-height: 1.2;
  font: 22px/30px textweb_bold;
}
.feed-sec-title .more {
  color: #193354;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
}
.feed-sec-title .more .inner-txt {
  font: 18px/24px textweb_bold;
}
.feed-sec-title .more:hover {
  color: #f17a6c;
}
.feed-sec-title .more .dec {
  font: 18px/24px textweb_bold;
  color: #f17a6c;
}
.feed-sec-title a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.feed-sec-title svg {
  width: 20px;
  height: 5px;
}
.feed-sec-title .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.feed-sec-title .sec-dec {
  font-size: 16px;
  margin-top: 8px;
  font-family: "textweb_regular";
}
@media screen and (min-width: 768px) {
  .feed-sec-title {
    padding: 60px 0 30px 0;
  }
  .feed-sec-title .inner-txt {
    font: 32px/40px textweb_bold;
  }
  .feed-sec-title .pre-dec {
    min-width: 56px;
    height: 56px;
  }
}
.archead-item {
  margin-bottom: 40px;
}
.archead-thumbnail {
  width: 100%;
  position: relative;
}
.archead-thumbnail:after {
  display: block;
  content: '';
  padding-top: 70%;
}
.archead-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.archead-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.archead-title {
  font-family: "serif_semibold";
  font-size: 40px;
  line-height: 44px;
  font-weight: normal;
}
.archead-title a {
  color: inherit;
  text-decoration: none;
}
.archead-header {
  margin-bottom: 32px;
}
.archead-meta {
  line-height: 12px;
  font-size: 12px;
  font-family: "textweb_regular";
  letter-spacing: 1px;
  margin-top: 28px;
  margin-bottom: 24px;
}
.archead-meta a {
  color: inherit;
  text-decoration: none;
}
.archead-meta cate {
  font-size: 14px;
}
.archead-meta cate,
.archead-meta author,
.archead-meta time {
  display: inline;
}
.archead-meta cate {
  font-family: "textweb_regular";
}
.archead-meta .split-dec {
  font-weight: bold;
  margin: 0 12px;
}
.archead-meta .writer {
  text-transform: none;
}
.archead-meta .writer a {
  text-decoration: none;
  color: inherit;
}
.archead-meta .author {
  text-transform: uppercase;
}
.archead-info {
  background: #899AA4;
  padding: 24px;
  color: #F2F9FA;
}
.archead-btn {
  align-items: center;
  background-color: #f17a6c;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-family: "textweb_regular";
  font-size: 12px;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 8px 24px;
  text-decoration: none;
}
@media (min-width: 450px) {
  .archead-item {
    margin-bottom: 48px;
  }
  .archead-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .archead-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .archead-thumbnail {
    width: 60%;
  }
  .archead-title {
    position: relative;
  }
  .archead-date {
    display: block;
    margin-top: 13px;
  }
  .archead-info {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    padding-left: 6%;
    padding-right: 3%;
  }
  .archead-info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
  .archead-meta {
    margin-bottom: 32px;
  }
  .archead-type2 .archead-thumbnail {
    width: 60%;
  }
  .archead-type2 .archead-info {
    background: #193354;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .archead-thumbnail {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .archead-thumbnail:hover {
    opacity: 0.7;
  }
}
.main-page-out,
.main-page-box {
  max-width: 1280px;
  margin: auto;
}
.main-page,
.main-page-noflex {
  max-width: 1280px;
  margin: auto;
}
.main-page aside,
.main-page-noflex aside {
  display: none;
}
.main-page main,
.main-page-noflex main {
  padding-top: 36px;
}
.archead-item {
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.feeds-sec {
  padding: 0 20px;
  margin-bottom: 60px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.feeds-sort1 .feeds-col-l .col-t {
  margin-bottom: 3vw;
}
.feeds-sort1 .feeds-col-t {
  margin-bottom: 3vw;
}
.feeds-sort1 .feeds-col-r {
  overflow: auto;
  white-space: nowrap;
  font-size: 0;
}
.feeds-sort1 .feeds-col-r .col-t,
.feeds-sort1 .feeds-col-r .col-b {
  display: inline-block;
  white-space: nowrap;
}
.feeds-sort1 .feeds-col-r .grid-item {
  display: inline-block;
  width: 160px;
  margin-right: 3vw;
}
.feeds-sort1 .feeds-col-r > :last-child > :last-child {
  margin-right: 0;
}
.feeds-sort0 > * {
  margin-bottom: 3vw;
}
> .feeds-sort0:last-child {
  margin-bottom: 0;
}
.feeds-sort0 .feeds-col-r .col-t {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vw;
}
.feeds-sort0 .feeds-col-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feeds-sort0 .feeds-col-l .grid-item:last-child {
  margin-bottom: 0;
}
.feeds-sort2 .feeds-col-r,
.feeds-sort2-1 .feeds-col-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feeds-sort2 .col-box,
.feeds-sort2-1 .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.feeds-sort2 .grid-t-b:first-child,
.feeds-sort2-1 .grid-t-b:first-child {
  margin-right: 3vw;
}
.feeds-sort2 .grid-t-b,
.feeds-sort2-1 .grid-t-b {
  margin-bottom: 3vw;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.feeds-sort5 .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.feeds-sort5 .carousel-item {
  min-width: 220px;
  margin-right: 3vw;
}
.feeds-sort5 .carousel-item:last-child {
  margin-right: 0;
}
.feeds-sort5 .grid-t-b .grid-thumbnail:after {
  padding-top: 120%;
}
.feeds-sort4 .feeds-col-t > * {
  margin-bottom: 3vw;
}
.feeds-sort4 .feeds-col-r .col-t {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.feeds-sort4 .feeds-col-r .col-t:first-child {
  margin-bottom: 3vw;
}
.feeds-sort3 .grid-l-r:last-child {
  margin-bottom: 3vw;
}
.feeds-sort3 .grid-l-r {
  display: block;
}
.feeds-sort3 .grid-l-r .grid-thumbnail {
  width: 100%;
  margin-right: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 450px) {
  .feeds-sort0 .grid-b-t:last-child {
    margin-bottom: 0;
  }
  .feeds-sort3 .grid-l-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feeds-sort3 .grid-l-r .grid-thumbnail {
    width: 36%;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.feeds-sec.no-mb-margin {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .feeds-sec.no-mb-margin {
    margin-bottom: 60px;
  }
  .feeds-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feeds-sort1 {
    display: block;
  }
  .feeds-sort1 .feeds-col-l .col-t {
    max-width: none;
    height: 100%;
    margin-bottom: 0;
  }
  .feeds-sort1 .feeds-col-l,
  .feeds-sort1 .feeds-col-r {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }
  .feeds-sort1 .feeds-col-t {
    margin-bottom: 2vw;
  }
  .feeds-sort1 .feeds-col-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feeds-sort1 .feeds-col-t > :first-child {
    margin-right: 2vw;
    margin-bottom: 0;
  }
  .feeds-sort1 .feeds-col-l .col-t {
    margin-bottom: 0;
  }
  .feeds-sort1 .feeds-col-r {
    overflow: unset;
  }
  .feeds-sort1 .feeds-col-r .col-t,
  .feeds-sort1 .feeds-col-r .col-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feeds-sort1 .feeds-col-r .col-t {
    margin-bottom: 2vw;
  }
  .feeds-sort1 .feeds-col-r .grid-item {
    display: block;
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-right: 2vw;
  }
  .feeds-sort1 .feeds-col-r .grid-item:last-child {
    margin-right: 0;
  }
  .feeds-sort2,
  .feeds-sort2-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feeds-sort2 .feeds-col-l,
  .feeds-sort2-1 .feeds-col-l {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: normal;
    align-items: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 2vw;
  }
  .feeds-sort2 .feeds-col-r,
  .feeds-sort2-1 .feeds-col-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 2;
    -ms-flex: 2;
    -moz-box-flex: 2;
    flex: 2;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .feeds-sort2 .grid-t-b:first-child,
  .feeds-sort2-1 .grid-t-b:first-child,
  .feeds-sort2 .col-box:first-child,
  .feeds-sort2-1 .col-box:first-child {
    margin-right: 1vw;
  }
  .feeds-sort2 .grid-t-b,
  .feeds-sort2-1 .grid-t-b {
    margin-bottom: 0;
  }
  .feeds-sort2-1 .grid-t-b {
    width: 50%;
  }
  .feeds-sort3 > :first-child {
    margin-right: 2vw;
  }
  .feeds-sort3 .feeds-col-l,
  .feeds-sort3 .feeds-col-r {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }
  .feeds-sort3 .feeds-col-l .grid-thumbnail,
  .feeds-sort3 .feeds-col-r .grid-thumbnail {
    width: 60%;
    height: 100%;
  }
  .feeds-sort3 .feeds-col-l .grid-title,
  .feeds-sort3 .feeds-col-r .grid-title {
    max-height: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .feeds-sort3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feeds-sort3 .feeds-col-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -moz-flex-flow: column;
    flex-flow: column;
  }
  .feeds-sort3 .grid-l-r:last-child {
    margin-bottom: 0;
  }
  .feeds-sort4 {
    display: block;
  }
  .feeds-sort4 .feeds-col-t {
    margin-bottom: 2vw;
  }
  .feeds-sort4 .feeds-col-t > * {
    margin-bottom: 0;
  }
  .feeds-sort4 .feeds-col-t,
  .feeds-sort4 .feeds-col-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feeds-sort4 .feeds-col-t > :first-child,
  .feeds-sort4 .feeds-col-b > :first-child {
    margin-right: 2vw;
    margin-bottom: 0;
  }
  .feeds-sort4 .feeds-col-l {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: normal;
    align-items: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 2vw;
  }
  .feeds-sort4 .feeds-col-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 2;
    -ms-flex: 2;
    -moz-box-flex: 2;
    flex: 2;
  }
  .feeds-sort4 .feeds-col-r .col-t {
    max-width: none;
    height: 100%;
    margin-bottom: 0;
    width: 50%;
  }
  .feeds-sort4 .feeds-col-r .col-t:first-child {
    margin-right: 2vw;
    margin-bottom: 0;
  }
  .feeds-sort0 > * {
    margin-bottom: 0;
    margin-right: 2vw;
  }
  .feeds-sort0 > :last-child {
    margin-right: 0;
  }
  .feeds-sort0 .grid-b-t:first-child .grid-title {
    font-size: 24px;
    line-height: 30px;
    max-height: 90px;
  }
  .feeds-sort0 .grid-b-t:last-child {
    margin-bottom: 0;
  }
  .feeds-sort0 .feeds-col-r {
    -webkit-flex: 3;
    -ms-flex: 3;
    -moz-box-flex: 3;
    flex: 3;
  }
  .feeds-sort0 .feeds-col-r .col-t {
    margin-bottom: 2vw;
    max-width: none;
  }
  .feeds-sort0 .feeds-col-l {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -moz-flex-flow: column;
    flex-flow: column;
    -webkit-flex: 2;
    -ms-flex: 2;
    -moz-box-flex: 2;
    flex: 2;
  }
  .feeds-sort0 .feeds-col-s {
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    -moz-box-flex: 1.5;
    flex: 1.5;
  }
  .feeds-sort0 .grid-txt .grid-title {
    font-size: 22px;
    line-height: 28px;
    max-height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .feeds-sort5 .col-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
  .feeds-sort5 .carousel-item {
    min-width: 280px;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .feeds-sec {
    padding: 0 0;
  }
  .main-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-page,
  .main-page-noflex {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1420px) {
  .main-page,
  .main-page-noflex {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .main-page,
  .main-page-noflex {
    max-width: 1280px;
  }
}