| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" |
| 3 | data-pptx-master="presentation_core_master" data-pptx-master-name="Presentation Core" |
| 4 | data-pptx-layout="editorial_split" data-pptx-layout-name="Editorial Split"> |
| 5 | <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#FFFFFF" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="editorial-split-image-panel" x="592" y="64" width="624" height="592" rx="12" fill="#EEF2F6" |
| 8 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <rect id="editorial-split-rail" x="552" y="64" width="4" height="592" rx="2" fill="#CBD5E1" |
| 10 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <g id="editorial-split-title-slot" data-pptx-placeholder="title" |
| 12 | data-pptx-bounds="64 64 448 104"> |
| 13 | <text id="editorial-split-title-carrier" data-pptx-carrier="true" |
| 14 | x="64" y="132" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 15 | font-size="38" font-weight="700">{{PAGE_TITLE}}</text> |
| 16 | </g> |
| 17 | <g id="editorial-split-body-slot" data-pptx-placeholder="body" data-pptx-idx="1" |
| 18 | data-pptx-bounds="64 208 448 352"> |
| 19 | <text id="editorial-split-body-carrier" data-pptx-carrier="true" |
| 20 | x="64" y="260" fill="#64748B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 21 | font-size="24">{{BODY_TEXT}}</text> |
| 22 | </g> |
| 23 | <g id="editorial-split-picture-slot" data-pptx-placeholder="picture" data-pptx-idx="2" |
| 24 | data-pptx-bounds="592 64 624 592"> |
| 25 | <image id="editorial-split-picture-carrier" data-pptx-carrier="true" |
| 26 | x="592" y="64" width="624" height="592" preserveAspectRatio="none" |
| 27 | href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/> |
| 28 | </g> |
| 29 | </svg> |
| 30 |