@charset "utf-8";
.xwzx-tpxw {
  background-color: #f8f8f8;
}
.xwzx-tpxw dl {
  position: relative;
}
.xwzx-tpxw dl dt {
  float: left;
  width: 65%;
  overflow: hidden;
}
.xwzx-tpxw dl dt a {
  display: block;
  position: relative;
  padding-top: 39%;
}
.xwzx-tpxw dl dt a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100% !important;
}
.xwzx-tpxw dl dd {
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  z-index: 1;
  width: 29%;
}
.xwzx-tpxw dl dd .table {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.xwzx-tpxw dl dd .table .cont {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.xwzx-tpxw dl dd .table .cont .caption {
  font-size: 1.5em;
  line-height: 1.375em;
  margin-top: 2%;
  margin-bottom: 4%;
  text-align: left;
}
.xwzx-tpxw dl dd .table .cont .memo {
  color: #666;
  line-height: 1.8em;
  text-align: justify;
  height: 5.4em;
  -webkit-line-clamp: 3;
}
.xwzx-tpxw dl dd .table .cont .time {
  color: #666;
}
.xwzx-tpxw .owl-carousel .owl-dots {
  position: absolute;
  right: 3%;
  bottom: 6%;
  left: 68%;
  z-index: 2;
  text-align: center;
}
.xwzx-tpxw .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 0.375em;
  background-color: #bebebe;
  width: 1.875em;
  height: 0.125em;
  border: none;
  border-radius: 0;
}
.xwzx-tpxw .owl-carousel .owl-dots .owl-dot.active {
  background-color: #2e49b0;
}
@media (max-width: 1023px) {
  .xwzx-tpxw dl dd .table .cont .memo {
    display: none;
  }
}
@media (max-width: 991px) {
  .xwzx-tpxw dl dd .table .cont .caption {
    font-size: 1.375em;
  }
  .xwzx-tpxw dl dd .table .cont .time {
    display: none;
  }
}
@media (max-width: 768px) {
  .xwzx-tpxw dl dt {
    float: none;
    width: 100%;
  }
  .xwzx-tpxw dl dt a {
    padding-top: 56.25%;
  }
  .xwzx-tpxw dl dd {
    top: auto;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .xwzx-tpxw dl dd .table {
    display: block;
  }
  .xwzx-tpxw dl dd .table .cont {
    display: block;
  }
  .xwzx-tpxw dl dd .table .cont .caption {
    font-size: 1em;
    color: #fff;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0.625em;
    padding-left: 0.625em;
    text-align: center;
  }
  .xwzx-tpxw dl dd .table .cont .caption a {
    display: block;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }
  .xwzx-tpxw .owl-carousel .owl-dots {
    right: 0;
    bottom: 50px;
    left: 0;
    width: auto;
    text-align: center;
  }
  .xwzx-tpxw .owl-carousel .owl-dots .owl-dot {
    width: 0.75em;
    height: 0.75em;
    margin-right: 0.3125em;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    border: none;
  }
  .xwzx-tpxw .owl-carousel .owl-dots .owl-dot.active {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
}
/*分页*/
.page {
  margin: 46px auto 0;
  padding-bottom: 64px;
  text-align: center;
  line-height: 34px;
}
.page .pagination_zx input {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 34px;
  padding: 1px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  text-align: center;
}
.page span {
  display: inline-block;
  line-height: 34px;
}
.page .pagination_zx {
  position: relative;
  top: -2px;
}
.page .pagination_index a,
.page .pagination-zxx {
  color: #666;
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 0 12px;
}
.page .pagination_index a:hover,
.page .pagination-zxx:hover {
  color: #fff;
  background: rgba(1, 9, 72, 0.7);
  border: 1px solid rgba(1, 9, 72, 0.7);
}
.page .pagination_index,
.page .pagination_zx {
  display: inline-block;
  color: #666;
  padding: 0 5px;
}
@media (max-width: 450px) {
  .page .pagination_index,
  .page .pagination_zx {
    margin-bottom: 2%;
  }
}
.page .page_loca a {
  color: #fff;
  background: rgba(1, 9, 72, 0.7);
  border: 1px solid rgba(1, 9, 72, 0.7);
  padding: 0 12px;
}
.page a:hover,
.page a:focus {
  text-decoration: none;
}
