@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul li {
  line-height: 24px;
  overflow: hidden;
  margin-top: 11px;
}
.text-list ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li a:hover {
  color: #0B65E3 !important;
}
.text-list ul li a i {
  width: 6px;
  height: 6px;
  background: #0B65E3;
  border-radius: 50%;
  display: inline-block;
  font-style: normal;
  line-height: 24px;
  margin: 0 10px 2px 3px;
  vertical-align: 2px;
}
.text-list ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  float: right;
  padding-right: 25px;
}
@font-face {
  font-family: element-icons;
  src: url(../static/element-ui/fonts/element-icons.woff) format("woff"), url(../static/element-ui/fonts/element-icons.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #0B65E3 !important;
  color: white !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  background-color: #0B65E3 !important;
  color: white !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #606266 !important;
}
.pagez .el-pagination {
  text-align: center;
  padding-top: 52px !important;
}
.pagez .el-pager li.active {
  color: #0B65E3 !important;
  cursor: default;
}
.pagez .el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  line-height: 27px !important;
}
body {
  background-color: #F9F9F9;
}
.container {
  margin-top: 20px;
}
.textitme {
  overflow: hidden;
  padding: 43px 56px 50px 66px;
  background: #ffffff;
}
.textitme .textitme-left {
  width: 170px;
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}
.textitme .textitme-left ul li {
  margin-bottom: 19px;
}
.textitme .textitme-left ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #373737;
  line-height: 25px;
  display: block;
  position: relative;
  padding-left: 16px;
}
.textitme .textitme-left ul li a:after {
  content: "";
  position: absolute;
  background-color: #0B65E3;
  left: 0;
  top: 2px;
  width: 6px;
  height: 21px;
}
.textitme .textitme-left ul .textitme-active a {
  color: #0B65E3;
}
.textitme .textitme-right {
  width: 900px;
  float: left;
}
.textitme .textitme-right .text-list ul li {
  margin-bottom: 10px;
}
.textitme .textitme-right .text-list ul li a {
  width: 85%;
}
