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

a {
    display: block;
}

.catename {
    text-transform: capitalize !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

body {
    font-family: 'Nunito', sans-serif;
}

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

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

.dt-content .info {
    display: flex;    gap: 8px;
    flex-direction: row;
}

.dt-content .info p {
  text-transform: capitalize;
    color: #98A4A6 !important;
}

.dt-content table {
    width: 100% !important;
    overflow: auto !important;
    display: block !important;
}

.dt-content table tr {
    background-color: transparent !important;
}

.dt-content a {
    display: inline-block;
}

.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: 'Nunito', 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: 'Nunito', 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: 'Nunito', 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: 'Nunito', 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;
    padding: 0px 0px;
}

.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: #6F8BA4;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    color: #4146E6;
}

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

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

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

.logo a {
    font-size: 30px;
    line-height: 34px;
    color: #5c83e3;
    padding: 10px 10px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
}




@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;
        color: #333;
    }

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

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


}

footer {
    margin-top: 50px;
    padding: 16px 10px;
    position: relative;
    background: #3B566E;
}

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

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

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


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

a img {
    aspect-ratio: 1/0.6;
}

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

.catename {
    color: #4146E6;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
}

section {
    padding: 20px 0;
}

.search {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #6F8BA4;
    margin: 0 auto 20px;
    justify-content: space-between;
    max-width: 600px;
}

.search input {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 6px;
    width: 100%;
}

.search_btn a {
    padding: 8px 20px;
    background-color: #6F8BA4;
    color: #fff;
}

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

.m1 h2 {
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    padding-top: 8px;
    font-size: 20px;
    line-height: 24px;
}

.m1 .catename {
    background: #007bff;
    color: #fff;
    padding: 4px 10px;
    width: fit-content;
}


.m1 .image-link {
    position: relative;
    display: block;
    /* padding: 12px; */
}

.m1 .image-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.38%, rgba(0, 0, 0, 0.50) 100%);
    pointer-events: none;
}

.m1 .box-1 img {
    width: 100%;
    aspect-ratio: 1/0.7;
    display: block;
    object-fit: cover;
}

.m1 .image-link .text {
    position: absolute;
    bottom: 10px;
    left: 24px;
    width: calc(100% - 48px);
    z-index: 99;
}


.m1 .time {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding-top: 12px;
}

.m1 .box-3 a {
    width: 100%;
    display: block;
}

.m1 .box-3 a:first-child {
    margin-bottom: 20px;
}

.m1 .box-3 a img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 0.33;
    object-fit: cover;
}

.m2 .catename {
    color: #fff;
}

.m3 img {
    width: 130px;
    aspect-ratio: 1/1;
    margin: auto;
}

.m3 .title .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}

.vs-video-list1 a {
    display: flex;
    padding-bottom: 20px;
}


.vs-video-list1 a .media-img-lg {
    width: 130px;
}

.vs-video-list1 a .media-body {
    width: 100%;
    padding-left: 12px;
}

.vs-video-list1 a .catename {
    background: #007bff;
    color: #fff;
    padding: 2px 10px;
    width: fit-content;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width:992px) {
    .logo a {
        font-size: 20px;
    }

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

}

@media (max-width:768px) {
    .m1 .box-1 {
        margin-bottom: 15px;
    }

    .m1 .box-1 img,
    .m1 .box-3 a img {
        aspect-ratio: 1/0.6;
    }

    .m1 .box-3 a:first-child {
        margin-bottom: 15px;
    }




}

@media (max-width:550px) {

    .section-title h2 {
        font-size: 20px;
    }

    .section-title {
        margin-bottom: 10px;
    }

    .m1 img {
        width: 100%;
        display: block;
        max-height: 250px;
        aspect-ratio: 1/0.6;
    }

    section {
        padding: 10px 0 0;
    }

    .portfolio-box,
    .m1 .box-3 a {
        margin-bottom: 15px;
    }

    .m1 .catename,
    .team-item .title p {
        font-size: 12px;
        line-height: 16px;
    }

    .m1 h2,
    .single-blog-item .content h3,
    .portfolio-box .content h3,
    .team-item .title h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .single-blog-item .content h3 {
        margin-bottom: 5px;
    }

    .default-btn {
        padding: 4px 30px;
    }

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