@charset "UTF-8";
/*
 * description: 交易信息
 * author: lyaohui
 * date: 2022-05-18
 */
.left-nav {
  background-image: url("../images/left_nav_bg3.jpg");
}

.left-nav-li1 {
  letter-spacing: 10px;
}

/* 右侧内容 */
.content {
  padding: 15px 25px 19px;
}

.content-list {
  min-height: 309px;
}

.content-li {
  margin-top: 9px;
  padding: 0 2px;
  border-bottom: 1px dashed #b2c8ff;
  height: 79px;
}

.content-li:first-child {
  margin-top: 0;
}

.content-tt {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
}

.content-jump {
  color: #181818;
}

.content-jump:hover {
  color: #4a87ff;
}

.content-hour {
  margin-left: 8px;
}

.content-time, .content-state {
  padding-left: 22px;
  width: 295px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #596178;
  background-position: left;
  background-repeat: no-repeat;
}

.content-time {
  background-image: url("../images/content_time.png");
}

.content-state {
  background-image: url("../images/content_state.png");
}

.content-num {
  margin: 0 4px;
  color: #4a87ff;
}

.pager {
  margin-top: 39px;
}



.column-node.time span {
  color: #4a87ff;
  margin: 0 5px;
}

.column-node.unit {
  width: calc(100% - 330px - 180px);
  background-image: url("../images/column_icon_04.png");
}

.timeicon{
	float: left;
	margin-right: 5px;
	margin-top: 2.5px;
}