@charset "UTF-8";
/*
 * description: 交易信息
 * autor: qianyuitng
 * date: 2022-05-18
 */

/* 右侧 */
.right-wrap {
  width: calc(100% - 0px);
  padding: 20px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/* 右侧 */
.content {
  padding: 5px 24px 19px;
}

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

.content-li {
  border-bottom: 1px dashed #b2c8ff;
  padding: 0 2px;
  height: 59px;
  line-height: 59px;
  font-size: 16px;
width: 1152px;}

.content-jump {
  color: #181818;
  width: 72%;
}

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

.pager {
  margin-top: 39px;
}

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

.date{
	margin-right: 20px;
}