@media only screen and (min-width: 960px) {
    #news {

    }

    #news .page-header {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        background-color: #3c88d8;
        color: #fff;
    }

    #news .container {
        width: 1200px;
        margin: 0 auto;
    }

    #news .page-header_pageTitle, h1.page-header_pageTitle:first-child {
        padding: 1.2em 0;
        font-size: 1.75rem;
        line-height: 1.1;
        font-weight: 400;
    }

    #news .breadSection {

    }

    #news .breadSection .breadcrumb {
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0;
        padding: 17px 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.25rem;
    }

    #news .breadSection .breadcrumb li {
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }

    #news .breadSection .breadcrumb a {
        color: #666;
        padding-bottom: 2px;
    }

    #news .breadSection .breadcrumb span {
        font-size: 14px;
        font-weight: 400;
    }

    #news .fa.fa-home {
        font-size: 20px;
        margin-right: 10px;
    }

    #news .breadSection .breadcrumb > li + li:before {
        content: "/";
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }

    #news .news-main {
        padding-top: 55px;
        padding-bottom: 73px;
    }

    #news .news-main .nm-til {
        border-top: 1px solid #3C88D8;
        padding: 14px 0;
        border-bottom: 1px solid #EDEDED;
    }

    #news .news-main .nm-til .nt-data {
        display: flex;
        align-items: center;
        color: #333333;
    }

    #news .news-main .nm-til .nt-data-sign {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #news .news-main .nm-til .nt-data .calendar-img {
        margin-right: 8px;
    }

    #news .news-main .nm-til .nt-data .nt-txt {
        font-size: 14px;
        line-height: 1;
    }

    #news .news-main .nm-til .nt-sign {
        padding: 4px 9px;
        background: rgba(60, 136, 216, 0.10);
        color: rgba(60, 136, 216, 1);
        font-size: 12px;
        margin-right: 10px;
        border-radius: 4px;
    }

    #news .news-main .nm-til .nm-txt {
        font-size: 32px;
        color: #333333;
        margin-top: 5px;
        font-weight: 500;
    }

    #news .news-main .nm-int {
        margin-top: 35px;
    }

    #news .news-main .nm-int .ni-txt {
        font-size: 14px;
        font-weight: 400;
    }

    #news .news-main .nm-int .ni-txt a {
        color: #3C88D8;
    }

    #news .news-main .nm-int .ni-img {
        width: 180px;
        padding: 5px;
        border: 1px solid rgba(112, 112, 112, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 23px;
    }

    #news .news-main .nm-int .ni-summary {
        margin-top: 38px;
    }

    #news .news-main .nm-int .ni-summary .ns-til {
        font-size: 14px;
        font-weight: 500;
    }

    #news .news-main .nm-int .ni-summary .ns-list {
        margin-top: 26px;
        margin-left: 21px;
    }

    #news .news-main .nm-int .ni-summary .ns-list .ns-list-item {
        position: relative;
        font-size: 14px;
        font-weight: 400;
    }

    #news .news-main .nm-int .ni-summary .ns-list .ns-list-item:not(:first-of-type) {
        margin-top: 12px;
    }

    #news .news-main .nm-int .ni-summary .ns-list .ns-list-item:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 7px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #000000;
    }

    #news .news-main .nm-npnews {
        margin-top: 67px;
        padding: 25px 0;
        border-top: 1px solid #3C88D8;
        border-bottom: 1px solid #EDEDED;
    }

    #news .news-main .nm-npnews .nn-news {
        display: flex;
        font-size: 14px;
        color: #333333;
        font-weight: 400;
    }

    #news .news-main .nm-npnews .nn-news:not(:first-of-type) {
        margin-top: 14px;
    }
}
@media only screen and (max-width: 960px) {
    #news .page-header {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        background-color: #3c88d8;
        color: #fff;
    }

    #news .container {
        width: 92.3vw;
        margin: 0 auto;
    }

    #news .page-header_pageTitle, h1.page-header_pageTitle:first-child {
        padding: 5.3vw 0;
        font-size: 4.3vw;
        font-weight: 400;
    }

    #news .breadSection {

    }

    #news .breadSection .breadcrumb {
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0;
        padding: 2.7vw 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.25rem;
    }

    #news .breadSection .breadcrumb li {
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }

    #news .breadSection .breadcrumb a {
        color: #666;
        padding-bottom: 2px;
    }

    #news .breadSection .breadcrumb span {
        font-size: 3.2vw;
        font-weight: 400;
    }

    #news .fa.fa-home {
        font-size: 4vw;
        margin-right: 0.3vw;
    }

    #news .breadSection .breadcrumb > li + li:before {
        content: "/";
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 3.7vw;
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
        font-weight: 400;
    }

    #news .news-main {
        padding-bottom: 12.3vw;
    }

    #news .news-main .nm-til {
        border-top: 1px solid #EDEDED;
        padding: 4.8vw 0;
        border-bottom: 1px solid #EDEDED;
    }

    #news .news-main .nm-til .nt-data {
        display: flex;
        align-items: center;
        color: #333333;
    }

    #news .news-main .nm-til .nt-data-sign {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }

    #news .news-main .nm-til .nt-data .calendar-img {
        margin-right: 8px;
    }

    #news .news-main .nm-til .nt-data .nt-txt {
        font-size: 14px;
        line-height: 1;
    }

    #news .news-main .nm-til .nt-sign {
        padding: 1.1vw 2.4vw;
        background: rgba(60, 136, 216, 0.10);
        color: rgba(60, 136, 216, 1);
        font-size: 2.9vw;
        margin-right: 4vw;
        border-radius: 1.1vw    ;
    }

    #news .news-main .nm-til .nm-txt {
        font-size: 4.8vw;
        color: #333333;
        margin-top: 4.5vw;
        font-weight: 500;
    }

    #news .news-main .nm-int {
        margin-top: 3.5vw;
    }

    #news .news-main .nm-int .ni-txt {
        font-size: 3.7vw;
        font-weight: 400;
        line-height: 2;
    /*  16 8  */
    }

    #news .news-main .nm-int .ni-txt a {
        color: #3C88D8;
    }

    #news .news-main .nm-int .ni-img {
        width: 26.7vw;
        padding: 1px;
        border: 1px solid rgba(112, 112, 112, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8vw;
    }

    #news .news-main .nm-int .ni-summary {
        margin-top: 11.7vw;
    }

    #news .news-main .nm-int .ni-summary .ns-til {
        font-size: 3.7vw;
        font-weight: 500;
    }

    #news .news-main .nm-int .ni-summary .ns-list {
        margin-top: 2.9vw;
        margin-left: 6.1vw;
    }

    #news .news-main .nm-int .ni-summary .ns-list .ns-list-item {
        position: relative;
        font-size: 3.7vw;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.27vw;
    }

    #news .news-main .nm-int .ni-summary .ns-list .ns-list-item:not(:first-of-type) {
        /*margin-top: 12px;*/
    }

    #news .news-main .nm-int .ni-summary .ns-list .ns-list-item:before {
        content: '';
        position: absolute;
        left: -5.12vw;
        top: 3.3vw;
        width: 1.1vw;
        height: 1.1vw;
        border-radius: 50%;
        background: #000000;
    }

    #news .news-main .nm-npnews {
        margin-top: 67px;
        padding: 25px 0;
        border-top: 1px solid #3C88D8;
        border-bottom: 1px solid #EDEDED;
    }

    #news .news-main .nm-npnews .nn-news {
        display: flex;
        font-size: 14px;
        color: #333333;
        font-weight: 400;
    }

    #news .news-main .nm-npnews .nn-news:not(:first-of-type) {
        margin-top: 14px;
    }
}
























