div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-detail img {
    max-width: 100%;
    height: auto;
}

.news-detail table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
}

.news-date-time {
    color: #486DAA;
}

.detail_picture {
    max-width: 100%;
    height: auto;
}

h1 {
    font-weight: bold;
    font-size: 30px;
}

.news-detail ul {
    padding-left: 40px;
}

.news-detail ul li, .l-content .news-detail ul li, .formated-content .news-detail ul li {
    padding-left: 0;
    list-style: disc;
}