.demid{
}
.leftmenu{
    width: 20%;
    height: 100%;
    background: white;
    padding: 50px 25px 0 60px;
}
.rightconten{
    width: 80%;
    height: 100%;
    background: #F3F1F2;
    padding: 50px 0 50px 50px;
}
.list{
    padding: 20px 0;
    border-top:2px solid #BFBFBF;
}

.title,.time{
    font-size: 16px;
    color:#9E9E9E ;
}
.active{
    color: #11484F;
}
.activea{
    border-top:3px solid #11484F;
}
.time{
    text-align: right;
}
.moreimg{
    width: 25px;
    margin-right: 15px;
}
.moretext{
    font-size: 16px;
    color: #4F4F4F;
}
.arrowlist{
    text-align: right;
}
.rtitle,.rsubtitl{
    color:#9E9E9E ;
}
.rsubtitl{
    font-size: 16px;
    margin-top: 10px;
}
.newscontent{
    text-align: center;
    width: 80%;
}
.mainc{
    margin-top: 30px;
}
.mainc p{
    text-indent: 32px;
    font-size: 15px;
    color:#9E9E9E;
    text-align: left;
    line-height: 25px;
}
.mainimg{
    width: 80%;
    margin: 20px 0;
}
.mainend{
    text-align: right !important;
}

.image-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin: 15px 0;
}

.image-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.grid-img {
    width: 48%; /* slightly less than 50% to account for the gap */
    height: auto;
    object-fit: cover;
}