﻿@charset "UTF-8";

.news-details-page .main-content {
    padding-bottom: 1rem;
}

    .news-details-page .main-content > div > h2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: .32rem;
        height: 1.5rem;
        border-bottom: 1px solid silver;
        color: #2d282f;
        text-align: center;
        padding-bottom: .3rem;
    }

        .news-details-page .main-content > div > h2 > span {
            font-size: .32rem;
        }

        .news-details-page .main-content > div > h2 > p {
            width: 100%;
            height: auto;
            display: inline-block;
            padding-top: .3rem;
        }

            .news-details-page .main-content > div > h2 > p > span {
                margin-right: .3rem;
                font-size: .2rem;
            }

    .news-details-page .main-content .cont {
        width: 100%;
        height: auto;
        margin-top: .3rem;
    }

        .news-details-page .main-content .cont img {
            max-width: 100%;
            height: auto;
        }

@media (max-width:767px) {
    body{font-size: .32rem;}
    .news-details-page .main-content > div > h2 > span {
        font-size: .4rem;
    }
    .news-details-page .main-content > div > h2 > p {
        width: 100%;
        height: auto;
        display: inline-block;
        padding-top: .1rem;
    }

        .news-details-page .main-content > div > h2 > p > span {
            margin-right: .3rem;
            font-size: .26rem;
        }
}
