﻿.subpage-pics3 .tip {
  margin-top: 30px;
  width: 100%;
}
.subpage-pics3 .tip img {
  display: block;
  width: 100%;
  height: auto;
}
.subpage-pics3-item {
  width: 30.9%;
  margin-right: 3.63%;
  margin-top: 30px;
  float: left;
}
.subpage-pics3-item:nth-child(3n) {
  margin-right: 0;
}
.subpage-pics3-item .pic {
  height: 235px;
  padding: 14px;
  background: url(../images/pics-bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}
.subpage-pics3-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage-pics3-item p {
  margin-top: 16px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subpage-pics3-item:hover P {
  animation: fadeIn 0.5s ease-in-out;
  color: #0250a2;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .subpage-pics3-item {
    width: 48%;
    margin-right: 4%;
  }
  .subpage-pics3-item:nth-child(3n) {
    margin-right: 4%;
  }
  .subpage-pics3-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .subpage-pics3-item {
    width: 100%;
    margin-right: 0%;
  }
  .subpage-pics3-item:nth-child(3n), .subpage-pics3-item:nth-child(2n) {
    margin-right: 0;
  }
  .subpage-pics3-item .pic {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .subpage-pics3-item {
    margin-top: 3vw;
    width: 48%;
    margin-right: 4%;
  }
  .subpage-pics3-item:nth-child(3n) {
    margin-right: 4%;
  }
  .subpage-pics3-item:nth-child(2n) {
    margin-right: 0;
  }
  .subpage-pics3-item .pic {
    height: 35vw;
  }
  .subpage-pics3-item p {
    margin-top: 2vw;
    font-size: 16px;
  }
}/*# sourceMappingURL=pics.css.map */