﻿.newsDetailBox {
    margin: 0 auto;
    display: flex;
    width: 1065px;
    flex-wrap: wrap;
    padding-bottom: 64px;
    padding-top: 40px;
    justify-content: space-between;
}
body {
    background: #f8f8f8;
}
.newsDetailBox .detail {
    flex: 3;
    margin-right: 24px;
    background: #fff;
    padding: 0 18px;
}
.newsDetailBox .more {
    flex: 1;
    padding: 0 18px;
    background: #fff;
    height: max-content;
}
.newsDetailBox .more a {
    text-decoration: none;
}
.detail .deTitle {
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 18px 0;
    color: #222;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
}
.deTitleDescBox {
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 28px;
}
.deTitleDescBox .item {
    color: #666;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin-right: 64px;
}
.newsText {
    color: #222;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.newsText .item {
    text-indent: 2em;
}
.newsImage {
    width: 100%;
    margin-bottom: 24px;
}
.more .moTitle {
    color: #222;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    padding: 18px 0 6px;
}
.more .item {
    cursor: pointer;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}
.more .item:last-child {
    border: none;
}
.more .item .moItemTitle {
    color: #222;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 6px;
}
.moItemDesc {
    color: #666;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.grayLine {
    background: #f8f8f8;
    height: 24px;
    width: calc(100% + 36px);
    transform: translateX(-18px);
}
.newsNav {
    display: flex;
    background: #f8f8f8;
    width: calc(100% + 36px);
    transform: translateX(-18px);
}
.newsNav .item {
    cursor: pointer;
    padding: 18px 0;
    flex: 1;
    background: #fff;
    display: flex;
    align-items: center;
}
.newsNav .item:first-child {
    margin-right: 18px;
}

.item .tagName {
    flex-shrink: 0;
    padding-right: 18px;
    border-right: 1px solid #eee;
}
.item .tagName:first-child {
    margin-left: 18px;
}
.item .tagText {
    
    width: 260px;
    color: #222;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; 
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item .tagText a{
    text-decoration: none;
    color: #222;
}