footer .con-top {
  background: #fff;
}
.dict {
  padding: 3rem 0 9rem;
  background: #f5f5f5;
  overflow: hidden;
}
.dict .con .title .left {
  float: left;
}
.dict .con .title .left h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
}
.dict .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;
}
.dict .con .title .right {
  float: right;
}
.dict .con .title .right .select-year {
  float: left;
  width: 10rem;
  position: relative;
  margin-right: 1.2rem;
}
.dict .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;
}
.dict .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;
}
.dict .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;
}
.dict .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;
}
.dict .con .title .right .select-year ul li:hover {
  background: #004a92;
  color: #fff;
}
.dict .con .title .right .select-year.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.dict .con .title .right .search-box {
  float: left;
  width: 22.5rem;
  height: 3.5rem;
  border: 1px solid #ddd;
  position: relative;
}
.dict .con .title .right .search-box input {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #777;
  border: none;
  padding: 0 3rem 0 1.5rem;
}
.dict .con .title .right .search-box span {
  position: absolute;
  right: 1rem;
  line-height: 3.5rem;
  top: 0;
  font-size: 1.2rem;
  color: #004a92;
  cursor: pointer;
}
.dict .con .dict-list {
  margin-top: 3rem;
}
.dict .con .dict-list ul li {
  margin-top: 1.5rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dict .con .dict-list ul li a {
  display: block;
}
.dict .con .dict-list ul li a .left {
  float: left;
  width: 29.6%;
  height: 0;
  padding-bottom: 19.2%;
  overflow: hidden;
}
.dict .con .dict-list ul li a .left img {
  width: 100%;
}
.dict .con .dict-list ul li a .right {
  width: 70.4%;
  height: 100%;
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  padding: 3rem 0 0 2rem;
}
.dict .con .dict-list ul li a .right .text {
  width: 76%;
}
.dict .con .dict-list ul li a .right .text h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dict .con .dict-list ul li a .right .text p {
  font-size: 0.9rem;
  color: #777;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
  line-height: 1.8;
  height: 5.4em;
}
.dict .con .dict-list ul li a .right .more {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #777;
  position: absolute;
  top: 50%;
  right: 3rem;
  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;
}
.dict .con .dict-list ul li a .right .more span {
  display: block;
  line-height: 2.8rem;
  text-align: center;
  font-size: 1rem;
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dict .con .dict-list ul li:hover {
  box-shadow: 0px 21px 21px 0px rgba(196, 196, 196, 0.49);
}
.dict .con .dict-list ul li:hover a .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.dict .con .dict-list ul li:hover a .right .text h2 {
  color: #e90d20;
}
.dict .con .dict-list ul li:hover a .right .more {
  border: 1px solid #e90d20;
  background: #e90d20;
}
.dict .con .dict-list ul li:hover a .right .more span {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .dict .con .dict-list ul li a .right {
    padding: 2rem 0 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .dict {
    padding: 20px 0;
  }
  .dict .con .title .left h2 {
    font-size: 18px;
  }
  .dict .con .title .left h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
    margin-top: -7px;
    top: 56%;
  }
  .dict .con .title .right {
    width: 100%;
    margin-top: 10px;
  }
  .dict .con .title .right .select-year {
    width: 100%;
  }
  .dict .con .title .right .select-year h2 {
    line-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
  .dict .con .title .right .select-year h2:before {
    right: 14px;
    font-size: 16px;
  }
  .dict .con .title .right .select-year ul {
    top: 46px;
  }
  .dict .con .title .right .select-year ul li {
    line-height: 42px;
    font-size: 14px;
  }
  .dict .con .title .right .search-box {
    width: 100%;
    margin-top: 10px;
    height: 44px;
  }
  .dict .con .title .right .search-box input {
    font-size: 14px;
    padding: 0 30px 0 14px;
  }
  .dict .con .title .right .search-box span {
    right: 10px;
    line-height: 44px;
    font-size: 16px;
  }
  .dict .con .dict-list {
    margin-top: 10px;
  }
  .dict .con .dict-list ul li a .left {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .dict .con .dict-list ul li a .right {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
  }
  .dict .con .dict-list ul li a .right .text {
    width: 100%;
  }
  .dict .con .dict-list ul li a .right .text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .dict .con .dict-list ul li a .right .text p {
    font-size: 14px;
  }
  .dict .con .dict-list ul li a .right .more {
    position: relative;
    top: 0;
    right: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: 16px;
    width: 40px;
    height: 40px;
  }
  .dict .con .dict-list ul li a .right .more span {
    line-height: 40px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=product_dict.css.map */