
.main-section {
    max-width: 1280px;
    margin-top: 96px !important;
    margin: 0 auto;
}
.main-row {
    display: flex;
   
}

/* Left section styling */
.left-section {
    width: 100%;
}

/* Right section styling */
.right-section {
    width: 30%;
    padding: 0px 20px;
    box-sizing: border-box;
}

/* Banner container styling */
.banner-container {
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
}

/* Banner content styling */
.banner-content {
    text-align: center;
}

.banner-text {
    margin-bottom: 20px;
}

.search-terms a {
    color: #fff;
    margin-right: 10px;
}

.search-container {
    margin-top: 10px;
}

.search-input {
    padding: 10px;
    width: calc(100% - 120px);
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

/* News list container styling */
.news-list-container {
 
    margin-bottom: 6px;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 10px rgba(55, 99, 170, 0.1);
}
.news-description {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.news-list-item {
    list-style: none;
    padding: 10px;
}

.news-list-item a {
       margin-left: 20px;
    font-size: 16px;
    text-decoration: none;
    color: black;
}
.news-list-item a.active {
    color: #0052d9;
}
/* News content row styling */
.news-content-row {
      background: #fff;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.1);
    margin-bottom: 20px;
    margin-top: 5px;
}

.news-container {
    padding: 10px;
}

.news-item {
    padding-left: 20px;
    justify-content: space-between;
    align-items: center;
  
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news-heading h1 {
    font-size: 16px;
    margin: 0;
}
.news-meta {
    display: flex;
}
.news-meta p {
    margin: 5px 10px;
}

/* Pagination styling */
.pagination-container {
    text-align: center;
    margin-top: 20px;
}

.pagination-list {
    list-style: none;
    padding: 0;
}

.pagination-item {
    display: inline;
    margin: 0 5px;
}

.pagination-link {
    text-decoration: none;
    color: #007bff;
    padding: 10px;
    background: #f0f0f0;
    text-decoration: none;
    color: #222;
}
.pagination-link.active {
    background-color:  #007bff;
}

/* Right section styling */
.module-item {
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 8px 8px 20px 10px rgba(55, 99, 170, 0.1);
}

.module-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}
.article-links {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.article-links a {
       display: flex;
    align-items: center;
    /* margin-bottom: 10px; */
    text-decoration: none;
    color: #000;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.article-links img {
    width: 24px;
    height: 24px;
}

/* Hot articles list styling */
.hot-articles-list {
    list-style: none;
    padding: 0;
}

.hot-article-item {
    margin-bottom: 10px;
}

.hot-article-item a {
    text-decoration: none;
    color: #000;
}
.news-text {
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.news-time::before {
     content: "";
    position: absolute;
    margin-left: -15px;
    margin-top: 11px;
    /* line-height: 14px; */
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("/themes/web/vanvps/static/picture/newstime.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-right: 5px; */
}
.news-category::before {
    content: "";
    position: absolute;
    margin-left: -15px;
    margin-top: 11px;
    /* line-height: 14px; */
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("/themes/web/vanvps/static/picture/newscategory.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.news-views::before {
    content: "";
    position: absolute;
    margin-left: -15px;
    margin-top: 11px;
    /* line-height: 14px; */
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("/themes/web/vanvps/static/picture/newsviews.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.news-list-wrapper {
   font-size: 16px;
}
.news-list-wrapper img {
    width: 100%;
}
@media screen and (max-width: 780px) {
	
	.main-row {
	    display: block;
	}
	.right-section {
	    width: 100%;
	}
	.module-item1 {
	    display: none;
	}
}
