/*.banner{margin-top: 42px;}*/
/*.m-banner{margin-top: 38px;}*/

.news-detail .news-title{
    font-size: 30px;
    font-weight: bolder;
    color: #df0000;
}

.news-detail .news-date-type{
    margin-top: 30px;
    font-size: 16px;
    float: left;
}
.news-detail .soshm{
    float: right;
    margin-top: 24px;
}

.news-detail .news-img{
    width: 100%;
    margin-top: 30px;
}

.news-detail .news-img img{
    display: block;
}

.news-detail .news-txt{
    margin-top: 40px;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}
@media screen and (max-width: 1280px) {
    .news-detail .soshm{
        display: none;
    }
}
@media screen and (max-width: 460px) {
    .news-detail .news-txt{
        font-size: 15px;
    }
    .news-detail .news-title{
        font-size: 24px;
    }
}