body {
  background-color: #f1f3f8;
}

.list {
  margin: 20px 0 20px 0;
  overflow: hidden;
  min-height: 580px;
}
.list_left {
  width: 700px;
  float: left;
}
.list_left .items .item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
}
.list_left .items .item:last-child {
  margin-bottom: 0;
}
.list_left .items .item .top {
  overflow: hidden;
}
.list_left .items .item .user_info {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
}
.list_left .items .item .user_info .avatar {
  margin-right: 10px;
}
.list_left .items .item .user_info .avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.list_left .items .item .user_info .name span {
  font-size: 14px;
  color: #333;
}
.list_left .items .item .user_info .name .sex-icon {
  font-size: 12px;
  margin-left: 3px;
}
.list_left .items .item .user_info .name .man::before {
  content: '\e602';
  color: #007AFF;
}
.list_left .items .item .user_info .name .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.list_left .items .item .user_info .city {
  color: #999;
  font-size: 12px;
}
.list_left .items .item .user_info .city i::before {
  content: '\e616';
  font-size: 12px;
  color: #999;
  margin-right: 2px;
}
.list_left .items .item .top_btn {
  float: right;
}
.list_left .items .item .top_btn .btn {
  height: 32px;
  padding: 0 20px;
  background-color: #fd8000;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.list_left .items .item .object {
  padding-left: 55px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.list_left .items .item .object span {
  margin-right: 6px;
}
.list_left .items .item .object span.city {
  height: 22px;
  padding: 1px 8px;
  margin-right: 8px;
  background-color: #FFEBEB;
  border-radius: 2px 10px 2px 10px;
  color: #FE5457;
  font-size: 16px;
  line-height: 22px;
}
.list_left .items .item .object span.city i {
  font-size: 14px;
  margin-right: 3px;
}
.list_left .items .item .content {
  padding-left: 55px;
}
.list_left .items .item .content .content_txt {
  letter-spacing: 2px;
  color: #707070;
}
.list_left .items .item .content .content_images {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}
.list_left .items .item .content .content_images .image {
  margin-left: 16px;
  float: left;
  width: 139px;
  height: 139px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: #eee;
  cursor: pointer;
}
.list_left .items .item .content .content_images .image:first-child {
  margin-left: 0;
}
.list_left .items .item .content .content_images .image img {
  height: 100%;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}
.list_left .items .item .content .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;
}
.page {
  margin: 20px 0 0 0;
}
.pagination {
  justify-content: center;
}
.list_right {
  width: 280px;
  float: right;
}

.show {
  margin: 20px 0 20px 0;
  overflow: hidden;
  min-height: 580px;
}
.show_left {
  width: 700px;
  float: left;
}
.show_left .top .user_info {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
}
.show_left .top .user_info .avatar {
  margin-right: 10px;
}
.show_left .top .user_info .avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.show_left .top .user_info .name span {
  color: #333;
  font-size: 14px;
}
.show_left .top .user_info .name .sex-icon {
  font-size: 12px;
  margin-left: 3px;
}
.show_left .top .user_info .name .man {
  content: '\e602';
  color: #007AFF;
}
.show_left .top .user_info .name .woman {
  content: '\e602';
  color: #ff4b9f;
}
.show_left .top .user_info .city {
  color: #999;
  font-size: 12px;
}
.show_left .top .top_btn {
  float: right;
  padding-top: 8px;
}
.show_left .top .top_btn .btn {
  height: 32px;
  padding: 0 20px;
  background-color: #fd8000;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.show_left .object {
  display: flex;
}
.show_left .object .item {
  flex: 1;
  text-align: center;
}
.show_left .object .item i {
  margin-right: 5px;
}
.show_left .object .item1 i {
  color: #198754;
}
.show_left .object .item2 i {
  color: #0d6efd;
}
.show_left .object .item3 i {
  color: #ffc107;
}

.show_left .content .content_txt {
  letter-spacing: 2px;
  color: #707070;
  line-height: 180%;
}
.show_left .content .content_images {
  margin-top: 20px;
}
.show_left .content .content_images .image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
.show_left .content .content_images .image:last-child {
  margin-bottom: 0;
}

.show_right {
  width: 280px;
  float: right;
}
.adver {
  width: 100%;
}
.adver .item {
  background-color: #fff;
  padding: 20px 12px;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 15px;
  border-radius: 5px;
}
.adver .item .adver_left_icon {
  width: 41px;
  height: 41px;
}
.adver .item .adver_content {
  padding: 0 10px 0 7px;
  color: #666666;
  font-size: 12px;
}
.adver .item .adver_content .adver_content_title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.adver .item .adver_right_qrcode {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
.adver .item .adver_right_btn {
  width: 60px;
  height: 26px;
  margin-left: 7px;
  border-radius: 14px;
  border: 1px solid #fd8000;
  color: #fd8000;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
