 .news-text img {
        /*width: 100%;*/
        height: auto;
    }
 /*.news-detail .salon-slider .item .image-cover {
     text-align: center;
     padding-top: 0;
 }
 .news-detail .image-cover img{
     -webkit-transform: translateX(0%) translateZ(0);
     transform: translateX(0%) translateZ(0);
     position:relative;
     left:0;
     top:0;
 }*/
 .news-detail a{
     color:#9c0f0c;
 }

.auto-img {
        width: 700px;
        height: auto;
    }

@media (max-width: 480px) {
 .auto-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
 .news-text img {
        width: 100%;
        height: auto;
    }
}