﻿* {
  margin: 0;
  padding: 0;
}
/* li {
  list-style: none;
} */
a {
  text-decoration-line: none;
  /* color: #96a7b3; */
}
.clearf {
  clear: both;
}
.secondL-content {
  width: 30%;
}
.second-list {
  background-color: #fad9ceb2;
  padding: 20px 4% 50px;
}
.mar-3 {
  margin-right: 4%;
}
.business-top {
  border-bottom: 1px solid #b2142f;
  width: 100%;
  height: 35px;
  margin-bottom: 25px;
  padding-bottom: 3px;
}
.business-top-left {
  color: #b2142f;
  height: 35px;
  /* font-weight: 700; */
  line-height: 35px;
  padding: 0 0 0 20px;
}
.floatL {
  float: left;
}
.li-date {
  float: right;
}
.business-top-right {
  float: right;
  line-height: 35px;
  color: #96a7b3;
}
.book-pref {
  width: 100%;
  height: 140px;
  border: 1px solid #949499;
}
.book-img {
  width: 50%;
  height: 140px;
}
.book-img img {
  max-height: 140px;
}
.describe {
  width: 50%;
  height: 140px;
  float: right;
}
.describe-t {
  margin: 2px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.content-li {
  height: 45px;
  line-height: 45px;
  margin: 3px 0;
  border-bottom: 1px solid #949499;
  font-family: "Microsoft YaHei Regular";
  font-size: 16px;
}
/* .content{
    height: 350px;
    width: 28vw;
} */
.perf-des {
  text-align: center;
  line-height: 25px;
  padding-top: 6px;
}
.perform {
  height: 300px;
}
.perf-img {
  justify-content: center;
  border: 1px solid #949499;
  height: 300px;
}
.perf-img img {
  max-height: 250px;
  max-width: 205px;
}
.per-bgc {
  margin: 0 34px;
  height: 375px;
  padding: 29px 30px;
  background-color: #fac6b5ef;
  display: flex;
  justify-content: center;
}