#news .content {
  background: url(/skins/demo/statics/huali/images/sub/news/bg.png) no-repeat center top;
  padding-bottom: 10vh;
}
#news .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8vh;
}
#news .list .item {
  padding-top: 3%;
  position: relative;
  width: 31.1%;
  margin-right: 2.2333%;
  margin-bottom: 6vh;
  border-top: 1px solid #D9D9D9;
}
#news .list .item:nth-child(3n) {
  margin-right: 0;
}
#news .list .item::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  transition: all 0.5s;
}
#news .list .item .font14 {
  color: #808080;
}
#news .list .item .font24 {
  margin: 1% 0 8%;
  color: #2D3441;
  font-weight: 400;
}
#news .list .item .font19 {
  font-size: 16px;
  color: #2D3441;
  margin-bottom: 3.5%;
  font-weight: 400;
}
#news .list .item .news_box {
  width: 100%;
  overflow: hidden;
}
#news .list .item .news_box img {
  transition: all 0.5s;
}
#news .list .item:hover::after {
  width: 100%;
  background: #B20000;
}
#news .list .item:hover .news_box img {
  scale: 1.1;
}
#news_detail .detail {
  padding: 5vh 0 ;
  display: flex;
  justify-content: space-between;
}
#news_detail .detail .left {
  width: 71.84%;
  padding-right: 4.9%;
  border-right: 1px solid #E4E3E2;
  padding-bottom: 4.5vh;
}
#news_detail .detail .left .font32 {
  color: #373737;
  font-weight: 400;
}
#news_detail .detail .left .time {
  padding: 3vh 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 3vh;
}
#news_detail .detail .left .time img {
  margin-right: 9px;
}
#news_detail .detail .left .time span {
  color: #7D7D7D;
}
#news_detail .detail .left .desc {
  text-align: center;
}
#news_detail .detail .left .desc p {
  font-size: 20px;
  color: #2D3441;
  line-height: 30px;
  text-align: left;
}
#news_detail .detail .left .desc img {
  max-width: 80%;
  margin: 3vh auto 0;
}
#case_detail .detail  img {
  max-width: 100%;
}
#news_detail .detail .left .more {
  background: #E5E5E5;
  padding: 2vh 1.5vh;
  justify-content: space-between;
  margin-top: 4vh;
}
#news_detail .detail .left .more a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #2D3441;
  transition: all 0.1s;
}
#news_detail .detail .left .more a span {
  margin: 0 6px;
}
#news_detail .detail .left .more a:hover {
  color: #B90B14;
}
#news_detail .detail .right {
  width: 31.5%;
  padding-left: 3.6%;
  box-sizing: border-box;
}
#news_detail .detail .right > .font24 {
  color: #373737;
  padding: 4vh 0 4.5vh;
}
#news_detail .detail .right .list {
  display: flex;
  flex-wrap: wrap;
}
#news_detail .detail .right .list .item {
  width: 100%;
  display: block;
  margin-bottom: 3vh;
  color: #2D3441;
}
#news_detail .detail .right .list .item img {
  width: 100%;
}
#news_detail .detail .right .list .item .font14 {
  color: #808080;
  margin-bottom: 6px;
}
#news_detail .detail .right .list .item .font20 {
  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:hover .font20 {
  color: #B90B14;
}
#news_detail .detail .right .more {
  background: #E5E5E5;
  padding: 1.5vh 0;
  text-align: center;
  color: #373737;
  font-size: 16px;
  display: block;
  margin-top: 1vh;
  transition: all 0.3s;
}
#news_detail .detail .right .more:hover {
  background: #B90B14;
  color: #fff;
}
@media screen {
  #news .list .item {
    padding-top: 2%;
  }
  #news .list .item .font24 {
    margin: 1% 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  #news .list {
    padding-top: 0;
    width: 92%;
    margin: auto;
  }
  #news .list .item {
    width: 100%;
    margin-right: 0;
    padding-top: 22px;
  }
  #news .list .item .font14 {
    font-size: 13px;
  }
  #news .list .item .font24 {
    font-size: 18px;
    margin: 5px 0 20px;
  }
  #news .list .item .font19 {
    line-height: 25px;
  }
  #news_detail .sub-tabs-box {
    background: #f8f8f8;
    padding-bottom: 30px;
  }
  #news_detail .detail {
    position: relative;
    bottom: 10px;
    padding: 0 4%;
    flex-direction: column;
    overflow-x: hidden;
  }
  #news_detail .detail .left {
    width: 100%;
  }
  #news_detail .detail .left .font32 {
    font-size: 19px;
  }
  #news_detail .detail .left .time {
    padding: 11px 0 16px;
    margin-bottom: 32px;
    border-bottom: none;
    position: relative;
  }
  #news_detail .detail .left .time::after {
    content: '';
    width: 130%;
    height: 1px;
    left: -15%;
    bottom: 0;
    background: #E5E5E5;
    position: absolute;
  }
  #news_detail .detail .left .time img {
    width: 19px;
    margin-right: 5px;
  }
  #news_detail .detail .left .desc p {
    font-size: 16px;
    line-height: 23px;
  }
  #news_detail .detail .left .desc img {
    max-width: 100%;
  }
  #news_detail .detail .left .more {
    margin-top: 6vh;
  }
  #news_detail .detail .left .more a span {
    font-size: 14px;
  }
  #news_detail .detail .right {
    width: 100%;
  }
  #news_detail .detail .right .list .item {
    border-top: 1px solid #D9D9D9;
    padding-top: 22px;
    margin-bottom: 40px;
  }
  #news_detail .detail .right .list .item .font24 {
    font-size: 18px;
    margin: 5px 0 18px;
  }
  #news_detail .detail .right .list .item .font20 {
    font-size: 16px;
  }
  #news_detail .detail .right .more {
    font-size: 15px;
  }
}
