#news_detail .detail {
  padding: 0.72rem 0 1.34rem;
  display: flex;
  justify-content: space-between;
}
#news_detail .detail .left {
  width: 71.84%;
  padding-right: 4.9%;
  padding-bottom: 4.5vh;
  position: relative;
}
#news_detail .detail .left .page-link {
  display: none;
}
#news_detail .detail .left::after {
  content: '';
  width: 1px;
  height: calc(100% - 0.5rem);
  background: #E4E3E2;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
#news_detail .detail .left .font32 {
  color: #373737;
  font-weight: 400;
  font-size: 0.32rem;
}
#news_detail .detail .left .time {
  padding: 0.24rem 0 0.3rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news_detail .detail .left .time img {
  margin-right: 0.09rem;
}
#news_detail .detail .left .time span {
  color: #7D7D7D;
  font-size: 0.16rem;
}
#news_detail .detail .left .time .share {
  display: inline-flex;
  align-items: center;
}
#news_detail .detail .left .time .share span {
  color: #000;
}
#news_detail .detail .left .time .share a .code {
  display: none;
  position: absolute;
  bottom: 120%;
  width: 1.4rem;
  max-width: 1.4rem;
  left: calc(50% - 0.7rem);
  border: 2px solid #F0F0F0;
}
#news_detail .detail .left .time .share .wx {
  margin-right: 0.2rem;
  position: relative;
}
#news_detail .detail .left .time .share .wx:hover .code {
  display: block;
}
#news_detail .detail .left .desc {
  text-align: center;
}
#news_detail .detail .left .desc p {
  font-size: 0.16rem;
  color: #2D3441;
  line-height: 0.3rem;
  text-align: left;
}
#news_detail .detail .left .desc img {
  max-width: 80%;
  margin: 2vh auto ;
}
#news_detail .detail .left .more {
  background: #E5E5E5;
  padding: 2vh 1.5vh;
  justify-content: space-between;
  display: flex;
  margin-top: 4vh;
}
#news_detail .detail .left .more a {
  display: inline-flex;
  align-items: center;
  font-size: 0.16rem;
  color: #2D3441;
  transition: all 0.1s;
}
#news_detail .detail .left .more a span {
  margin: 0 0.06rem;
}
#news_detail .detail .left .more a:hover {
  color: #B90B14;
}
#news_detail .detail .right {
  width: 31.5%;
  padding-left: 3%;
  box-sizing: border-box;
  position: relative;
}
#news_detail .detail .right .page-link {
  padding-top: 0;
  padding-bottom: 0.28rem;
}
#news_detail .detail .right > .font24 {
  font-size: 0.24rem;
  color: #373737;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D9D9D9;
}
#news_detail .detail .right .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.3rem;
}
#news_detail .detail .right .list .item {
  width: 100%;
  display: block;
  margin-bottom: 0.25rem;
  color: #2D3441;
}
#news_detail .detail .right .list .item img {
  width: 100%;
}
#news_detail .detail .right .list .item .font14 {
  font-size: 0.14rem;
  color: #808080;
  margin-bottom: 0.06rem;
  margin-top: 0.15rem;
}
#news_detail .detail .right .list .item .font20 {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin: 1vh 0 1.7vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news_detail .detail .right .list .item .font16 {
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
  line-height: 0.3rem;
}
#news_detail .detail .right .list .item:hover .font20 {
  color: #B90B14;
}
#news_detail .detail .right .more {
  background: #E5E5E5;
  padding: 1.5vh 0;
  text-align: center;
  color: #373737;
  font-size: 0.16rem;
  display: block;
  margin-top: 1vh;
  transition: all 0.3s;
}
#news_detail .detail .right .more:hover {
  background: #B90B14;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #news_detail .detail {
    flex-direction: column;
    padding: 0;
  }
  #news_detail .detail .left {
    width: 100%;
    padding-bottom: 0;
    border-right: none;
    padding-right: 0;
  }
  #news_detail .detail .left .page-link {
    padding: 0.6rem 0 0.5rem;
    display: flex;
  }
  #news_detail .detail .left::after {
    display: none;
  }
  #news_detail .detail .left .font32 {
    font-size: 0.42rem;
    color: #1E1E1E;
    line-height: 0.55rem;
    padding-bottom: 0.4rem;
  }
  #news_detail .detail .left .time {
    padding: 0 0 0.2rem;
  }
  #news_detail .detail .left .time .font16 {
    font-size: 0.28rem;
    color: #BCBCBC;
  }
  #news_detail .detail .left .time .share {
    font-size: 0.28rem;
  }
  #news_detail .detail .left .time .share img {
    width: 0.48rem;
    margin-right: 0;
  }
  #news_detail .detail .left .time .share .wx {
    margin-right: 0.17rem;
  }
  #news_detail .detail .left .time .share a .code {
    width: 100px;
    left: calc(50% - 0.5rem);
  }
  #news_detail .detail .left .time .share span {
    font-size: 0.28rem;
  }
  #news_detail .detail .left .desc {
    font-size: 0.28rem;
    color: #2D3441;
    line-height: 0.55rem;
  }
  #news_detail .detail .left .desc p {
    font-size: 0.28rem;
    color: #2D3441;
    line-height: 0.55rem;
  }
  #news_detail .detail .left .desc img {
    max-width: 100%;
  }
  #news_detail .detail .left .more {
    flex-direction: column;
    padding: 0.36rem 0.3rem;
  }
  #news_detail .detail .left .more a {
    font-size: 0.28rem;
    display: flex;
  }
  #news_detail .detail .left .more a:first-child {
    margin-bottom: 0.3rem;
  }
  #news_detail .detail .left .more a img {
    flex: none;
    width: 0.12rem;
  }
  #news_detail .detail .left .more a span {
    flex: none;
    max-width: calc(100% - 0.3rem);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-left: 0.2rem;
  }
  #news_detail .detail .left .more a:last-child {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #news_detail .detail .right {
    width: 100%;
    padding: 0;
  }
  #news_detail .detail .right .page-link {
    display: none;
  }
  #news_detail .detail .right > .font24 {
    font-size: 0.42rem;
    margin: 0.62rem 0 0;
    padding-left: 0;
  }
  #news_detail .detail .right > .font24::after {
    width: 3px;
    height: 17px;
    top: calc(50% - 8px);
  }
  #news_detail .detail .right .list .item .font14 {
    font-size: 0.22rem;
    margin-top: 0.25rem;
  }
  #news_detail .detail .right .list .item .font16 {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
  #news_detail .detail .right .list .item .font20 {
    font-size: 0.34rem;
    line-height: 0.55rem;
    margin: 0.23rem 0;
  }
  #news_detail .detail .right .more {
    display: none;
  }
}
