/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
.detail_8 {
  padding-bottom: 0.3rem;
}
.detail_8 .person {
  padding: 0.25rem 0;
  border-bottom: 1px dotted rgba(186, 187, 186, 0.5);
  display: flex;
  align-items: center;
}
.detail_8 .person .item-img {
  display: block;
  width: 1.8rem;
  height: 2.2rem;
  white-space: nowrap;
  background: center center / cover no-repeat;
}
.detail_8 .person .item-text {
  width: calc(100% - 1.8rem);
  padding: 0.15rem 0;
  padding-left: 0.3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 2.2rem;
}
.detail_8 .person .item-text span,
.detail_8 .person .item-text text {
  display: block;
}
.detail_8 .person .item-text .title {
  display: flex;
  align-items: center;
}
.detail_8 .person .item-text .title text {
  font-size: 0.18rem;
  color: #333333;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .detail_8 .person .item-text .title text {
    font-size: 0.28rem;
  }
}
.detail_8 .person .item-text .title span {
  color: #999999;
  font-size: 0.14rem;
  flex: 1;
  padding-left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .detail_8 .person .item-text .title span {
    font-size: 0.24rem;
  }
}
.detail_8 .person .item-text .item-span {
  font-size: 0.16rem;
  display: flex;
  line-height: 2;
}
.detail_8 .person .item-text .item-span text {
  width: fit-content;
  color: #999999;
}
.detail_8 .person .item-text .item-span span {
  color: #666666;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .detail_8 .person .item-text .item-span {
    font-size: 0.26rem;
  }
  .detail_8 .person .item-text .item-span span {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 1024px) {
  .detail_8 .person .item-text {
    padding: 0;
    padding-left: 0.3rem;
  }
  .detail_8 .person .item-text > div {
    margin-bottom: 0.1rem;
  }
  .detail_8 .person .item-text > div:last-child {
    margin-bottom: 0;
  }
}
.detail_8 .person .item-btn {
  display: flex;
}
.detail_8 .person .item-btn a {
  display: block;
  padding: 0.08rem 0.2rem;
  border: 1px solid #D3A111;
  font-size: 0.16rem;
  color: #D3A111;
  border-radius: 0.45rem;
}
.detail_8 .person .item-btn a:first-child {
  margin-right: 0.3rem;
  background-color: #D3A111;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .detail_8 .person .item-btn a {
    font-size: 0.26rem;
  }
}
.detail_8 .person .item-btn img {
  width: 0.21rem;
  height: 0.19rem;
  vertical-align: middle;
  margin-right: 0.05rem;
}
@media screen and (max-width: 1024px) {
  .detail_8 .person {
    display: block;
  }
  .detail_8 .person .item-img {
    margin-bottom: 0.2rem;
    width: 3.2rem;
    height: 4.4rem;
  }
  .detail_8 .person .item-text {
    width: 100%;
    padding: 0;
  }
  .detail_8 .person .item-text .item-span-list {
    margin: 0.2rem 0;
  }
}
.detail_8 .desc-list {
  padding: 0.4rem 0;
  line-height: 2;
  color: #666666;
  font-size: 0.16rem;
}
.detail_8 .desc-list .desc-item {
  margin-bottom: 0.2rem;
}
.detail_8 .desc-list .desc-item h4 {
  color: #333333;
  font-weight: bold;
}
.detail_8 .desc-list .desc-item p {
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .detail_8 .desc-list {
    font-size: 0.26rem;
  }
}
.detail_8 .recommend_list .detail_title {
  width: 100%;
  border-bottom: 0.02rem solid #B3B1B1;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.2rem;
}
.detail_8 .recommend_list .detail_title i {
  display: block;
  width: 100%;
  height: 0.03rem;
  background-color: #D3A111;
  left: 0;
  bottom: -0.02rem;
  position: absolute;
}
.detail_8 .recommend_list .detail_title text {
  display: block;
  width: fit-content;
  padding-bottom: 0.15rem;
  position: relative;
}
.detail_8 .recommend_list .recom_case .list-box {
  margin: 0.38rem 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.detail_8 .recommend_list .recom_case .list-box li {
  width: calc((100% - 0.26rem) / 3);
  margin-right: 0.13rem;
  height: 2.45rem;
  margin-bottom: 0.13rem;
  position: relative;
  overflow: hidden;
  background: center center / cover no-repeat;
}
.detail_8 .recommend_list .recom_case .list-box li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.detail_8 .recommend_list .recom_case .list-box li a .title {
  position: absolute;
  padding: 0.12rem 0.16rem;
  border-radius: 0.05rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  bottom: 0.13rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .detail_8 .recommend_list .recom_case .list-box li a .title {
    font-size: 0.3rem;
  }
}
.detail_8 .recommend_list .recom_case .list-box li .show_word {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: all 0.5s ease;
}
.detail_8 .recommend_list .recom_case .list-box li .show_word .desc p {
  display: block;
  width: 80%;
  font-size: 0.16rem;
  line-height: 1.8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  text-align: justify;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .detail_8 .recommend_list .recom_case .list-box li .show_word .desc p {
    font-size: 0.28rem;
    top: 10%;
    transform: translate(-50%, 0%);
  }
}
.detail_8 .recommend_list .recom_case .list-box li .show_word .box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
}
.detail_8 .recommend_list .recom_case .list-box li .show_word .box a {
  display: block;
  width: 49%;
  font-size: 0.16rem;
  color: #fff;
  padding: 0.09rem 0;
  background: rgba(211, 161, 17, 0.8);
  text-align: center;
  float: left;
}
.detail_8 .recommend_list .recom_case .list-box li .show_word .box a:last-child {
  float: right;
}
@media screen and (max-width: 1024px) {
  .detail_8 .recommend_list .recom_case .list-box li .show_word .box a {
    font-size: 0.28rem;
  }
}
.detail_8 .recommend_list .recom_case .list-box li:hover .show_word {
  display: block;
  top: 0%;
}
.detail_8 .recommend_list .recom_case .list-box li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .detail_8 .recommend_list .recom_case .list-box li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0.15rem;
  }
  .detail_8 .recommend_list .recom_case .list-box li:nth-child(3n) {
    margin-right: 0.15rem;
  }
  .detail_8 .recommend_list .recom_case .list-box li:nth-child(2n) {
    margin-right: 0;
  }
}
.detail_8 .recommend_list .recom_person ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.detail_8 .recommend_list .recom_person ul li {
  width: calc((100% - 0.8rem)/5);
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.detail_8 .recommend_list .recom_person ul li:nth-child(5n) {
  margin-right: 0;
}
.detail_8 .recommend_list .recom_person ul li > a {
  display: block;
  width: 100%;
  padding-bottom: 0.13rem;
  color: #666;
}
.detail_8 .recommend_list .recom_person ul li > a img {
  display: block;
  width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.detail_8 .recommend_list .recom_person ul li > a .head-text {
  background-color: #fff;
}
.detail_8 .recommend_list .recom_person ul li > a .head-text .name-box {
  width: 100%;
  display: flex;
}
.detail_8 .recommend_list .recom_person ul li > a .head-text .name-box .desc {
  flex: 1;
  box-sizing: border-box;
  padding-left: 0.1rem;
  padding-top: 0.1rem;
  font-size: 0.16rem;
}
.detail_8 .recommend_list .recom_person ul li > a .head-text .name-box text {
  display: block;
}
.detail_8 .recommend_list .recom_person ul li > a .head-text .name {
  position: relative;
  min-width: 0.8rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  line-height: 0.7rem;
  background: #D3A111;
  top: -0.12rem;
}
@media screen and (max-width: 1024px) {
  .detail_8 .recommend_list .recom_person ul li > a .head-text .name {
    font-size: 0.3rem;
  }
}
.detail_8 .recommend_list .recom_person ul li > a .head-text .text-p {
  font-size: 0.14rem;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .detail_8 .recommend_list .recom_person ul li > a .head-text .text-p {
    font-size: 0.28rem;
  }
}
.detail_8 .recommend_list .recom_person ul li .hide-text {
  display: flex;
}
.detail_8 .recommend_list .recom_person ul li .hide-text a {
  flex: 1;
  width: 50%;
  font-size: 0.14rem;
  color: #fff;
  padding: 0.08rem 0;
  text-align: center;
  background: #666666;
}
.detail_8 .recommend_list .recom_person ul li .hide-text a:last-child {
  background-color: #D3A111;
}
.detail_8 .recommend_list .recom_person ul li .img-box {
  height: 2.85rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.detail_8 .recommend_list .recom_person ul li .img-box .hideox {
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 0.12rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.detail_8 .recommend_list .recom_person ul li .img-box .hideox p {
  font-size: 0.14rem;
  line-height: 1.8;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  padding-top: 40%;
}
.detail_8 .recommend_list .recom_person ul li:hover .img-box .hideox {
  top: 0;
}
.detail_8 .recommend_list .i4-mobile .hide-text {
  display: flex;
  margin: 0.45rem auto 0;
  align-items: center;
  justify-content: center;
}
.detail_8 .recommend_list .i4-mobile .hide-text a {
  width: 1.2rem;
  font-size: 0.28rem;
  color: #fff;
  padding: 0.08rem 0;
  background: #D3A111;
  padding: 0.13rem 0;
  width: 2.5rem;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
  text-align: center;
}
.detail_8 .recommend_list .i4-mobile .item-text span {
  display: block;
  text-align: center;
  font-size: 0.28rem;
  margin-top: 0.15rem;
  color: #333333;
}
.detail_8 .recommend_list .i4-mobile img {
  max-width: 100%;
  width: 100%;
}
