@media only screen and (min-width: 750px) {
    .container {
        width: 100%;
        font-weight: 400;
        font-family: '微软雅黑';
        font-family: Microsoft YaHei;
    }

    /* 内容 */

    .container>.detail-bg{
        width: 100%;
        background-color: #f0f0f0;
        padding-top: 30px;
    }
    .container>.detail-bg>.detail{
        width: 1400px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .container>.detail-bg>.detail>.detLeft{
        width: 280px;
        background-color: #fff;
        padding-bottom: 40px;
    }
    .container>.detail-bg>.detail>.detLeft>.leftTop{
        background-color: #c7161d;
        height: 100px;
        text-align: center;
        /* font-size: 30px; */
    }
    .container>.detail-bg>.detail>.detLeft>.leftTop>p{
        font-size: 30px;
        color: #fff;
        line-height: 100px;
    }

    .container>.detail-bg>.detail>.detLeft>.leftBott{
        background-color: #fff;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs{
        width: 255px;
        margin: auto;
        
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box{
        width: 100%;
        border-bottom: 1px dashed #d0d0d0;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box>a>div{
        width: 255px;
        height: auto;
        background-color: #f4f4f4;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box>a>div>img{
        width: 100%;
        height: auto;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box>a>span{
        width: 235px;
        font-size: 18px;
        line-height: 24px;
        color: #484a4e;
        display: inline-block;
        margin-left: 10px;
        margin-top: 20px;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box>a>p{
        font-size: 16px;
        color: #4a4a4a;
        margin-left: 10px;
        margin-top: 10px;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box:hover>a>span{
        color: #c7161d;
    }

    .container>.detail-bg>.detail>.detLeft>.leftBott>.more {
        display: block;
        margin: auto;
        margin-top: 30px;
        width: 150px;
        height: 40px;
        border: 1px solid #595959;
        font-size: 18px;
        color: #595959;
        border-radius: 5px;
        background-color: #fff;
        line-height: 40px;
        text-align: center;
    }

    .container>.detail-bg>.detail>.detLeft>.leftBott>.more:hover {
        box-shadow: 2px 2px 15px #dfdfdf;
		border: 1px solid #c7161d;
		color: #c7161d;
    }   

    .container>.detail-bg>.detail>.detRight{
        width: 1100px;
        background-color: #fff;
        padding-bottom: 45px;
    }

    .container>.detail-bg>.detail>.detRight>.title{
        font-size: 30px;
        color: #232323;
        line-height: 36px;
        text-align: center;
        margin-top: 35px;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop{
        margin: auto;
        background-color: #f4f4f4;
        width: 1065px;
        height: 46px;
        margin-top: 35px; 
        text-align: center;
        position: relative;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span{
        margin-left: 30px;
        font-size: 14px;
        color: #3f3f3f;
        line-height: 46px;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span:nth-child(1){
        margin-left: 0;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span>a{
        margin-left: 20px;
        font-size: 14px;
        color: #3f3f3f;
        line-height: 46px;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span>a:nth-child(1){
        margin-left: 0;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>img{
        width: 24px;
        height: 20px;
        transform: translateY(6px);
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span:nth-child(3){
        display: none;
    }
    .container>.detail-bg>.detail>.detRight>.cont{
        width: 1010px;
        margin: auto;
        font-size: 18px !important;
        color: #3f3f3f;
        margin-top: 35px;
    }
    .container>.detail-bg>.detail>.detRight>.cont span{
        font-size: 18px !important;
    }
    .container>.detail-bg>.detail>.detRight>.cont>p{
        color: #3f3f3f;
        line-height: 36px;
        word-break:break-all;
    }
    .container>.detail-bg>.detail>.detRight>.cont>img{
        width: 100% !important;
		height: auto !important;
        object-fit: cover;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .container>.detail-bg>.detail>.detRight>.contBig{
        width: 1010px;
        margin: auto;
        font-size: 20px !important;
        color: #3f3f3f;
        margin-top: 35px;
    }
    .container>.detail-bg>.detail>.detRight>.contBig span{
        font-size: 20px !important;
    }
    .container>.detail-bg>.detail>.detRight>.contBig>p{
        color: #3f3f3f;
        line-height: 36px;
        word-break:break-all;
    }
    .container>.detail-bg>.detail>.detRight>.contBig img{
        width: 100%;
        object-fit: cover;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .container>.detail-bg>.detail>.detRight>.contSmall{
        width: 1010px;
        margin: auto;
        font-size: 16px !important;
        color: #3f3f3f;
        margin-top: 35px;
    }
    .container>.detail-bg>.detail>.detRight>.contSmall span{
        font-size: 16px !important;
    }
    .container>.detail-bg>.detail>.detRight>.contSmall>p{
        color: #3f3f3f;
        line-height: 36px;
        word-break:break-all;
    }
    .container>.detail-bg>.detail>.detRight>.contSmall img{
        width: 100%;
        object-fit: cover;
        margin-top: 30px;
        margin-bottom: 30px;
    }


    /* 分享到微信 */
    .bshare-custom{
        position: absolute;
        top: 30%;
        right: 30%;
        z-index: 99;
        display: none;
    }
    

}


/* 移动 */
@media only screen and (max-width: 750px) {
    .container {
        width: 100%;
        font-weight: 400;
        font-family: '微软雅黑';
        font-family: Microsoft YaHei;
    }

    /* 内容 */

    .container>.detail-bg{
        width: 100%;
        background-color: #f0f0f0;
        padding-top: 30px;
    }
    .container>.detail-bg>.detail{
        width: 20rem;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .container>.detail-bg>.detail>.detLeft{
        width: 280px;
        background-color: #fff;
        padding-bottom: 40px;
		display: none;
    }
    .container>.detail-bg>.detail>.detLeft>.leftTop{
        background-color: #c7161d;
        height: 2.666666rem;
        text-align: center;
        /* font-size: 30px; */
    }
    .container>.detail-bg>.detail>.detLeft>.leftTop>p{
        font-size: 30px;
        color: #fff;
        line-height: 100px;
    }

    .container>.detail-bg>.detail>.detLeft>.leftBott{
        background-color: #fff;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs{
        width: 255px;
        margin: auto;
        
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box{
        width: 100%;
        border-bottom: 1px dashed #d0d0d0;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box>img{
        width: 100%;
        height: 137px;
        
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box>span{
        width: 235px;
        font-size: 18px;
        line-height: 24px;
        color: #484a4e;
        display: inline-block;
        margin-left: 10px;
        margin-top: 20px;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box>p{
        font-size: 16px;
        color: #4a4a4a;
        margin-left: 10px;
        margin-top: 10px;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.boxs>.box:hover>span{
        color: #c7161d;
    }

    .container>.detail-bg>.detail>.detLeft>.leftBott>.more {
        display: block;
       margin: auto;
       margin-top: 30px;
        width: 150px;
        height: 40px;
        border: 1px solid #c7161d;
        font-size: 18px;
        color: #c7161d;
        border-radius: 5px;
        background-color: #fff;
        line-height: 40px;
        text-align: center;
    }
    .container>.detail-bg>.detail>.detLeft>.leftBott>.more:hover {
        box-shadow: 2px 2px 15px #d6d4d4;
    }   

    .container>.detail-bg>.detail>.detRight{
        width: 18.7rem;
        background-color: #fff;
        padding-bottom: 1.2rem;
		margin: auto;
    }

    .container>.detail-bg>.detail>.detRight>.title{
        font-size: 0.8rem;
        color: #232323;
        line-height: 0.96rem;
        text-align: center;
        margin-top: 0.933333rem;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop{
        margin: auto;
        background-color: #f4f4f4;
        width: 18.7rem;
        height: 1.6rem;
        margin-top: 0.933333rem; 
        text-align: center;
        position: relative;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span{
        margin-left: 0.8rem;
        font-size: 0.6rem;
        color: #3f3f3f;
        line-height: 1.226666rem;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span:nth-child(1){
        margin-left: 0;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span>a{
        margin-left: 0.533333rem;
        font-size: 0.6rem;
        color: #3f3f3f;
        line-height: 1.226666rem;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span>a:nth-child(1){
        margin-left: 0;
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>img{
        width: 0.64rem;
        height: 0.533333rem;
        transform: translateY(6px);
    }
    .container>.detail-bg>.detail>.detRight>.rightTop>span:nth-child(3){
        display: none;
    }

    .container>.detail-bg>.detail>.detRight>.cont{
        width: 18.7rem;
        margin: auto;
        font-size: 0.8rem !important;
        color: #3f3f3f;
        margin-top: 0.933333rem;
    }
    .container>.detail-bg>.detail>.detRight>.cont>p{
        font-size: 0.8rem !important;
        color: #3f3f3f;
        line-height: 0.96rem;
        word-break:break-all;
		padding: 0 1.066666rem;
		box-sizing: border-box;
    }
    .container>.detail-bg>.detail>.detRight>.cont span{
        line-height: 1.2rem;
        font-size: 0.8rem !important;
    }
    .container>.detail-bg>.detail>.detRight>.cont>p img{
        width: 100% !important;
        height: 100% !important;
    }
    .container>.detail-bg>.detail>.detRight>.cont>img{
        width: 100% !important;
		height: auto !important;
        object-fit: cover;
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .container>.detail-bg>.detail>.detRight>.contBig{
        width: 18.7rem;
        margin: auto;
        font-size: 1rem !important;
        color: #3f3f3f;
        margin-top: 0.933333rem;
    }
    .container>.detail-bg>.detail>.detRight>.contBig>p{
        font-size: 1rem !important;
        color: #3f3f3f;
        line-height: 0.96rem;
        word-break:break-all;
		padding: 0 1.066666rem;
		box-sizing: border-box;
    }
    .container>.detail-bg>.detail>.detRight>.contBig span{
        line-height: 1.2rem;
        font-size: 1rem !important;
    }
    .container>.detail-bg>.detail>.detRight>.contBig>p img{
        width: 100% !important;
        height: 100% !important;
    }
    .container>.detail-bg>.detail>.detRight>.contSmall{
        width: 18.7rem;
        margin: auto;
        font-size: 0.6rem !important;
        color: #3f3f3f;
        margin-top: 0.933333rem;
    }
    .container>.detail-bg>.detail>.detRight>.contSmall>p{
        font-size: 0.6rem !important;
        color: #3f3f3f;
        line-height: 0.96rem;
        word-break:break-all;
		padding: 0 1.066666rem;
		box-sizing: border-box;
    }
    .container>.detail-bg>.detail>.detRight>.contSmall span{
        line-height: 1.2rem;
        font-size: 0.6rem !important;
    }
    .container>.detail-bg>.detail>.detRight>.contSmall>p img{
        width: 100% !important;
        height: 100% !important;
    }

    /* 分享到微信 */
    .bshare-custom{
        position: absolute;
        top: 50%;
        right: 1.066666rem;
		transform: translate(0,-50%);
        z-index: 99;
        display: none;
    }
    

}