
/* 新闻-详情 */
.md13746.md-news_details .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13746.md-news_details .top {
  width: 100%;
  background-color: #f7f8fa;
  padding: 0.2rem 0 1.2rem;
}
.md13746.md-news_details .top .nav {
  width: 100%;
  margin-bottom: 1.3rem;
}
.md13746.md-news_details .top .nav .nav-cont {
  font-size: 0;
}
.md13746.md-news_details .top .nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  color: #777777;
}
.md13746.md-news_details .top .nav .nav-item:after {
  content: "-";
  margin: 0 0.05rem;
}
.md13746.md-news_details .top .nav .nav-item:last-child:after {
  display: none;
}
.md13746.md-news_details .top .nav .nav-item:nth-child(1):before {
  content: "";
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 0.15rem;
  width: 1em;
  height: 1.7em;
  background-image: url("../images/icon2-b.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13746.md-news_details .top .titels {
  width: 100%;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e1e4eb;
  color: #111111;
  font-weight: bold;
  line-height: 1.2;
}
.md13746.md-news_details .top .box {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
}
.md13746.md-news_details .top .box .lt {
  flex: 1;
  font-size: 0;
}
.md13746.md-news_details .top .box .tip {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6rem;
  margin-top: 0.15rem;
  color: #111111;
  line-height: 1.6;
}
.md13746.md-news_details .top .box .rt {
  margin-top: 0.15rem;
  font-size: 0;
  display: flex;
  align-items: center;
}
.md13746.md-news_details .top .box .hint {
  color: #111111;
  line-height: 1.6;
  margin-right: 0.3rem;
}
.md13746.md-news_details .top .box .share {
  display: flex;
  align-items: center;
  font-size: 0;
}
.md13746.md-news_details .top .box .share-one {
  display: block;
  cursor: pointer;
  margin-right: 0.25rem;
}
.md13746.md-news_details .top .box .share-one .share-icon1 {
  display: block;
  height: 1.6em;
  line-height: 1.6em;
}
.md13746.md-news_details .top .box .share-one .share-icon1 img {
  height: 1.25em;
}
.md13746.md-news_details .top .box .share-one .share-icon2 {
  display: none;
  height: 1.6em;
  line-height: 1.6em;
}
.md13746.md-news_details .top .box .share-one .share-icon2 img {
  height: 1.25em;
}
.md13746.md-news_details .top .box .share-one:last-child {
  margin-right: 0;
}
.md13746.md-news_details .top .box .share-one:hover .share-icon1 {
  display: none;
}
.md13746.md-news_details .top .box .share-one:hover .share-icon2 {
  display: block;
}
.md13746.md-news_details .bottom {
  width: 100%;
  padding: 0.95rem 0 1.1rem;
}
.md13746.md-news_details .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md13746.md-news_details .left {
  width: 68.75%;
}
.md13746.md-news_details .textbox {
  width: 100%;
  color: #111111;
  line-height: 1.8;
}
.md13746.md-news_details .textbox * {
  line-height: inherit;
  max-width: 100%;
}
.md13746.md-news_details .buttom {
  width: 100%;
  margin-top: 0.9rem;
  padding-top: 0.4rem;
  border-top: 1px solid #e1e4eb;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.md13746.md-news_details .back_list {
  transition: all ease 0.3s;
  display: block;
  cursor: pointer;
  min-width: 1.56rem;
  text-align: center;
  padding: 0 0.25rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background-color: #181818;
  border-radius: 10px;
  color: #ffffff;
}
.md13746.md-news_details .linkbox {
  flex: 1;
  display: flex;
}
.md13746.md-news_details .linkbox.next {
  justify-content: end;
}
.md13746.md-news_details .link {
  cursor: pointer;
  max-width: calc(100% - 0.4rem);
  transition: all 0.3s;
  color: #333333;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md13746.md-news_details .link:hover {
  color: #e31d23;
}
.md13746.md-news_details .back_list:hover {
  background-color: #e31d23;
}
.md13746.md-news_details .right {
  width: 26.56%;
  padding-left: 0.6rem;
  border-left: 1px solid #e1e4eb;
}
.md13746.md-news_details .subtitle {
  width: 100%;
  margin-bottom: 0.25rem;
  color: #111111;
  font-weight: bold;
  line-height: 1.3;
}
.md13746.md-news_details .list {
  width: 100%;
}
.md13746.md-news_details .item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding-bottom: 0.37rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #e1e4eb;
}
.md13746.md-news_details .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.md13746.md-news_details .img {
  width: 100%;
  margin-bottom: 0.17rem;
  position: relative;
  overflow: hidden;
  padding-top: 57.1428571429%;
}
.md13746.md-news_details .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all ease 0.5s;
}
.md13746.md-news_details .name {
  width: 100%;
  color: #111111;
  font-weight: bold;
  line-height: 1.3;
}
.md13746.md-news_details .item:hover .img img {
  transform: scale(1.05);
}
.md13746.md-news_details .item:hover .name {
  color: #e31d23;
}

@media (max-width: 750px) {
  .md13746.md-news_details .top .nav {
    margin-bottom: 0.6rem;
  }
  .md13746.md-news_details .top .box .tip {
    margin-right: 0.3rem;
  }
  .md13746.md-news_details .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .md13746.md-news_details .linkbox {
    flex: none;
    width: 100%;
  }
  .md13746.md-news_details .linkbox.next {
    justify-content: flex-start;
  }
  .md13746.md-news_details .back_list {
    margin: 0.15rem 0;
  }
  .md13746.md-news_details .right {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
