.center-img {
  width: 100%;
  height: 249px;
}
.center-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.now-page {
  height: 42px;
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  line-height: 42px;
  margin: 20px 0;
}
.clearfix {
  width: 23%;
}
.content-menu {
  width: 100%;
  position: relative;
  min-height: 700px;
}
.menu-title {
  width: 100%;
  background: #115198;
  height: 600px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  padding-top: 13px;
  letter-spacing: 5px;
  font-weight: 400;
  font-family: SourceHanSansCN-Medium;
}
.menu-items {
  background: #ffffff;
  width: 100%;
  min-height: 600px;
  position: absolute;
  left: 0;
  top: 60px;
  border: 1px solid #e6e6e6;
  z-index: 10;
  padding-bottom: 180px;
}
.menu-item {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  text-align: left;
  line-height: 60px;
  box-sizing: border-box;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 77px;
  position: relative;
}
.menu-item::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #115198;
  position: absolute;
  top: 21px;
  left: 43px;
}
.menu-item > a {
  color: #333;
  font-size: 18px;
}
.menu-item > a:hover {
  color: #115198;
  font-size: 18px;
}
.menu-item .is-active {
  color: #115198;
  font-size: 18px;
}
.menu-img {
  width: 245px;
  height: 243px;
  background: url("/css/../imgAll/menuBack.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.menu-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.content-right {
  display: flex;
}
.content-main {
  width: 76%;
  margin-left: 19px;
}
.main-items {
}
.main-item {
  width: 100%;
  height: 97px;
  background: #f1f4f7;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.item-img {
  width: 88px;
  height: 66px;
  margin-right: 20px;
  flex-shrink: 0;
}
.item-img > img {
  width: 100%;
  height: 100%;
}
.item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  cursor: pointer;
}
.content-title {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.content-summary {
  color: #6b7682;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-time {
}
.time {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}
.detail {
  font-weight: 400;
  font-size: 12px;
  color: #1a5284;
  margin-left: 35px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.pagination a {
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin: 0 4px;
}
.pagination a.active {
  background-color: #4caf50;
  color: white;
}

/** 会员信息总览特殊列表样式 **/
.hyxxzl-title {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.hyxxzl-sub-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.hyxxzl-main-items {
  background-color: #fff;
}
.hyxxzl-main-item {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.hyxxzl-main-item .item-content {
  cursor: default;
}
