/* ----- 内容部分 ----*/
.contentBox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.l-content {
    flex-shrink: 0;
    width: 840px;
}

.l-content-info {
    padding: 30px 40px;
    border: 1px solid #e6e6e6;
}

.content-list-title {
    color: #333;
    font-size: 30px;
}

.tag-box {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.tag-box-l {
    display: flex;
}

.tag-text {
    color: #333;
    font-size: 14px;
    margin: 1px 10px 0 0;
}

.tag-title-info {
    height: 22px;
    margin-right: 10px;
    padding: 0 14px;
    background: #E8F8FF;
    border-radius: 12px;
    border: 1px solid #BFECFF;
    font-size: 12px;
    line-height: 22px;
}

.tag-title-info a {
    display: block;
    height: 100%;
    color: #00B1FB;
}

.tag-box-r {
    display: flex;
    color: #999;
}

.time span:first-child {
    margin-right: 10px;
    color: #ccc;
}

.time {
    display: flex;
    align-items: center;
    margin-right: 31px;
}

.time:last-child {
    margin: 0;
}

.time span:last-child {
    line-height: 16px;
}

.time .iconfont {
    font-size: 15px;
}

/* ----文章部分---- */
.article {
    margin-top: 18px;
}

.article a {
    color: #00B1FB;
    font-weight: bold;
    text-decoration: underline;
}

.article p {
    color: #333;
    font-size: 16px;
    line-height: 36px;
}

.article table {
    width: 100% !important;
}

.article table td {
    background-color: #fff;
    border: solid 1px #000;
}

.article p {
    word-wrap: break-word;
}

.article img {
    max-width: 100% !important;
    height: unset !important;
}

.article-subtitle {
    margin-bottom: 5px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.turn-page {
    margin-top: 50px;
}

.turn-page-box {
    display: flex;
    margin-bottom: 22px;
}

.turn-page-box:last-child {
    margin: 0;
}

.turn-page-btn {
    width: 90px;
    height: 34px;
    margin-right: 21px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
}

.turn-page-btn a {
    display: block;
    text-align: center;
    line-height: 34px;
    color: #666;
}

.turn-page-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.turn-page-text a {
    line-height: 36px;
    color: #666;
}

.turn-page-box:hover .turn-page-btn {
    border: 1px solid #00B1FB;
}

.turn-page-box:hover .turn-page-btn a {
    color: #00B1FB;
}

.turn-page-box:hover .turn-page-text a {
    color: #00B1FB;
}

/* ----- 右侧 ------ */
.r-content {
    flex-shrink: 0;
    width: 258px;
}

/* ---- 项目解读内容页 ----- */
.project-name {
    padding: 15px 0 0 15px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.project-name-pic {
    width: 230px;
    margin: 13px auto 0;
}

.project-name-pic img {
    width: 230px;
    height: 129px;
}

.article em,
.ym-article-content em {
    font-weight: bold;
    font-style: normal;
    padding-left: 25px;
    background-image: url("https://static-cdn.immiknow.com/site/v2.immiknow.com/static/images/icon-yiminzhengce.png");
    background-size: 18px;
    background-repeat: no-repeat;
}

.article table,
.ym-article-content table {
    width: 100% !important;
    background-color: #fff;
    color: rgba(51, 51, 51, 1);
}

.article table th,
.ym-article-content table th,
.article table td,
.ym-article-content table td {
    padding: 9px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.article table td,
.ym-article-content table td {
    background-color: #fff;
    border: solid 1px #000;
}

.article p,
.ym-article-content p {
    word-wrap: break-word;
}

.article table td,
.article table th{
    padding: 6px 3px;
    font-size: 14px;
}
