.news {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}

.index {
    width: 74%;
    margin: 0 auto;
}

.n-nav {
    width: 100%;
    margin: 0 auto;
}
.n-nav ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 4%;
}
.n-nav li {
    width: 50%;
    text-align: center;
    float: left;
    font-size: 21px;
    font-weight: bold;
    color: #000;
}
.row {
    --bs-gutter-x: 30px;
}
.blog-area .single-post2 {
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
    overflow: hidden;
}
.mb-30 {
    margin-bottom: 30px;
}
.blog-thumb2 {
    overflow: hidden;
    width: 100%;
}
.blog-thumb2 img {
    width: auto;
    max-width: inherit !important;
    height: 300px !important;
}
.blog-content2 {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.blog-content2 .b-meta {
    margin-bottom: 15px;
    font-size: 14px;
}
.blog-content2 .b-meta ul {
    padding-left: 0 !important;
}
.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
}
.b-meta i {
    margin-right: 5px;
    color: #e11d07;
}
.blog-content2 h4 {
    font-size: 5px;
    margin-bottom: 15px;
}
.blog-content2 h4 a {
    text-decoration: none;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-btn a {
    display: inline-block;
    color: #fd914f;
    text-align: center;
    font-size: 14px;
    border-bottom: 3px solid #fd914f;
}
.single-post2 {
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
    overflow: hidden;
}
.p-title{
    text-align: center;
    position: absolute;
    top: 12px;
    width: 90%;
    background-color: #ec6d04;
    color: #fff;
    left: 5%;
    border-radius: 6px;
    height: 90%;
    line-height: 200px;
    font-size: 18px;
    display: none;
}
.pb-right li:hover .p-title{
    display: block;
}
.pb-right li:nth-child(3n) {
    margin-right: 0;
}
.paginator {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.paginator a {
    background: none;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
}
.paginator .cpb {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    display: inline-block;
    line-height: 32px;
    margin: 0 2px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    vertical-align: middle;
    color: white;
    background-color: #153f8f;
}
#two{
    display: none;
}
.col-md-12 {
    flex: 0 0 auto;
    float: left;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .n-nav li {
        width: 50%;
        text-align: center;
        float: left;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }
}