.detail-box{
    font-size: 14px;
    margin-top: 24px;
}
.detail-banner img{
    width: 100%;
}
.detail-box .nav{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #5C6271;
    margin: 18px 0 24px;
    align-items: center;
}
.detail-box .contentBox{
    display: flex;
}
.detail-box .contentBox .left{
    flex: 1;
    /*border: 1px solid red;*/
    background: #fff;
    padding: 45px 62px;
	max-width:850px;
}
.detail-box .contentBox .left .title{
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.detail-box .contentBox .left .time{
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
}
.detail-box .contentBox .left .textContent{
    padding: 31px 0;
    border-top: 1px solid #DFE1E6;
    border-bottom: 1px solid #DFE1E6;
}
.contentBox .left .textContent img{
	width:100%;
}
.detail-box .contentBox .left .paging{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    margin-top: 32px;
}
.detail-box .contentBox .left .paging p:hover span{
    color: #FB884B;
}

.detail-box .contentBox .left .small{
    display: none;
}

@media (max-width: 1200px) {
    main{
        background: #fff!important;
    }
	table {
    width: 100%!important;
	}
    .detail-box .contentBox{
        margin-top: 0.63rem;
    }
    .detail-box .contentBox .left .small{
        display: block;
    }
    .detail-box{
        width: 9.12rem;
    }
    .detail-box .nav{
        display: none;
    }
    .detail-box .contentBox .left{
        padding: 0;
    }
    .detail-box .contentBox .left .title{
        font-size: 0.51rem;
        margin-bottom: 0.48rem;
    }
    .detail-box .contentBox .left .time{
        font-size: 0.37rem;
        margin-bottom: 0.41rem;
    }
    .detail-box .contentBox .left .textContent{
        padding: 0.41rem 0;
        font-size: 0.4rem;
    }
	.contentBox .left .textContent img{
		width: 100%!important;
		height:auto!important;
	}
    .detail-box .contentBox .left .paging{
        margin-top: 0.41rem;
        font-size: 0.32rem;
    }
    .small .title1{
        border-left: 0.07rem solid #FB884B;
        padding-left: 0.2rem;
        margin-bottom: 0.4rem;
        margin-top: 0.87rem;
        height: 0.55rem;
        line-height: 0.55rem;
        font-size: 0.59rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #252B3A;
    }
    .small .wx1{
        font-size: 0.37rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #333333;
    }
    .small .wx1 img{
        width: 4.8rem;
        margin-bottom: 1.35rem;
        margin-top: 0.6rem;
    }
}


