.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: 'Roboto', sans-serif;
}

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

a h2:hover {
    text-decoration: underline;
}
 .dt-content .info{    display: flex;    flex-direction: column;
      }
      .dt-content .info p{ color: #98A4A6 !important;}
      @media (max-width:1220px) {
      
      }
.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: 'Roboto', 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: '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 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: #333;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    color: #407F4D;
}

.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: #407F4D;
    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: #303036;
}

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: #407F4D;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
}

.vs-hero-wrapper .image-link {
    display: block;
    padding: 15px;
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
}

.vs-hero-wrapper .image-link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20px);
    z-index: -1;
}

.latest-topics-wrapper .dots-corner-top .catename,
.top-news-wrapper .catename {
    background-color: #55B76B;
    color: #fff;
    width: max-content;
    padding: 4px 12px;
    border-radius: 8px;
}

.latest-topics-wrapper .catename,
a:hover {
    color: #407F4D;
}

.latest-topics-wrapper .image-link,
.top-news-wrapper .image-link {
    position: relative;
    display: block;
    width: 100%;
}

.latest-topics-wrapper .image-link::after,
.top-news-wrapper .image-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 40%, rgba(0, 0, 0, 0.60) 100%);
    pointer-events: none;
}

section {
    padding: 20px 0;
}

/* .latest-topics-wrapper {
    background: #55b76b;
}

.latest-topics-wrapper .sec-title-style1,
.latest-topics-wrapper .blog-title,
.latest-topics-wrapper .recent-post-title,
.recent-post-style4 .catename{
    color: #fff;
} */
.vs-hero-wrapper .container-fluid{
    max-width: 1400px;
}


.search {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 2px solid #55B76B;
    margin: 0 auto 12px;
    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: #55B76B;
    color: #fff;
}
.vs-video-list1 .media:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width:550px) {
    .vs-hero-wrapper a.vs-blog {
        margin-bottom: 15px !important;
    }

    .catename{
        font-size: 12px;
        line-height: 16px;
    }
    .vs-hero-wrapper .image-link{
        padding: 10px;
    }
    section {
        padding: 10px 0;
    }
    .sec-title-style1,
    .widget_title{
        margin-bottom: 10px;
    }
    .vs-blog{
        margin-bottom: 15px;
    }
    .mb-10 {
        margin-bottom: 15px;
    }
    .vs-blog-content{
        margin-top: -10px;
    }
    .recent-post-style4 .media-img-xl {
        margin-bottom: 5px;
    }
    .space-bottom{
        padding-bottom: 15px;
    }

    .widget {
        padding: 12px 10px 0;
    }
    .vs-video-list1 .media {
        display: flex;
        padding-bottom: 15px;
    }
    .vs-video-list1 .media:not(:last-child){
        margin-bottom: 0;
    }
    .vs-video-list1 .media-img-lg{
        margin-bottom: 0;
    }
    .vs-video-list1 img{
        width: 120px;
    }
    .media-body{
        padding-left: 10px;
    }
    #Latest .sec-title-style1 {
        margin-bottom: -15px !important;
    }




}