.arText{
    max-width: 1190px;
    padding: .7rem 0;
    margin: 90px auto 0;
    color: #666666;
    line-height: 24px;
}
.arText h1{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
}
.arText P{
    margin: .2rem 0;
}
.arText img{
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: .2rem auto .5rem;
}
.arTime{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    margin: .1rem 0 .3rem;
}
@media (max-width:1600px){
    .arText{
        margin-top: 70px;
    }
    .arText h1{
        font-size: 30px;
    }
    .arTime{
        font-size: 16px;
    }
}
@media (max-width:991px){
    .arText h1{
        font-size: 24px;
    }
}
@media (max-width:640px){
    .arText h1{
        font-size: 20px;
    }
}
@media (max-width:460px){
    .arText h1{
        font-size: 18px;
    }
    .arTime{
        font-size: 14px;
    }
}