.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 */
