body {
  background: #fff url('/xjepd/xhtml/ztzl/sthjypf/images/sthjypf-bgc.png') no-repeat;
  background-size: 100% auto;
}

.content {
  width: 1200px;
  margin: 0 auto;
}
.head-container {
  width: 100%;
}
.sthjypf-logo img{
  margin-top: 20px;
}

.sthjypf-title {
  text-align: center;
  margin-top: 48px;
}

.body-container {
  box-sizing: border-box;
  width: 100%;
  height: 668px;
  padding: 36px;
  margin-top: 140px;
  box-shadow: 8.57px 4.29px 24px  rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.body-container .list { 
  flex: 1;
}

.body-container .list:last-child { 
  margin-left: 30px;
}

.body-container .list .title {
  position: relative;
}

.body-container .list .title a img{
  display: block;
  vertical-align: bottom;
}

.body-container .list .title .icon-left { 
  position: absolute;
  left: 34px;
  bottom: -50px;
}

.body-container .list .title .icon-right { 
  position: absolute;
  right: 34px;
  bottom: -50px;
}

.body-container .list .list-container { 
  box-sizing: border-box;
  margin-top: 35px;
  padding: 25px 20px 10px 20px;
  width: 550px;
  height: 396px;
  border: 1px solid rgba(209, 48, 32, 1);
}

.body-container .list .list-container ul li {
  position: relative;
  padding-left: 20px;
}

.body-container .list .list-container ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 6px;
  background-color: rgba(207, 44, 24, 1);
  border-radius: 50%;
}

.body-container .list .list-container ul li:not(:last-child) {
  border-bottom: 1px solid rgba(237, 157, 77, 1);
}

.body-container .list .list-container ul li a:hover p{
  color: rgba(207, 44, 24, 1);
}
.body-container .list .list-container ul li a p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 72px;
  color: rgba(51, 51, 51, 1);
  white-space: nowrap;      /* 强制不换行 */
  overflow: hidden;        /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 溢出时显示省略号 */
}

@media (max-width: 1200px) {
  .content {
    width: 96%;
  }
}

@media (max-width: 768px) {
  /* .content {
    width: 30%;
  } */
  .head-container {
    width: 100%;
  }
  .body-container {
    flex-direction: column;
    height: 90%;
    margin-top: 0;
  }
  .body-container .list .list-container {
    width: 100%;
  }
  .body-container .list:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
  .sthjypf-title {
    margin-top: 0;
  }
  .head-container img {
    max-width: 80%;
  }
}

