.zuoping_top {
  width: 100%;
  height: 430px;
}

.zuoping_top >img {
  width: 300px;
  float: left;
}

.zuoping_top .zuoping_info {
  width: 700px;
  float: left;
  padding: 0px 20px;
  box-sizing: border-box;
}

.zuoping_top .zuoping_info >p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.zuoping_top .zuoping_info >p:nth-child(2) {
  font-size: 20px;
  margin-bottom: 20px;
}

.zuoping_top .zuoping_info >p:nth-child(3) {
  font-style: 20px;
  color: #818181;
  margin-bottom: 10px;
}

.zuoping_top .zuoping_info >p:nth-child(4) {
  font-style: 20px;
  color: #818181;
  margin-bottom: 20px;
}

.zuoping_top .zuoping_info >p:nth-child(5) {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 80px;
}

.zuoping_top .zuoping_info >img {
  width: 180px;
  cursor: pointer;
}


/* 底部章节部分 */
.zuoping_bot {
  width: 100%;
  min-height: 400px;
  /* background-color: pink; */
  margin-top: 40px;
}

.zuoping_bot >p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.zuoping_bot .zuoping_title {
  width: 100%;
  height: 50px;
}

.zuoping_bot .zuoping_title >span {
  float: left;
  width: 120px;
  line-height: 50px;
  text-align: center;
  color: #2fbbf6;
  font-size: 20px;
  margin-right: 30px;
  cursor: pointer;
}

.zuoping_bot .zuoping_chapter {
  width: 100%;
  min-height: 300px;
}

.zuoping_bot .zuoping_chapter .zuoping_info {
  width: 200px;
  line-height: 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px 2px #cccccc;
  padding: 0px 10px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.zuoping_bot .zuoping_chapter .zuoping_info >img {
  width: 20px;
  float: right;
  margin-top: 10px;
}