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

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

.catename {
    text-transform: capitalize !important;
}

.category-name{color:#3775bb !important;}
/* @font-face {
    font-family: 'Montserrat';
    src: url() format('truetype');
    font-weight: normal;
    font-style: normal;
} */

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

.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: #181E23 !important;
    font-family: 'Poppins', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #181E23 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
}


.dt-content ul li,
.dt-content ol li,
.dt-content p,
.dt-content span {
    color: #181E23 !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: 'Poppins', 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;
    padding-left: 30px;
    font-family: 'Poppins', 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;
}


footer {
    margin-top: 50px;
    background: #0a1930;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}

footer .pt p,
footer .pb {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

footer .pb {
    padding-bottom: 20px;
}

footer .pb a {
    color: #FFF;
    padding: 0 20px 0;
    text-decoration: underline;
}


header {
    border-bottom: 2px solid #ddd;
}

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


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


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

.nav-links li a:hover {
    color: #3775bb
}

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

.logo a {
    font-size: 30px;
    line-height: 34px;
    color: #3775bb;
    padding: 12px 10px;
    display: block;
    font-weight: 600;
}

.logo a:hover {
    color: #3775bb
}


@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: 90px;
        height: 100vh;
    }

    .navbar {
        padding: 0px 0px;
    }

    .logo a {
        padding: 8px 80px 8px 10px;
        font-size: 22px;
        line-height: 24px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

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

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

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 20px;
        font-size: 24px;
        top: 20px;
        color: #3775bb;
    }
}

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

img {
    object-fit: cover;
}



.m2,
.m3,
.m4,
.m5,
.cate-list,
.sear-list {
    padding: 12px 0;
}

.m1 img {
    width: 100px !important;
    height: 65px;
}

.m1 a,
.m2 a,
.m3 a {
    padding: 12px;
}

.m1 a h2,
.m5 .latest-post h2,
.m5 .top-rated-news h2 {
    color: #102951;
    font-size: 14px;
    line-height: 1.4;
}

.m1 a:hover h2 {
    color: #3775bb !important;
    text-decoration: none;
}

.m1 a p {
    color: #6f7885;
}

.m2 a:hover h2 {
    color: #fff;
    text-decoration: underline;
}

.m3 .t_13,
.m3 .world-news-list a p,
.m4 a .post-date,
.m4 .text,
.sear-list a .post-date,
.sear-list .text,
.cate-list a .post-date,
.cate-list .text,
.m5 .feature-news-card .post-date,
.m5 .post-des,
.m5 .latest-post a p,
.m5 .top-rated-news a p {
    color: #6f7885;
}
.world-post-title{    font-weight: 600;}
.m3 .world-news-list a h2 {
    font-size: 18px;
  line-height:28px
}

.m3 .world-news-list a img {
    width: 200px;
    height: 130px;
}

.m3 .world-news-list a {
    padding: 12px 0;width: 100%;
}

.m3 .world-news-img img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
}

.sec-title {
    margin-bottom: 12px !important;
}

.cat-date span,
.category-name {
    text-transform: capitalize !important;
}

.story-details {
    margin-top: 4px;
}

.m4 a {
    padding: 12px 0;
    display: block;
    width: 100%;
}

.m4 a img,
.cate-list a img {
    width: 100%;
}

.m4 .box1 a:nth-child(1) .text,
.m4 .box2 a:nth-child(2) .text,
.m4 .box3 a:nth-child(1) .text {
    display: none;
}

.m4 .box1 a:nth-child(1) img,
.m4 .box2 a:nth-child(2) img,
.m4 .box3 a:nth-child(1) img {
    aspect-ratio: 1/0.75;
}

.m4 .box1 a:nth-child(2) img,
.m4 .box2 a:nth-child(1) img,
.m4 .box3 a:nth-child(2) img {
    aspect-ratio: 1/0.5;
}

.m5 .feature-news a {
    padding: 12px 0;
    display: block;
}

.m5 .feature-news img {
    width: 100%;
    aspect-ratio: 1/0.6;
}

.m5 .latest-post a {
    padding: 0 0 16px 0;
}

.m5 .latest-post a img {
    aspect-ratio: 1/0.7;
}

.m5 .top-rated-news a {
    padding: 0 0 16px 0;
}

.m5 .top-rated-news a .cover {
    width: 130px;
    aspect-ratio: 1/0.7;
}


.m5 .top-rated-news a li img {
    width: 15px;
}

.cate-list a {
    padding: 12px;
}

.cate-list a:nth-child(2n+1) .text {
    display: none;
}

.cate-list a:nth-child(2n+1) img {
    width: 100%;
    aspect-ratio: 1/0.75;
}

.cate-list a:nth-child(2n+2) img {
    width: 100%;
    aspect-ratio: 1/0.5;
}

.sear-list .feature-news a {
    padding: 12px;
}

.sear-list .feature-news a img {
    aspect-ratio: 1/0.6;
}

.search-main {
    background-color: #FCFCFC;
    border-top: 1px solid #3775bb;
    border-bottom: 1px solid #3775bb;
}

.sear-list .search {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    position: relative;
}

.sear-list .search input {
    width: 100%;
    background-color: #fff;
    border: .1rem solid #ECEFF1;
    height: 40px;
    padding-left: 20px;
    outline: none;
}

.sear-list .search_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #3775bb;
    height: 40px;
}

.sear-list .search_btn a {
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
}
  .m5 p.post-des {
        margin: 10px 0;
    }
@media (max-width:991px) {
    .m5 .mb-5 {
        margin-bottom: 0 !important;
    }
}

@media (max-width:768px) {

    .m2,
    .m3,
    .m4,
    .m5 {
        padding: 6px 0;
    }

    .m1 a,
    .m2 a,
    .m3 a {
        padding: 6px 12px;
    }

    .m3 .world-post-title {
        margin: 6px 0;
    }

    .m3 .world-news-list a {
        padding: 6px 0;
    }

    .m4 a {
        padding: 6px 0;
    }

    .m4 .feature-post-title {
        line-height: 1.5
    }

    .m4 .stories-date {
        margin-top: 5px;
    }

    .m4 .box3 {
        width: 100%;
        display: flex;
        gap: 24px;
    }

    .m4 .box3 a {
        width: 50%;
    }

    .m5 .feature-news a {
        padding: 6px 0;
    }

    .m5 p.post-des {
        margin: 10px 0;
    }

    .m5 .latest-post,
    .m5 .top-rated-news {
        margin-top: 15px;
    }
}

@media (max-width:550px) {
    .m2 .news-details {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .m2 .news-title {
        line-height: 24px;
        margin: 10px 0;
    }

    .m2 .news-details-sm {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .sec-title {
        margin-bottom: 6px !important;
    }

    .m2 img {
        width: 100%;
        aspect-ratio: 1/0.6;
    }

    .m3 .world-post-title {
        margin: 4px 0;
        line-height: 22px;
    }

    .m3 .world-news-list a img {
        width: 160px;
        height: 110px;
    }

    .m4 .box1,
    .m4 .box2,
    .m4 .box3 {
        width: 100%;
        display: flex;
        gap: 12px;
    }

    .m4 .feature-post-title {
        margin: 3px 0;
        line-height: 1.3;
    }

    .m5 p.post-des {
        margin: 0px 0;
        line-height: 1.3;
    }

    .feature-post-title {
        line-height: 1.5;
    }

    .sec-title-w-smL {
        margin-bottom: 14px;
    }


    .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 {
        margin-bottom: 10px !important;
        font-size: 14px !important;
    }


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

    .cate-list a {
        padding: 6px 12px;
    }

    .cate-list .stories-date {
        margin-top: 5px;
    }
  footer .pt p, footer .pb {
    color: #FFF;
    text-align: center;
    font-size: 14px;
  }
  footer .pb {
    padding-bottom: 10px;
}
  
  .m3 .world-news-list a h2 {
    font-size: 15px;
    line-height: 20px;
}
}