/*.zsbox1 img, 
.zsbox2 img, *
/* 只给其他图片添加圆角和阴影 */
.ydyf_jg img, 
.dxkh img,
.feature-section img {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* 调整特定图片尺寸，只保留圆角 */
.zsbox1 img,
.zsbox2 img {
  width: 560px;
  height: auto;
  border-radius: 10px;
}

/* 段落文字两端对齐和行间距 */
.zsbox1 p,
.zsbox2 p {
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 1.0em;
}

/* 新的无序列表样式 */
.type-new {
  list-style: none;
  padding-left: 0;
  color: #666;
  margin: 10px 0;
  line-height: 1.5;
}

.type-new li {
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.type-new li::before {
  content: "•";
  color: #DDDDDD;
  position: absolute;
  left: 0;
  font-size: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}

/* 试用按钮样式 */
.try-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #FF8533;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.try-btn:hover {
  background: #FF6B00;
  color: #fff;
}
