.party {
  padding: 3rem 0 6rem;
}
.party .con .title .left {
  float: left;
}
.party .con .title .left h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004da1;
}
.party .con .title .right {
  float: right;
}
.party .con .title .right .select-year {
  float: left;
  width: 10rem;
  position: relative;
  margin-right: 1.2rem;
}
.party .con .title .right .select-year h2 {
  line-height: 3.5rem;
  border: 1px solid #ddd;
  padding: 0 1.2rem;
  font-size: 0.9rem;
  color: #777;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.party .con .title .right .select-year h2:before {
  content: '\e603';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #004da1;
  position: absolute;
  right: 1.2rem;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.party .con .title .right .select-year ul {
  position: absolute;
  width: 100%;
  right: 0;
  top: 3.6rem;
  z-index: 10;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: none;
}
.party .con .title .right .select-year ul li {
  text-align: center;
  line-height: 2.6rem;
  background: #fff;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.party .con .title .right .select-year ul li:hover {
  background: #004a92;
  color: #fff;
}
.party .con .title .right .select-year.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.party .con .title .right .search-box {
  float: left;
  width: 22.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  position: relative;
}
.party .con .title .right .search-box input {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #777;
  border: none;
  padding: 0 3rem 0 1.5rem;
}
.party .con .title .right .search-box span {
  position: absolute;
  right: 1rem;
  line-height: 3.5rem;
  top: 0;
  font-size: 1.2rem;
  color: #004a92;
  cursor: pointer;
}
.party .con .title .right.active h2 {
  border-bottom: 1px solid #eee;
}
.party .con .title .right.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.party .con .party-list {
  margin-top: 1.5rem;
}
.party .con .party-list ul li {
  float: left;
  width: 18.4%;
  margin-top: 1.5rem;
}
.party .con .party-list ul li:not(:nth-child(5n)) {
  margin-right: 2%;
}
.party .con .party-list ul li a {
  display: block;
}
.party .con .party-list ul li a .tu {
  height: 0;
  padding-bottom: 58%;
  overflow: hidden;
}
.party .con .party-list ul li a .tu img {
  width: 100%;
}
.party .con .party-list ul li a .bottom {
  background: #f4f4f4;
  padding: 0.8rem 3.4rem 0.8rem 1.2rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.party .con .party-list ul li a .bottom h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.party .con .party-list ul li a .bottom .more {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #c7c7c7;
  text-align: center;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.party .con .party-list ul li a .bottom .more span {
  line-height: 1.5rem;
  font-size: 1rem;
  color: #c7c7c7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.party .con .party-list ul li:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.party .con .party-list ul li:hover a .bottom {
  background: #004da1;
}
.party .con .party-list ul li:hover a .bottom h2 {
  color: #fff;
}
.party .con .party-list ul li:hover a .bottom .more {
  background: #ee0000;
  border: 1px solid #ee0000;
}
.party .con .party-list ul li:hover a .bottom .more span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .party {
    padding: 30px 0;
  }
  .party .con .title .left h2 {
    font-size: 18px;
  }
  .party .con .title .right {
    width: 100%;
    margin-top: 20px;
  }
  .party .con .title .right .select-year {
    width: 100%;
  }
  .party .con .title .right .select-year h2 {
    line-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .party .con .title .right .select-year h2:before {
    right: 14px;
    font-size: 16px;
  }
  .party .con .title .right .select-year ul {
    top: 46px;
  }
  .party .con .title .right .select-year ul li {
    line-height: 42px;
    font-size: 14px;
  }
  .party .con .title .right .search-box {
    width: 100%;
    margin-top: 10px;
    height: 44px;
  }
  .party .con .title .right .search-box input {
    font-size: 14px;
    padding: 0 30px 0 14px;
  }
  .party .con .title .right .search-box span {
    right: 10px;
    line-height: 44px;
    font-size: 16px;
  }
  .party .con .party-list {
    margin-top: 10px;
  }
  .party .con .party-list ul li {
    width: 48.5%;
    margin-top: 10px;
  }
  .party .con .party-list ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .party .con .party-list ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .party .con .party-list ul li a .bottom {
    padding: 10px 10px 14px;
  }
  .party .con .party-list ul li a .bottom h2 {
    font-size: 16px;
  }
  .party .con .party-list ul li a .bottom .more {
    width: 30px;
    height: 30px;
    position: relative;
    right: auto;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: 14px;
  }
  .party .con .party-list ul li a .bottom .more span {
    line-height: 30px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=party_index.css.map */