body {
    color: #fff;
}
.news {
    max-width: 600px;
    font-size: 14px;
    padding: 30px 10px;
}
.news .right {
    text-align: right;
}
.news .center {
    text-align: center;
}
.news .left {
    text-align: left;
}
.news ul,
.news ol {
    padding-left: 40px;
}
.news ul li {
    list-style-type: circle;
}
.news ol li {
    list-style-type: decimal;
}
.news .table-container {
    overflow-x: scroll;
    margin: 1em 0;
}
.news table {
    width: 100%;
    border: 1px solid #aaa;
    border-collapse: collapse;
}
.news table td,
.news table th {
    border: 1px solid #aaa;
    padding: 8px;
    min-width: 80px;
}
.news p {
    min-height: 1em;
    text-align: justify;
    color: #ddd;
}
.news a {
    color: #dedede;
    text-shadow: 0 0 8px #f00;
}
.news .article {
    border-bottom: 1px dashed #888;
    margin-bottom: 40px;
}
.news .article .entry-body {
    margin-bottom: 20px;
    line-height: 1.8em;
}
.news a:hover {
    text-decoration: underline;
}
.news .header {
    margin-bottom: 8px;
}
.news .header .date {
    margin-right: 8px;
    color: #ccc;
}
.news .btn {
    margin-right: 2px;
    padding: 2px;
    background-color: #eee;
    color: #666;
    border-radius: 4px;
    font-size: 12px;
}
.news .title {
    margin-bottom: 5px;
}
.news .title h1 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 2px solid #888;
}
.news .entry-body h2,
.news .entry-body h3,
.news .entry-body h4 {
    font-size: 18px;
    margin: 16px 0;
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
    font-weight: bold;
}
.news .entry-body h3,
.news .entry-body h4 {
    font-size: 16px;
    padding-bottom: 6px;
    margin: 12px 0;
}
.news .paging {
    text-align: center;
    margin-bottom: 20px;
}
.news .paging .btn.list {
    padding: 8px;
    background-color: #333;
    border-radius: 4px;
    font-size: 18px;
}
.news .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.news .embed-responsive .embed-responsive-item,
.news .embed-responsive iframe,
.news .embed-responsive embed,
.news .embed-responsive object,
.news .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.news .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.news .embed-responsive-4by3 {
    padding-bottom: 75%;
}
.news .img-responsive,
.news .thumbnail > img,
.news .thumbnail a > img,
.news .carousel-inner > .item > img,
.news .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.news .video-wrap {
    position: relative;
    padding-top: 56.5%;
}
.news .video-wrap * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news .mce-preview-object {
    margin: 0;
    border: none;
}
