body {
    font-family: "Afacad", sans-serif;
}

.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #181E23 !important;
    font-family: "Afacad", sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #181E23 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 700 !important;
    font-family: "Afacad", sans-serif !important;
    margin-top: 0px !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}


.dt-content p,
.dt-content span {
    color: #181E23 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-family: "Afacad", sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 30px;
    font-family: "Afacad", sans-serif !important;
}

.dt-content ul {
    list-style: disc;
}

.dt-content ol {
    list-style: decimal;

}

.dt-content ul li,
.dt-content ol li {
    color: #181E23 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-style: normal;
    font-family: "Afacad", sans-serif !important;
    font-weight: 400;
}

.dt-content img {
    display: block;
    cursor: auto;
    margin-bottom: 15px;
  max-width:400px;
    width: 100% !important;
    height: auto !important;
    margin: auto;
}

a {
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1E1F24;
    padding: 0px 20px;
    max-width: 1200px;
    margin: auto;
}


.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.nav-links li a {
    color: #1E1F24;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    color: #87C232
}

.nav-links li a img {
    width: 24px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    background-color: #1E1F24;
    margin: 2px;
}

.logo a {
    font-family: "Afacad", sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #1E1F24;
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        /* 将导航链接改为纵向布局 */
        background-color: #fff;
        /* 为导航链接添加背景色 */
        padding: 10px;
        /* 为导航链接添加内边距 */
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
    }

    .navbar {
        padding: 0px;
    }

    .logo img {
        max-width: 180px;
        max-height: 25px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .nav-links li a {
        padding: 10px 10px;
    }

    .burger {
        display: flex;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 6px;
        font-size: 24px;
        top: 0px;
    }
}

.m1 h2 {
    font-size: 32px;
    line-height: 40px;
}

.m1 p {
    font-size: 20px;
    line-height: 28px;
}

.m1 .hero-img {
    width: 40%;
}

.m1 img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.m2 a {
    display: block;
  padding:12px;
}

.m2 a img {
    height: auto !important;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover !important;
    border-radius: 8px;
    display: block;
}

.m2 a h2 {
    font-size: 20px !important;
    line-height: 22px !important;
}

.m2 a p {
    font-size: 14px !important;
    line-height: 18px !important;
}

.m2 .hgl-icon-wrapper {
    width: 40% !important;
}

.m2 h2 {
    width: 60% !important;
}

.highlights-content-wrapper .hgl-title-wrapper {
    margin-bottom: 10px;
}

.m3 a h2,
.m4 a h2 {
    font-size: 20px !important;
    line-height: 24px !important;
    height: auto !important;
}

.m3 a p,
.m4 a p {
    font-size: 14px !important;
    line-height: 18px !important;
}

.m4 a {
    display: block;
}

.m4 a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover !important;
    height: auto !important;
    border-radius: 8px;
}

.dt .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dt-main {
    width: 65%;
}

.dt-right {
    width: 30%;
    border: 1px solid #d9d9d9;
    height: max-content;
}

.dt-right .heading {
    padding: 12px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.dt-right .item {
    display: flex;
    padding: 12px;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: 100%;
}

.dt-right .item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    display: block;
}

.dt-right .item .text {
    width: calc(100% - 100px);
}
.dt-right .item h2 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

@media (max-width:768px) {
    .logo a {
        padding: 10px 10px;
    }

    .burger {
        padding: 10px 15px;
    }

    section {
        padding: 15px 0;
    }

    .hero-main-wrapper {
        padding: 20px
    }

    .m1 .hero-img {
        width: 100%;
        margin-top: 10px;
    }

    .m1 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .m1 p {
        font-size: 16px;
        line-height: 20px;
    }
    .dt-main,
    .dt-right {
        width: 100%;
    }
}

@media (max-width:550px) {
    .logo a {
        font-size: 26px;
        line-height: 30px;
        padding: 5px 10px;
    }

    section {
        padding: 10px 0 0;
    }

    .hero-main-wrapper {
        padding: 10px;
    }

    .m1 h2 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .m1 p {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .highlights-content-wrapper {
        padding: 12px;
    }

    .col-md-25 {
        margin: 5px 0px;
    }

    .section-title {
        font-size: 28px !important;
    }

    .section-title-wrapper {
        margin-bottom: 0px;
    }

    .program-card-wrapper {
        margin: 5px auto;
    }

    .program-card-wrapper .program-img-wrapper {
        margin-bottom: 10px;
    }

    .program-content {
        padding: 0px 15px 15px;
    }

    .program-card-wrapper .text-link {
        margin-bottom: 0px;
    }

    .m3 .col-md-3 {
        padding: 0;
    }

    .wcu-card-main-wrapper {
        padding: 12px;
    }

    .m4 a {
        padding: 0;
    }

    .wcu-card-main-wrapper .wcu-img-wrapper {
        margin-right: 12px;
    }

  .m2 a{
        padding: 5px 12px;
  }


}