.zixun_detail {
  padding-bottom: 50px;
}
.zixun_detail .search-box {
  margin: 0 auto;
  box-shadow: inherit;
}
.zixun_detail .content {
  width: 1204px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
.zixun_detail .content .left {
  padding: 30px 31px 0 25px;
  width: 834px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  margin-right: 20px;
  flex-shrink: 0;
  padding-bottom: 30px;
}
.zixun_detail .content .left .cate {
  height: 25px;
  line-height: 25px;
  background: #4583FF;
  border-radius: 2px 2px 2px 2px;
  padding: 0 18px;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
}
.zixun_detail .content .left .title {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 17px;
}
.zixun_detail .content .left .tags {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.zixun_detail .content .left .tags .tag-item {
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  margin-right: 4px;
  background: #E4EDFA;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.zixun_detail .content .left .info {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.zixun_detail .content .left .info-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-right: 20px;
}
.zixun_detail .content .left .info-item p {
  color: #666666;
}
.zixun_detail .content .left .info-item img {
  margin-right: 2px;
  width: 14px;
}
.zixun_detail .content .left .gl-company {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.zixun_detail .content .left .gl-company a {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #3382F7;
  position: relative;
  padding-right: 15px;
}
.zixun_detail .content .left .gl-company a:not(.zixun_detail .content .left .gl-company a:last-child)::after {
  content: "、";
  position: absolute;
  right: 0;
  bottom: 0;
}
.zixun_detail .content .left .qy {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-top: 18px;
  word-break: break-all;
}
.zixun_detail .content .left .artical {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  word-break: break-all;
  line-height: 28px;
  margin-top: 24px;
}
.zixun_detail .content .left .artical a {
  color: #3382F7;
}
.zixun_detail .content .left .artical image,
.zixun_detail .content .left .artical img {
  display: initial;
}
