/* tem01-news-detail */
.tem01-news-detail .tem01-news-detail-ms{width:100%;overflow:hidden;margin:30px 0;}
.tem01-news-detail .tem01-news-detail-ms img{max-width:100%;display:block;margin:0 auto;}
.tem01-news-detail-ms .title{font-size:22px;color:#444;line-height:1.5;max-width:80%;margin:0 auto 15px;text-align:center;}
.tem01-news-detail-ms .data{font-size:12px;height:24px;line-height:24px;color:#8f8f8f;font-family:"HELVETICANEUELTPRO-THEX", Arial;margin-bottom:30px;text-align:center;}
.tem01-news-detail-ms .description{color:#6a6a6a;line-height:24px;font-size:13px;}
@media (max-width:768px){
    .tem01-news-detail-ms .title{font-size:15px;max-width:100%;width:100%;}
    .tem01-news-detail-ms .data{margin-bottom:15px;}
}