@media only screen and (min-width: 767px){
    .NewsList{
        width: 960px;
        margin: 0 auto;
        padding-top: 80px;
    }
    
    .NewsList dl {
        margin-bottom: 30px;
    }
    
    .NewsList .date {
        font-size: 13px;
        color: #aaa;
        display: block;
        margin-bottom: 10px;
        line-height: 19.5px;
    }
    
    .NewsList>div {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .NewsList #breadcrumb {
        display: none;
    }
    .NewsList .meta-txt{
        font-size: 14px;
        line-height: 21px;
    }
    .NewsList .meta-title{
        font-size: 14px;
        line-height: 21px;
    }
    .ml-body .mata-title{
        font-size: 14px;
        line-height: 21px;
    }
}
@media only screen and (max-width: 768px){
    .ml-body span.date,
    .ml-body dt.date,
    .ml-body .mata-title,
    .ml-body .meta-txt {
        padding: 0 16px;
    }

    .NewsList img{
        max-width: 100%;
    }
    .NewsList dl {
        margin-bottom: 20px;
    }

    .NewsList .date {
        font-size: 13px;
        color: #aaa;
        display: block;
        margin-bottom: 5px;
    }

    .NewsList>div {
        /* padding-top: 15px; */
        margin-bottom: 15px;
    }

    #breadcrumb{
        /* margin-top: -100px; */
    }

    .ml-body .ui-body-c,
    .ml-body .ui-overlay-c,
    .ml-body p,
    .ml-body div,
    .ml-body li {
        color: #333;
        text-shadow: none;
    }

    .ml-breadcrumb {
        /* font-size: 1.2rem; */
        font-size: 12px;
        list-style-type: none;
        padding: 0;
        margin: 12px 16px 8px;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .ml-breadcrumb a{
        display: inline;
    }

    .ml-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .ml-breadcrumb li {
        display: inline;
        list-style-type: none;
    }

    .ml-breadcrumb li:after {
        content: ">";
        margin: 0 0.2em;
    }

    .ml-breadcrumb li:last-child:after {
        display: none;
    }

    .ml-heading-2 {
        position: relative;
        font-weight: bold;
        /* font-size: 1.6rem; */
        font-size: 16px;
        padding: 8px 16px 4px;
        color: #333333;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        background: #f9f9f9;
        display: block;
        line-height: 24px;
    }
    .date{
        line-height: 19.5px;
    }
    .ml-body .mata-title,.ml-body .meta-txt{
        font-size: 14px;
        line-height: 21px;
    }
}