.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,
.desc {
    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;
}

.catename {
    text-transform: capitalize !important;
    color: #0faf97;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: 'Jost', sans-serif
}

a h2:hover {
    text-decoration: underline;
}

.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: #333 !important;
    font-family: 'Jost', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Jost', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #333 !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: 'Jost', 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 !important;
    padding-left: 30px !important;
    font-family: 'Jost', sans-serif !important;
}

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

.dt-content ol,
.dt-content ol li {
    list-style: decimal;
}

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

.dt-content strong,
.dt-content strong span {
    font-weight: 600 !important;
}

header {
    position: relative;
    background-color: #fff;
}

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


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


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

.nav-links li a:hover {
    color: #3b18c6;
    text-decoration: underline;
}

.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: #3b18c6;
    margin: 2px;
}

.logo a {
    font-size: 30px;
    line-height: 34px;
    color: #3b18c6;
    padding: 20px 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;

}




@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 0px;
    }

    .logo a {
        padding: 8px 15px;
        font-size: 24px;
        line-height: 26px;
    }

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

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

    .burger {
        display: flex;
        padding: 10px 15px;
    }

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

    header:after {
        width: 50%;
        left: 0;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

img {
    object-fit: cover;
}

h2 {
    font-size: 20px;
    line-height: 28px;
}

a {
    display: block;
}

.common-title h2 {
    font-size: 28px;
    line-height: 38px;
}

.hvrbox-text {
    width: 70%;
}

.hvrbox-text2 {
    width: 80%;
}

.hvrbox-text h2 {
    color: #fff;
    margin-bottom: 0
}

.hvrbox-text2 h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.m1 .right a img {
    width: 100%;
    aspect-ratio: 1/0.7;
}


.m1 .left img {
    height: 100%;
    max-height: 390px;
}

.m2 .event_image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
}

.m2 img {
    width: 50%;
    aspect-ratio: 1/0.6;
}

.m2 .event1 {
    padding: 0px 0px;
}

.m2 .event_content {
    width: 50%;
    top: 0;
    left: 0;
    position: relative;
}

.m2 .read {
    color: #3b18c6;
    font-weight: bold;
    margin-bottom: 0px;
}

.m2 a:hover .read {
    letter-spacing: 3px;
    width: auto;
}

.m3 .blog_content {
    height: auto;
}

.m3 a:hover h2 {
    color: #fff;
}

.m3 .col-md-4 {
    padding-top: 100px;
}

.m3 .col-md-4 .common-title h2 {
    font-size: 20px;
    line-height: 30px;
}

.m3 .media {
    align-items: center;
}

.m3 .media img {
    width: 80px;
    height: 80px;
}

.m3 .blog_image img {
    width: 100%;
    aspect-ratio: 1/0.6;
}

.search {
    max-width: 600px;
    margin: 0 auto 30px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search input {
    width: 100%;
    padding: 6px 12px;
    min-height: auto;
}

.search_btn {
    height: 38px;
    background-color: #3b18c6;
}

.search_btn a {
    color: #fff;
    padding: 0 20px;
    line-height: 38px;
}
.m1 .left .category-content,
.m1 .left .category-content .hvrbox{
      height: 100%;
  max-height: 390px;}


@media (max-width:992px) {
    .m1 .right a img {
        aspect-ratio: 1 / 0.9;
    }

    h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .hvrbox-text2 {
        width: auto;
    }

    .hvrbox-text2 h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .m1 .category-content,
    .m2 a,
    .m2 .event_image {
        margin-bottom: 15px;
    }

    .common-title h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .m2 a h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .m3 .media {
        flex-direction: column;
    }

    .m3 .media img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.6;
        margin-right: 0 !important;
    }

    .m3 .col-blogpage {
        margin-bottom: 55px;
    }

}

@media (max-width:768px) {
    .m1 img {
        width: 100%;
        aspect-ratio: 1/0.6 !important;
    }

  .m1 .left{    margin-bottom: 15px;}
    .hvrbox-text2 {
        width: 70%;
        padding: 8px 10px;
    }

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

    section {
        padding: 12px 0px;
    }

    .m3 .col-md-4 {
        padding-top: 0;
    }

    .right_side_item {
        margin-top: -20px;
    }

    .m3 .media {
        flex-direction: row;
        margin-bottom: 15px !important;
    }

    .m3 .media img {
        width: 100px;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-right: 12px !important;
    }

}


@media (max-width:550px) {

    .hvrbox-text,
    .hvrbox-text2 {
        padding: 12px 12px;
        width: auto;
    }

    section {
        padding: 6px 0px 0;
    }

    .common-title h2 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .event_content p {
        padding: 0;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.3;
    }


    .m2 img {
        width: 40%;
    }

    .m2 .event_content {
        width: 60%;
        padding: 10px;
    }

    .section-tittle {
        margin-top: 0;
    }



    .m3 .blog_content {
        width: 90%;
        transform: translate(5%, -50%);
        left: 5px;
    }

    .m3 .col-blogpage {
        margin-bottom: 60px;
    }


    .search {
        max-width: 600px;
        margin: 0 auto 20px;
    }
}

.event_content::before {
    display: block;
}