.topNews {
    padding: 30px 0;
}
.topNewsWpr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.topNewsWpr .newsBox {
    padding: 0 15px;
    width: 70.4%;
}
.topNewsBox {
    padding: 0 15px;
    width: 29.6%;
}
.topNewsBox .box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.topTitle {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topTitle .title {
    margin-bottom: 0;
}
.topTitle a {
    font-size: 16px;
    font-weight: 500;
    color: #316540;
    text-decoration: underline;
}
.topTitle a:hover {
    color: var(--dark);
}
.topNewsBox .newsList {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 10px;
}
.topNewsBox .newsList .list {
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.topNewsBox .newsList .list:hover {
    background: rgb(69 141 90 / 13%);
}
.topNewsBox .newsList .list img {
    width: 110px;
    min-width: 110px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}
.topNewsBox .newsList .list h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark);
    margin-bottom: 0;
}
.topNewsWpr .newsBox h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: var(--dark);
    margin-bottom: 15px;
}
.infoWpr {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.infoWpr h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--dark);
    margin-bottom: 0;
}
.infoWpr p {
    position: relative;
    margin-left: 22px;
    padding-left: 29px;
    opacity: 0.6;
    margin-bottom: 0;
}
.infoWpr p:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #E2EAE5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.infoWpr .socialShare {
    margin-left: auto;
}
.socialShare ul {
    display: flex;
    gap: 10px;
}
.socialShare ul a {
    width: 32px;
    height: 32px;
    background: #F0F6F2;
    color: var(--dark);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialShare ul a:hover {
    background: var(--primary);
    color: var(--light);
}
.topNewsWpr .newsBox .box {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    padding-top: 56%;
}
.topNewsWpr .newsBox .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.topNewsBox .box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.topTitle {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topTitle .title {
    margin-bottom: 0;
}
.topTitle a {
    font-size: 16px;
    font-weight: 500;
    color: #316540;
    text-decoration: underline;
}
.topTitle a:hover {
    color: var(--dark);
}
.topNewsWpr .newsList {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 10px;
}
.topNewsWpr .newsList .list {
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.topNewsWpr .newsList .list:hover {
    background: rgb(69 141 90 / 13%);
}
.topNewsWpr .newsList .list img {
    width: 110px;
    min-width: 110px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}
.topNewsWpr .newsList .list h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark);
    margin-bottom: 0;
}
.newsContent_section {
    padding-top: 30px;
    padding-bottom: 80px;
}
.newsContentwpr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.newsContent {
    padding: 0 15px;
    width: 70.4%;
}
.newsContent p {
    font-size: 17px;
    line-height: 160%;
    opacity: 0.9;
}
.newsContent ul {
    margin-bottom: 14px;
}
.newsContent ul li {
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 160%;
    opacity: 0.9;
    position: relative;
    padding-left: 24px;
}
.newsContent ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 3px;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
ul.Categorylist {
    max-height: 620px;
    overflow: auto;
}
ul.Categorylist::-webkit-scrollbar {
    width: 2px;
}
.Categorylist li {
    margin-bottom: 4px;
}
.Categorylist li:last-child {
    margin-bottom: 0;
}
.Categorylist li a {
    padding: 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.Categorylist li a:hover {
    background: #F0F6F2;
}
.Categorylist li a img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #F0F6F2;
    border-radius: 10px;
    transition: all 0.4s;
}
.Categorylist li a:hover img {
    background: var(--light);
}
.Categorylist li a h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    color: var(--dark);
    margin-bottom: 0;
}


@media (max-width:991px) {
    .topNews {
        padding: 16px 0;
    }
    .topNewsWpr {
        margin: 0 -8px;
    }
    .topNewsWpr .newsBox {
        padding: 0 8px;
        width: 60%;
    }
    .topNewsWpr .newsBox .box {
        border-radius: 10px;
    }
    /*.topNewsWpr .newsBox h1 {*/
    /*    font-size: 16px;*/
    /*    margin-bottom: 8px;*/
    /*}*/
    .infoWpr {
        margin-bottom: 15px;
    }
    .infoWpr h6 {
        font-size: 13px;
    }
    .infoWpr p {
        margin-left: 12px;
        padding-left: 17px;
    }
    .infoWpr p:before {
        width: 5px;
        height: 5px;
    }
    .socialShare ul {
        gap: 6px;
    }
    .socialShare ul a {
        width: 28px;
        height: 28px;
    }
    .topNewsBox {
        padding: 0 8px;
        width: 40%;
    }
    .topNewsBox .box {
        border-radius: 10px;
    }
    .topTitle {
        padding: 12px;
    }
    .topTitle a {
        font-size: 14px;
    }
    .topNewsBox .newsList {
        padding: 6px;
    }
    .topNewsBox .newsList .list {
        padding: 8px;
        border-radius: 8px;
        gap: 6px;
    }
    .topNewsBox .newsList .list img {
        width: 90px;
        min-width: 90px;
        height: 60px;
        border-radius: 4px;
    }
    .topNewsBox .newsList .list h6 {
        font-size: 12px;
    }
    .newsContent_section {
        padding-top: 16px;
        padding-bottom: 40px;
    }
    .newsContentwpr {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
    .newsContent {
        padding: 0 8px;
        width: 60%;
    }
    .newsContent p {
        font-size: 13px;
        line-height: 160%;
        margin-bottom: 8px;
    }
    .newsContent p:last-child {
        margin-bottom: 0;
    }
    .newsContent ul {
        margin-bottom: 8px;
    }
    .newsContent ul li {
        font-size: 13px;
        padding-left: 16px;
    }
    .newsContent ul li:before {
        width: 8px;
        height: 8px;
        border-radius: 2px;
        left: 0;
    }
    ul.Categorylist {
        max-height: 360px;
    }
    .Categorylist li a {
        padding: 5px;
        border-radius: 8px;
        gap: 8px;
    }
    .Categorylist li a img {
        width: 40px;
        min-width: 40px;
        height: 40px;
        padding: 8px;
        border-radius: 6px;
    }
    .Categorylist li a h6 {
        font-size: 14px;
    }
}
@media (max-width:767px) {
    .topNews {
        padding: 20px 0;
    }
    .topNewsWpr .newsBox {
        width: 100%;
        margin-bottom: 20px;
    }
    .topNewsBox {
        width: 100%;
    }
    /*.topNewsWpr .newsBox h1 {*/
    /*    font-size: 15px;*/
    /*}*/
    .infoWpr {
        margin-bottom: 15px;
    }
    .infoWpr h6 {
        font-size: 11px;
    }
    .infoWpr p {
        margin-left: 8px;
        padding-left: 13px;
        font-size: 10px;
    }
    .infoWpr p:before {
        width: 4px;
        height: 4px;
    }
    .socialShare ul {
        gap: 6px;
    }
    .socialShare ul a {
        width: 28px;
        height: 28px;
    }    
    .newsContent_section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .newsContent {
        padding: 0 8px;
        width: 100%;
        margin-bottom: 20px;
    }
    .newsContent p {
        font-size: 12px;
    }
    .newsContent ul li {
        font-size: 12px;
    }
    ul.Categorylist {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        gap: 6px;
        padding-bottom: 2px;
        overflow-x: auto;
    }
    ul.Categorylist::-webkit-scrollbar {
        height: 2px;
    }
    .topNewsWpr .newsBox .box {
        height: 180px;
    }
    .topNewsWpr .newsBox .box {
        height: auto;
    }
}