
.details-briefly {
  border-top: none;
  padding-top: 0;
}
.threed-banner-pic {
  height: 400px;
}
.banner-content-titlie {
  width: auto;
  text-shadow: #000 1px 1px 3px;
}
.banner-content-titlie .titlie-br {
  display: none;
}
.threed-newsarticle {
  margin-top: 159px;
}
.threed-details-top-content {
  font-size: 16px;
  color: #808080
}
.threed-details-top-span:not(:first-child) {
  margin-left: 23px;
}
.details-content-right {
  width: 312px;
}

.details-sharing-item .details-sharing-pic-name {
  padding: 0 14px 0 11px;
  font-size: 19px;
  top: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  font-size: 16px;
}
.details-sharing-pic-name p{
  color: #fff;
  position:unset;
  /* display: block; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.details-sharing-pic-name .pic-name-img {
  width: 23px;
  margin-left: auto;
}
.details-sharing-list + .threed-title {
  margin-top: 60px;
}
.threed-currency-desc {
  width: 100%;
  margin-top: 15px;
}
.threed-currency-date {
  margin-top: 27px;
}
.threed-currency-list {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  /* .threed-banner-detail {
    justify-content: unset;
    padding-top: 80px;
  } */
  .threed-banner-pic {
    height: auto;
  }
  .banner-content-titlie .titlie-br {
    display: block;
  }
  .threed-newsarticle {
    margin-top: 76px;
  }
  .threed-details-top {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
  }
  .threed-details-top-content {
    width: 100%;
    line-height: 0;
    display: flex;
    justify-content: space-between;
  }
  .threed-details-top-span {
    font-size: 10px;
    display: inline-block;
    line-height: 1;
  }
  .threed-details-top-span:not(:first-child) {
    margin-left: 0px;
  }
  .threed-details-content {
    margin-top: 23px;     
  }
  .details-content-right {
    width: 100%;
  }

  .details-sharing-item .details-sharing-pic-name {
    padding: 0 5px 0 8px;
    top: auto;
    height: 30px;
    font-size: 11px;
  }
  .details-sharing-pic-name a:first-child {
    width: 120px;
  }
  .details-sharing-pic-name .pic-name-img {
    width: 12px;
  }
  .details-sharing-list + .threed-title {
    margin-top: 34px;
  }
  .threed-currency-desc {
    margin-top: 12px;
  }
  .threed-currency-date {
    display: block;
    font-size: 9px;
    margin-top: 25px;
  }
  .currency-desc {
    margin-top: 10px;
  }
}