﻿/* ========== 页面容器样式 ========== */

.news-content-container {
    width: 814px;
    margin: 60px auto;
    min-height: 800px;
}

.news-content-container .title {
    width: 100%;
    font-size: 28px;
    font-family: "Arial";
    color: #333;
    font-weight: 700;
    line-height: 42px;
}

.news-content-container .title-time {
    margin-top: 12px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    font-family: "Arial";
    color: #999;
}

.news-content-container .news-content {
    margin-top: 20px;
    font-size: 16px;
    font-family: "Arial";
    color: #333;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;
}

/* ========== Ocean 正文样式 ========== */

.w-p {
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 0;
}

.f-tac {
    text-align: center;
}

.f-tal {
    text-align: left;
}

.f-tar {
    text-align: right;
}

.w-h3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 20px;
}

.w-h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.w-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.f-center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.w-text-emphasis {
    font-weight: bold;
}

.f-mt-8 {
    margin-top: 8px;
}

/* Ocean 表格样式 */

.w-table {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    position: relative;
}

.w-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    overflow: hidden;
}

.w-table-body {
    overflow-x: auto;
    transition: opacity .3s ease;
    border-bottom: 1px solid #ddd;
    box-sizing: content-box;
}

.w-table-thead > tr > th {
    background: #e8e8e9;
    font-weight: 400;
    transition: background .3s ease;
    text-align: left;
    color: #333;
}

.w-table-thead > tr > td {
    background: #e8e8e9;
    font-weight: normal;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    text-align: left;
    color: #333333;
}

.w-table-thead > tr > th[colspan] {
    text-align: center;
}

.w-table-tbody > tr > td,
.w-table-thead > tr > th {
    padding: 3px 8px;
    word-break: break-all;
}

.w-table-tbody > tr > td:empty:after {
    content: ".";
    visibility: hidden;
}

.w-table-tbody > tr:not(:last-child) > td {
    border-bottom: 1px dotted #ddd;
}

.w-table-tbody > tr > td.w-table-align-left,
.w-table-thead > tr > th.w-table-align-left {
    text-align: left;
}

.w-table-tbody > tr > td.w-table-align-right,
.w-table-thead > tr > th.w-table-align-right {
    text-align: right;
}

.w-table-tbody > tr > td.w-table-align-center,
.w-table-thead > tr > th.w-table-align-center {
    text-align: center;
}

.w-table-thead > tr > th.w-table-header-align-left {
    text-align: left !important;
}

.w-table-thead > tr > th.w-table-header-align-right {
    text-align: right !important;
}

.w-table-thead > tr > th.w-table-header-align-center {
    text-align: center !important;
}

.w-table-tbody > tr.w-table-row,
.w-table-thead > tr {
    transition: all .3s;
}

.w-table-tbody > tr.w-table-row.w-table-row-hover > td,
.w-table-tbody > tr.w-table-row:hover > td,
.w-table-thead > tr.w-table-row-hover > td,
.w-table-thead > tr:hover > td {
    background: #dfdfdf;
}

.w-table-bordered table,
.w-table-default table {
    border: 1px solid #99BBff;
    border-bottom: 1px solid #99BBff !important;
    border-radius: 0;
    table-layout: fixed;
}

.w-table-bordered-dotted .w-table-thead > tr > th:not(.w-table-last-column) {
    border-right: 1px dotted #ddd;
}

.w-table-bordered-dotted .w-table-thead > tr > th[colspan] {
    border-bottom: 1px dotted #ddd;
}

.w-table-bordered-dotted .w-table-tbody > tr > td:not(.w-table-last-column) {
    border-right: 1px dotted #ddd;
}

.w-table-striped .w-table-tbody > tr.w-table-row-even {
    background: #f4f4f4;
}

.w-table-striped .w-table-tbody > tr.w-table-row-selected {
    background: #fff;
}

.w-table-header {
    background: #e8e8e9;
    overflow: hidden;
}

.w-table-footer {
    padding: 3px 0;
    position: relative;
}

.w-table-title {
    padding: 8px 0;
    position: relative;
    font-weight: 700;
    font-size: 16px;
}

.w-table-content {
    background: #fff;
}
