@import 'iconfont.css';
.zhuoyue_list li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}
.zhuoyue_list li div:first-child {
  width: 22%;
  float: left;
  height: 0;
  padding-bottom: 17%;
  overflow: hidden;
}
.zhuoyue_list li div:first-child img {
  width: 100%;
}
.zhuoyue_list li div:last-child {
  float: left;
  width: 78%;
  height: 0;
  padding-bottom: 17%;
  padding-left: 3%;
  padding-right: 4%;
  overflow: hidden;
}
.zhuoyue_list li div:last-child h2 {
  font-size: 1.2rem;
  padding-top: 2%;
  font-weight: bold;
}
.zhuoyue_list li div:last-child .date {
  font-size: 0.8rem;
  color: #1e4593;
  margin-top: 0.5rem;
  font-weight: bold;
}
.zhuoyue_list li div:last-child .date span {
  margin-left: 0.4rem;
}
.zhuoyue_list li div:last-child .text {
  padding-right: 4%;
  font-size: 0.8rem;
  color: #999;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zhuoyue_list li div:last-child .text p {
  text-align: justify;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.zhuoyue_list li div:last-child .search {
  font-size: 0.8rem;
  color: #999;
}
.zhuoyue_list li div:last-child .search i {
  margin-left: 0.4rem;
}
.zhuoyue_list li:hover div:first-child img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.zhuoyue_list li:hover div:last-child .search {
  color: #28468e;
}
.zhuoyue_lvse,
.zhuoyue_lvse .zhuoyue_text {
  padding-bottom: 0;
}
.bt-banner {
  position: relative;
}
.bt-banner .jm-img {
  overflow: hidden;
}
.bt-banner .jm-img img {
  width: 100%;
}
.bt-banner:hover .jm-img > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.bt-banner .jm-text {
  width: 31%;
  position: absolute;
  top: 30%;
  left: 16%;
  z-index: 11;
}
.bt-banner .jm-text h3 {
  font-size: 1.8rem;
  color: #f4c117;
}
.bt-banner .jm-text p {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 3.2rem;
}
.bt-banner .jm-text a {
  display: inline-block;
  width: 7.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.8rem;
}
.bt-banner .jm-text a:hover {
  background: #f4c117;
}
.bt-banner .more-detail {
  position: absolute;
  bottom: 6%;
  right: 16%;
  color: #fff;
  font-size: 0.7rem;
  z-index: 11;
}
.bt-banner .more-detail a {
  color: #fff;
}
.bt-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.rencai-tab .rencai-list:first-child {
  background: url(../img/zhuoyue_rencai_bg.jpg) no-repeat;
}
.rencai-tab .rencai-list:first-child .rencai-content-peixun {
  text-align: center;
  padding-top: 3.6rem;
}
.rencai-tab .rencai-list:first-child .rencai-content-peixun h3 {
  font-size: 2.4rem;
  color: #28468e;
}
.rencai-tab .rencai-list:first-child .rencai-content-peixun .line {
  width: 2rem;
  height: 4px;
  background: #28468e;
  margin: 1.3rem auto 1.5rem;
}
.rencai-tab .rencai-list:first-child .rencai-content-peixun > p {
  width: 45.4rem;
  margin: 0 auto;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.5rem;
  margin-bottom: 3.5rem;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner {
  position: relative;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner img {
  width: 100%;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail {
  position: absolute;
  top: 10.5rem;
  left: 4.2rem;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail h2 {
  font-size: 1.5rem;
  margin-bottom: 2.2rem;
  position: relative;
  text-align: left;
  left: -2rem;
  color: #fff;
  opacity: 0;
  text-shadow: #000 1px 1px 1px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail h2 .line {
  display: inline-block;
  width: 1.7rem;
  height: 4px;
  background: #f4c117;
  line-height: 1.7rem;
  position: relative;
  top: 1rem;
  margin-right: 1rem;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail p {
  color: #fff;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.5rem;
  opacity: 0;
  width: 40%;
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail p:not(:first-child) {
  position: relative;
  left: -2rem;
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail.active p {
  opacity: 1;
  left: 0;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail.active h2 {
  opacity: 1;
  left: 0;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun {
  margin-bottom: 6.2rem;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul {
  width: 30.8rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li {
  float: left;
  margin-right: 4rem;
  padding-bottom: 0.8rem;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li:last-child {
  margin-right: 0;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li a {
  display: inline-block;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 1px;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li a i {
  font-size: 1.2rem;
  margin-right: 0.6rem;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li:hover,
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li.active {
  border-bottom: 4px solid #28468e;
}
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li:hover a,
.rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li.active a {
  color: #28468e;
}
.zhuoyue_list li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.page-list {
  padding: 5% 0 6% 0;
}
.page-list ul {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  display: inline-block;
  font-size: 1rem;
}
.page-list ul li:not(:last-child) {
  margin-right: 1rem;
}
.page-list ul li a {
  color: #666;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  background-color: #f3f3f3;
  border: 1px solid #eaeaea;
}
.page-list ul li.pre-btn .iconfont,
.page-list ul li.next-btn .iconfont {
  font-size: 1rem;
}
.page-list ul li:nth-last-of-type(1) {
  font-size: 1rem;
  color: #666666;
  border: none;
  white-space: nowrap;
  background-color: transparent!important;
  cursor: auto;
}
.page-list ul li.page-num.active {
  background-color: #28468e;
}
.page-list ul li.page-num.active a {
  color: #fff;
}
.page-list ul li:hover {
  background-color: #28468e;
}
.page-list ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .zhuoyue_dj_content > div:last-child .date {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .bt-banner .jm-text {
    top: 14%;
  }
  .zhuoyue_list li div:last-child h2 {
    padding-top: 1%;
  }
  .zhuoyue_list li div:last-child .text {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .zhuoyue_lvse .zhuoyue_text {
    padding-top: 1.6rem;
  }
  .zhuoyue_lvse .zhuoyue_text h2 {
    font-size: 1.6rem;
  }
  .center .jingying-nav {
    width: 83%;
    margin: 1.7rem auto 2.2rem;
  }
  .center .jingying-nav li {
    height: 3rem;
    line-height: 3rem;
  }
  .center .jingying-nav li a {
    font-size: 13px;
  }
  .rencai-tab .rencai-list:first-child .rencai-content-peixun {
    padding-top: 0;
  }
  .rencai-tab .rencai-list:first-child .rencai-content-peixun h3 {
    font-size: 18px;
  }
  .rencai-tab .rencai-list:first-child .rencai-content-peixun > p {
    width: 90%;
    text-align: justify;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 auto ;
    margin-bottom: 2.5rem;
  }
  .rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail {
    top: 1.5rem;
    left: 2.2rem;
  }
  .rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail h2 {
    margin-bottom: 1.5rem;
  }
  .rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-banner .rencai-banner-detail p {
    width: 90%;
    font-size: 13px;
    line-height: 1.5;
  }
  .rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul {
    width: 100%;
  }
  .rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun ul li {
    width: 33.333%;
    margin-right: 0;
  }
  .rencai-tab .rencai-list:first-child .rencai-list-peixun .rencai-nav-peixun {
    margin-bottom: 2.2rem;
  }
  .rencai-tab .rencai-list:first-child {
    background: none;
  }
  .bt-banner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bt-banner .jm-text {
    width: auto;
    left: 0;
    position: inherit;
  }
  .bt-banner .jm-text h3 {
    font-size: 16px;
    margin-top: 1rem;
  }
  .bt-banner .jm-text p {
    color: #333;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .bt-banner .jm-text a {
    color: #333;
    text-align: left;
    font-size: 13px;
  }
  .bt-banner .more-detail {
    color: #333;
    right: 0;
    position: inherit;
    margin-top: 1rem;
    padding-bottom: 2rem;
    font-size: 12px;
  }
  .bt-banner .more-detail a {
    color: #333;
  }
  .zhuoyue_list li div:first-child {
    width: 100%;
    padding-bottom: 75%;
  }
  .zhuoyue_list li div:last-child {
    width: 100%;
    padding-bottom: 44%;
  }
  .zhuoyue_list li div:last-child h2 {
    margin-top: 1rem;
    font-size: 16px;
  }
  .zhuoyue_list li div:last-child .date span {
    font-size: 12px;
  }
  .zhuoyue_list li div:last-child .text p {
    font-size: 13px;
  }
  .zhuoyue_list li div:last-child .search {
    font-size: 13px;
  }
}
/*# sourceMappingURL=zhuoyue_rencai.css.map */