html,
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
@font-face {
    font-family: 'Montserrat';
    src:  url('../fonts/montserrat-cyrillic-400-italic.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src:  url('../fonts/montserrat-cyrillic-500-italic.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src:  url('../fonts/montserrat-cyrillic-600-italic.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src:  url('../fonts/montserrat-cyrillic-700-italic.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 0px;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

*,
::after,
::before {
    box-sizing: border-box;
}


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


#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}

a {
    text-decoration: none;
}

p {
    color: #333333;
}

h1,
h2,
h3,
h4,
p {
    margin: 0%;
    padding: 0;
}


section {
    padding: 48px 0;
    position: relative;
}

.catename {
    text-transform: capitalize;
    width: max-content;
    color: #FC881D;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 128.571% */
  width: auto;
}

.catename.bg {
    border-radius: 0 0 12px 0;
    background: #FFF;
    padding: 4px 12px;
}

h2 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
      z-index: 9;
}

.desc {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
}

.cover {
    display: block;
    width: 100%;
    background-color: #D9D9D9;
    object-fit: cover;
    border-radius: 12px;
}


.back-to-top {
    border: none;
    position: fixed;
    bottom: 160px;
    right: 65px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background-color: transparent;
}

.back-to-top i {
    color: #FC881D;
    font-size: 30px;
}


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

.heading {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-left: 12px;
    text-transform: capitalize;
    padding-bottom: 12px;
}

.time {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}

.readnow {
    border-radius: 8px;
    border-bottom: 4px solid #333;
    background: #55B76B;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 12px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.deta {
    overflow: hidden;
    color: #545E69;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.justify-content-space-between {
    justify-content: space-between;
}

header {
    background: #1B1526;
}

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


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

.nav-links li a {
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
    display: block;
}

.nav-links .active a,
.nav-links li a:hover {
    color: #1B1526;
    border-radius: 100px;
    background: #FFF;
}

.h5-home,
.burger,
.h5-searbtn,
.h5-close {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.h5-home a,
.h5-searbtn a {
    display: contents;
}

.logo a {
    color: #FFF;
    padding: 15px 20px;
    display: block;
}

.logo a img {
    max-width: 180px;
    max-height: 35px;
    display: block;
}

.pc-searbtn {
    border-radius: 100px;
    background: #FFF;
    margin-left: 100px;
}

li.pc-searbtn a {
    color: #FC881D;
}

.nav-links .heading,
.h5-key {
    display: none;
}

.navbar-active {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #000;
}

@media (max-width:1200px) {
    .pc-searbtn {
        margin-left: 20px;
    }
    .nav-links li a{
        padding: 10px 15px;
    }
}

@media screen and (max-width: 992px) {

    .nav-links {
        display: none;
        flex-direction: column;
        /* 灏嗗鑸摼鎺ユ敼涓虹旱鍚戝竷灞€ */
        background-color: #fff;
        /* 涓哄鑸摼鎺ユ坊鍔犺儗鏅壊 */
        padding: 10px;
        /* 涓哄鑸摼鎺ユ坊鍔犲唴杈硅窛 */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
    }


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

    .nav-links li a {
        color: #333;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 18px;
    }


    .pc-searbtn {
        display: none;
    }

    .h5-home {
        display: flex;
        padding: 8px 8px;
        margin-left: auto;
        border-radius: 100px;
        background: #FFF;
    }

    .burger {
        display: flex;
        padding: 8px 8px;
        border-radius: 100px;
        background: #FFF;
        margin-left: 24px;
    }

    .h5-close {
        display: block;
        width: auto;
        margin-left: 0 !important;
        text-align: center;
        padding: 20px;
    }

    .h5-close i {
        color: #55B76B;
    }

    .h5-searbtn {
        display: flex;
        padding: 8px 8px;
        border-radius: 100px;
        background: #FFF;
        margin-left: 24px;
        margin-right: 20px;
    }

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        color: #FC881D;
        font-size: 20px;

    }

    .toggle i {
        color: #999999;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 20px;
        font-size: 24px;
        top: 0px;
        padding: 20px;
    }

    .logo a {
        padding: 10px 20px;
        height: 55px;
    }

    .nav-links .active a,
    .nav-links li:hover a {
        border-radius: 100px;
        background: #FC881D;
        width: max-content;
        color: #FFF;
    }

    .nav-links .heading {
        display: block;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        padding-left: 0;
    }


    .h5-key {
        display: block;
        margin-top: 20px;
    }

    .h5-key .heading {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        /* 125% */
    }

    .h5-key .list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .h5-key .list a {
        width: calc(50% - 6px);
        padding-right: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
        border: 1px solid #333;
        background: #FFF;
        box-shadow: 1px 1px 0 1px #333;
        color: #333;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        text-align: center;
    }


}

@media (max-width:550px) {

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        color: #FC881D;
        font-size: 16px;
    }

    .logo a {
        padding: 6px 20px;
        font-size: 20px;
        line-height: 30px;
        height: 47px;
    }

}

.m1 .left {
    width: 60%;
}

.m1 .left .top {
    justify-content: space-between;
}

.m1 .left .top a {
    display: block;
    width: calc(50% - 12px);
    padding: 12px;
}

.m1 .left .top a .item {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #333;
    background: #FFF;
    box-shadow: 4px 4px 0 1px #333;
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 8px;
}

.m1 .left .top a .item img {
    aspect-ratio: 1/0.7;
}

.m1 .left .catename {
    position: absolute;
    top: 24px;
    left: 24px;
}

.m1 .left .bottom a {
    display: block;
    padding: 12px;
    width: 33.33%;
}

.m1 .left .bottom a .item {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 8px;
}

.m1 .left .bottom a img {
    aspect-ratio: 1/0.68;
}

.m1 .left .bottom a .catename {
    top: 0;
    left: 0;
}

.m1 .right {
    width: calc(40% - 20px);
}

.m1 .right .top {
    padding: 12px;
}

.m1 .right .box {
    border-radius: 12px;
    background: #FFF6ED;
}

.m1 .right .top .header {
    display: flex;
}

.m1 .right .top .header p {
    padding: 12px 24px;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
  
}

.m1 .right .top .header p:nth-child(1).active {
    background: #FC881D;
    border-radius: 12px 0 0 0;
    color: #FFF;
}

.m1 .right .top .header p:nth-child(2).active {
    background: #FC881D;
    padding: 12px 24px;
    border-radius: 0 12px 0 0;
    color: #FFF;
}

.m1 .right .top .header p {
    width: 50%;
    text-align: center;
}

.m1 .right .top #content {
    padding: 12px 0;
}

.m1 .right .top #content a {
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.m1 .right .bottom a,
.dt .right a {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.m1 .right .bottom a .cover,
.dt .right a .cover {
    aspect-ratio: 1/0.6;
    width: 45%;
}

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


.m2 {
    background: #FFF5F0;
}

.m2 a {
    display: block;
    padding: 12px;
    width: 50%;
}

.m2 .item {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #333;
    background: #FFF;
    box-shadow: 4px 4px 0 1px #333;
    display: flex;
    position: relative;
    align-items: center;
}

.m2 .item .cover {
    aspect-ratio: 1/0.6;
    width: 45%
}

.m2 .catename {
    position: absolute;
    top: 24px;
    left: 24px;
}

.m2 .read {
    position: absolute;
    border-radius: 60px 0 10px 0;
    background: #FC881D;
    bottom: 0;
    right: 0;
    padding: 18px 10px 10px 23px;
}

.m2 .read i {
    color: #fff;
    font-size: 30px;
}

.m2 .item .text {
    width: 55%;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.m3 {
    background: #FAFAFA;
}

.m3 a {
    display: flex;
    padding: 12px;
    width: 33.333%;
}

.m3 a .title {
    width: 60%;
    padding-right: 24px;
}

.m3 a .info {
    width: 40%;
}

.m3 a .title .catename.bg {
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(252, 136, 29, 0.30);
    margin-bottom: 12px;
  max-width: max-content;
}

.m3 a .info .time {
    margin-bottom: 24px;
    text-align: center;
}

.m3 a .info .read {
    border-radius: 100px;
    border: 1px solid #FC881D;
    color: #FC881D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    /* 128.571% */
}

.m4 a {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 12px;
    gap: 8px;
    position: relative;
}

.m4 a img {
    aspect-ratio: 1/0.7;
}

.m4 a .time {
    color: #5E5C66;
}

.m4 a .time i {
    color: #F7639E;
}

footer {
    padding-left: 12px;
    padding-right: 12px;
}

footer .box {
    border-radius: 12px;
    border: 1.5px solid #333;
    background: #FFF;
    box-shadow: 4px 4px 0 1px #333;
    max-width: 1300px;
    margin: auto;
    margin-bottom: 48px;
    padding: 24px 96px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

footer .box .pt {
    width: 50%;

}

footer .box .pt span,
footer .box .pt a {
    color: #333;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
}

footer .box .pt span {
    padding: 0 12px;
}


footer .box .share {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 12px;
}

footer .box .share a {
    display: contents;
}

footer .box .share i {
    font-size: 26px;
    color: #333333;
    border-radius: 3.636px;
    border: 0.909px solid #333;
    background: #FFDECC;
}

footer .box .hr {
    width: 100%;
    height: 0.5px;
    background-color: #333;
    margin: 24px 0;
}

footer .box .pb {
    width: 100%;
    color: #666;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    text-align: center;
}

@media (max-width:992px) {
    .m1 .right {
        width: 35%;
    }
    .m1 .left {
        width: 65%;
    }
    .m1 .left .top a {
        width: 50%;
    }
}


@media (max-width:768px) {

    .m1 .left,
    .m1 .right {
        width: 100%;
    }

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

    .m1 .right .top {
        width: 50%;
    }

    .m1 .right .bottom {
        width: 50%;
    }

    .m1 .right .top #content a {
        padding: 12px 12px;
    }

    .m2 .item {
        padding: 12px;
    }

    .m2 .item .text {
        padding-left: 12px;
    }

    .m2 .item .cover {
        aspect-ratio: 1 / 0.7;
    }

    .m2 .catename {
        top: 12px;
        left: 12px;
    }

    .m2 .read {
        padding: 10px 4px 2px 10px;
    }

    .m2 .read i {
        font-size: 18px;
    }

    .catename {
        font-size: 12px;
        line-height: 16px;
    }

    .catename.bg {
        padding: 4px 12px;
    }

    section {
        padding: 24px 0;
    }

    .m3 a {
        width: 50%;
    }

    .m4 a .catename {
        position: absolute;
        top: 12px;
        left: 12px;
        border-radius: 0 0 11.2px 0;
        background: #FFF;
        padding: 4px 12px;
    }

    .m4 a {
        width: 33.33%;
    }

    footer .box {
        padding: 24px;
    }

    footer .box .hr {
        margin: 12px 0;
    }

}

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

    .m1 .left .top a {
        width: 50%;
        padding: 6px;
    }

    .container {
        padding: 0 4px;
    }

    .m1 .left .top a .item {
        padding: 8px;
        border-radius: 8px;
        box-shadow: 2px 2px 0 1px #333;
        gap: 4px;
    }

    h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .m1 .left .catename {
        top: 8px;
        left: 8px;
    }

    .m1 .left .bottom a {
        width: 50%;
        padding: 6px;
    }

    .m1 .left .bottom a .item {
        gap: 4px;
    }

    .m1 .right .top {
        width: 100%;
        padding: 6px;
    }

    .m1 .right .top .header p {
        padding: 8px 24px;
    }

    .m1 .right .top #content {
        padding: 6px 0;
    }

    .m1 .right .top #content a {
        padding: 6px 12px;
        gap: 4px;
    }

    .m1 .right .bottom {
        width: 100%;
    }

    .cover {
        border-radius: 8px;
    }

    .m1 .right .bottom a,
    .dt .right a {
        padding: 6px;
    }

    .m1 .right .bottom a .text,
    .dt .right a .text {
        gap: 8px;
    }

    .heading {
        font-size: 18px;
        line-height: 22px;
        padding-left: 6px;
        padding-bottom: 6px;
    }

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

    .m2 a {
        padding: 6px;
        width: 100%;
    }

    .m2 .item {
        border-radius: 8px;
        box-shadow: 2px 2px 0 1px #333;
    }

    .m3 a {
        width: 100%;
        padding: 12px 6px;
    }

    .m3 a .info {
        width: 35%;
    }

    .m3 a .title {
        width: 65%;
        padding-right: 24px;
    }

    .m4 a {
        width: 50%;
        padding: 6px;
        gap: 4px;
    }

    .m4 a .catename {
        top: 6px;
        left: 6px;
    }

    footer .box .pt {
        width: 100%;
        margin-bottom: 12px;
        text-align: center;
    }

    footer .box .share {
        width: 100%;
        justify-content: center;
        gap: 12px;
    }

    footer .box {
        margin-bottom: 12px;
        padding: 24px 12px;
    }

  
    .back-to-top {
        bottom: 130px;
        right: 28px;}




}