body {
  background-color: #f1f3f8;
}

.list {
  margin: 20px 0 20px 0;
  min-height: 580px;
}
.list .items .item {
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  display: block;
}
.list .items .item .type_box {
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
}
.list .items .item .content {
  margin-top: 16px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 16px;
}
.list .items .item .content .txt {
  letter-spacing: 2px;
  color: #707070;
}
.list .items .item .content .images {
  margin-left: -16px;
  overflow: hidden;
  margin-top: 16px;
  position: relative;
}
.list .items .item .content .images .image {
  margin-left: 16px;
  float: left;
  width: 146.6px;
  height: 146.6px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: #eee;
  cursor: pointer;
}
.list .items .item .content .images .image img {
  height: 100%;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
.list .items .item .content .images .more {
  width: 38px;
  height: 26px;
  line-height: 26px;
  background-color: #333333;
  color: #f5f5f5;
  border-radius: 8px 0px 8px 0px;
  opacity: 0.59;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 12px;
}
.list .items .item .type_items {
  font-size: 14px;
  float: right;
  height: 55px;
  line-height: 55px;
  color: #999;
}
.list .items .item_foot .user_info {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
  height: 55px;
  width: 80%;
  overflow: hidden;
}
.list .items .item_foot .user_info .avatar {
  margin-right: 5px;
}
.list .items .item_foot .user_info .avatar img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.list .items .item_foot .user_info .name {
  font-size: .875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  color: #333;
}

.show {
  margin: 20px 0 20px 0;
}
.show .main {
  display: block;
  margin: 0 auto;
  max-width: 720px;
}
.show .top .user_info {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
}
.show .top .user_info .avatar {
  margin-right: 10px;
}
.show .top .user_info .avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.show .top .user_info .info .name span {
  font-size: 14px;
}
.show .top .user_info .info .name .sex-icon {
  font-size: 12px;
  margin-left: 3px;
}
.show .top .user_info .info .name .man::before {
  content: '\e602';
  color: #007AFF;
}
.show .top .user_info .info .name .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.show .top .user_info .info .city {
  color: #999;
  font-size: 12px;
}
.show .top .user_info .info .city i::before {
  content: '\e616';
  font-size: 12px;
  color: #999;
  margin-right: 2px;
}
.show .typelist .bd {}
.show .typelist .item {
  color: #999;
  font-size: 14px;
  letter-spacing: 2px;
}
.show .typelist .item .span_item {
  margin-right: 3px;
}
.show .content .content_txt {
  line-height: 180%;
  color: #707070;
}
.show .content .content_images {
  margin-top: 20px;
}
.show .content .content_images .image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
.show .content .content_images .image:last-child {
  margin-bottom: 0;
}

.page {
  margin: 30px 0;
}
.pagination {
  justify-content: center;
}
