a:-webkit-any-link .date {
  color: #707070;
}
.nav {
  top: 0;
}
.main {
  background-color: #eff8fb;
  display: flex;
  margin-top: 120px;
}
.main .right-main {
  width: 1000px;
  flex-shrink: 0;
  background-color: #fff;
  padding: 38px 36px 36px;
}
.main .right-main .tenders .search-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
}
.main .right-main .tenders .search-bar .btn {
  border: solid 1px #666;
  color: #666;
  line-height: 30px;
  padding: 0 1rem;
  margin-left: 1rem;
  border-radius: 15px;
}
.main .right-main .tenders .search-bar .btn:hover {
  background-color: #00a0e8;
  color: #fff;
  border: solid 1px #00a0e8;
}
.main .right-main .tenders .search-bar .search {
  margin-left: 2rem;
  border: solid 1px #707070;
  border-radius: 10px;
  padding: 5px;
  justify-content: center;
  display: flex;
}
.main .right-main .tenders .search-bar .search img {
  width: 1rem;
}
.main .right-main .tenders .search-bar .search input {
  border-width: 0;
  line-height: 30px;
  color: #666;
}
.main .right-main .tenders .search-bar .search input:focus,
.main .right-main .tenders .search-bar .search input:focus-visible {
  border-width: 0;
  outline-width: 0;
}
.main .right-main .tenders .search-bar .search input::-webkit-input-placeholder {
  color: #707070;
  font-size: 0.875rem;
}
.main .right-main .tenders .search-bar .search .right-search {
  padding: 0 0.5rem;
  justify-content: center;
  display: flex;
  position: relative;
}
.main .right-main .tenders .search-bar .search .right-search::before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .right-main .tenders .top-list {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  padding: 0 0 60px 0;
}
.main .right-main .tenders .top-list .item {
  width: 300px;
  height: 390px;
  font-size: 1rem;
}
.main .right-main .tenders .top-list .item .thumb {
  width: 100%;
  height: 225px;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
.main .right-main .tenders .top-list .item .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 1s;
}
.main .right-main .tenders .top-list .item .thumb img:hover {
  transform: scale(1.3);
}
.main .right-main .tenders .top-list .item .info {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
}
.main .right-main .tenders .top-list .item .info .title {
  color: #00a0e8;
  margin: 0;
  font: bold 1rem "SourceHanSansCN Bold";
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.main .right-main .tenders .top-list .item .info .intro {
  line-height: 1.5 !important;
  color: #707070;
  margin: 0.5rem 0 0;
  font: 0.875rem "SourceHanSansCN Regular";
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.main .right-main .tenders .top-list .item .info .date {
  color: #00a0e8;
  justify-self: flex-end;
  font: 1rem "Gotham Pro Medium";
  position: relative;
}
.main .right-main .tenders .top-list .item .info .date::after {
  width: 30px;
  height: 18px;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://cdn.gdskfz.com/skfz/images/svg/right_arrow.svg) no-repeat 0 center;
  transition: left 1s;
}
.main .right-main .tenders .top-list .item:hover .date::after {
  left: 80%;
}
.main .right-main .tenders .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 0;
  border-right: 0;
}
.main .right-main .tenders .list .list-item {
  width: 100%;
  padding: 2.5rem 2rem;
  font-size: 1rem;
  color: #707070;
  border-top: #f0f0f0 1px solid;
}
.main .right-main .tenders .list .list-item:hover {
  background-color: #00a0e8;
}
.main .right-main .tenders .list .list-item:hover a {
  color: #fff;
}
.main .right-main .tenders .list .list-item:hover a .day {
  color: #fff;
}
.main .right-main .tenders .list .list-item:hover a .month {
  color: #fff;
}
.main .right-main .tenders .list .list-item:hover a .info .title {
  color: #fff;
}
.main .right-main .tenders .list .list-item:hover a .info .intro {
  color: #fff;
}
.main .right-main .tenders .list .list-item a {
  display: flex;
  flex-direction: row;
}
.main .right-main .tenders .list .list-item a:visited {
  color: #707070;
  border-top: #f0f0f0 1px solid;
}
.main .right-main .tenders .list .list-item .date {
  width: 110px;
  padding-right: 1rem;
  text-align: center;
  border-right: solid 1px #f0f0f0;
  display: inline-block;
  flex-shrink: 0;
}
.main .right-main .tenders .list .list-item .date .day {
  font: 3.375rem "Gotham Pro Medium";
  display: block;
  font-weight: bold;
}
.main .right-main .tenders .list .list-item .date .month {
  display: block;
  color: #707070;
  font: 1rem "Gotham Pro Medium";
}
.main .right-main .tenders .list .list-item .info {
  padding-left: 2rem;
  padding-top: 1rem;
  font-size: 1rem;
  background: none;
  display: inline-block;
  position: static;
}
.main .right-main .tenders .list .list-item .info .title {
  font: bold 1rem "SourceHanSansCN Medium";
  margin: 0;
  font-size: 1.25rem;
  color: #00a0e8;
}
.main .right-main .tenders .list .list-item .info .intro {
  line-height: 1.5rem !important;
  margin-top: 1rem;
  color: #707070;
  font: 0.875rem "SourceHanSansCN Regular";
}
.main .right-main .tenders .list .list-item:last-child {
  border-bottom: #f0f0f0 1px solid;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  #warpper .main {
    min-width: 1200px;
    margin-top: 106px;
  }
  #warpper .main .left-nav {
    min-width: 200px !important;
    width: 200px !important;
  }
  #warpper .main .left-nav .nav-container {
    min-width: 200px !important;
    width: 200px;
  }
  #warpper .main .left-nav .nav-container .item {
    width: 200px;
    min-width: 200px;
  }
  #warpper .main .left-nav .nav-container .item a {
    width: 200px;
    min-width: 200px;
  }
  #warpper .main .right-main {
    width: 950px;
  }
  #warpper .main .right-main .tenders .top-list {
    width: 900px;
  }
  #warpper .main .right-main .tenders .top-list .item {
    width: 290px;
  }
  #warpper .main .right-main .list .item {
    width: 420px;
  }
}
@media screen and (max-width: 1200px) {
  #warpper .main {
    min-width: 1200px;
    margin-top: 106px;
  }
  #warpper .main .left-nav {
    min-width: 200px !important;
    width: 200px !important;
  }
  #warpper .main .left-nav .nav-container {
    min-width: 200px !important;
    width: 200px;
  }
  #warpper .main .left-nav .nav-container .item {
    width: 200px;
    min-width: 200px;
  }
  #warpper .main .left-nav .nav-container .item a {
    width: 200px;
    min-width: 200px;
  }
  #warpper .main .right-main {
    width: 950px;
  }
  #warpper .main .right-main .tenders .top-list {
    width: 900px;
  }
  #warpper .main .right-main .tenders .top-list .item {
    width: 290px;
  }
  #warpper .main .right-main .list .item {
    width: 420px;
  }
}
@media screen and (min-width: 0 \9) {
  #warpper .main .left-nav .nav-container .item a {
    line-height: 150px;
  }
  #warpper .main .left-nav .nav-container .item a svg {
    float: right;
  }
  #warpper .main .right-main .tenders .list .list-item a {
    color: #707070;
  }
}
