
.md-com-breadnav.md23090 {
  z-index: 30;
  position: relative;
}
.md-com-breadnav.md23090 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md-com-breadnav.md23090.no-shadow {
  box-shadow: none;
}
.md-com-breadnav.md23090 .bn-swiper {
  max-width: 80%;
}
.md-com-breadnav.md23090 .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.7rem;
  white-space: nowrap;
  transition: color 0.5s;
}
.md-com-breadnav.md23090 .bn-swiper .bsa:hover {
  color: var(--active);
}
.md-com-breadnav.md23090 .bn-swiper .bsa.on {
  color: var(--active);
}
.md-com-breadnav.md23090 .bn-swiper .bsa.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-com-breadnav.md23090 .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav.md23090 .bn-swiper .cta {
  display: block;
  line-height: 0.8rem;
}
.md-com-breadnav.md23090 .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.md23090 .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav.md23090 .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav.md23090 .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  line-height: 0.42rem;
  padding: 0.1rem 0;
  color: #888;
}
.md-com-breadnav.md23090 .zone-nav .icon {
  margin-right: 0.5em;
  display: inline-flex;
  align-items: center;
}
.md-com-breadnav.md23090 .zone-nav .icon svg {
  width: 1.25em;
  height: 1.25em;
}
.md-com-breadnav.md23090 .zone-nav .sp1 {
  position: relative;
  margin: 0 0.4em;
}
.md-com-breadnav.md23090 .zone-nav .a {
  position: relative;
  transition: all 0.3s;
}
.md-com-breadnav.md23090 .zone-nav .a.on, .md-com-breadnav.md23090 .zone-nav .a:hover {
  color: var(--theme);
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md-com-breadnav.md23090 .zone-nav {
    width: 100%;
  }
  .md-com-breadnav.md23090 .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.md-news-11.md23090 {
  position: relative;
  overflow: hidden;
}
.md-news-11.md23090 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md-news-11.md23090 .zone-nav {
  color: #fff;
}
.md-news-11.md23090 .cont {
  position: relative;
}
.md-news-11.md23090 .bg {
  height: 4.6rem;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
}
.md-news-11.md23090 .det-top {
  padding-top: 0.5rem;
  padding-bottom: 0.76rem;
  position: relative;
  z-index: 50;
}
.md-news-11.md23090 .det-top .back {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--active);
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.md-news-11.md23090 .det-top .back:hover {
  background-color: var(--active);
  color: #fff;
}
.md-news-11.md23090 .det-top .back svg {
  width: calc( 20 / 60 * 100%);
  height: calc( 20 / 60 * 100%);
}
.md-news-11.md23090 .det-top .h1 {
  line-height: 1.25;
}
.md-news-11.md23090 .det-top .info {
  margin-top: 0.37rem;
}
.md-news-11.md23090 .det-top .info span {
  margin-right: 3em;
}
.md-news-11.md23090 .det-top .time {
  margin-right: 0.55rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.md-news-11.md23090 .det-top svg {
  width: calc( 14em / 16);
  height: calc( 14em / 16);
  margin-right: 0.1rem;
}
.md-news-11.md23090 .det-top .shares .si {
  position: relative;
  margin-left: 0.15rem;
}
.md-news-11.md23090 .det-top .shares .si .hd::before {

    display: none;

}
.md-news-11.md23090 .det-top .shares .si:hover .hd {
  opacity: 1;
}
.md-news-11.md23090 .det-top .shares .si:hover .hi {
  filter: brightness(0) invert(1);
}
.md-news-11.md23090 .det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-news-11.md23090 .det-top .shares .si:last-child {
  margin-right: 0;
}
.md-news-11.md23090 .det-top .shares .hd {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
  transition: 0.5s;
}
.md-news-11.md23090 .det-top .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-news-11.md23090 .det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.2rem;
  z-index: 30;
  transition: 0.3s;
}
.md-news-11.md23090 .det-top .shares .bd .bbox {
  padding: 0.1rem;
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.md-news-11.md23090 .det-top .shares .bd img {
  display: block;
  width: 1.1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .md-news-11.md23090 .det-top .info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.1rem 0;
  }
}
.md-news-11.md23090 .det-cen {
  padding: 0.48rem 0.6rem 0.8rem;
  position: relative;
  z-index: 50;
  line-height: calc(36 / 16);
}
.md-news-11.md23090 .det-cen .btns {
  margin-top: 0.7rem;
}
.md-news-11.md23090 .det-cen .more {
  display: inline-flex;
  align-items: center;
  border-radius: 0.1rem;
  padding: 0.22rem 0.2rem;
  border-radius: 1rem;
  background-color: var(--active);
  color: #fff;
  line-height: 1;
  transition: 0.5s;
}
.md-news-11.md23090 .det-cen .more svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.7rem;
}
@media screen and (max-width: 900px) {
  .md-news-11.md23090 .det-cen {
    padding: 0.3rem;
  }
}
.md-news-11.md23090 .det-bot {
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.md-news-11.md23090 .det-bot .det_ul {
  max-width: 70%;
}
.md-news-11.md23090 .det-bot .li {
  width: calc( 620 / 1280 * 100%);
}
.md-news-11.md23090 .det-bot .aa {
  position: relative;
  display: block;
  padding: 0.35rem 0.4rem 0.5rem;
  background-color: #fff;
}
.md-news-11.md23090 .det-bot .aa::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background-color: var(--active);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.md-news-11.md23090 .det-bot .aa:hover .d12 {
  color: var(--active);
  font-weight: bold;
}
.md-news-11.md23090 .det-bot .aa:hover::before {
  transform: scaleX(1);
}
.md-news-11.md23090 .det-bot .d12 {
  margin-top: 0.2rem;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .md-news-11.md23090 .det-bot .li {
    width: 100%;
    margin-bottom: 4%;
  }
}
