.hhcdesc-box .el-dialog {
  padding: 20px !important;
  border-radius: 12px !important;
  height: 658px;
}
@media screen and (max-width:1500px){
  .hhcdesc-box .el-dialog{
    margin-top: 15px !important;
  }
}
@media screen and (min-width:1500px) and (max-width:1920px){
  .hhcdesc-box .el-dialog{
    margin-top: 35px !important;
  }
}
@media screen and (min-width:1920px){
  .hhcdesc-box .el-dialog{
    margin-top: 75px !important;
  }
}
.hhcdesc-box .el-dialog .el-dialog__header {
  padding: 0px !important;
}

.hhcdesc-box .el-dialog .el-dialog__body {
  padding: 0px !important;
}

.hhcdesc-box .main-con .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  margin-top: 5px;
}

.hhcdesc-box .main-con .title img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.hhcdesc-box .main-con .about-con {
  /* width: 974px;
  height: 96px; */
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 10px 30px 10px 36px;
}

.hhcdesc-box .main-con .core-con {
  position: relative;
  text-align: center;
  width: 880px;
  height: 282px;
  margin: 15px auto;
}

.hhcdesc-box .main-con .core-con img {
  width: 880px;
  height: 282px;
}

.hhcdesc-box .main-con .core-con .pub {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #2f3283;
  line-height: 16px;
  padding: 0px 12px;
  box-sizing: border-box;
}

.hhcdesc-box .main-con .core-con .p1 {
  width: 633px;
  height: 30px;
  top: 3%;
  left: 14.1%;
}

.hhcdesc-box .main-con .core-con .p2 {
  width: 715px;
  height: 30px;
  top: 17.1%;
  left: 9.31%;
}

.hhcdesc-box .main-con .core-con .p3 {
  width: 798px;
  height: 30px;
  top: 31.0%;
  left: 4.5%;
}

.hhcdesc-box .main-con .core-con .p4 {
  width: 879px;
  height: 30px;
  top: 44.9%;
  left: 0.1%;
}

.hhcdesc-box .main-con .core-con .p5 {
  width: 800px;
  height: 30px;
  top: 58.6%;
  left: 4.5%;
}

.hhcdesc-box .main-con .core-con .p6 {
  width: 715px;
  height: 30px;
  top: 72.5%;
  left: 9.31%;
}

.hhcdesc-box .main-con .core-con .p7 {
  width: 633px;
  height: 30px;
  top: 86.5%;
  left: 14.1%;
}

.hhcdesc-box .main-con .mession-con {
  /* width: 974px; */
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 10px 30px 0px 36px;
}

.hhcdesc-box .close {
  position: absolute;
  right: -65px;
  top: 0px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}