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


@font-face {
    font-family: 'Delius';
    src: url(../fonts/Delius-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Jost';
    src: url(../fonts/Jost-400.woff2) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(../fonts/Jost-500.woff2) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(../fonts/Jost-600.woff2) format('truetype');
    font-weight: 600;
    font-style: normal;
}


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



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


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

.nav-links li a:hover {
    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: #da7b7b;
    margin: 2px;
}

.logo a {
    font-family: 'Delius';
    font-size: 32px;
    line-height: 34px;
    color: #da7b7b;
    padding: 20px 10px;
    display: block;
    font-weight: bold;
}

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


p {
    color: #828892;
}

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

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

.m2 .category-block {
    flex: 0 0 25%;
    width: 25px;
    display: block;
    padding: 10px;
}

.m2 .category-block img {
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: cover;
    border-radius: 8px;
}

.m2 .flaticon-right-arrow:before {
    color: #ed695a;
}

.m3 .news-block {
    flex: 0 0 33.333%;
    width: 33.333%;
    display: block;
    padding: 10px;
}

.m3 .news-block img {
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: cover;
}

.m4 .top-authors_single {
    display: block;
    padding: 10px;
    flex: 0 0 50%;
    width: 50%;
}

.m4 .top-authors-single-inner img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.m4 .top-authors-single-inner h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
}

.m4 .top-authors-single-inner p {
    font-size: 16px;
    line-height: 1.4;
}

.m1 a:hover h2,
.m2 a:hover h3,
.m3 a:hover h4,
.m4 a:hover h3 {
    text-decoration: underline;
}

.dt-content h1,
.dt-content h1 span,
.dt-content h2,
.dt-content h2 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: 500 !important;
    color: #000;
    font-family: 'Jost' !important;
}

.dt-content .dt-title {
    font-size: 22px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    font-style: normal !important;
    font-weight: bold;
    font-family: 'Jost' !important;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}


.dt-content h3,
.dt-content h3 span,
.dt-content h4,
.dt-content h4 span {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    color: #000;
    font-weight: 500 !important;
    font-family: 'Jost' !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #000 !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' !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 10px;
    font-family: 'Jost' !important;
    padding-left: 15px;
}

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

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

}


.dt-content p strong span {
    font-weight: 500 !important;
}

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

.blog-detail .item{
    display: block;
    padding: 15px;
}

.top-authors_image{
	    width: 200px;
    flex: 0 0 200px;
}

@media (max-width:992px) {
.top-authors_image {
    width: 150px;
    flex: 0 0 150px;
}
    .block-title h2 {
        font-size: 24px;
    }

    .why-choose-right-content .block-title {
        margin-bottom: 20px;
    }

    .m2 .category-block {
        flex: 0 0 33.33%;
        width: 33.33%;
    }

    .category-block-one .inner-box h3,
    .news-block .inner-box .lower-content h4,
    .m4 .top-authors-single-inner h3 {
        font-size: 18px;
    }

    .top-authors_content {
        padding: 25px 15px;
    }

    .nav-links li a {
        font-size: 16px;
        padding: 20px 10px 20px 0;
    }
}

@media (max-width:768px) {
    .nav-links li a {
        font-size: 16px;
        padding: 10px 10px 10px 0;
    }

    .logo a {
        font-size: 26px;
        padding: 10px 10px;
        line-height: 30px;
    }

    .burger {
        padding: 13px;
    }

    .why-choose {
        padding: 0;
    }

    .m1 a {
        padding: 10px;
        display: block;
    }

    .container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .block-title h2 {
        font-size: 18px;
    }

    .m1 img {
        margin-bottom: 4px;
        display: block;
        max-height: 200px;
        height: 100%;
    }

    .why-choose-right-content .block-title {
        margin-bottom: 10px;
    }

    .thm-btn {
        padding: 5.5px 50px;
        margin: auto;
        display: block;
        width: fit-content;
    }

    .category-block-one .inner-box h3,
    .news-block .inner-box .lower-content h4,
    .m4 .top-authors-single-inner h3 {
        font-size: 16px;
    }

    .news-block .inner-box .image .post-date {
        font-size: 12px;
        line-height: 20px;
        bottom: -22px;
    }

    .news-block .inner-box .lower-content {
        padding: 18px 10px;
    }

    .news-block .inner-box .lower-content .text,
    .m4 .top-authors-single-inner p,
    .block-title p {
        font-size: 12px;
    }
.blog-detail {
    position: relative;
    display: block;
    padding: 0px 0 20px;
}
.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.4 !important;
}
.sidebar-post {
    position: relative;
    display: block;
    padding: 15px 0;
}
}

@media (max-width:600px) {

    .m2 .category-blockm,
    .m3 .news-block {
        flex: 0 0 50%;
        width: 50%;
    }

    .category-block-one .inner-box {
        padding: 10px;
    }

    .category-block-one .inner-box .link {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .m2 .category-block {
        flex: 0 0 50%;
        width: 50%;
    }

    .m4 .top-authors_single {
        flex: 0 0 100%;
        width: 100%;
    }

}

@media (max-width:500px) {
    .logo a {
        font-size: 20px;
        padding: 6px 10px;
        line-height: 24px;
    }

    .burger {
        padding: 10px;
    }

    .m1 .col-lg-6 {
        padding: 0 5px;
    }

    .block-title h4 {
        font-size: 12px;
    }

    .category-section {
        position: relative;
        padding: 10px 0px 5px 0px;
    }

    .m2 .category-block,
    .m3 .news-block {
        flex: 0 0 100%;
        width: 100%;
    }

    .blog-section {
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .news-block .inner-box .lower-content {
        padding: 18px 10px 10px;
    }
    .top-authors {
        padding: 5px 0 10px;
    }

    .m4 .top-authors-single-inner img {
        aspect-ratio: auto;
        height: 100%;
    }
    .block-title h2 {
        margin: 5px 0 0;
    }

}


@media screen and (max-width: 550px){
      .burger {
        padding: 10px 10px 10px 20px;
    }
  .logo{
  width: calc(100% - 56px);}
  .dt-content .dt-title{font-size: 18px !important;  line-height: 1.3 !important;}
  .dt-content p, .dt-content span, .dt-content ul li, .dt-content ol li{    font-size: 14px !important;
    line-height: 1.3 !important;     margin-bottom: 10px !important;}
  
}