body {
    font-family:'Roboto', sans-serif
}


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


.t_12,
a h2 {
    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;
}

.catename {
    text-transform: capitalize !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fe5d37;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: 'Roboto', 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: 'Roboto', sans-serif !important;
      text-align: left !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: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif !important;
}

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

.dt-content a{
      word-wrap: break-word;
}

.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;
}


.dt-content table {
    width: 100% !important;
    border: none;
    text-align: center;
    /* word-wrap: break-word;
  word-break: break-word; */
    margin-bottom: 10px;
    display: block;
    overflow-x: auto;
    height: auto !important;
}

header {
    position: relative;
    padding: 0px 0px;
    background: #232323;
}

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


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


.nav-links li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 10px;
    display: block;
    font-family: 'Roboto', sans-serif;

}

.nav-links li a:hover {
    background-color: #fe5d37;
    border-radius: 30px;
    color: #fff;
}

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

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

}

.h5-sear a {
    padding: 10px !important;
    background-color: #fe5d37;
    border-radius: 100px;

}



@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: 20px;
        line-height: 26px;
    }

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

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

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

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

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

    .nav-links li:last-child a {
        width: max-content;
        background-color: #222;
        border-radius: 100px;
        margin-left: 10px;
    }
}

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

img {
    object-fit: cover;
    display: block;
    width: 100%;
}

footer {
    margin-top: 50px;
    padding: 24px 10px;
    position: relative;
    background: #232323;
}

footer .pt p,
footer .pb {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

footer .pb {
    padding-bottom: 10px;
}

footer .pb a {
    color: #fff;
    padding: 0 20px 0;
    text-decoration: underline;
    display: inline;
}


@media (max-width:550px) {

    footer .pt p,
    footer .pb {
        font-size: 14px;
        line-height: 18px;
    }

    footer .pb {
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        row-gap: 12px;
    }

    footer .pb a {
        padding: 0 14px 0;
        width: 50%;
    }
}

.img-box-2 .big-img {
    border: 2px dashed #ffe4de;
    aspect-ratio: 1/0.6;
    padding: 12px;
}

.space-extra,
.space-extra-bottom,
.space,
.space-bottom {
    padding: 30px 0;
}

.m2 {
    width: 60%;
}

.m3 {
    width: 40%;
}

.m2 a img {
    aspect-ratio: 1/0.7;
    border-radius: 50px;
}

.m2 a {
    counter-increment: mvp-trend;
}

.m2 a .process-number::after {
    content: '0' counter(mvp-trend) !important;
}

.m1 a {
    padding: 15px;
}

.m2 a {
    display: block;

    width: 50%;
    padding: 15px;
    margin-top: 0;
}

.m3 a img {
    width: 40%;
    padding-right: 10px;
    aspect-ratio: 1/0.7;
    border-radius: 50px;
}

.m3 a .event-content {
    width: 60%;
}

.m3 a {
    display: block;
    padding: 15px;
}

.m4 a img {
    aspect-ratio: 1/0.7;
    border-radius: 50px;
}

.m4 a {
    padding: 15px;
    width: 25%;
}

.m1 a .desc {
    margin-bottom: 15px;
}

.search {
    max-width: 500px;
    margin: 0 auto 15px;
    border: 1px solid #fe5d37;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search input {
    width: 100%;
    border: none;
    outline: none;
    padding: 6px 12px;
    border-radius: 50px;
}

.search_btn a {
    background-color: #fe5d37;
    padding: 7px 12px !important;
    border-radius: 50px;
    color: #fff;
    display: block;
    width: auto !important;
    margin-bottom: 0 !important
}

.dt .dt-content{
    width: 70%;
}

.dt .m3{
    padding-left: 20px;
    width: 30%;
}

.dt .m3 .sec-title{
    font-size: 20px;
}

.dt .m3 a{
    padding: 0;
}

.dt .m3 a .event-card{
    background-color: transparent;
    padding: 10px 0;
    box-shadow: none;
}

.dt .m3 a .event-card img{
    border-radius:10px;
    padding-right: 0;
}

.dt .m3 a .catename{
    font-size: 14px;
    line-height: 18px;
}

.dt .m3 a h4{
    font-size: 16px;
    line-height: 22px;
}

@media (max-width:1024px) {
  .dt .dt-content,
  .dt .m3{
  width:100%}
  .dt .m3 a .event-content{    padding-left: 10px;}
  .dt .m3 {
    padding-left: 0;}
}
@media (max-width:992px) {

    .m2,
    .m3 {
        width: 100%;
    }

    .m4 a {
        width: 50%;
    }

    .nav-links li a {
        font-size: 16px;
        line-height: 22px;
        padding: 6px 8px;
    }

    .logo a {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width:768px) {

    .space-extra,
    .space-extra-bottom,
    .space,
    .space-bottom {
        padding: 15px 0;
    }

    .sec-title.big-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .m1 a .desc {
        margin-bottom: 10px;
    }

    .title-area .sec-title {
        font-size: 26px;
    }
}

@media (max-width:550px) {

    .space-extra,
    .space-extra-bottom,
    .space,
    .space-bottom {
        padding: 8px 0;
    }

    .m1 a {
        padding: 0;
    }

    .img-box-2 .big-img {
        aspect-ratio: 1/0.5;
        padding: 6px;
    }

    .catename,
    .process-card p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .sec-title.big-title,
    .process-card .process-title,
    .class-card .class-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .m1 a .desc,
    .class-card .class-text {
        font-size: 14px;
        line-height: 18px;
    }

    .vs-btn.style-1 {
        padding: 6px 30px;
        font-size: 16px;
    }

    .title-area .sec-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .title-area {
        margin-bottom: 0;
    }

    .m2 a,
    .m3 a {
        width: 100%;
        padding: 8px 0;
    }

    .process-card {
        padding: 15px;
    }

    .process-card .process-title,
    .process-card .catename,
    .class-card .catename {

        margin-bottom: 4px;
    }

    .event-card {
        padding: 12px;
    }

    .m4 a {
        width: 100%;
        padding: 8px 15px;
        margin-bottom: 8px;
    }

    .class-card {
        margin-bottom: 0;
    }

}