@media screen and (min-width: 541px){
    img{
        max-width: 100%;
        height: auto;
    }
    p{
        margin: 0;
    }
    /* 头图 */
    /*.banner{*/
    /*    width: 100%;*/
    /*    height: 20rem;*/
    /*    text-align: center !important;*/
    /*}*/
    /*.banner > img{*/
    /*    margin: auto !important;*/
    /*    max-width: 100%;*/
    /*    height: auto;*/
    /*}*/

    /* 主体侧边导航 */
    .content-box{
        height: 100%;
        width: 100%;
    }
    .content-branch{
        position: relative;
        width: 75rem;
        height: 100%;
        margin: auto;
        margin-top: 3.4375rem;
        margin-bottom: 3.75rem;
    }
    .content-left{
        width: 16.25rem;
        height: 37.5rem;
        float: left;
        background-color: #f7f7f7;
    }
    .content-left > span{
        display: block;
        width: 16.25rem;
        height: 3.375rem;
        text-align: center;
        line-height: 3.375rem;
        font-size: 1.5rem;
        overflow: hidden;
        background-color: #3c3c3c;
        color: #fff;
    }
    .content-left-title{
        height: 2rem;
        text-align: left;
        line-height: 2rem;
        margin: 0;
        margin-left: 1.125rem;
        margin-top: .6875rem;
        padding-left: .625rem;
        border-left: .1875rem solid #fff;
    }
    .content-list{
        margin-top: 2.375rem;
        height: 31.75rem;
    }
    .content-list-item{
        height: 2.5rem;
        width: 13.75rem;
        line-height: 2.5rem;
        font-size: 1.125rem;
        margin-bottom: .125rem;
        padding-left: 1.125rem;
    }
    .content-list-item > p{
        display: block;
        float: left;
        width: .5rem;
        height: 2.5rem;
        margin: 0;
        padding: 0;
        font-weight: 700;
        color: #9d9d9d;
    }
    .content-list-item > a{
        display: block;
        float: left;
        color: #3c3c3c;
        width: 12.125rem;
        height: 2.75rem;
        font-size: 1rem;
        line-height: 2.5rem;
        text-align: left;
        padding-left: .625rem;
        border-bottom: .125rem solid #bababa;
    }
    .content-list-item > a:visited{
        color: inherit;
    }
    .content-list-item:first-child > a{
        border-top: .125rem solid #bababa;
    }

    /* 活动样式 */
    .content-item-active{
        display: block;
        position: relative;
        float: right;
        width: 14.875rem !important;
        height: 2.5rem !important;
        background-color: #797c7c;
        color: #fff !important;
        margin: 0;
        top: -0.125rem;
        z-index: 2;
    }
    .content-item-active > p{
        display: none !important;
    }
    .content-item-active > a{
        width: 100%;
        height: 1.25rem;
        line-height: 1.25rem;
        margin-top: .625rem;
        color: #fff !important;
        border: none !important;
        border-left: .125rem solid #fff !important;
    }
    /* 当前所在页面的样式 */
    .content-item-fcous{
        display: block;
        position: relative;
        float: right;
        width: 14.875rem !important;
        height: 2.5rem !important;
        background-color: #797c7c;
        margin: 0px;
        top: -0.125rem;
        z-index: 2;
    }
    .content-item-fcous > p{
        display: none !important;
    }
    .content-item-fcous > a{
        width: 100%;
        height: 1.25rem;
        color: #fff !important;
        line-height: 1.25rem;
        margin-top: .625rem;
        border: none !important;
        border-left: .125rem solid #fff !important;
    }
    /* 正文 */
    .content-right{
        position: relative;
        min-height: 37.5rem;
        width: 58.75rem;
        float: left;
        padding-left: 4.375rem;
    }
    .content-right-title{
        border-bottom: .125rem solid #d2d2d2;
    }
    .content-right-title > p{
        font-size: 1.5rem;
        text-align: center;
        margin: 0;
    }
    .content-right-main{
        margin-top: 1.875rem;
        color: #3c3c3c;
    }
    .content-right-main > b{
        font-size: 1.375rem;
    }
    .content-right-main > p{
        font-size: 1.125rem;
    }
    .content-logo{
        position: absolute;
        width: 6.25rem;
        height: 6.25rem;
        margin-top: 1.25rem;
        right: 0;
    }
    .pic-box-3{
        width: 54.375rem;
        height: 25rem;
    }
    .pic-box-3 > ul{
        padding-left: 10px;
    }
    .pic-box-3 > ul > li{
        display: inline-block;
        position: relative;
        width: 15rem;
        height: 20rem;
        margin-top: .625rem;
        margin-left: 1.875rem;
        background-size: 15rem 20rem;
        background-repeat: no-repeat;
    }
    .pic-box-3 > ul > li > p{
        position: absolute;
        padding: 0 .75rem;
        text-align: center;
        margin-top: 20.625rem;
    }
    .pic-box-5 > ul > li{
        display: inline-block;
        position: relative;
        width: 9.6875rem;
        height: 14rem;
        margin-left: .75rem;
        background-size: 9.6875rem 13.75rem;
        background-repeat: no-repeat;
    }
    .content-right-main > p{
        margin-bottom: .625rem;
    }
    .pic-box-5 > ul > li > img{
        max-width: 100%;
        height: auto;
    }
}