.main {
  color: #333333;
  font-family: Source Han Sans CN;
  /* min-width: 1600px; */
  width: 100%;
}

/* 置灰 */
.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* 轮播图 */
.main .swiper-container {
  box-sizing: border-box;
  min-width: 1190px;
  width: 100%;
  /* height: 724px; */
}

.main .swiper-container .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
}

.main .swiper-container .swiper-slide>img {
  width: 100%;
}

/* 轮播图 */

/* 文本 */
.main .content {
  /* height: 514px; */
  padding: 99px 62px;
  font-family: 'SourceHanSansCN-Regular';
}

.main .content .about {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin-top: 10px;
}

.main .content h2 {
  padding: 0;
  margin: 0;
  font-size: 36px;
}

.main .content p {
  font-size: 22px;
  text-indent: 2em;
}

.main .content span {
  display: inline-block;
  width: 173px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  border: 1px solid #bbbbbb;
  margin-top: 30px;
}

/* 视频 */
.main .video {
  width: 100%;
  height: 490px;
  background: url(../images/video-pic.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .video img {
  cursor: pointer;
}

.main .videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}

/* 公司 */
.main .company {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  box-sizing: border-box;
}

.main .company .item {
  flex: 1;
  /* background-color: pink; */
  margin-right: 14px;
  /* height: 462px; */
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.main .company .item>img {
  transition: 0.5s;
  width: 100%;
}

.main .company .item:hover img {
  transform: scale(1.1);
}

.main .company .item:last-child {
  /* background-color: #bbbbbb; */
  margin-right: 0;
}

.main .company .item .text {
  box-sizing: border-box;
  color: #ffffff;
  line-height: 1.5;
  height: 462px;
  z-index: 20px;
  position: absolute;
  top: 0;
  font-size: 16px;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .company .item .text h3 {
  font-size: 24px;
  margin: 0;
}

.main .company .item .text img {
  width: 48px;
  text-align: center;
}

/* 新闻资讯 */
.main .news {
  font-family: 'SourceHanSansCN-Regular';
  padding-left: 60px;
  padding-right: 63px;
  margin-bottom: 132px;
}

.news .title {
  display: flex;
  margin-top: 11px;
  justify-content: space-between;
  align-items: center;
}

.news .title h2 {
  font-size: 36px;
}

.news .title span {
  font-size: 21px;
}

.news .news-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news .news-item {
  width: 400px;
  height: 436px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}

.news .news-item .image {
  width: 400px;
  height: 231px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news .news-item .image img {
  transition: 0.5s;
  width: 400px;
  height: 231px;
  object-fit: cover;
}

.news .news-item:hover .image>img {
  transform: scale(1.1);
}

.news .news-item:hover h3 {
  color: #d2251d;
}

/* 超出2行内容隐藏 */
.news .news-item #content,
h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news .news-item h3 {
  font-size: 24px;
  font-weight: normal;
}

.news .news-item #content p,
.news .news-item #content h2,
.news .news-item #content span {
  margin: 0;
  font-size: 18px !important;
}

.news .news-item #content {
  height: 48px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

.news .news-item .time {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
  font-size: 21px;
}

/* 2023-7-20 举报入口 */
.report-box {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}

.report-box .title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.report-box .main {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;

}
.report-box .main a{
  width: 32%;

}
.report-box .bg1,.report-box .bg2,.report-box .bg3{
  border-radius: 8px;
  width: 100%;
  height: 170px;
}

.report-box .bg1{
  background: url(../images/index-report-1.png) no-repeat center center;
  background-size: contain;
}

.report-box .bg2{
  background: url(../images/index-report-2.png) no-repeat center center;
  background-size: contain;
}

.report-box .bg3{
  background: url(../images/index-report-3.png) no-repeat center center;
  background-size: contain;
}


@media screen and (max-width:480px) {
  .main .swiper-container {
    min-width: 100px;
  }

  .main .content {
    padding: 1.5rem 1rem;
  }

  .main .video {
    width: 100%;
    height: 11.7rem;
  }

  .main .news {
    padding-left: 0.6rem;
    padding-right: 0.63rem;
    margin-bottom: 1.32rem;
  }

  .main .videos {
    background: #000;
    min-height: 15rem;
  }

  .main .videos #video {
    width: 100vw !important;
    min-height: 13rem;
    margin-top: 2rem;
  }

  .main .content h2 {
    font-size: 1.5rem;
  }

  .news .title h2 {
    font-size: 1.5rem;
  }

  .news .title a {
    font-size: 1rem;
  }

  .news .news-list {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .news .news-item {
    width: 10.9rem;
    height: 19.72rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .news .news-item .image {
    width: 10.9rem;
    height: 8.62rem;
  }

  .news .news-item .image img {
    width: 10.9rem;
    height: 8.62rem;
  }

  .news .news-item h3 {
    font-size: 1.2rem;
  }

  .news .news-item #content span {
    font-size: 1rem !important;
  }

  .news .news-item .time {
    padding-right: 0.5rem;
    font-size: 0.8rem;
  }

  .news .news-item img {
    width: 1rem;
    height: 1rem;
  }

  .main .content span {
    width: 7rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }

  .main .content span b {
    margin-left: -0.8rem;
  }

  /* 2023-7-20 举报入口 */
  .report-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .report-box .title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .report-box .main {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

  }
  .report-box .main a{
    width: 100%;

  }
  .report-box .bg1,.report-box .bg2,.report-box .bg3{
    border-radius: 8px;
    width: 100%;
    height: 110px;
  }


}