﻿body {
    background-color: #fff;
}

.newsDetail-top h5 {
    font-size: 25px;
    padding: 125px 0 25px 0;
}

.newsDetail-top p {
    color: #606060;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 10px;
}

.newsDetail-top-img {
    height: 418px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.newsDetail-top {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.newsDetail-list h5 {
    font-size: 16px;
    padding-bottom: 10px;
}

.newsDetail-list, .newsDetail-goOther {
    max-width: 960px;
    margin: 0 auto;
}

    .newsDetail-list p {
        font-size: 16px;
        color: #606060;
        line-height: 25px;
    }

.newsDetail-list-img {
    justify-content: space-between;
    padding-top: 20px;
}

    .newsDetail-list-img span {
        padding: 0 20px 20px 0;
    }

        .newsDetail-list-img span:last-child {
            padding-right: 0;
        }

        .newsDetail-list-img span img {
            max-width: 100%;
        }

.newsDetail-date {
    color: #606060;
    font-size: 16px;
    margin: 0 auto;
    padding-bottom: 44px;
    border-bottom: 1px solid #8f8f8f;
    max-width: 960px;
}

.newsDetail-goOther {
    justify-content: space-between;
    padding: 19px 0 91px 0;
}

    .newsDetail-goOther a {
        font-size: 16px;
        color: #606060;
    }

        .newsDetail-goOther a:hover {
            color: #000;
        }

@media only screen and (max-width:960px) {
    .newsDetail-top, .newsDetail-list, .newsDetail-goOther {
        padding-left: 50px;
        padding-right: 50px;
    }

    .newsDetail-date {
        padding: 0 50px 44px;
    }
}

@media only screen and (max-width:640px) {
    .newsDetail-top h5 {
        padding: 30px 0 10px 0;
        font-size: 12px;
    }

    .newsDetail-top p {
        font-size: 12px;
        line-height: 20px;
    }

    .newsDetail-top-img {
        height: 160px;
    }

    .newsDetail-list h5 {
        font-size: 12px;
    }

    .newsDetail-list p {
        font-size: 12px;
    }

    .newsDetail-top, .newsDetail-list {
        padding: 0 25px;
    }

    .newsDetail-list-img span {
        padding: 0 10px 10px 0;
    }

    .newsDetail-date {
        padding: 0 25px 22px;
    }

    .newsDetail-date {
        font-size: 12px;
    }

    .newsDetail-goOther a {
        font-size: 12px;
    }

    .newsDetail-goOther {
        padding: 10px 25px 30px;
    }
}

.newsDetail-top img {
    max-width: 100%;
}
