
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 990px) {
    .list>.list-right{
        height: 790px !important;
    }

    .content-title,.content-desc{
        text-align: center;
    }
    .left-content-top{
        height: 200px;
    }

    .list>.list-left{
        padding-right: 10px;
    }
    .info-title {
        font-size: 20px;
    }
    .info-desc{
        font-size: 12px;
        height: 80px;
    }
    .info-more{
        width: 100%;
    }

    .info-content{
        width: 70%;
    }

    .info-content>h1{
        font-size: 18px;
    }

    .info-content>p{
        font-size: 11px;
    }
}
@media screen and (max-width: 700px) {
    .list>.list-left{
        width: 100%;
        padding: 0;
    }
    .content-info{
        padding: 10px;
    }
    .left-content-top {
        height: 150px;
    }

    .left-top-info{
        width: 52%;
    }
    .left-top-image{
        width: 45%;
    }

    .list>.list-left {
        width: 100%;
    }

    .list-right{
        display: none;
    }

    .info-title {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }
    .info-more{
        margin: 5px 0;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .info-list-info{
        height: 100px;
    }
    .info-image{
        width: 100px;
    }

    .info-content{
        width: 63%;
    }
    .info-content>h1{
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 3px;
    }
    .info-content>p{
        margin: 0;
    }

    .list-more{
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
}
