@media (max-width: 1100px) {

    .magazine-photo {
        width: 281px;
        min-width: 281px;
        height: 281px;
        margin-bottom: 10px;
    }

    .com-input-search {
        width: 100%;
        height: 39px;
    }

    .com-btn-type {
        padding-left: 26px;
        padding-right: 26px;
        height: 39px;
        line-height: 39px;
        text-align: center;
        margin-left: 20px;
        cursor: pointer;
        margin-bottom: 7px;
    }

        .com-btn-type:last-of-type {
            margin-right: 7px;
        }

        .com-btn-type:first-of-type {
            margin-left: 0px;
        }

    .com-btn-type-first {
        margin-left: 0px;
    }

    .magazine-left {
        padding-right:0px;
        padding-left:0px;
    }

    .magazine-right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .magazine-text-container
    {
        margin-left:0px;
    }

    .max-h-70 {
        max-height: 52px;
        overflow-y: hidden;
    }

    .max-h-40 {
        max-height: 40px;
        overflow-y: hidden;
    }

    .magazine-text-content {
        height: 226px;
        overflow: hidden;
    }
}
