.paper-top {
  padding-top: 2.5rem;
  padding-bottom: 7rem;
}
.paper-top .con .title .left {
  float: left;
}
.paper-top .con .title .left h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
  top: 0.6rem;
}
.paper-top .con .title .left h2:after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/about/sign_text.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -2.5rem;
  top: 54%;
  margin-top: -0.75rem;
}
.paper-top .con .title .right {
  float: right;
}
.paper-top .con .title .right .select-year {
  float: left;
  width: 10rem;
  position: relative;
  margin-right: 1.2rem;
}
.paper-top .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;
}
.paper-top .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;
}
.paper-top .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;
}
.paper-top .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;
}
.paper-top .con .title .right .select-year ul li:hover {
  background: #004a92;
  color: #fff;
}
.paper-top .con .title .right .select-year.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.paper-top .con .title .right .search-box {
  float: left;
  width: 22.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  position: relative;
}
.paper-top .con .title .right .search-box input {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #777;
  border: none;
  padding: 0 3rem 0 1.5rem;
}
.paper-top .con .title .right .search-box span {
  position: absolute;
  right: 1rem;
  line-height: 3.5rem;
  top: 0;
  font-size: 1.2rem;
  color: #004a92;
  cursor: pointer;
}
.paper-top .con .paper-list {
  margin-top: 1rem;
}
.paper-top .con .paper-list ul li {
  float: left;
  width: 18.4%;
  margin-top: 1.5rem;
}
.paper-top .con .paper-list ul li:not(:nth-child(5n)) {
  margin-right: 2%;
}
.paper-top .con .paper-list ul li a {
  display: block;
}
.paper-top .con .paper-list ul li a .tu {
  height: 0;
  padding-bottom: 57%;
  overflow: hidden;
}
.paper-top .con .paper-list ul li a .tu img {
  width: 100%;
}
.paper-top .con .paper-list ul li a .bottom {
  background: #f0f0f0;
  padding: 0.8rem 1.2rem;
}
.paper-top .con .paper-list ul li a .bottom h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.paper-top .con .paper-list ul li a .bottom span {
  font-size: 0.8rem;
  color: #999;
}
.paper-top .con .paper-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);
}
.paper-top .con .paper-list ul li:hover a .bottom h2 {
  color: #004a92;
}
@media screen and (max-width: 1024px) {
  .paper-top .con .title .right .select-year ul {
    top: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .paper-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .paper-top .con .title .left h2 {
    font-size: 18px;
    top: 0;
  }
  .paper-top .con .title .left h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
    margin-top: -7px;
    top: 56%;
  }
  .paper-top .con .title .left p {
    font-size: 14px;
  }
  .paper-top .con .title .right {
    width: 100%;
    margin-top: 20px;
  }
  .paper-top .con .title .right .select-year {
    width: 100%;
  }
  .paper-top .con .title .right .select-year h2 {
    line-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .paper-top .con .title .right .select-year h2:before {
    right: 14px;
    font-size: 16px;
  }
  .paper-top .con .title .right .select-year ul {
    top: 46px;
  }
  .paper-top .con .title .right .select-year ul li {
    line-height: 42px;
    font-size: 14px;
  }
  .paper-top .con .title .right .search-box {
    width: 100%;
    margin-top: 10px;
    height: 44px;
  }
  .paper-top .con .title .right .search-box input {
    font-size: 14px;
    padding: 0 30px 0 14px;
  }
  .paper-top .con .title .right .search-box span {
    right: 10px;
    line-height: 44px;
    font-size: 16px;
  }
  .paper-top .con .paper-list ul li {
    width: 48.5%;
    margin-top: 10px;
  }
  .paper-top .con .paper-list ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .paper-top .con .paper-list ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .paper-top .con .paper-list ul li a .bottom {
    padding: 10px;
  }
  .paper-top .con .paper-list ul li a .bottom h2 {
    font-size: 16px;
  }
  .paper-top .con .paper-list ul li a .bottom span {
    font-size: 12px;
  }
}
/*# sourceMappingURL=culture_life.css.map */