.classify {
  margin-top: 120px;
  margin-bottom: 20px;
  padding: 0 10px; }
.classify .title {
  font-weight: bold;
  font-size: 14px;
  margin: 1px 34px 0 0; }
.classify ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px; }
.classify ul li {
  float: left;
  color: #5F5F5F; }
.classify ul li a {
  color: #5F5F5F;
  font-size: 14px;
}
.classify ul li::after {
  content: "/";
  display: inline-block;
  margin: 0 16px; }
.classify ul li:last-child::after {
  content: ''; }
.article {
  margin-top: 61px;
}
.ys {
  color: #595757;
  text-align: center; }
.ys .item {
  height: 355px;
  background: #E8BC41;
  padding: 3px;
  width: calc(33.33333% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #575554; }
.ys .item:hover {
  background: #575554;
  color: #E8BC41; }
.ys .item:hover .line {
  background: #E8BC41; }
.ys .item:nth-of-type(even) {
  background: #575554;
  color: #E8BC41; }
.ys .item:nth-of-type(even) .line {
  background: #E8BC41; }
.ys .item:nth-of-type(even):hover {
  background: #E8BC41;
  color: #575554; }
.ys .item:nth-of-type(even):hover .line {
  background: #575554; }
.ys h2 {
  font-size: 18px; }
.ys .line {
  height: 2px;
  width: 32px;
  background: #595757;
  margin: 20px auto; }
.ys p {
  font-size: 14px; }

.display .item {
  background: none !important;
  overflow: hidden;
  height: auto; }
.display .item img {
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
.display .item img:hover {
  transform: scale(1.2); }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px #ddd dashed;
  margin: 136px 0 40px;
}

.detail .titles span, .detail .titles p {
  font-size: 14px;
  margin-bottom: 0;
}
.detail .titles strong {
  font-size: 14px;
  margin: 21px 24px 21px 0;
  display: inline-block;
}
.detail .article img {
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
}

@media (max-width: 750px) {
  .ys .item {
    width: calc(50% - 10px); } }

/*# sourceMappingURL=zouping.css.map */

/* ========== 作品页移动端分页器修复 ========== */
@media (max-width: 750px) {
  .work-pagination,
  .work-pagination ul,
  .work-pagination .pagination {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    text-align: center !important;
    margin: 30px 0 50px !important;
    padding: 0 8px !important;
    list-style: none !important;
  }

  .work-pagination ul li,
  .work-pagination .pagination li {
    display: inline-block !important;
    float: none !important;
    margin: 3px 3px !important;
    vertical-align: middle !important;
  }

  .work-pagination ul li span,
  .work-pagination ul li a,
  .work-pagination .pagination li span,
  .work-pagination .pagination li a {
    display: inline-block !important;
    min-width: 28px !important;
    padding: 4px 6px !important;
    font-size: 13px !important;
    color: #A8A8A8 !important;
    text-decoration: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.5 !important;
  }

  .work-pagination ul li.active span,
  .work-pagination ul li.active a,
  .work-pagination .pagination li.active span,
  .work-pagination .pagination li.active a {
    color: #E8BB41 !important;
    font-weight: bold !important;
  }
}