/* 详情页 4_1 4_2 */
/* start */
.gzgq-container {
  padding: 6rem 16rem !important;
}


.gzgq-container-title {
  position: relative;
  font-size: 3.6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 3.6rem;
  padding: 2rem 3rem;
  border-bottom: 1px solid #dddddd;
}

.gzgq-container-title::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2px;
  height: 3px;
  width: 41.8rem;
  background: #0B3E8E;
}

.gzgq-container-desc{
  height: 51.4rem;
  position: relative;
}


.gzgq-container-desc-bg {
  height: 40rem;
  width: 72rem;
  position: absolute;
  right: 88rem;
  top: 6.1rem;      
 
}

.gzgq-container-desc-bg div {
  font-size: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.gzgq-container-desc-bg img {
  position: absolute;
  left: 0;
  top: 0;
  height: 40rem;
  width: 72rem;
  z-index: -1;
}


.gzgq-container-decs-info {
  position: absolute;
  right: 0;
  top: 9.1rem;
  width: 98rem;
  min-height: 32.8rem;
  background: #EAF3FB88;
  padding: 7rem 8.2rem 7rem 12.9rem  ;
  box-sizing: border-box;
}

.gzgq-container-desc-title {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 2.7rem;
}


.gzgq-container-desc-content {
  font-size: max(1.4rem, 14px);
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 3rem;
  text-indent: 4.2rem;
}



.gzgq-container-content {
  padding: 4.4rem 12.6rem 7.2rem 4.6rem;
  background: #EAF3FB88;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #333;
}


.gzgq-container-content h1 {
  font-size: max(1.6rem, 14px) !important;
  font-weight: bold;
  margin-bottom: 2rem;
}

.gzgq-container-content p {
  text-indent: 4.2rem;
}

.gzgq-container-content div {
  padding-left: 4.2rem;
  font-size: max(1.4rem, 14px);
}

.gzgq-container-content div h1 {
  margin-top: 2rem;
}

/* end */