@media screen and (min-width: 1180px) {

    .mini {
        display: none;
        position: absolute;
    }

    .banner img {
        width: auto;
        max-width: 100%;
    }

    .navigate {
        position: relative;
        font-size: 16px;
        margin-top: 27px;
        margin-bottom: 35px;
        width: 1180px;
    }

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 1180px;
    }

    .content .left {
        width: 830px;
        margin-right: 100px;
    }

    .content .left .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .content .left .tag .tag-item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: pointer;
    }

    .content .left .list-item {
        border-bottom: 1px dashed #e0e0e0;
    }

    .content .left .list-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin: 30px 0 20px 0;
    }

    .content .left .list-show:hover {
        background-color: #F6F6F6;
    }

    .content .left .list-item .img {
        width: 35%;
        height: 160px;
        padding: 10px 0 10px 10px;
    }

    .content .left .list-item .text {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 500px;
        margin-left: 13px;
        color: #333333;
    }

    .content .left .list-item .title {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .content .left .list-item .li {
        font-size: 14px;
    }

    .content .left .list-item .con {
        margin-top: 6px;
        line-height: 24px;
    }

    .content .left .list-item .b {
        font-weight: bold;
    }

    .content .left .list-item .url {
        position: absolute;
        margin-top: 20px;
        margin-left: 725px;
        padding: 3px 10px 3px 10px;
        height: 20px;
        color: #FFFFFF;
        background-color: #C72634;
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 250px;
    }

}

@media screen and (min-width: 480px) and (max-width: 1180px) {

    html body .pad {
        display: none;
        position: absolute;
    }

    .banner{
        width: 100%;
    }

    .banner img {
        width: 100%;
    }

    .navigate {
        position: relative;
        font-size: 16px;
        margin-top: 27px;
        margin-bottom: 35px;
        width: 95%;
        margin-left: 5%;
    }

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 96%;
    }

    .content .left {
        width: 100%;
    }

    .content .left .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-top: 20px;
    }

    .content .left .tag .tag-item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .left .list {
        width: 100%;
    }

    .content .left .list-item {
        border-bottom: 1px dashed #e0e0e0;
    }

    .content .left .list-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin: 30px 0 20px 0;
        width: 100%;
    }


    .content .left .list-item .img {
        width: 240px;
    }

    .content .left .list-item .text {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
        margin-left: 13px;
        color: #333333;
    }

    .content .left .list-item .title {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .content .left .list-item .li {
        font-size: 14px;
    }

    .content .left .list-item .con {
        margin-top: 6px;
        line-height: 24px;
        font-size: 14px;
    }

    .content .left .list-item .b {
        font-weight: bold;
    }

    .content .left .list-item .url {
        position: absolute;
        margin-top: 15px;
        margin-left: 86%;
        padding: 3px 10px 3px 10px;
        height: 20px;
        color: #FFFFFF;
        background-color: #C72634;
        font-size: 14px;
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .banner img {
        width: auto;
        max-width: 100%;
    }

    .big,
    body .content .left .list-item .big {
        display: none;
        position: absolute;
    }

    .navigate {
        margin-top: 2rem;
        font-size: 1.5rem;
        width: 95%;
        margin-left: 5%;
        margin-bottom: 1rem;
    }

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .content .left {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .content .left .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 96%;
        background-color: #FFFFFF;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #CCC;
    }

    .content .left .tag .tag-item {
        font-size: 1.8rem;
        margin-right: 2rem;
        padding-bottom: 0.3rem;
    }

    .content .left .list {
        width: 100%;
    }

    .content .left .list-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .content .left .list-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 94%;
        background-color: #FFFFFF;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .content .left .list-item .img {
        width: 100%;
    }

    .content .left .list-item .text {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 98%;
        background-color: #F3f3f3;
        padding-left: 3%;
    }

    .content .left .list-item .text .row {
        font-weight: bold;
        font-size: 1.5rem;
        margin: 0.6rem 0.6rem 0.3rem 0.6rem;
    }

    .content .left .list-item .text .lis {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        margin-bottom: 0.3rem;
        line-height: 20px;
    }

    .content .left .list-item .title {
        font-weight: bold;
        font-size: 1.8rem;
        width: 100%;
        margin-bottom: 0.6rem;
    }

    .content .left .list-item .li {
        color: #333333;
        font-size: 1.2rem;
        margin-left: 0.6rem;
    }


    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 94%;
    }
}