.imagetext1-module-1-container {
    padding-bottom: 100px;
    padding-top: 24px;
}

.imagetext1-module-1-container .imagetext1-container-head{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.imagetext1-module-1-container .imagetext1-container-head .imagetext1-container-head-bgr{
  width: 72px;
  height: 36px;
  background-color:#006CB9;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: white;
  margin-right: 16px;
  border-radius: 2px;
}

.imagetext1-module-1-container .wrapper {
    /* width: 100%; */
    width: 840px;
}
.imagetext1-module-1-container .wrapper img {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 12px;
}
.imagetext1-module-1-container .wrapper figcaption {
    margin-bottom: 8px;
}
.imagetext1-module-1-container .title {
    /* font-family: PingFang SC; */
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
}
.imagetext1-module-1-container .message {
    display: flex;
    gap: 20px;
    color: #86909C;
    margin: 24px 0;
    line-height: 16px;
}
.imagetext1-module-1-container .message span {
    font-size: 12px;
}
.imagetext1-module-1-container .image {
    width: 100%;
}
.imagetext1-module-1-container .image img {
    height: 100%;
    width: 100%;
}
.imagetext1-module-1-container .more {
    display: flex;
    flex-direction: column;
    margin: 24px 0;
    /* font-family: PingFang SC; */
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: rgb(134, 144, 156);
}
.imagetext1-module-1-container .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.imagetext1-module-1-container .content p {
    font-size: 18px;
    white-space: normal;
    margin-bottom: 24px;
    text-align: justify;
}
.imagetext1-module-1-container .content h1,
.imagetext1-module-1-container .content h2,
.imagetext1-module-1-container .content h3,
.imagetext1-module-1-container .content h5,
.imagetext1-module-1-container .content h6 {
    margin: 12px 0;
}
.imagetext1-module-1-container .content .raw-image{
    width: 100%;
    margin-bottom: 24px;
}
