.DaoHang-right .adiv {
  color: #fff;
}

#app {
  padding: 0 6%;
}

.elTabs {
  margin: auto;
}

.elTabs .el-tabs__item {
  color: #fe6700;
  height: 100px;
  line-height: 100px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.elTabs .el-tabs__nav-prev {
  line-height: 100px;
}

.elTabs .el-tabs__nav-next {
  line-height: 100px;
}

.elTabs .el-tabs__active-bar {
  background-color: #fe6700;
  height: 2px;
}

.tabsContent {
  border: 1px solid #ffffff;
  display: flex;
  height: 620px;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}

.tabsContent:hover .info-box::after {
  width: 100%;
  border-bottom: 3px solid #fe6700;
}

.tabsContent:hover .info-img img {
  transform: scale(1.2);
}

.tabsContent .info-box {
  width: 50%;
  margin: 97px 100px 80px 73px;
  text-align: left;
  position: relative;
}

.tabsContent .info-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #d4d4d4;
}

.tabsContent .info-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  transition: all 0.3s ease;
  border-bottom: 3px solid #fe6700;
}

.tabsContent .info-box .tabs-title {
  font-size: 24px;
  font-weight: 400;
  color: #fe6700;
  margin-bottom: 60px;
}

.tabsContent .info-box .date {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  display: flex;
  align-items: center;
}

.tabsContent .info-box .date .iconfont {
  font-size: 28px;
  margin-right: 5px;
}

.tabsContent .info-box .title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin: 14px 0 20px;
  line-height: 55px;
}

.tabsContent .info-box .content-text {
  font-weight: 600;
  font-size: 16px;
  color: #999;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tabsContent .info-img {
  width: 50%;
  overflow: hidden;
  cursor: pointer;
}

.tabsContent .info-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
}

.search-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  margin-top: 200px;
  margin-bottom: 80px;
}

.pc_card {
  padding-bottom: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.pc_card .card-img {
  width: 100%;
  height: 276px;
  object-fit: cover;
}

.pc_card .card-info {
  margin: 32px;
}

.pc_card .card-info .date {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.pc_card .card-info .date .icon-shijian {
  font-size: 30px;
}

.pc_card .card-info .card-title {
  font-size: 24px;
  line-height: 25px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
}

.pc_card .card-info .details {
  display: flex;
  align-items: center;
  margin-top: 43px;
  width: 140px;
  height: 40px;
  border: 1px solid #fe6700;
  border-radius: 5px;
  color: #fe6700;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  cursor: pointer;
}

.pc_card .card-info .details .icon-xiangyoujiaohuan {
  margin-left: 15px;
  font-weight: bold;
}

.pc_card:hover .card-title {
  color: #fe6700;
}

.paging-box {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.paging-box .paging {
  background-color: #fff;
}

.paging-box .paging .el-pager .active {
  background-color: #fe6700 !important;
}

.pagination {
  display: grid;
  gap: 10px;
  padding: 3px 10px;
  border-radius: 5px;
}

.pagination a {
  display: block;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  background-color: #f4f4f5;
}

.pagination a:hover {
  color: #fe6700;
}

.pagination .active {
  background-color: #fe6700;
  color: #fff !important;
}

.pagination .icon {
  display: block;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  background-color: #f4f4f5;
  color: #656781;
  font-weight: bold;
  cursor: pointer;
}

.tabs-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tabs-box .tabs {
  display: grid;
  gap: 45px;
  margin: 20px auto 0;
  border-bottom: 1px solid #f0f0f0;
}

.tabs-box .tabs a {
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 100px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  letter-spacing: 2px;
}

.tabs-box .tabs .selected {
  color: #fe6700;
}

.tabs-box .tabs .selected::before {
  content: '';
  height: 2px;
  background-color: #fe6700;
  position: absolute;
  bottom: 0;
  left: -8%;
  right: -8%;
}

@media (min-width: 751px) {
  .mobileCard {
    display: none;
  }
  .paging-box .paging {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .elTabs {
    margin: auto;
    width: 100%;
  }
  .elTabs .el-tabs__item {
    color: #fe6700;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 3vw;
    font-weight: bold;
  }
  .elTabs .el-tabs__nav-prev {
    line-height: 50px;
  }
  .elTabs .el-tabs__nav-next {
    line-height: 50px;
  }
  .elTabs .el-tabs__active-bar {
    background-color: #fe6700;
    height: 2px;
  }
  .tabsContent {
    display: none;
  }
  .search-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .pc_card {
    padding-bottom: 0;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
    cursor: pointer;
  }
  .pc_card .card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .pc_card .card-info {
    margin: 15px 4vw;
  }
  .pc_card .card-info .date {
    font-weight: 400;
    font-size: 3vw;
    color: #999;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .pc_card .card-info .date .icon-shijian {
    font-size: 4vw;
  }
  .pc_card .card-info .card-title {
    font-size: 4vw;
    line-height: 25px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
  }
  .pc_card .card-info .details {
    display: flex;
    align-items: center;
    border: 1px solid #fe6700;
    color: #fe6700;
    justify-content: center;
    background-color: #ffffff;
    cursor: pointer;
    margin-top: 30px;
    width: 18.66667vw;
    height: 5.33333vw;
    border-radius: .66667vw;
    font-size: 2.66667vw;
    line-height: 5.33333vw;
  }
  .pc_card .card-info .details .icon-xiangyoujiaohuan {
    margin-left: 3px;
    font-weight: normal;
  }
  .pc_card:hover .card-title {
    color: #fe6700;
  }
  .mobileCard {
    display: flex;
    margin-top: 40px;
  }
  .mobileCard .mobileCard_title {
    display: flex;
  }
  .mobileCard .mobileCard_title .tag {
    white-space: nowrap;
    color: #fe6700;
    font-size: 4vw;
    line-height: 25px;
    margin-left: 15px;
  }
}
