* {}

.wrapper {
    width: 100%;
    height: auto;
    max-width: 1200px;
    overflow: hidden;

}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.left {
    height: auto;
    flex-basis: 70%;
    display: flex;
    flex-direction: row;
    margin: -8px;

}

.left .grids {
    flex-basis: 50%;
    height: auto;
    border: 1px solid white;
    margin: 8px;
}

.grids .g-title p {
    text-align: center;
}

.grids .g-title p a {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: auto;
    height: 72.8px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Mukta' !important;
}

.grids .g-title p a:hover {
    color: #222222;
}

.grids .g-author {
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #60656f;
    font-family: 'Mukta' !important;
}
.grids .g-author .timer{
height: 16px;
width: 16px;
    margin-bottom: -3px;
} 
.small-grids .sg-title .time .timer {
height: 14px;
width: 14px;
    margin-bottom: -2px;
} 
.grids .g-author img{
    height: 18px;
    width: 18px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: -4px;
    margin-left: 7px;
    margin-right: 3px;
}

.grids .g-image img {
    width: 100%;
    object-fit: cover;
    height: 280px;
    border-radius: 4px;
}

.grids .g-subtitle p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-align: center;
    padding: 10px 0px 0px 0px;

    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 50px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Mukta' !important;
}

.right {
    flex-basis: 30%;
    display: flex;
    flex-wrap: wrap;
    margin: -0px 0 -0px;
    border: 1px solid white;
}

.right .small-grids {
    flex: 1 1 80%;
    margin: 8px 0 0px;
    border: 1px solid white;
    height: 93px;
}

.small-grids .sg-image {
    width: 30%;
    margin-right: 4%;
    height: auto;
    float: left;
}

.small-grids .sg-image img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 4px;
}

.small-grids .sg-title {}

.small-grids .sg-title .sg-head a {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    line-height: 26px;
    text-decoration: none;
    font-family: 'Mukta' !important;
}


.small-grids .sg-title .sg-head a:hover {
    color: #222222;
}

.sg-title .time {
    font-size: 13px;
    color: #777;
    font-family: 'Mukta' !important;
}

.advertisement {
    padding: 10px 0;
    width: 100%;
    display:none;
}

.advertisement img {
    height: auto;
    width: 100%;
    border-radius: 4px;
    display: none;
}

/*category-heading-links*/

.category-heading {
    width: 73%;

    margin: 0 0 20px 0;
}

.category-heading p {
    font-weight: 600;
    font-size: 20px;
    line-height: 42px;
    border-bottom: 1px solid #1879f2;

}

.category-heading p a {
    text-decoration: none;
    color: #1879f2;
}

.category-heading p img {
    margin-bottom: -7px;


}

/*market-section*/
.market-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
     padding: 20px 0;
}

.market-left {
    height: auto;
    flex-basis: 35%;
    display: flex;
    flex-direction: row;
    margin: -8px;

}

.market-left .grids {
    flex-basis: 100%;
    height: auto;
    border: 1px solid white;
    margin: 8px;
}

.market-right {
    flex-basis: 40%;
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    border: 1px solid white;
}

.market-right .small-grids {
    flex: 1 1 80%;
    margin: 8px;
    border: 1px solid white;
    height: 93px;
}

.market-side-bar {
    flex-basis: 25%;
    display: block;
    flex-wrap: wrap;
    margin: -23px 0 -0px;
    background: #f1f8ff;
    border-radius: 4px;

}

.market-side-bar div {
    flex: 1 1 80%;
    margin: 0px 0 0px;
    height: auto;
}

.market-side-bar div img {
    height: auto;
    width: 100%;
    border-radius: 4px;
}

.panel-head {
    height: 40px;

}

.tips {
    margin-top: 25px;
    background: ;
    color: #1879f2 !important;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    outline: 0;

}

.tips span {
    float: right;
    padding: 0 10px 0 0;

}

.tips-list {
    padding-left: 5px;
    list-style-type: none;
    margin-top: 0px;
    float: left;
    line-height: 20px;
    font-size: 15px;
    color: #545454;
    font-weight: 500;
}

.tips-list li {
    height: auto;
    float: left;
    width: 100%;
    border-left: 2px solid #1879f2;
    margin: 10px 5px;
    font-size: 18px;
    background: ;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Mukta' !important;
}

.tips-list li a {
    text-decoration: none;
    margin-left: 10px;
    margin-right: 15px;
    color: #333;
    float: left;
    font-family: 'Mukta' !important;
}

@media only screen and (max-width:1220px) {

    .wrapper {
        width: 96%;
    }
}

@media only screen and (max-width:1000px) {

    .left {

        flex-basis: 100%;
        margin: 0;
        gap: 20px;
        padding: 0px 0 30px 0;
    }

    .left .grids {
        margin: 0;
    }

    .right {
        flex-basis: 100%;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;

    }

    .right .small-grids {
        flex: 1 1 40%;
        margin: 0;
    }

    .market-left {
        flex-basis: 50%;
        margin-right: -8px;
        border: 1px solid white;
    }

    .market-left .grids {
        margin-right: 0px;
        flex: 1 1 100%;
    }


    .market-right {
        margin-left: -8px;
        flex-basis: 50%;
        border: 1px solid white;
    }

    .market-right .small-grids {
        margin-left: 0;
        flex: 1 1 100%;
    }

    .market-side-bar {
        flex-basis: 100%;
        margin-top: 22px;
        display: block;
        flex-direction: row;
        gap: 20px;
    }

    .market-side-bar div {
        flex: 1 1 20%;
    }

    .market-side-bar div img {
        gap: 20px;

    }

.category-heading {
    width: 100%;
}
}

@media only screen and (max-width:600px) {
    .left {
        flex-wrap: wrap;
    }

    .left .grids {
        flex-basis: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .right .small-grids {
        flex: 1 1 100%;
    }

    .market-left {
        flex-basis: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .market-right {
        flex-basis: 100%;
        margin-left: 0;
        padding: 30px 0 0 0;
    }

    .market-side-bar div {
        flex: 1 1 100%;
    }
}
