.header-wripper {
  background: #fff
}

.header-wripper .header-content {
  padding: 29px 30px 22px 52px;
  margin: 0 auto;
  width: 1148px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wripper .header-content>img {
  cursor: pointer;
  width: 28%;
  margin-left: -38px;
}

.header-wripper .header-content .login-group>p {
  margin: 0;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.header-wripper .header-content .login-group>p a {
  margin: 0;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.page-content {
  min-height: calc(100vh - 239px);
  background: #f8f8f8;
  border: 1px solid #f8f8f8
}

.home-top {
  line-height: 0;
  text-align: center;
  background: #fff;
}

.home-info {
  padding-bottom: 30px;
  margin: 28px auto 0;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-info .hinfo-left {
  width: 650px;
  height: 337px;
  background: #fff;
}

.home-info .hinfo-left .hileft-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #1156DA;
}

.home-info .hinfo-left .hileft-title .htitle-left {
  padding: 0 44px 0 23px;
  background: #1156DA;
  display: flex;
  align-items: center;
}

.home-info .hinfo-left .hileft-title .htitle-left img {
  margin-right: 19px;
}

.home-info .hinfo-left .hileft-title .htitle-left p {
  margin: 0;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
}
.home-info .hinfo-left .hileft-title .htitle-right {
  padding-right: 18px;
}
.home-info .hinfo-left .hileft-title .htitle-right p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #1156DA;
  cursor: pointer;
}

.home-info .hinfo-left .hileft-content {
  padding: 15px;
  height: 257px;
}

.home-info .hinfo-left .hileft-content .hcontent-item:first-child {
  margin-top: 0;
}

.home-info .hinfo-left .hileft-content .hcontent-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.home-info .hinfo-left .hileft-content .hcontent-item:hover p {
  color: #1156da;
  text-decoration: underline;
}

.home-info .hinfo-left .hileft-content .hcontent-item p {
  width: calc(100% - 140px);
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-info .hinfo-left .hileft-content .hcontent-item span {
  font-size: 12px;
  color: #999;
}

.home-info .hinfo-right {
  width: 430px;
  height: 337px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}

.home-info .hinfo-right .hiright-item {
  line-height: 92px;
  background: #fff;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-info .hinfo-right .hiright-item>div {
  width: 92px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-info .hinfo-right .hiright-item p {
  margin: 0;
  width: calc(100% - 92px);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  border-left: 1px solid #d4d4d4;
}