@media all and (max-device-width: 767px){
    .synopsis>ul{
        width: 90%;
        margin: 0 auto;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .synopsis .more{
        margin-bottom: 1rem;
        width: 48%;
    }
    .new{
        width: 90%;
    }
    .time{
        margin: 1.5rem 2.45rem;
    }
    .count{
        width: 80%;
    }
    .Position{
        color: #000033;
    }
    .xxjs{
        padding-left: 2%;
    }
    .count_text{
        width: 96%;
        margin: 0 auto;
    }
    .turn-url{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}