﻿.ysnews {
   margin-top:30px;
   margin-bottom:10px;
   
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom:10px;
}
.news-content {
    margin-top:30px;
}
.news-content img {
    height: auto !important;
    width:100% !important;
}
    .news-content p {
        margin-bottom: 0;
    }
    .news-info {
        text-align: center;
        font-size: 15px;
    }
.pro-others {
    margin-top: 50px;
    margin-bottom: 30px;
}

    .pro-others span {
        margin-bottom: 10px;
        font-size: 15px;
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%
    }
}
@media only screen and (max-width: 767px) {
    .container {
       padding-right: 15px;
       padding-left: 15px;
   }
}
