@charset "UTF-8";
.news_home {
  margin-bottom: 1rem;
  background: #FFFFFF;
}
.news_home .title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  margin: 0.5rem 0 0.4rem 0;
  text-align: center;
  position: relative;
}
.news_home .title .more-link {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.26rem;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.news_home .video-wrap .left-content {
  padding: 0.32rem 0.32rem 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  margin-bottom: 0.3rem;
}
.news_home .video-wrap .left-content video {
  width: 6.26rem;
  height: 3.4rem;
  margin-bottom: 0.1rem;
}
.news_home .video-wrap .left-content .video-tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.news_home .video-wrap .left-content .video-time {
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
}
.news_home .video-wrap .right-tabs {
  display: flex;
  justify-content: space-between;
}
.news_home .video-wrap .right-tabs .tab {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  position: relative;
  width: 3.32rem;
  height: 2.48rem;
  padding: 0.2rem 0.16rem;
}
.news_home .video-wrap .right-tabs .tab .tab-right {
  width: 3rem;
  height: 1.72rem;
  object-fit: contain;
  margin-bottom: 0.1rem;
}
.news_home .video-wrap .right-tabs .tab .tab-right img {
  width: 3rem;
  height: 1.72rem;
}
.news_home .video-wrap .right-tabs .tab .tab-left .tab-name {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.news_home .video-wrap .right-tabs .tab .tab-left .tab-time {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
  display: none;
}
.news_home .video-wrap .right-tabs .tab::last-child {
  margin-bottom: 0;
}
.news_home .video-wrap .right-tabs .tab.active {
  background: #F0F0F0;
}
.news_home .video-wrap .right-tabs .tab.active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.22rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-bottom: 0.3rem solid #F0F0F0;
  border-right: 0.4rem solid transparent;
}
.news_home .news-wrap {
  box-shadow: 0 0 10px 0 #E6E6E6;
  padding: 0.32rem 0.32rem 0.1rem;
}
.news_home .news-wrap .news-left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.news_home .news-wrap .news-left .news-img {
  width: 3.2rem;
  height: 1.96rem;
}
.news_home .news-wrap .news-left .news-img img {
  width: 3.2rem;
  height: 1.96rem;
  object-fit: cover;
}
.news_home .news-wrap .news-left .news-info {
  width: 2.84rem;
}
.news_home .news-wrap .news-left .news-date {
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.26rem;
  margin-bottom: 0.1rem;
}
.news_home .news-wrap .news-left .news-tit {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.24rem;
  height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.18rem;
}
.news_home .news-wrap .news-left .news-desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.48rem;
  margin-bottom: 0.2rem;
}
.news_home .news-wrap .news-left .news-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.news_home .news-wrap .news-left .news-bottom .more {
  width: 1rem;
  height: 0.32rem;
  border-radius: 0.16rem;
  border: 1px solid #8A1E23;
  font-weight: 400;
  font-size: 0.16rem;
  color: #8A1E23;
  line-height: 0.29rem;
  display: block;
  text-align: center;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  -ms-border-radius: 0.16rem;
  -o-border-radius: 0.16rem;
}
.news_home .news-wrap .news-right .news-item {
  overflow: hidden;
  line-height: 0.54rem;
  border-bottom: 1px dashed #CCCCCC;
  display: block;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.news_home .news-wrap .news-right .news-item:first-child {
  padding-top: 0;
}
.news_home .news-wrap .news-right .news-item:last-child {
  border-bottom: none;
}
.news_home .news-wrap .news-right .news-item .item-time {
  width: 0.9rem;
  float: left;
  font-size: 0.16rem;
  color: #4d4d4d;
  flex-shrink: 0;
  text-align: right;
}
.news_home .news-wrap .news-right .news-item .item-tit {
  width: 4.6rem;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  padding-left: 0.18rem;
  position: relative;
}
.news_home .news-wrap .news-right .news-item .item-tit:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #8A1E23;
  top: 0.23rem;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.news_home .yuankan-item {
  width: 6.9rem;
  height: 2.04rem;
  background: #F7F8F8;
  margin-bottom: 0.2rem;
}
.news_home .yuankan-item .li-img {
  float: left;
  width: 1.2rem;
  height: 1.64rem;
  margin: 0.2rem 0 0 0.22rem;
  object-fit: cover;
}
.news_home .yuankan-item .li-info {
  float: left;
  margin-left: 0.29rem;
  padding-top: 0.3rem;
  width: 3.1rem;
}
.news_home .yuankan-item .li-info .li-title {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  height: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_home .yuankan-item .li-info .content-p {
  color: #666;
  display: -webkit-box;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.28rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_home .yuankan-item .qrcode-info {
  align-items: center;
  background: #f2f2f3;
  color: #333;
  display: flex;
  flex-direction: column;
  float: right;
  font-size: 0.2rem;
  font-weight: 400;
  height: 2.04rem;
  justify-content: center;
  width: 1.72rem;
}
.news_home .yuankan-item .qrcode-info img {
  height: 1.1rem;
  width: 1.1rem;
  margin: 0.09rem 0;
}
.news_home .yuankan-item .qrcode-info .qr-tips {
  color: #666;
  font-size: 0.12rem;
  font-weight: 400;
}