.views-zlindex .top-container {
  display: flex;
  height: 260px;
  background: url(https://zk-web-source.oss-cn-beijing.aliyuncs.com/sitepc/img/material_down_bg.png) no-repeat;
  background-size: cover;
}
.views-zlindex .top-container .download-label {
  margin-left: 40px;
}
.views-zlindex .top-container .download-label h2 {
  padding-top: 55px;
  font-size: 68px;
  line-height: 68px;
  font-weight: bold;
  color: #fff;
}
.views-zlindex .top-container .download-label img {
  margin-top: 15px;
}
.views-zlindex .top-container .change-project {
  position: relative;
}
.views-zlindex .top-container .change-project .change-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 46px;
  margin-top: 63px;
  margin-left: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 23px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}
.views-zlindex .top-container .change-project .change-box img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.views-zlindex .top-container .change-project .project-list {
  display: none;
  position: absolute;
  top: 30px;
  border-radius: 6px;
  background: #fff;
  margin-left: 30px;
  min-width: 158px;
  padding: 10px;
  box-sizing: border-box;
}
.views-zlindex .top-container .change-project .project-list li.on, .views-zlindex .top-container .change-project .project-list li:hover {
  background: rgb(218, 229, 255);
}
.views-zlindex .top-container .change-project .project-list li.on .link, .views-zlindex .top-container .change-project .project-list li:hover .link {
  color: #4c7af2;
}
.views-zlindex .top-container .change-project .project-list li .link {
  display: block;
  height: 34px;
  font-size: 16px;
  color: rgb(95, 96, 97);
  line-height: 34px;
  text-align: center;
}
.views-zlindex .main-content {
  display: flex;
  justify-content: space-between;
  margin-top: -50px;
}
.views-zlindex .main-content .card-box {
  width: 890px;
}
.views-zlindex .main-content .card-box .card-item {
  margin-bottom: 20px;
  padding: 18px 18px 40px;
  border-radius: 12px;
  background: #fff;
}
.views-zlindex .main-content .card-box .filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.views-zlindex .main-content .card-box .filter-wrapper .project-name {
  font-size: 20px;
  font-weight: bold;
  color: rgb(44, 45, 46);
  margin-right: 30px;
}
.views-zlindex .main-content .card-box .filter-wrapper .filter-box {
  display: flex;
  align-items: center;
}
.views-zlindex .main-content .card-box .filter-wrapper .filter-box .dropdown .select-title {
  font-size: 16px;
  color: #606266;
}
.views-zlindex .main-content .card-box .filter-wrapper .filter-box .dropdown .dropdown-menu {
  max-height: 300px;
  overflow: scroll;
  transform: translate3d(-50%, 22px, 0px) !important;
  left: 50% !important;
}
.views-zlindex .main-content .card-box .filter-wrapper .filter-box .dropdown .dropdown-menu .dropdown-item {
  text-align: center;
  font-size: 14px;
  color: #606266;
  padding: 0.35rem 1.5rem;
}
.views-zlindex .main-content .card-box .filter-wrapper .filter-box .dropdown .dropdown-menu .dropdown-item.selected {
  color: #4c7af2;
  background-color: #dae5ff;
}
.views-zlindex .main-content .card-box .filter-wrapper .filter-box .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #dae5ff;
}
.views-zlindex .main-content .card-box .filter-wrapper .link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.views-zlindex .main-content .card-box .filter-wrapper .link > img {
  margin-left: 3px;
  margin-top: -3px;
}
.views-zlindex .main-content .card-box .material-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.views-zlindex .main-content .card-box .material-list-box li {
  display: flex;
  align-items: center;
  width: 49%;
  height: 100px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 3px;
  border: 1px solid rgb(245, 246, 247);
  box-sizing: border-box;
}
.views-zlindex .main-content .card-box .material-list-box li:hover {
  background: rgb(245, 246, 247);
}
.views-zlindex .main-content .card-box .material-list-box li .type-icon {
  flex-shrink: 0;
  width: 53px;
  height: 65px;
  margin-right: 10px;
}
.views-zlindex .main-content .card-box .material-list-box li .right-box {
  flex: 1;
}
.views-zlindex .main-content .card-box .material-list-box li .right-box .title {
  font-size: 16px;
  color: rgb(95, 96, 97);
}
.views-zlindex .main-content .card-box .material-list-box li .right-box .download-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.views-zlindex .main-content .card-box .material-list-box li .right-box .download-box .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgb(180, 180, 180);
}
.views-zlindex .main-content .card-box .material-list-box li .right-box .download-box .time img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.views-zlindex .main-content .card-box .material-list-box li .right-box .download-box .download-link {
  min-width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(to right, rgb(251, 93, 72), rgb(233, 18, 19));
}
.views-zlindex .main-content .r-box {
  width: 285px;
}
.views-zlindex .main-content .r-box .question-course-box,
.views-zlindex .main-content .r-box .news-box {
  padding: 18px;
  width: 100%;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}
.views-zlindex .main-content .r-box .question-course-box .title,
.views-zlindex .main-content .r-box .news-box .title {
  padding-left: 8px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: rgb(44, 45, 46);
  border-left: 2px solid #4c7af2;
  margin-bottom: 20px;
}
.views-zlindex .main-content .r-box .question-course-box {
  display: flex;
  flex-direction: column;
}
.views-zlindex .main-content .r-box .question-course-box .link {
  width: 100%;
  height: 120px;
}
.views-zlindex .main-content .r-box .question-course-box .link:not(:last-child) {
  margin-bottom: 10px;
}
.views-zlindex .main-content .r-box .news-box {
  margin-top: 20px;
}
.views-zlindex .main-content .r-box .news-box .list-box li {
  margin-bottom: 15px;
  display: flex;
}
.views-zlindex .main-content .r-box .news-box .list-box li .img-cover {
  width: 90px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 6px;
}
.views-zlindex .main-content .r-box .news-box .list-box li .img-cover.fit-mode {
  object-fit: contain;
}
.views-zlindex .main-content .r-box .news-box .list-box li .news-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.views-zlindex .main-content .r-box .news-box .list-box li .news-content h3 {
  font-size: 12px;
  color: #333;
}
.views-zlindex .main-content .r-box .news-box .list-box li .news-content span {
  color: #999;
}
.views-zlindex .main-content .r-box .news-box .more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  border-radius: 6px;
  font-size: 14px;
  color: rgb(66, 111, 239);
  background: rgb(218, 229, 255);
}

/*# sourceMappingURL=viewszlindex.css.map */
