.banner {
  position: relative;
}
.banner .banner_img img {
  width: 100%;
  max-height: 550px;
}
.banner .banner_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .banner_title .en {
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .banner .banner_title .en {
    font-size: 20px;
  }
}
.banner .banner_title .cn {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 600px) {
  .banner .banner_title .cn {
    font-size: 20px;
  }
}
.content {
  padding: 60px 0;
}
@media (max-width: 600px) {
  .content {
    padding: 20px 0 40px;
  }
}
.list_t li {
  line-height: 1;
  position: relative;
  padding: 30px 40px;
  transition: all 0.3s;
}
.list_t li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
}
.list_t li a em {
  font-style: normal;
  font-weight: normal;
}
.list_t li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  font-size: 18px;
  color: #666666;
}
.list_t li:hover {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(24, 73, 135, 0.24);
}
.list_t li:hover a {
  color: #159990;
}
.list_t li:nth-child(5n):not(:last-child) {
  position: relative;
  margin-bottom: 40px;
}
.list_t li:nth-child(5n):not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}
@media (max-width: 600px) {
  .list_t li a {
    width: 100%;
  }
  .list_t li span {
    display: none;
  }
}
.pages {
  margin-top: 100px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #494949;
}
@media (max-width: 600px) {
  .pages {
    margin-top: 40px;
  }
}
.pages a,
.pages span,
.pages input {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: solid 1px #d6d8da;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.pages a:hover,
.pages a.current,
.pages span.current {
  border: solid 1px #159990;
  background-color: #159990;
  color: #fff !important;
}
.pages input {
  width: 68px;
}
.pages em {
  font-style: normal;
  font-weight: normal;
}
.list_t2 li {
  margin-bottom: 40px;
}
.list_t2 li a {
  display: block;
}
.img_text2 {
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.img_text2 .img_text_left {
  width: 460px;
}
.img_text2 .img_text_right {
  transition: all 0.3s;
  width: calc(100% - 460px);
  background-color: #f7f7f7;
  padding: 60px 50px;
  height: 250px;
}
.img_text2 .img video,
.img_text2 .img img {
  display: block;
  transition: all 0.3s;
  width: 100%;
  height: 250px;
}
.img_text2 .text {
  position: relative;
  width: 100%;
  height: 100%;
}
.img_text2 .text h6 {
  display: block;
  font-size: 22px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.img_text2 .text p {
  font-size: 18px;
  font-weight: normal;
  color: #666;
  text-align: justify;
  line-height: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img_text2 .text i {
  transition: all 0.3s;
  display: inline-block;
  width: 25px;
  height: 6px;
  background: url(../images/ztzl_more.png);
  position: absolute;
  bottom: 0px;
  left: 0;
}
.img_text2 .text span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  position: absolute;
  bottom: -25px;
  right: 0;
}
.img_text2:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.img_text2:hover .img_text_right {
  background: url(../images/news_cur_bg.png) no-repeat bottom left;
}
.img_text2:hover .text h6 {
  color: #159990;
}
.img_text2:hover .text i {
  background: url(../images/ldcy_icon.png);
}
@media (max-width: 992px) {
  .img_text2 {
    flex-wrap: wrap;
  }
  .img_text2 .img_text_left,
  .img_text2 .img_text_right {
    width: 100%;
  }
  .img_text2 .img img {
    height: auto;
  }
}
