/* * {
  letter-spacing: 1.5px;
} */
ul {
  list-style: none;
}

.project-first {
  height: 728px;
}

.project-second {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}

.project-second-top {
  height: 68px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16),
    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4)
}

.project-second-top div {
  display: flex;
  justify-content: space-around;
  width: 730px;
  line-height: 68px;
  margin: 0 auto;

}

.project-second-top div a {
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  color: black;
  text-decoration: none;
}

.project-second-top div .actived {
  color: rgb(47, 212, 254);
}

.project-second-top div a:hover,
.project-second-top div a:focus {
  color: rgb(47, 212, 254);
  /* 鼠标悬停或点击时颜色变为蓝色 */
}

.project-second-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1448px;
  margin: 56px auto;
}

.project-second-bottom div {
  position: relative;
  width: 449px;
  height: 325px;
  background-color: #f4f4f4;
  margin: 0 16px 31px;
}

.project-second-bottom div:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16),
    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4)
}

.project-second-bottom div img {
  width: 449px;
  height: 325px;
}

.project-second-bottom div h3 {
  position: absolute;
  left: 44px;
  bottom: 72px;
  height: 20px;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 20px;
  line-height: 100px;
  color: #7e7e7e;
  font-weight: 500;
}

.project-second-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1513px;
  margin: 56px auto;
}

.project-second-left {
  width: 212px;
}

.project-second-left-title {
  width: 212px;
  height: 41px;
  background-color: #21bbfc;
  margin-bottom: 1.5px;
  line-height: 41px;
  padding-left: 20px;
  color: #f8f8f8;
}

.project-second-left ul li {
  width: 212px;
  height: 41px;
  background-color: #f8f8f8;
  margin-bottom: 1.5px;
  line-height: 41px;
  padding-left: 20px;
  color: #6a6b6b;
  border-bottom: 1.5px solid #e0e1e1;
}

.project-second-left ul li.active {
  color: #21bbfc;
}

.project-second-left ul li:hover {
  color: #21bbfc;
  cursor: pointer;
}


/* 图标样式 */
.icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}


.project-second-right {
  width: 1216px;
  background-color: #ffffff;
}

.project-second-right h3 {
  font-family: HarmonyOS_Sans_SC;
  font-size: 36px;
  font-weight: 500;
  color: #3b3b3b;
  text-align: center;
  letter-spacing: 1px;

  /* margin: 60px auto; */
}

.project-second-right p {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 20px;
  text-indent: 2em;
  line-height: 48px;
  color: #575757;
  margin: 10px 0;
}

.project-second-right img {
  width: 1217px;
}

.project-second-right-title {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-family: HarmonyOS_Sans_SC;
  font-size: 20px;
  color: #204e8c;
  background-color: #e5f5fd;
  border-left: 10px solid #204e8c;
  margin-top: 50px;
}

.project-second-right table tr td {
  height: 1.5rem !important;
  line-height:1.5rem !important;
  color: #2d55a3;
}

.project-second-right #imgTitle{
  font-size: 22px ;
  color: #595757 ;
  display: grid;
  justify-content: center;
  margin:10px 0 30px 0;
}
.project-second-right p{
  letter-spacing: 1px;
}

/* .project-second-right table tr {
  border-bottom: 2px solid #c0dcf0;
  background-color: #ffffff;
  height: 64px;
  width: 1217px;
} */