.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: 2rem;
}
.paper-top .con .paper-list > ul > li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.paper-top .con .paper-list > ul > li a {
  display: block;
}
.paper-top .con .paper-list > ul > li a .left {
  float: left;
  width: 16%;
  height: 0;
  padding-bottom: 10.4%;
  overflow: hidden;
  position: relative;
}
.paper-top .con .paper-list > ul > li a .left img {
  width: 100%;
}
.paper-top .con .paper-list > ul > li a .left .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  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 .left .mask .more {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #ee0000;
  top: 50%;
  left: 30%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  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 .left .mask .more span {
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
}
.paper-top .con .paper-list > ul > li a .right {
  float: right;
  width: 84%;
  padding: 0.4rem 2rem 0;
}
.paper-top .con .paper-list > ul > li a .right h2 {
  font-size: 1rem;
  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;
}
.paper-top .con .paper-list > ul > li a .right p {
  font-size: 0.9rem;
  color: #777;
  margin-top: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.paper-top .con .paper-list > ul > li a .right h3 {
  margin-top: 1.8rem;
  font-size: 0.8rem;
  color: #777;
}
.paper-top .con .paper-list > ul > li a .right h3 span.iconfont {
  margin-right: 0.2rem;
}
.paper-top .con .paper-list > ul > li a .right h3 span.xian {
  margin: 0 0.4rem;
  color: #ddd;
}
.paper-top .con .paper-list > ul > li:hover a .left .mask {
  opacity: 1;
}
.paper-top .con .paper-list > ul > li:hover a .left .mask .more {
  opacity: 1;
  left: 50%;
}
.paper-top .con .paper-list > ul > li:hover a .right h2 {
  color: #d8222a;
}
@media screen and (max-width: 1440px) {
  .paper-top .con .paper-list > ul > li a .right h3 {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .paper-top {
    padding-bottom: 5rem;
  }
  .paper-top .con .title .right .select-year ul {
    top: 3.7rem;
  }
  .paper-top .con .paper-list > ul > li a .right h3 {
    margin-top: 1rem;
  }
}
@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 {
    margin-top: 0;
  }
  .paper-top .con .paper-list > ul > li {
    padding: 20px 0;
  }
  .paper-top .con .paper-list > ul > li a .left {
    width: 100%;
    padding-bottom: 66%;
  }
  .paper-top .con .paper-list > ul > li a .right {
    width: 100%;
    padding: 10px 0 0;
  }
  .paper-top .con .paper-list > ul > li a .right h2 {
    font-size: 16px;
  }
  .paper-top .con .paper-list > ul > li a .right p {
    font-size: 14px;
    margin-top: 10px;
  }
  .paper-top .con .paper-list > ul > li a .right h3 .iconfont {
    font-size: 14px !important;
  }
  .paper-top .con .paper-list > ul > li a .right h3 span {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=culture_mind.css.map */