.p-layout {
  font-family: "Times New Roman", Times, serif;
  color: #175946;
  font-size: 30px;
}
.p-title {
  color: #175946;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  margin: 20px 0px 0 0px;
  font-size: 55px;
}
.p-para {
  background-color: rgba(255, 255, 255, 0.54);
  padding: 20px 50px 20px 50px;
  margin-bottom: 60px;
}

.p-card {
  width: 100%;
  display: flex;
  margin: 30px 0;
  overflow-y: hidden;
  color: #175946;
  gap: 30px;
  font-family: "Times New Roman", Times, serif;
}

.p-card .p-img {
  width: 40%;
  flex-basis: 40%;
  height: auto;
  align-self: flex-start;
  /* flex: 1; */
}

.p-content {
  font-size: 30px;
  flex: 1;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.p-para a {
  color: #5776ff !important;
  text-decoration:underline !important;
}
.p-para ul {
    list-style-type: disc; /* 显示点 */
}
/* pc端 */
@media screen and (min-width: 1200px) {
  .p-layout {
    padding: 0 150px !important;
  }
}
