@media (max-width:1000px) {
    .container-div{
        width: 100%;
        padding-bottom: 0;
    }
    .article-content img{
        width:100%;
    }
    .article-content .tab{
        display: flex;
        margin: 0 auto;
        justify-content: center;
        height:1.08rem;
        font-size: .22rem;
    }
    .article-content .tab .item{
        padding:0 0.5rem;
        height:0.9rem;
        line-height: 0.9rem;
        border-bottom:1px solid #d8d8d8;
        cursor:pointer;
        color:#666666;

    }
    .article-content .tab .active{
        color:#0096ff;
    }
    .article-content .p1{
        width: 16.2rem;
        padding-top: 0.5rem;
        margin: .5rem auto;
        padding: .5rem;

    }
    .p1 .inner {
        width: 100%;
        background: url(imgs/cwhy/beijing.jpg) no-repeat;
        background-size: 16.2rem 8.45rem;
        background-position: top;
        padding-top: 9rem;
        margin: 0 auto;
    }
    .article-content .p2{
        width:16.2rem;
        margin: 0 auto;
        /*padding-left:6.43rem;*/
        padding-top:0.5rem;
    }
    .p2 .inner {
        width: 100%;
        background: url(imgs/cwhy/shanghai.jpg) no-repeat;
        background-size: 16.2rem 8.45rem;
        background-position: top;
        padding-top: 9rem;
        margin: 0 auto;
    }
    .article-content .p-title{
        font-size: .6rem;
        color:#53a5d7;
        line-height: .5rem;
        margin-bottom: 0.2rem;
    }
    .article-content .p-body{
        font-size: .6rem;
        color: #666;
        line-height: 1rem;
        margin-bottom: 0.2rem;
        padding: 0 !important;
    }
    .article-content .list-item{
        padding-left: .6rem;
        position: relative;
    }
    .article-content .list-item::before{
        width: 0.15rem;
        height: 0.15rem;
        content: "";
        background-color: #1571cd;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0.5rem;
        transform: translateY(-50%);
    }

    .half,.half2{
        width:50%;
        height: auto;
        margin-bottom: .4rem;
    }
    .half{
        padding-right:.5rem;
    }
    .half2{
        padding-left: .5rem;
    }


    h1{
        font-size: 0.3rem;
    }
}

@media (min-width:1001px) {
    .container-div{
        width: 100%;
        padding-bottom: 0;
    }
    .article-content img{
        width:100%;
    }
    .article-content .tab{
        display: flex;
        margin: 0 auto;
        justify-content: center;
        height:1.08rem;
        font-size: .22rem;
    }
    .article-content .tab .item{
        padding:0 0.5rem;
        height:0.9rem;
        line-height: 0.9rem;
        border-bottom:1px solid #d8d8d8;
        cursor:pointer;
        color:#666666;

    }
    .article-content .tab .active{
        color:#0096ff;
    }
    .article-content .p1{
        background: url(imgs/cwhy/beijing.jpg) no-repeat;
        background-size: 5.93rem 3.67rem;
        background-position: left;
        height:4.7rem;
        width:16.2rem;
        margin: 0 auto;
        padding-left:6.43rem;
        padding-top:0.5rem;
    }
    .article-content .p2{
        background: url(imgs/cwhy/shanghai.jpg) no-repeat;
        background-size: 5.93rem 3.67rem;
        background-position: right;
        height:4.7rem;
        width:16.2rem;
        margin: 0 auto;
        /*padding-left:6.43rem;*/
        padding-top:0.5rem;
    }
    .article-content .p-title{
        font-size: .22rem;
        color:#53a5d7;
        line-height: .5rem;
        margin-bottom: 0.2rem;
    }
    .article-content .p-body{
        font-size: .18rem;
        color:#666;
        line-height: .5rem;
    }
    .article-content .list-item{
        padding-left: .2rem;
        position: relative;
    }
    .article-content .list-item::before{
        width:0.05rem;
        height:0.05rem;
        content: "";
        background-color: #1571cd;
        border-radius: 50%;
        position: absolute;
        left:0;
        top:50%;
        transform: translateY(-50%);
    }

    .half,.half2{
        width:50%;
        height: auto;
        margin-bottom: .4rem;
    }
    .half{
        padding-right:.5rem;
    }
    .half2{
        padding-left: .5rem;
    }


    h1{
        font-size: 0.3rem;
    }
}
