.doc_title {
    background-image:url(../static/images/documents/hangye001.png);
	width:100%;
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.85%, rgba(0, 0, 0, 0.7) 69.21%);
	min-width:900px;
	position:relative;
	min-height:800px;
	background-size:cover;
	background-position:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
    text-align: center;
}
.doc_title_wrapper {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.doc_title_text {
    font-family: "PingFang HK", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    color: #ffffff;
    position: relative;
    letter-spacing: 25px;
}



.doc_title_text02 {
    font-size: 36px;
    font-weight: 300;
    font-family: "Heivetica", sans-serif;
    color: rgba(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-top: 20px;

    position: relative;
}
.doc_title_text02::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 90px;
    bottom: 0;
    transform: translateX(-60%);
    width: 67px;
    height: 5px;
    background: rgba(223, 74, 131, 1);
}

.doc_title_content {
    font-family: "PingFang HK", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 6px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    max-width: 1000px;
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* 内容区域样式 */
.doc_content {
    width: 100%;
    background-color: #06051c;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.doc_content_box {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.doc_content_box_left,
.doc_content_box_right {
    aspect-ratio: 1/1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, rgba(68, 21, 137, 0) 0%, rgba(68, 21, 137, 0.3) 100%);
}
.doc_content_box_left img{
    width: 100%;
    object-fit: cover;
}

.doc_content_box_right img {
    width: 35%;
    max-height: 700px;
}
.doc_module_text {
  color: #ffffff;
  margin-left: 15%;
  margin-right: 15%;
}
.doc_module_text .title-img {
  max-width: 300px; /* 标题图片最大宽度 */
  margin-bottom: 20px;
}
.doc_module_text p {
    font-family: PingFang HK;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 6px;
    margin-bottom: 18%;
}
