.title {
  font-size: 32px;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 600;
  color: #000000;
  text-align: center;
  width: 136px;
  position: relative;
  margin: 0 auto 4rem;
  padding: 20px 0 0;
}
.title::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -12px;
  background-image: url("../../../layout/image/title_befor.png");
  width: 126px;
  height: 5px;
}
@media screen and (max-width: 1300px) {
  .title {
    font-size: 20px;
    width: 88px;
    padding: 0;
    margin-bottom: 36px;
  }
  .title::before {
    content: "";
    position: absolute;
    left: 4px;
    bottom: -8px;
    background-image: url("../../../layout/image/title_befor.png");
    background-size: 100% 100%;
    width: 90%;
    height: 2px;
  }
}
/* 服务范围 */
.serve-module {
  background-image: url("../../image/list/listSoftwareDev/server_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 972px;
  padding: 87px 0 80px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.server-main {
  display: grid;
  grid-template-columns: repeat(2, 518px);
  grid-gap: 110px;
  font-family:
    PingFangSC,
    PingFang SC;
}
.server-item {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
.server-icon {
  width: 66px;
  height: auto;
}
.server-item-info h3 {
  margin-bottom: 16px;

  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  text-align: left;
  font-style: normal;
}
.server-item-info p {
  font-weight: 400;
  font-size: 16px;
  color: #36383f;
  line-height: 34px;
  text-align: left;
  font-style: normal;
}
@media screen and (max-width: 1300px) {
  .serve-module {
    height: max-content;
    padding: 47px 0 40px 0;
  }
  .server-item {
    grid-gap: 20px;
  }
  .server-item-info h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .server-item-info p {
    font-size: 14px;
    line-height: 17px;
  }
  .server-main {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 16px;
    grid-gap: 35px;
  }
}
/* 工作方法 */
.work-module {
  background-image: url("../../image/list/listSoftwareDev/working_method_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background: linear-gradient(135deg, #fcfdff 0%, #f4f7ff 100%); */
  padding: 87px 0 80px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
}
@media screen and (max-width: 1300px) {
  .work-module {
    padding: 47px 0 40px 0;
    min-height: max-content;
  }
  .work-img {
    width: 100%;
    height: auto;
  }
  .server-icon {
    width: 33px;
    height: auto;
  }
}
/* // 条件区域 */
.select-config-box {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 24px;
  margin-top: 80px;
  margin-bottom: 84px;
}
@media screen and (max-width: 1300px) {
  /* // 条件区域盒子 */
  .select-config-box {
    padding: 0 16px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
/* 案例列表 */
.case-content {
  width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 330px);
  grid-gap: 40px;
}

.case-item-box {
  width: 330px;
}
.case-item-box:hover img {
  transform: scale(1.05);
}
.case-item-box:hover .title-name {
  color: #0d7bff;
}
.case-time {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.year {
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 1;
}

.month {
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 16px;
  color: #b3b3b3;
  margin-left: 8px;
}
.case-item-img {
  width: 330px;
  height: 278px;
}

.title-info {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #b3b3b3;
  line-height: 18px;
  margin-top: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.title-name {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #080808;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}
.case-hide {
  display: none;
}
@media screen and (max-width: 1300px) {
  .case-content {
    width: 100vw;
    grid-template-columns: repeat(2, 44.5vw);
    grid-gap: 26px 10px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .case-item-box {
    width: 100%;
  }
  .case-time {
    margin-bottom: 10px;
  }
  .year {
    font-size: 20px;
  }
  .month {
    font-size: 12px;
  }
  .case-item-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .title-info {
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .title-name {
    margin-top: 8px;
    font-size: 15px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* // 每日一贴 */
.new-day-article {
  min-height: 630px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, #fafbfd 0%, #eff2f9 100%);
  margin-top: 103px;
  padding-top: 88px;
  padding-bottom: 64px;
}
.new-day-article-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-left: 20px;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.new-day-article-title-icon {
  height: 37px;
}
.new-day-article-content {
  width: 1440px;
  display: grid;
  grid-template-columns: repeat(3, 464px);
  grid-gap: 24px;
  margin-bottom: 60px;
}
.new-day-article-content-item {
  background: linear-gradient(134deg, #f9fbff 0%, #edf3fc 100%);
  box-shadow: 0px 4px 8px 0px rgba(20, 29, 39, 0.14);
  border-radius: 4px;
  border: 2px solid;
  border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(226, 233, 250, 1)) 2 2;
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 33px;
  box-sizing: border-box;
}

.new-day-article-content-item-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #080808;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-day-article-content-item-info {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.new-day-article-content-item-type {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #36383f;
}

.new-day-article-content-item-time {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #36383f;
}
.look-more {
  margin-top: 10px;
  cursor: pointer;
  line-height: 30px;
}
.new-day-article-content-item-time a {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #0d7bff;
}
.new-day-article-content-item-type-box {
  display: flex;
  align-items: center;
}
.new-day-article-content-item-time img {
  width: 13px;
  height: 12px;
  margin-right: 5px;
}
