@charset "UTF-8";
.news_home {
  margin-bottom: 100px;
}
.news_home .title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin: 60px 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_home .title .more-link {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.news_home .title .more-link:hover {
  color: #891E23;
}
.news_home .video-wrap {
  display: flex;
  height: 540px;
  justify-content: space-between;
}
.news_home .video-wrap .left-content {
  width: 700px;
  height: 540px;
  padding: 30px 30px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
}
.news_home .video-wrap .left-content video {
  width: 640px;
  height: 360px;
  margin-bottom: 20px;
}
.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: 20px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}
.news_home .video-wrap .left-content .video-time {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
.news_home .video-wrap .right-tabs {
  width: 470px;
  height: 540px;
}
.news_home .video-wrap .right-tabs .tab {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  position: relative;
  width: 470px;
  height: 160px;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.news_home .video-wrap .right-tabs .tab .tab-right {
  width: 172px;
  height: 120px;
  object-fit: contain;
}
.news_home .video-wrap .right-tabs .tab .tab-right img {
  width: 172px;
  height: 120px;
}
.news_home .video-wrap .right-tabs .tab .tab-left {
  width: 230px;
}
.news_home .video-wrap .right-tabs .tab .tab-left .tab-name {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_home .video-wrap .right-tabs .tab .tab-left .tab-time {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
.news_home .video-wrap .right-tabs .tab::last-child {
  margin-bottom: 0;
}
.news_home .video-wrap .right-tabs .tab.active {
  background: RGBA(247, 248, 248, 1);
}
.news_home .video-wrap .right-tabs .tab.active::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid RGBA(247, 248, 248, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.news_home .news-wrap .news-left {
  width: 544px;
  height: 484px;
  background: #F7F8F8;
  padding: 30px 28px 0;
}
.news_home .news-wrap .news-left .news-img {
  width: 484px;
  height: 256px;
  margin-bottom: 10px;
}
.news_home .news-wrap .news-left .news-img img {
  width: 484px;
  height: 256px;
  object-fit: contain;
}
.news_home .news-wrap .news-left .news-tit {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.news_home .news-wrap .news-left .news-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.news_home .news-wrap .news-left .news-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news_home .news-wrap .news-left .news-bottom span {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
.news_home .news-wrap .news-left .news-bottom .more {
  width: 100px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #8A1E23;
  font-weight: 400;
  font-size: 16px;
  color: #8A1E23;
  line-height: 26px;
  display: block;
  text-align: center;
}
.news_home .news-wrap .news-right {
  width: 626px;
}
.news_home .news-wrap .news-right .news-item {
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px dashed #CCCCCC;
  display: block;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.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:hover {
  color: #891E23;
}
.news_home .news-wrap .news-right .news-item .item-time {
  width: 120px;
  float: left;
}
.news_home .news-wrap .news-right .news-item .item-tit {
  width: 500px;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.news_home .yuankan-item {
  width: 1200px;
  height: 204px;
  background: #F7F8F8;
  margin-bottom: 20px;
}
.news_home .yuankan-item .li-img {
  float: left;
  width: 120px;
  height: 164px;
  margin: 20px 0 0 31px;
  object-fit: cover;
}
.news_home .yuankan-item .li-info {
  float: left;
  margin-left: 30px;
  padding-top: 30px;
  width: 771px;
}
.news_home .yuankan-item .li-info .li-title {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  height: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  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: 16px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  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: 20px;
  font-weight: 400;
  height: 203px;
  justify-content: center;
  width: 210px;
}
.news_home .yuankan-item .qrcode-info img {
  height: 109px;
  width: 109px;
  margin: 5px 0;
}
.news_home .yuankan-item .qrcode-info .qr-tips {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}