.img-new {
    display: flex;
    margin-bottom: 0.24rem;
    height: 2.36rem;
    background: rgba(246, 246, 246, 0.5);

    &:first-child {
        margin-top: 0.41rem;
    }

    .cover {
        width: 3.552rem;
        height: 100%;     
        background-color: lightgray;           
        img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            display: block;
        }
    }
    .content {
        box-sizing: border-box;
        padding-top: 0.38rem;
        padding-bottom: 0.38rem;
        padding-left: 0.33rem;
        

        h1 {
            font-size: 0.22rem;
            font-weight: bold;
            color: #333333;
            line-height: 0.32rem;
        }
        p {
            margin-top: 0.21rem;
            font-size: 0.19rem;
            font-weight: 300;
            width: 10.47rem;
            height: 0.79rem;
            color: #666666;
            line-height: 0.30rem;
            font-size: 300;
        }
        .date {
            margin-top: 0.23rem;
            font-size: 0.2rem;
            color: #999999;
            font-weight: 300;
            line-height: 0.3rem;
        }
    }
}

.new {
    height: 0.89rem;
    font-size: 0.2rem;
    font-weight: 300;
    color: #333;
    border-bottom: 0.01rem solid #EBEBEB;

    &:first-child {
        border-top: 0.01rem solid #EBEBEB;
    }

    width: 100%;

    display: flex;
    align-items: center;

    .dot {
        width: 0.1rem;
        height: 0.1rem;
        background: rgba(5,115,180,0);
        border-radius: 50%;
        border: 0.01rem solid #1F5EAB;
        margin-right: 0.18rem;
    }

    .new-date {
        margin-left: auto;
    }
}



.main-content-item {
    display: none;
    box-sizing: border-box;

    .tab-tools {
        display: flex;
        align-items: center;
        margin-top: 0.45rem;
        margin-bottom: 0.50rem;
        justify-content: center;

        .tab-btn {
            width: 1.74rem;
            height: 0.53rem;
            background: #E8E8E8;
            border-radius: 0.1rem;
            font-size: 0.22rem;
            
            color: #000033;
            line-height: 0.53rem;
            text-align: center;
            font-weight: 300;

            cursor: pointer;

            margin-right: 0.34rem;
    
            &.active {
                background: #1F5EAB;
                color: #fff;
            }
        }
    }
    
}

.main-content {
    position: relative;
}
