@charset "UTF-8";
.limit .party_construction {
  width: 100%;
  object-fit: fill;
  margin-bottom: 10px;
}
.limit .party-building-garden {
  width: 100%;
  padding:10px 150px;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-position: 65px bottom;
  background-size: 500px;
}
.limit .party-building-garden > div:nth-of-type(2) {
    display: grid;
    grid-template-columns: 43fr 57fr;
    /* grid-template-rows: 290px 280px; */
    /* row-gap: 10px; */
    column-gap: 30px;
    justify-content: center;
    /* align-items: center; */
    border-bottom: 2px solid rgb(229, 229, 229);
    margin-bottom: 60px;
}
.limit .party-building-garden > div:nth-of-type(2) a {
  width: 100%;
  height: 100%;
}
.limit .party-building-garden > div:nth-of-type(2) img {
  width: 100%;
  object-fit: fill;
 transition: transform 0.3s;
}
.limit .party-building-garden > div:nth-of-type(2) img:hover {
    transform: scale(1.05); 
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(1) {
  height: 100%;
  grid-area: 1/1/3/2;
  display: grid;
  grid-template-rows: 400px 90px 150px;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) {
  padding-top:20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 黑体, serif;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 40px);
  margin-top: 15px;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(2) {
  height: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgb(229, 229, 229);
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) {
  flex: 1;
  padding-right: 15px;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) {
  flex: 1;
  padding-left: 15px;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(2) > div {
  display: grid;
  grid-template-rows: 200px 30px 20px;
  align-items: center;
  gap: 10px;
  width: 285px;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(2) > div img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) {
  margin-top: 20px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 20px;
}
.limit .party-building-garden > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(2) {
  color: gray;
}
.limit .party-building-garden > div:nth-of-type(2) > ul {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  padding: 0;
  margin: 0;
  height: 100%;
}
.limit .party-building-garden > div:nth-of-type(2) > ul li {
  display: grid;
  grid-template-columns: 5fr 1fr;
  height: 100%;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}
.limit .party-building-garden > div:nth-of-type(2) > ul li > div:nth-of-type(1) {
  text-align: start;
  font-size: 18px;
  <!-- font-weight: bold; -->
}
.limit .party-building-garden > div:nth-of-type(2) > ul li > div:nth-of-type(2) {
  text-align: end;
  color: #999;
  font-size: 20px;
}
.limit .party-building-garden > div:nth-of-type(3) {
  height: 200px;
}
.limit .medical-ethics {
  width: 100%;
  padding: 100px 100px;
  margin-bottom: 40px;
  background-size: 100% 100%;
}
.limit .medical-ethics > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 310px);
  row-gap: 30px;
  column-gap: 30px;
  margin-bottom: 60px;
  /*> div {
      background-color: white;
      display: grid;
      grid-template-rows: 10fr 1fr;
      padding: 15px;

      > div:nth-of-type(1) {
          font-family: 黑体, serif;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 6;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 17px;
      }

      > div:nth-of-type(2) {
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
      }
  }*/
}
.limit .medical-ethics > div:nth-of-type(2) > div {
  background-color: white;
  display: grid;
  grid-template-rows: 175px 135px;
}
.limit .medical-ethics > div:nth-of-type(2) > div > div:nth-of-type(1) {
  height: 100%;
}
.limit .medical-ethics > div:nth-of-type(2) > div > div:nth-of-type(2) {
  display: grid;
  grid-template-rows: 3fr 2fr;
  padding: 15px;
  background-color: white;
}
.limit .medical-ethics > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(1) {
  font-weight: bold;
}
.limit .medical-ethics > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(2) {
  align-self: end;
}
.limit .party-building-garden > div:nth-of-type(1), .limit .medical-ethics > div:nth-of-type(1) {
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  color: var(--font-color);
  margin-bottom: 50px;
}
.limit .party-building-garden > div:nth-of-type(3), .limit .medical-ethics > div:nth-of-type(3) {
  text-align: center;
}