.news {
  padding-top: 100px;
}
.top-img {
  background: url('../../../../assets/images/news/news_top.png') no-repeat
    center 100%;
  height: 400px;
}
.new-category {
  width: 1240px;
  height: 90px;
  margin: -45px auto 0;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 5px 16px 0px rgba(204, 204, 204, 0.24);
  display: flex;
}
.category {
  flex: 1;
  text-align: center;
  line-height: 90px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.new-category .active,
.new-category .category:hover {
  background: linear-gradient(0deg, #01d0b6, #21e4ab);
  color: #fff;
}
.title-box {
  width: 1240px;
  margin: 100px auto 60px;
  text-align: center;
}
.news-list {
  width: 1240px;
  min-height: 400px;
  margin: 0 auto 100px;
}
.list-item {
  width: 1240px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  cursor: pointer;
  background: #fdfdfd;
  box-shadow: 0px 4px 10px 0px rgba(204, 204, 204, 0.24);
}
.list-item .img-box {
  width: 480px;
  height: 310px;
  margin-right: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.list-item .img-box img {
  width: 100%;
  height: auto;
}
.list-nav {
  box-sizing: border-box;
  width: 720px;
  padding-right: 30px;
}
.list-nav h2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 30px 0 5px;
}
.list-nav h1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}

.list-nav p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  text-indent: 36px;
  text-align: justify;
}
.list-nav img {
  width: 106px;
  height: 40px;
  margin-top: 20px;
}
.list-nav .el-icon-view {
  font-size: 14px;
  margin: 0 5px 0 15px;
}

.page-box .btn-prev,
.page-box .btn-next {
  padding: 0;
}

.news {
  padding-top: 100px;
}
.top-img2 {
  background: url('../../../../assets/images/news/news_details.png') no-repeat
    center 100%;
  height: 400px;
}
.news-nav {
  width: 1000px;
  min-height: 400px;
  margin: 0px auto 60px;
}
.crumbs {
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
}
.crumbs span:hover {
  color: #006f4b;
  cursor: pointer;
}
.news-nav .title {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 50px;
}
.news-nav h1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.news-nav p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
.title >>> .el-icon-view {
  font-size: 14px;
  margin: 0 10px 0 15px;
}
.video-box {
  width: 100%;
  max-height: 600px;
  border: none;
  margin-bottom: 20px;
}
video:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
