.el-menu.el-menu--horizontal {
  border-bottom: none !important;
}

.nav {
  box-shadow: 0 6px 10px #e8ebfe;
}

.news-content {
  /* height: 500px; */
  width: 100%;
  background-color: #f5f6ff;
  /* margin-top: 129px; */
  padding-bottom: 30px;
}

.news-content .el-tabs__nav {
  height: 80px;
}

.news-content .el-tabs__item {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  margin-top: 32px;
}

.news-content .el-tabs__item:hover {
  color: #0474b6;
  cursor: pointer;
}

.news-content
  .el-tabs--top.el-tabs--card
  > .el-tabs__header
  .el-tabs__item:last-child {
  border: 0;
}

.el-tabs__item.is-active {
  color: #0474b6;
}

.news-content .el-tabs--card > .el-tabs__header .el-tabs__item {
  border: none;
  border-right: 1px solid #ccc;
}

.news-content .el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: none;
}

.news-content .el-tabs--card > .el-tabs__header {
  border: none;
}

.news-content .el-tabs__content {
  margin-left: 20px;
}

.news-content .el-row {
  height: 185px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 30px;
}

.news-content .el-row:nth-child(1) {
  margin-top: 0;
}

.news-content .el-row .el-col {
  height: 185px;
}

.newsImg {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background-color: #fff;
}

.newsTime {
  margin: 0 20px;
  padding-top: 20px;
}

.newsDays {
  font-size: 50px;
  font-weight: 700;
  color: #0474b6;
  text-align: center;
}

.newsYear {
  text-align: center;
  color: #b6b6b9;
}

.newsInfo:hover .newsTitle {
  color: #0474b6;
}

.newsInfo:hover .newsmore-active {
  opacity: 1;
}

.newsmore-active {
  opacity: 0;
}

.newsInfo:hover {
  cursor: pointer;
}

.newsTitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsCont {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #a7a7a9;
  line-height: 25px;
  height: 75px;
  text-indent: 2em;
}

.newsmore {
  width: 70px;
  height: 32px;
  position: relative;
  margin-top: 16px;
}

.newsmore img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.foot {
  margin: 20px 0;
  line-height: 25px;
  text-align: center;
}
.paging {
  text-align: center;
  margin-top: 20px;
}
.paging.is-background .el-pager li:not(.disabled).active {
  background-color: #0474b6;
  color: #fff;
}
.paging .el-pager li.active {
  color: #0474b6;
}
.newsHot {
  padding-top: 30px;
}

.news-content .el-row:hover .aniline {
  animation: lineChange 0.8s linear;
  animation-fill-mode: forwards;
}

.aniline {
  width: 0%;
  height: 2px;
  background-color: #0474b6;
}

@-webkit-keyframes lineChange {
  0% {
    width: 5%;
  }

  20% {
    width: 25%;
  }

  40% {
    width: 45%;
  }

  60% {
    width: 65%;
  }

  80% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}
