#project.project {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background: #fff;
  font-family: 'Microsoft YaHei-Regular';
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 20px;
}
#project .bg {
  width: 100%;
  height: 420px;
  background: url(/assets/images/information/bg-project-top.png) no-repeat center center, linear-gradient(0, #3E70EE 0%, #769FF4 100%);
  background-size: auto 420px, 100%;
}
#project .breadcrumb {
  padding: 20px 0;
  margin-bottom: 20px;
}
#project .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#project .breadcrumb-item:hover {
  color: #1259F0;
}
#project .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#project .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#project .breadcrumb-item:last-child {
  color: #39435A;
}
#project .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#project .container {
  margin-bottom: 64px;
}
#project .container .container-title {
  background: #F4F8FF;
  padding: 16px;
  border-radius: 4px;
}
#project .container .container-title .title-name {
  background: no-repeat left center;
  background-size: 24px;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #15213A;
  padding-left: 32px;
}
#project .container1 .container-title .title-name {
  background-image: url(/assets/images/common/icon-project-1.png);
}
#project .container1 .content-box {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#project .container1 .content-box .project-item {
  width: 428px;
  background: #F9FAFC;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
}
#project .container1 .content-box .project-item:hover {
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(26, 43, 77, 0.06);
}
#project .container1 .content-box .project-item .img {
  width: 100%;
  height: 240px;
}
#project .container1 .content-box .project-item .project-info {
  padding: 20px 24px 24px;
}
#project .container1 .content-box .project-item .project-info .text {
  display: block;
  line-height: 21px;
  font-size: 16px;
  color: #15213A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#project .container1 .content-box .project-item .project-info .info {
  display: flex;
  justify-content: space-between;
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  margin-top: 24px;
}
#project .container1 .content-box .project-item .project-info .info .author {
  padding-left: 22px;
  background: url(/assets/images/common/icon-author.png) no-repeat left center;
  background-size: 18px;
}
#project .container2 .container-title .title-name {
  background-image: url(/assets/images/common/icon-project-2.png);
}
#project .container2 .content-box {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#project .container2 .content-box .content-item {
  width: 311px;
  background: #F9FAFC;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  padding: 16px 16px 24px;
  font-size: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#project .container2 .content-box .content-item:hover {
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(26, 43, 77, 0.06);
}
#project .container2 .content-box .content-item .name {
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #15213A;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#project .container2 .content-box .content-item .img {
  width: 279px;
  height: 188px;
  background: #fff;
  margin-bottom: 16px;
  padding: 20px 0 15px;
  border-radius: 4px;
  position: relative;
}
#project .container2 .content-box .content-item .img img {
  width: 100%;
  height: 100%;
}
#project .container2 .content-box .content-item .img .report-name {
  width: 98px;
  line-height: 12px;
  font-size: 8px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #393C5A;
  position: absolute;
  top: 50px;
  left: 90px;
}
#project .container2 .content-box .content-item .img .report-name.item-1::after {
  background: #01AB95;
}
#project .container2 .content-box .content-item .img .report-name.item-2::after {
  background: #2C94EE;
}
#project .container2 .content-box .content-item .img .report-name.item-3::after {
  background: #627DF1;
}
#project .container2 .content-box .content-item .img .report-name::after {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
#project .container2 .content-box .content-item .msg {
  line-height: 18px;
  font-size: 14px;
  color: #77798E;
  display: flex;
}
#project .container2 .content-box .content-item .msg .author {
  max-width: 120px;
  background: url(/assets/images/common/icon-author.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
  margin-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#project .container2 .content-box .content-item .msg .page-count {
  background: url(/assets/images/common/icon-page.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
}
#project .container2 .content-box .content-item .msg .download-count {
  margin-left: auto;
}
#project .container2 .more-btn {
  width: 160px;
  background: #4282FF;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 40px auto 0;
  cursor: pointer;
}
#project .container2 .more-btn:hover {
  background: #1259F0;
}
