/* 出版服务页面 */
.topList {
  width: 45%;
}

.topList img {
  width: 224px;
  height: 190px;
  display: block;
  margin: 0 auto;
}

.topList h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1B1B1B;
  line-height: 35px;
  text-align: center;
  padding: 20px 0px;
}

.topList span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 24px;
}

.flax_lives {
  display: flex;
  justify-content: space-around;
  padding-bottom: 35px;
}

.backgs {
  padding: 60px 0px;
  background: #323793;
}

.listborder {
  border: 1px solid #EEEEEE;
  box-shadow: 0px 7px 15px 1px rgba(22, 26, 100, 0.16);
  border-radius: 10px;
  padding: 43px 48px;
  width: 17%;
}

.listborder h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

.listborder span {
  width: 239px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}

.livest {
  display: block;
  float: left;
  margin-right: 15px;
}

.gitlivest {
  width: 46%;
}

.gitlivest h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}

.gitlivest h3 span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.gitlivest p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 15px;
}

.gitlivest img {
  width: 45px;
  height: 45px;
  /* margin-top: 30px; */
}

.clear {
  clear: both;
}

.center_list {
  background: #FFFFFF;
  border-radius: 5px;
  width: 93%;
  margin: 20px auto;

}

.center_list h3 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #272727;

  padding: 0 15px;
  border-bottom: 1px solid #E5E5E5;
  height: 42px;
  line-height: 42px;
}

.p_livest {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1B1B1B;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
}

.span_livest {
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ronghe {
  padding: 10px;
  margin-top: 10px;
  width: 120px;
}

.ronghe h4 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 24px;

}

.ronghe p {
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
  margin-top: 20px;
}

.chines {
  padding: 25px 15px 0px 15px;
  box-sizing: border-box;
  height: 200px;
}

.chines h4 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 24px;

}

.chines span {
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.chines p {
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  /* line-height: 30px; */
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.jtgktitle {
  width: 100%;
  text-align: center;
  margin-left: 60px;
}