#warpper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #eff8fb;
}
#warpper #body {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
a:-webkit-any-link .date {
  color: #707070;
}
.nav {
  top: 0;
}
.main .banner {
  height: 658px;
  background: url("https://cdn.gdskfz.com/skfz/images/touzizhe/banner.png") no-repeat;
  color: #fff;
  box-sizing: border-box;
  padding-top: 13.125rem;
}
.main .banner .container {
  margin: 0 auto;
  width: 68%;
}
.main .banner h1 {
  margin: 0;
  font: 3.375rem "SourceHanSansCN-Medium";
}
.main .banner h2 {
  font: 2.25rem "GothamPro-Regular", "SourceHanSansCN-Regular";
  font-weight: 500;
}
.main .hb {
  padding: 32px 0;
}
.main .hb .title {
  text-align: start;
  font: bold 1.625rem "SourceHanSansCN Heavy";
  color: #00a0e8;
}
.main .hb .title:nth-child(n+2) {
  margin-top: 16px;
}
.main .hb .title .line {
  width: 6rem;
  height: 1px;
  background-color: #00a0e8;
  margin: 0 auto;
  margin-top: 40px;
}
.main .box {
  flex: 1;
  background-color: #eff8fb;
  display: flex;
  width: 100%;
}
.main .left-nav {
  background-color: #fff;
  width: 31%;
  height: 400px;
}
.main .left-nav .nav-container .item {
  padding: 0 2rem;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #707070;
}
.main .left-nav .nav-container .item a {
  width: 100%;
  line-height: 100px;
  color: #707070;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.main .left-nav .nav-container .item:nth-of-type(n+2) {
  border-top: 1px solid #aedbf0;
}
.main .left-nav .nav-container .item .icon {
  width: 2rem;
  fill: #00a0e8;
  margin-left: 1rem;
}
.main .left-nav .nav-container .item:hover {
  background-color: #00a0e8;
  color: #fff;
  font-size: 1.25rem;
}
.main .left-nav .nav-container .item:hover a {
  color: #fff;
}
.main .left-nav .nav-container .item:hover .icon {
  fill: #fff;
  width: 2.3rem;
}
.main .left-nav .nav-container .item.active {
  background-color: #00a0e8;
  color: #fff;
  font-size: 1.25rem;
}
.main .left-nav .nav-container .item.active a {
  color: #fff;
}
.main .left-nav .nav-container .item.active .icon {
  fill: #fff;
  width: 2.3rem;
}
.main .right-main {
  width: 1000px;
  flex-shrink: 0;
  background-color: #fff;
  padding: 0 3rem;
  position: relative;
}
.main .right-main .noContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .right-main .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .right-main .list .item {
  width: 440px;
  height: 310px;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.main .right-main .list .item:nth-child(n+3) {
  margin-top: 1.75rem;
}
.main .right-main .list .item .thumb {
  width: 100%;
  height: 100%;
}
.main .right-main .list .item .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 1s;
}
.main .right-main .list .item .thumb img:hover {
  transform: scale(1.3);
}
.main .right-main .list .item .info {
  background-color: rgba(20, 185, 240, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
.main .right-main .list .item .info .title {
  margin: 0;
  font-size: 1rem;
}
.main .right-main .invite .items {
  width: 890px;
  padding-top: 2rem;
  padding-left: 10px;
  border-top: 1px #707070 solid;
}
.main .right-main .invite .items:nth-of-type(1) {
  padding-top: none;
  margin-top: none;
  border-top: none;
}
.main .right-main .invite .items:nth-of-type(9) {
  border-bottom: 1px #707070 solid;
}
.main .right-main .invite .items:hover {
  background-color: #eff8fb;
  border-left: 10px solid #00a0e8;
  border-top: none;
}
.main .right-main .invite .items:hover + a {
  border-top: none;
}
.main .right-main .invite .items:hover:nth-of-type(9) {
  border-bottom: none;
}
.main .right-main .invite .items:hover p {
  width: 879px;
}
.main .right-main .invite .items .title {
  font-family: "SourceHanSansCN Medium";
  color: #00a0e8;
  margin: 0;
  margin-bottom: 5px;
  font-size: 1.25rem;
}
.main .right-main .invite .items .time {
  font-family: "SourceHanSansCN Medium";
  color: #707070;
  margin-bottom: 20px;
}
.main .right-main .invite .items .time .height-light {
  font-family: "Gotham Pro Medium";
}
.main .right-main .invite .items p {
  line-height: 1.5rem !important;
  width: 889px;
  color: #707070;
  font: 0.875rem "SourceHanSanCN Regular";
  margin-bottom: 2rem;
}
.main .right-main .invite .items .close {
  width: 110px;
  line-height: 42px;
  border-radius: 30px;
  background-color: #cccccc;
  color: #fff;
  text-align: center;
  font-family: "SourceHanSansCN Medium";
  margin-bottom: 3rem;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  #warpper .main {
    min-width: 1200px;
  }
  #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;
  }
  #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;
  }
}
