.dt .dt-main {
    width: 65%;
    padding: 0 12px;
}

.dt .right {
    width: 35%;
    padding: 0 12px;
    margin-top: 100px;
}


.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.4 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 700;
    color: #333 !important;
    font-family: "Noto Sans" !important;
}

.dt-content .dt-title {
    font-size: 22px !important;
    line-height: 1.4 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 700;
    font-family: "Noto Sans" !important;
}

.dt-content ul li,
.dt-content ol li,
.dt-content p,
.dt-content span {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-family: "Noto Sans" !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 12px;
    margin-left: 30px !important;
    padding-left: 0 !important;
    font-family: "Noto Sans" !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: 500px !important;
    margin: 0 auto 12px !important;
    height: auto !important;
}

.dt-content .catename {
    color: #FC881D !important;
    font-family: "Noto Sans" !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px !important;
    /* 144.444% */
}

.dt-content .time {
    margin-bottom: 12px !important;
}

.dt-content .time span {
    color: #808080 !important;
    font-family: "Noto Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.dt .right .share {
    display: none;
}

.dt .right .bottom a {
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
}

.dt .right .bottom a img {
    width: 35%;
    aspect-ratio: 1 / 0.85;
}

.dt .right .bottom a .text {
    width: 65%;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.m2 .left {
    width: 65%;
}

.m2 .left a {
    width: 33.33%;
}

.dt .likes {
    display: flex;
    align-items: end;
    gap: 24px;
    margin-top: 30px;
}

.dt .likes p {
    color: #131F49;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.dt .likes a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/like.png);
    background-size: 50px;
    background-repeat: no-repeat;
}

.dt .likes a.active {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/like-active.png);
    background-size: 50px;
    background-repeat: no-repeat;
}
.dt-content strong,
.dt-content strong span{
    font-weight: bolder!important;
}
 


@media (max-width:768px) {
    .dt .dt-main {
        width: 100%;
    }

    .dt .right {
        width: 100%;
        margin-top: 30px;
    }

    .m2 .left {
        width: 100%;
    }

    .dt .right .share {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }

    .dt .right .share .heading {
        margin-bottom: 24px;
    }

    .dt .right .share a {
        width: auto;
        border-radius: 4px;
        background: #131F49;
        padding: 5px;
        margin: 0 24px;
    }

    .dt .right .share a i {
        font-size: 30px;
        color: #fff;
    }

    .dt .right .bottom a img {
        aspect-ratio: 1 / 0.6;
    }

}

@media (max-width:550px) {
    .dt .dt-main {
        padding: 0 10px;
    }

    .dt-content .catename,
    .dt-content .time span {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 5px !important;
    }

    .dt-content .time {
        margin-bottom: 5px !important;
    }

    .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,
    .dt-content ul li,
    .dt-content ol li,
    .dt-content p,
    .dt-content span {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .dt-content .dt-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
        color: #333 !important;
        margin-bottom: 10px !important;
    }

    .dt .likes p {
        font-size: 16px;
        line-height: 20px;
    }

    .dt .likes a,
    .dt .likes a.active {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }

    .dt .right {
        padding: 0px 5px;
    }

    .dt .right .share {
        margin-bottom: 25px;
    }

    .dt .right .share a {
        padding: 0px;
        margin: 0 10px;
    }

    .dt .right .share .heading {
        margin-bottom: 12px;
    }

    .dt .right .bottom a {
        padding: 5px;
    }

    .dt .right .bottom a img {
        width: 45%;
        margin-right: 10px;
    }

    .dt .right .bottom a .text {
        width: 55%;
        padding-left: 0px;
    }

    .m2 .left a {
        width: 50%;
    }

    .dt .likes{
        margin-top: 20px;
    }





}