.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: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: "Source Sans 3", sans-serif;
}

a h2:hover {
    text-decoration: underline;
}
.dt-content table {
    width: 100% !important;
    overflow: auto !important;
    display: block !important;max-width: fit-content;
}
.dt-content table tr{
background-color: transparent !important;}
.dt-content a{    display: inline-block;
word-break: break-all;}
.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: "Source Sans 3", 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: "Source Sans 3", 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: "Source Sans 3", 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: "Source Sans 3", 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;
    box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
    padding: 0px 0px;
    background: #F0F4F8;
}

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

.logo a {
    font-size: 30px;
    line-height: 34px;
    color: #333;
    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;
    }

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

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

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

h2 {
    font-size: 20px;
    line-height: 28px;
}

a {
    display: block;
}

p {
    color: #686a6f;
}


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

.catename {
    text-transform: capitalize;
}

.section {
    padding: 30px 0;
}

.m2 .animate-item {
    counter-increment: mvp-trend;
}

.m2 .animate-item .ini-count::before {
    content: '0' counter(mvp-trend);
}

a {
    text-decoration: none;
}

.m2 a h3,
.news-wide-item-heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333;
}

.m2 .animate-item {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.section-heading h1,
.section-heading h2,
.section-heading h3 {
    font-size: 26px;
}

.section-heading,
.sidebar-item-heading {
    margin-top: 0;
    margin-bottom: 15px;
    white-space: normal;
}

.news-wide-item-heading,
.news-wide-item-desc {
    margin-top: 0;
    margin-bottom: 10px;
    white-space: normal;
}

.sidebar-item.item {
    margin-top: 50px;
}

.news-wide-item {
    align-items: center;
}

.news-wide-item-img img {
    height: 100%;
}

.m3 a {
    padding: 12px 0;
}

.news-wide-item-img {
    width: 30%;
}

.news-wide-item-info {
    width: 70%;
}

.m1 .cover {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/0.6;
}

.m1 a h2 {
    font-size: 22px !important;
    line-height: 1.5 !important;
    color: #333;
}

.search {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #D4D4E1;
    margin: 0 auto 12px;
}

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

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

@media (max-width:992px) {
    .sidebar-item.item {
        margin-top: 0;
    }

    .m3,
    .m4,
    .sidebar .sidebar-item {
        margin-bottom: 15px;
    }

    .m4 {
        order: -1;
    }

    .sidebar-item-heading {
        font-size: 26px;
        color: #333;
        text-align: center;
    }
}

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

    .m3 a {
        flex-direction: column;
    }

    .news-wide-item-img,
    .news-wide-item-info {
        width: 100%;
        padding: 0;
    }

    .m1 a h2 {
        font-size: 18px !important;
        line-height: 22px !important;
        margin-bottom: 6px !important;
        margin-top: 6px !important;
    }

    .m1 a p,
    .ini-desc p,
    .news-wide-item-desc p {
        font-size: 14px;
        line-height: 18px;
    }

    .news-wide-item-desc,
    .news-wide-item-desc p {
        margin-bottom: 6px;
    }

    .sidebar-item-heading,
    .section-heading h1,
    .section-heading h2,
    .section-heading h3 {
        font-size: 20px;
    }

    .m2 .animate-item {
        padding-top: 0px;
    }

    .m2 a h3,
    .news-wide-item-heading {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .ini-count::after {
        width: 20px;
    }

    .ini-info {
        padding-left: 30px;
    }

    .sidebar-posts li {
        margin-bottom: 15px;
    }

    .section-heading,
    .sidebar-item-heading {
        margin-bottom: 10px;
    }

    .m3 a {
        padding: 0px 0 12px;
    }

    .m4 {
        margin-bottom: 6px;
    }

    .news-wide-item-img {
        margin: 0 0 6px;
    }


}