 .TRS_Editor ul li {
  position: relative;
  color: black; /* 文本颜色 */
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.TRS_Editor ul li::before {
  content: "•";
  color: #4A3B9E;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;

}
    .section {
        margin-bottom: 40px;
        padding-bottom: 20px;
        /* border-bottom: 1px solid #eee; */
    }
    .section-title {
        color: #4A3B9E;
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 2px solid #4A3B9E;
        display: inline-block;
    }
    .proposalpage01-content {
        display: flex;
        align-items: center;
        width: 60%;
    }
    .proposalpage01-img {
        width: 35%;
      margin-right: 50px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);

    }
    .proposalpage01-container {
        display: flex;
        width: 100%;
    }
    @media (max-width: 768px) {
       .section-title {
            font-size: 18px;
        }
        .proposalpage01-container {
            flex-direction: column;
        }
        .proposalpage01-img {
            width: 100%;
          margin-right: 0;

        }
        .proposalpage01-content {
            width: 100%;
        }
    }
  .TRS_Editor p{
        line-height: 2;
    }