@charset "UTF-8";

/**!
 * [年度工作报告]
 * date:2023-08-14
 * author: [zhoujie];
 */
.content {
  min-height: 800px;
}

.list {
  min-height: 640px;
}

.list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 0 12px;
  border-bottom: 1px dashed #edd6d3;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.list .item:hover .name {
  font-weight: bold;
  color: #d71622;
}

.list .icon {
  width: 22px;
  height: 100%;
  margin-right: 12px;
  background: url("../images/icon-paper.png") center no-repeat;
}

.list .name {
  width: calc(100% - 34px - 117px);
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list .date {
  width: 117px;
  color: #999;
  text-align: right;
}

.ewb-page {
  text-align: center;
}

.ewb-page-items {
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.ewb-page-li {
  min-width: 36px;
  *width: 36px;
  margin-right: 4px;
  font-size: 14px;
  text-align: center;
  font-family: "Microsoft YaHei";
  float: left;
}

.ewb-page-li>a {
  display: block;
  color: #555;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
  border: 0;
  color: #ff0000;
}

.ewb-page-li.ewb-page-noborder>span {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border: 0;
  color: #666;
  font-family: "Simsun";
}

.ewb-page-num {
  *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
  padding: 0 5px;
  font-weight: bold;
}

.ewb-page-input {
  width: 38px;
  height: 24px;
  text-align: center;
  border: 1px solid #dfdfdf;
  line-height: 24px;
  color: #666;
  outline: none;
  vertical-align: top;
  *margin-top: -1px;
}

.ewb-page-hover {
  *width: 60px;
}

.ewb-page-hover>a {
  font-family: "Simsun";
}

.ewb-page-go {
  margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.ewb-page-go>a {
  font-size: 12px;
  padding: 0 6px;
}

.ewb-page-goto {
  margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
  padding: 0 6px 0 0;
  text-align: right;
}

.ewb-page-inpt {
  margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
  padding: 0 17px 0 16px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #555;
}

/* 适老化 20241128 */
.oldModel .list .item {
  line-height: 1.5;
}

.oldModel .list .name {
  padding-right: 50px;
}

.oldModel .list .date {
  width: 175px;
}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}