#news {
  padding-top: 0.7rem;
}
#news > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#news .content .list {
  display: flex;
  margin: 0.6rem 0 1rem;
}
#news .content .list .item {
  width: 4.08rem;
  margin-right: 0.29rem;
  background: #fff;
  padding: 0.22rem 0.26rem 0.3rem;
  text-align: left;
  box-shadow: 0px 0px 0.1rem 1px rgba(0, 0, 0, 0.12);
}
#news .content .list .item:last-child {
  margin-right: 0;
}
#news .content .list .item .date {
  font-family: Impact;
}
#news .content .list .item .date .year {
  font-size: 0.47rem;
  color: #D7DBDF;
}
#news .content .list .item .date .month {
  font-size: 0.26rem;
  color: #1F8BCC;
  margin-left: 0.07rem;
}
#news .content .list .item .news_title {
  color: #001934;
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin: 0.08rem 0 0.19rem;
}
#news .content .list .item .news_detail {
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #617081;
}
#news .content .list .item .news_detail {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news_detail {
  padding-top: 0.7rem;
  position: relative;
}
#news_detail > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#news_detail .detail {
  padding: 0.5rem 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: 1rem;
}
#news_detail .detail .left .font32 {
  color: #373737;
  font-weight: 400;
  font-size: 0.32rem;
}
#news_detail .detail .left .time {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.3rem;
}
#news_detail .detail .left .time img {
  width: 0.28rem;
  margin-right: 0.09rem;
}
#news_detail .detail .left .time span {
  color: #7D7D7D;
  font-size: 0.16rem;
}
#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: 100%;
  margin: 0.3rem auto 0;
}
#news_detail .detail .left .more {
  background: #E5E5E5;
  padding: 0.2rem 0.15rem;
  justify-content: space-between;
  margin-top: 0.4rem;
  display: flex;
}
#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;
  font-size: 0.14rem;
}
#news_detail .detail .left .more a:hover {
  color: #1F8BCC;
}
#news_detail .detail .right {
  width: 31.5%;
  padding-left: 3.6%;
  box-sizing: border-box;
}
#news_detail .detail .right > .font24 {
  font-size: 0.24rem;
  color: #373737;
  padding: 0.1rem 0 0.45rem;
  text-transform: uppercase;
}
#news_detail .detail .right .list_mb {
  display: none;
}
#news_detail .detail .right .list_mb a {
  display: inline-block;
  width: 32.69%;
  margin-right: 0.96%;
  margin-bottom: 0.6rem;
}
#news_detail .detail .right .list_mb a:nth-child(3n) {
  margin-right: 0;
}
#news_detail .detail .right .list_mb a .img_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
#news_detail .detail .right .list_mb a .img_box img {
  width: 100%;
  transition: all 1s;
}
#news_detail .detail .right .list_mb a:hover .img_box img {
  transform: scale(1.15);
}
#news_detail .detail .right .list_mb a:hover .font20 {
  font-size: 0.2rem;
  color: #52BCFF;
}
#news_detail .detail .right .list_mb a .font14 {
  color: #666;
  font-size: 0.15rem;
}
#news_detail .detail .right .list_mb a .font20 {
  color: #333;
  font-weight: bold;
  margin: 0.04rem 0;
  line-height: 0.3rem;
  font-size: 0.2rem;
}
#news_detail .detail .right .list_mb a .font16 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
}
#news_detail .detail .right .list {
  display: flex;
  flex-wrap: wrap;
}
#news_detail .detail .right .list .item {
  width: 100%;
  display: block;
  margin-bottom: 0.3rem;
  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;
}
#news_detail .detail .right .list .item .font20 {
  font-size: 0.2rem;
  margin: 0.1rem 0 0.17rem;
  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: #1F8BCC;
}
#news_detail .detail .right .more {
  background: #E5E5E5;
  padding: 0.15rem 0;
  text-align: center;
  color: #373737;
  font-size: 0.16rem;
  display: block;
  margin-top: 0.1rem;
  transition: all 0.3s;
}
#news_detail .detail .right .more:hover {
  background: #1F8BCC;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #news {
    padding-top: 1.28rem;
  }
  #news .content .list {
    flex-wrap: wrap;
    margin: 0.2rem 0 0.4rem;
  }
  #news .content .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.4rem 0.3rem 0.45rem;
  }
  #news .content .list .item .date .year {
    font-size: 0.78rem;
  }
  #news .content .list .item .date .month {
    font-size: 0.43rem;
    margin-left: 0.15rem;
  }
  #news .content .list .item .news_title {
    font-size: 0.33rem;
    line-height: 0.44rem;
  }
  #news .content .list .item .news_detail {
    font-size: 0.28rem;
    line-height: 0.37rem;
  }
  #news_detail {
    padding-top: 1.28rem;
  }
  #news_detail .detail {
    flex-direction: column;
    padding: 0.2rem 0 1rem;
  }
  #news_detail .detail .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 0.3rem;
  }
  #news_detail .detail .left .font32 {
    font-size: 0.4rem;
    color: #222;
  }
  #news_detail .detail .left .time {
    padding: 0.3rem 0 0.4rem;
    margin-bottom: 0.4rem;
  }
  #news_detail .detail .left .time span {
    font-size: 0.28rem;
  }
  #news_detail .detail .left .time img {
    width: 0.46rem;
  }
  #news_detail .detail .left .desc p {
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
  #news_detail .detail .left .more {
    padding: 0.3rem 0.3rem 0.1rem;
    flex-direction: column;
  }
  #news_detail .detail .left .more img {
    display: none;
  }
  #news_detail .detail .left .more a {
    margin-bottom: 0.2rem;
  }
  #news_detail .detail .left .more a span {
    font-size: 0.28rem;
    color: #2D3441;
  }
  #news_detail .detail .right {
    width: 100%;
    padding-left: 0;
  }
  #news_detail .detail .right > .font24 {
    font-size: 0.32rem;
  }
  #news_detail .detail .right .list .item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  #news_detail .detail .right .list .item .img_box {
    margin-bottom: 0.24rem;
  }
  #news_detail .detail .right .list .item .font14 {
    font-size: 0.24rem;
  }
  #news_detail .detail .right .list .item .font20 {
    font-size: 0.34rem;
    line-height: 0.5rem;
  }
  #news_detail .detail .right .list .item .font16 {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #news_detail .detail .right .list_mb a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  #news_detail .detail .right .list_mb a .img_box {
    margin-bottom: 0.24rem;
  }
  #news_detail .detail .right .list_mb a .font14 {
    font-size: 0.24rem;
  }
  #news_detail .detail .right .list_mb a .font20 {
    font-size: 0.34rem;
    line-height: 0.5rem;
  }
  #news_detail .detail .right .list_mb a .font16 {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #news_detail .detail .right .more {
    padding: 0.38rem 0;
    font-size: 0.28rem;
  }
}
