@charset "utf-8";
/***************************************** 基础样式 *****************************************/
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clearfix::after,
.clearfix::before {
  content: ".";
  line-height: 0;
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.one_line_overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.three_line_overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  height: auto;
}
a {
  text-decoration: none;
  color: #333;
}
/***************************************** 主体样式 *****************************************/
#zt-container {
  margin: 20px 0 60px;
  background-color: #f8f8f8;
}
#zt-container > .wrapper {
  background-color: #fff;
}
#zt-container > .wrapper > .banner {
  line-height: 0;
}
#zt-container > .wrapper > .list_wrapper {
  position: relative;
  padding-bottom: 100px;
}
#zt-container > .wrapper > .list_wrapper > .report_num_box {
  position: absolute;
  right: 200px;
  top: 150px;
  color: #00aa98;
  font-size: 24px;
  line-height: 36px;
}
#zt-container > .wrapper > .list_wrapper > .report_num_box img {
  width: 20px;
  vertical-align: middle;
}
#zt-container > .wrapper > .list_wrapper > .report_num_box > .right_q > h3 {
  display: inline;
  font-size: 58px;
  line-height: 70px;
}
#zt-container > .wrapper > .list_wrapper > .report_line {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}
#zt-container > .wrapper > .list_wrapper > .report_line > .circle_box {
  width: 50px;
  height: 50px;
  position: relative;
}
#zt-container > .wrapper > .list_wrapper > .report_line > .circle_box > img {
  width: 100%;
  height: 100%;
}
#zt-container > .wrapper > .list_wrapper > .report_line > .circle_box > .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #00aa98;
  font-size: 14px;
  line-height: 20px;
}
#zt-container > .wrapper > .list_wrapper > .report_line > .line {
  width: 100%;
  height: 87%;
  text-align: center;
}
#zt-container > .wrapper > .list_wrapper > .report_line > .line > span {
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #e6e6e6;
}
#zt-container > .wrapper > .list_wrapper > .report_list {
  padding: 110px 40px 30px;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item {
  width: 100%;
  height: 100px;
  margin-bottom: 200px;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item > .box {
  height: 100%;
  width: 430px;
  position: relative;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item > .box > .top {
  width: 430px;
  line-height: 0;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item > .box > .top > img {
  width: 100%;
  height: 230px;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item > .box > .bottom {
  padding: 24px 20px;
  border: 1px solid #ddd;
  border-top: none;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item > .box > .bottom > .title {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item > .box > .bottom > .intro {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n-1) > .box {
  float: left;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n-1) > .box > .time_box {
  position: absolute;
  right: -153px;
  top: 150%;
  width: 132px;
  height: 38px;
  background: url('https://jt.dangbei.net/img/news/time_box.png') 50%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n-1) > .box > .time_box > .ymd {
  font-size: 16px;
  height: 38px;
  width: 132px;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n-1) > .box > .time_box > .ymd > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  color: #fff;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n-1) > .box > .time_box > .hms {
  color: #00aa98;
  padding-left: 10px;
  font-size: 14px;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n) > .box {
  float: right;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n) > .box > .time_box {
  position: absolute;
  left: -153px;
  top: 150%;
  width: 132px;
  height: 38px;
  background: url('https://jt.dangbei.net/img/news/time_box2.png') 50%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n) > .box > .time_box > .ymd {
  font-size: 16px;
  height: 38px;
  width: 132px;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n) > .box > .time_box > .ymd > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
}
#zt-container > .wrapper > .list_wrapper > .report_list > .report_item:nth-child(2n) > .box > .time_box > .hms {
  color: #00aa98;
  padding-right: 10px;
  font-size: 14px;
  text-align: right;
}
#zt-container > .wrapper #page {
  padding: 50px 0;
  text-align: center;
}
#zt-container > .wrapper #page > li {
  display: inline-block;
}
#zt-container > .wrapper #page > li > a {
  display: inline-block;
  background-color: #00aa98;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
#zt-container > .wrapper #page > li > a:hover {
  background-color: #000;
}
#zt-container > .wrapper #page > li > a.page_active {
  background-color: #000;
}
