* {
  margin: 0;
  padding: 0;
}

.news-detail {
  padding: 0;
  margin-top:calc(90px + 6%);
  box-sizing: border-box;
  padding-bottom: 6%;
}

.news-detail .news-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news-detail .news-title h3 {
  font-size: 24px;
}

.news-detail .news-title p {
  font-size: 14px;
  color: #b6b6b6;
  margin: 30px 0;
}

.news-detail .page_w {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}

.news-detail .news-content {
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
  padding-bottom: 100px;
  line-height: 30px;
  font-size: 14px;
  padding: 30px 0;
}

@media screen and (min-width:768px){
  .news-detail .news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.news-detail .news-footer .news-prelook {
  margin-top: 30px;
  list-style: none;
}

.news-detail .news-footer .news-prelook li {
  font-size: 16px;
  line-height: 2;
}
.news-detail .news-footer .news-prelook li:hover{
    color: #2c1782;
}
.news-detail .news-footer .news-prelook li:hover a{
  color: #2c1782;
}

.news-detail .news-footer .backList {
  font-size: 14px;
}
.desc-more{
  font-size: 17.5px;
  display: flex;
}
.desc-more .more-txt{
  font-size: 14px;
  width: 100px;
  box-sizing: border-box;
  background-color: #2c1782;
  color: white;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-20deg);
}

.desc-more .more-txt span{
  display: inline-block;
  transform: skewX(20deg);
}
.desc-more .more-img{
  width: 50px;
  box-sizing: border-box;
  background-color: #e7791a;
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.desc-more .more-img img{
  transform: skewX(20deg);
}


/* .news-detail .news-footer .backList a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: white;
  transform: skewX(20deg);
} */



@media screen and (max-width:768px){
  .news-detail {
    padding-bottom: 12%;
  }
  .news-detail .news-title h3{
    font-size: 20px;
  }
  /* .news-detail .news-footer .backList{
    display: none;
  } */
  .news-detail .news-footer .news-prelook{
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
  }
  .news-detail .news-footer .news-prelook li{
    font-size: 14px;
    margin-bottom: 6px;
  }
  .news-detail .news-footer .backList {
    margin-top: 20px;
  }
  /* .news-prelook li{
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    line-height: 30px;
  } */
}