footer .con-top {
  background: #fff;
}
.media-top {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background: #f4f4f4;
}
.media-top .con .title .left {
  float: left;
}
.media-top .con .title .left h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  position: relative;
  top: 0.8rem;
}
.media-top .con .title .right {
  float: right;
}
.media-top .con .title .right .select-year {
  float: left;
  width: 10rem;
  position: relative;
  margin-right: 1.2rem;
}
.media-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;
}
.media-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;
}
.media-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;
}
.media-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;
}
.media-top .con .title .right .select-year ul li:hover {
  background: #004a92;
  color: #fff;
}
.media-top .con .title .right .select-year.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.media-top .con .title .right .search-box {
  float: left;
  width: 22.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  position: relative;
}
.media-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;
}
.media-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;
}
.media-top .con .media-list {
  margin-top: 2.4rem;
}
.media-top .con .media-list > ul > li {
  padding: 0.6rem 1rem;
  background: #fff;
  margin-top: 0.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.media-top .con .media-list > ul > li a {
  display: block;
  position: relative;
}
.media-top .con .media-list > ul > li a .left {
  float: left;
  width: 10%;
  text-align: center;
}
.media-top .con .media-list > ul > li a .left h3 {
  font-family: Met-Bold;
  font-size: 2.4rem;
  color: #004a92;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.media-top .con .media-list > ul > li a .left span {
  font-size: 0.8rem;
  font-weight: bold;
  color: #004a92;
}
.media-top .con .media-list > ul > li a .middle {
  float: left;
  width: 80%;
  padding-left: 1rem;
}
.media-top .con .media-list > ul > li a .middle h2 {
  font-size: 0.8rem;
  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;
}
.media-top .con .media-list > ul > li a .middle h3 {
  display: none;
}
.media-top .con .media-list > ul > li a .middle p {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-top .con .media-list > ul > li a .right {
  position: absolute;
  height: 100%;
  right: 2rem;
  top: 0;
}
.media-top .con .media-list > ul > li a .right .more {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.media-top .con .media-list > ul > li a .right .more span {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.media-top .con .media-list > ul > li:hover {
  box-shadow: 6px 11px 46px 0px rgba(0, 0, 0, 0.06);
}
.media-top .con .media-list > ul > li:hover a .left h3 {
  color: #d8222a;
}
.media-top .con .media-list > ul > li:hover a .middle h2 {
  color: #d8222a;
}
.media-top .con .media-list > ul > li:hover a .right .more span {
  color: #d8222a;
}
@media screen and (max-width: 1440px) {
  .media-top .con .media-list > ul > li a .left span {
    font-size: 14px;
  }
  .media-top .con .media-list > ul > li a .middle h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .media-top .con .title .right .select-year ul {
    top: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .media-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .media-top .con .title .left h2 {
    font-size: 18px;
    top: 0;
  }
  .media-top .con .title .left p {
    font-size: 14px;
  }
  .media-top .con .title .right {
    width: 100%;
    margin-top: 20px;
  }
  .media-top .con .title .right .select-year {
    width: 100%;
  }
  .media-top .con .title .right .select-year h2 {
    line-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .media-top .con .title .right .select-year h2:before {
    right: 14px;
    font-size: 16px;
  }
  .media-top .con .title .right .select-year ul {
    top: 46px;
  }
  .media-top .con .title .right .select-year ul li {
    line-height: 42px;
    font-size: 14px;
  }
  .media-top .con .title .right .search-box {
    width: 100%;
    margin-top: 10px;
    height: 44px;
  }
  .media-top .con .title .right .search-box input {
    font-size: 14px;
    padding: 0 30px 0 14px;
  }
  .media-top .con .title .right .search-box span {
    right: 10px;
    line-height: 44px;
    font-size: 16px;
  }
  .media-top .con .media-list {
    margin-top: 10px;
  }
  .media-top .con .media-list > ul > li {
    padding: 6px 10px;
    margin-top: 10px;
  }
  .media-top .con .media-list > ul > li a .left {
    width: 100%;
    text-align: left;
  }
  .media-top .con .media-list > ul > li a .middle {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .media-top .con .media-list > ul > li a .middle h2 {
    font-size: 14px;
    text-overflow: inherit;
    white-space: inherit;
  }
  .media-top .con .media-list > ul > li a .middle h3 {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    color: #999;
  }
  .media-top .con .media-list > ul > li a .middle p {
    font-size: 14px;
    margin-top: 10px;
  }
  .media-top .con .media-list > ul > li a .right {
    display: none;
    position: relative;
    margin-top: 14px;
    right: 0;
  }
  .media-top .con .media-list > ul > li a .right .more {
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    background: #d8222a;
  }
  .media-top .con .media-list > ul > li a .right .more span {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
  }
}
/*# sourceMappingURL=news_media.css.map */