.photo {
  padding: 0 0.15625rem;
  background: #fff;
}
.photo .list li {
  width: 1.875rem;
  float: left;
  margin-right: 0.15625rem;
  margin-bottom: 0.15625rem;
  overflow: hidden;
  /*过度效果*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0.04166667rem;
  position: relative;
}
.photo .list li:nth-child(3n) {
  margin-right: 0;
}
.photo .list li .p-img {
  width: 100%;
  height: 1.21354167rem;
  overflow: hidden;
}
.photo .list li img {
  width: 100%;
  height: 100%;
  /*过度效果*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.photo .list li img:hover {
  /*缩放效果*/
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  /*旋转效果*/
  /*-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);*/
}
.photo .list li .p-title {
  line-height: 0.10416667rem;
  padding: 0.10416667rem 0.05208333rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 0.09375rem;
  background: #E7E7E7;
}
.photo .list li:hover {
  border-radius: 0.04166667rem;
}
.pastSpecial {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.pastSpecial .pastSpecialList {
  overflow: hidden;
  width: 1220px;
}
.pastSpecial .pastSpecialList {
  overflow: hidden;
  width: 1220px;
}
.pastSpecial .pastSpecialList ul {
  overflow: hidden;
  margin-bottom: 40px;
}
.pastSpecial .pastSpecialList ul li {
  width: 263px;
  height: 266px;
  border: 1px solid #e2e2e2;
  float: left;
  margin-right: 20px;
  padding: 10px;
  margin-top: 30px;
}
.pastSpecial .pastSpecialList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.pastSpecial .pastSpecialList ul li a .pic {
  width: 243px;
  height: 138px;
  overflow: hidden;
}
.pastSpecial .pastSpecialList ul li a .pic img {
  width: 243px;
  height: 138px;
}
.pastSpecial .pastSpecialList ul li a .tit {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 0 0 0 10px;
  line-height: 45px;
  background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
}
.pastSpecial .pastSpecialList ul li a .date {
  color: #757575;
  margin-bottom: 8px;
}
.pastSpecial .pastSpecialList ul li a .desc {
  border-top: solid 2px #f3f4f6;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  color: #404040;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pastSpecial .pastSpecialList ul :hover a .tit {
  color: #fff;
}
.sliderLineEffect:hover:before,
.sliderLineEffect:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #bf0c0d;
  content: "";
}
.sliderLineEffect {
  position: relative;
}
.sliderLineEffect:hover:before {
  top: -1px;
  animation: panel-top-solid 5s infinite alternate;
  -webkit-animation: panel-top-solid 5s infinite alternate;
  -moz-animation: panel-top-solid 5s infinite alternate;
  -o-animation: panel-top-solid 5s infinite alternate;
  -ms-animation: panel-top-solid 5s infinite alternate;
}
.sliderLineEffect:hover:after {
  bottom: -1px;
  animation: panel-bottom-solid 5s infinite alternate;
  -webkit-animation: panel-bottom-solid 5s infinite alternate;
  -moz-animation: panel-bottom-solid 5s infinite alternate;
  -o-animation: panel-bottom-solid 5s infinite alternate;
  -ms-animation: panel-bottom-solid 5s infinite alternate;
}
.sliderLineEffect:hover i {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #bf0c0d;
}
.sliderLineEffect:hover i:nth-child(1) {
  left: -1px;
  bottom: 0px;
  animation: panel-left-solid 5s infinite alternate;
  -webkit-animation: panel-left-solid 5s infinite alternate;
  -moz-animation: panel-left-solid 5s infinite alternate;
  -o-animation: panel-left-solid 5s infinite alternate;
  -ms-animation: panel-left-solid 5s infinite alternate;
}
.sliderLineEffect:hover i:nth-child(2) {
  right: -1px;
  top: 0;
  animation: panel-right-solid 5s infinite alternate;
  -webkit-animation: panel-right-solid 5s infinite alternate;
  -moz-animation: panel-right-solid 5s infinite alternate;
  -o-animation: panel-right-solid 5s infinite alternate;
  -ms-animation: panel-right-solid 5s infinite alternate;
}
@keyframes panel-bottom-solid {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes panel-bottom-solid {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes panel-bottom-solid {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-o-keyframes panel-bottom-solid {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-ms-keyframes panel-bottom-solid {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes panel-top-solid {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes panel-top-solid {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes panel-top-solid {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes panel-top-solid {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes panel-top-solid {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes panel-left-solid {
  0% {
    height: 100%;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes panel-left-solid {
  0% {
    height: 100%;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes panel-left-solid {
  0% {
    height: 100%;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-ms-keyframes panel-left-solid {
  0% {
    height: 100%;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes panel-right-solid {
  0% {
    height: 100%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes panel-right-solid {
  0% {
    height: 100%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes panel-right-solid {
  0% {
    height: 100%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-ms-keyframes panel-right-solid {
  0% {
    height: 100%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
