.about-editor {
  color: #717171;
}
.related-box {
  position: relative;
  margin: 50px 0 30px;
}
.related-box .title {
  display: block;
  background: #f1ebe2;
  text-align: center;
  font-size: 22px;
  padding: 16px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
/*------------ related ------------*/
.related-list {
  margin: 0 -15px;
}
.related-list li {
  width: 25%;
  padding: 0 15px 45px;
}
.related-list li:nth-child(4n + 1) {
  clear: left;
}
.related-list > li > .box {
  margin: 0px auto 0;
  max-width: 330px;
  box-sizing: border-box;
  background: #fff;
}
.related-list > li > .box .cover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  font-size: 0;
}
.related-list .pic {
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s;
  z-index: 1;
  border-radius: 10px;
}
.related-list .box {
  position: relative;
  border-radius: 10px;
  background: #fff;
}
.related-list .box:hover .pic {
}
.related-list .text {
  max-width: 330px;
  margin: 0;
  padding: 25px 20px;
  line-height: 1.3;
}
.related-list .city {
  position: relative;
  color: #9e7a4e;
  font-size: 16px;
  margin-bottom: 10px;
}
.related-list .city::before {
  font-family: "icon-font" !important;
  content: "\e1111";
  position: relative;
  margin-right: 3px;
  transition: all 0.3s ease;
}
.related-list .name {
  box-sizing: border-box;
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  letter-spacing: 1px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.related-list .box:hover .name {
  color: #9e7a4e;
}
.related-list .description {
  font-size: 15px;
  line-height: 1.5;
  color: #858585;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-list .info {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c5673f;
  color: #fff;
  padding: 5px 10px;
  z-index: 2;
  border-radius: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1200px) {
  .related-list li {
    padding: 0 10px 45px;
  }
  .related-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1200px) {
  .related-list li {
    width: 33.33%;
  }
  .related-list li:nth-child(2n + 1) {
    clear: none;
  }
  .related-list li:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  .related-list li {
    width: 50%;
  }
  .related-list li:nth-child(3n + 1) {
    clear: none;
  }
  .related-list li:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  .related-list {
    margin: 0;
  }
  .related-list li {
    width: 100%;
    padding: 0 0 45px;
  }
  .products-list.column4 .item:nth-child(n) {
    clear: none;
  }
}
