﻿.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 {
    max-height: 100%;
}
.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%
    }
}
