/* ============================================================
 * news-detail.css
 * 新闻详情页样式（从 views/news/newsDetail.php 内联样式提取）
 * ============================================================ */

/* detail区域 */
.detail {
    width: 1200px;
    margin: 20px auto 20px auto;
    padding: 0px 20px;
    display: flex;
    flex-direction: row;
}

.detail a {
    color: #1D2129;
}

.detail a:hover {
    color: #1F69FF;
}

/* 左侧 */
.detail .left {
    float: left;
    width: 864px;
}

/* 公共box*/
.detail .box {
    padding: 25px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: -3px 3px 15px #E5E6EB;
    border-radius: 4px;
}

/* 内容区域-开始 */
.detail .box.content {
    min-height: 995px;
}

.detail .box .top-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 18px;
    text-align: left;
}

.detail .box .top-info {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.detail .box .top-info .info-item {
    margin-right: 20px;
}

.detail .box .top-tag-share {
    margin: 10px 0 18px 0;
    display: flex;
    justify-content: space-between;
}

.detail .box .top-tag-share .top-tag span {
    color: #1F69FF;
    margin: 0 5px 5px 5px;
}

.top-tag {
    width: 650px;
}

/* 分享-开始 */
.detail .box .top-tag-share .top-share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.detail .box .top-tag-share .top-share .share-1 {
    vertical-align: middle;
    height: 36px;
}

.detail .box .top-tag-share .top-share .share-2 i,
.detail .box .top-tag-share .top-share .share-3 i {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 36px;
    height: 36px;
}

.detail .box .top-tag-share .top-share .share-2 .icon_weibo {
    background-image: url(/images/share/weibo.png);
    background-repeat: no-repeat;
    background-size: 24px;
}

.detail .box .top-tag-share .top-share .share-3 .icon_copy {
    background-image: url(/images/share/copy.png);
    background-repeat: no-repeat;
    background-size: 24px;
}

.detail .box .top-tag-share .top-share .share-2 .icon_weibo:hover {
    background-image: url(/images/share/weibo_select.png);
    background-repeat: no-repeat;
    background-size: 24px;
}

.detail .box .top-tag-share .top-share .share-3 .icon_copy:hover {
    background-image: url(/images/share/copy_select.png);
    background-repeat: no-repeat;
    background-size: 24px;
}

/* 分享-结束 */

.content-article {
    width: 830px;
    overflow-x: auto;
    margin-bottom: 15px;
    font-size: 16px;
}

.content-article img {
    max-width: 800px;
}

.top-prev {
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
}

.top-prev a {
    background-color: #F2F3F5;
    border: #F7F8FA;
    padding: 15px;
    border-radius: 10px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-prev a:hover {
    background-color: #E7F1FE;
}

/* 内容区域-结束 */

/* 公共右侧 title */
.detail .box .title {
    margin-bottom: 20px;
}

.detail .box .title span.title-text {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 18px;
    border-left: 5px solid #1f69ff;
    padding-left: 10px;
}

/* 公共右侧 title 后面 点击换一换 */
.detail .box .title .more {
    float: right;
    display: inline;
    font-size: 14px;
    color: #86909C;
}

.detail .box .title .more:hover {
    color: #1f69ff;
}

.detail .box .tool-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.detail .box .tool-list .tool-item {
    width: 90px;
    text-align: center;
    background-color: #F7F8FA;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
}

.detail .box .tool-list .tool-item:hover .tool-title {
    color: #1F69FF;
}

.detail .box.goods {
    min-height: 100px;
}

/* 推荐咨询 */
.detail .box.resource .article-list .article-item .article-title {
    width: calc(100% - 5px);
    font-weight: 400;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail .box .article-list .article-item {
    margin-bottom: 18px;
}

.detail .box .article-list .article-item:last-child {
    margin-bottom: 0px;
}

.detail .box.resource .article-list .article-item .source-date {
    display: flex;
}

.detail .box.resource .article-list .article-item .source-date .source,
.detail .box.resource .article-list .article-item .source-date .date {
    color: #86909C;
    font-size: 12px;
}

.detail .box.resource .article-list .article-item .source-date .source {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail .box.resource .article-list .article-item .source-date .date {
    width: 90px;
    margin-right: 10px;
}

/* 附件样式 */
.detail .left .box.content .file-url {
    display: flex;
    margin-bottom: 15px;
    color: #86909c;
}

.detail .left .box.content .file-url .file-url-value a {
    color: rgb(0, 102, 204);
}

.detail .left .box.content .file-url .file-name {
    margin-bottom: 6px;
    color: #86909c;
}

/* 转载样式 */
.detail .left .box.content .link-url {
    display: flex;
    color: #86909c;
    margin-bottom: 15px;
}

.detail .left .box.content .link-url .link-url-value a {
    color: #86909c;
}

.main-right {
    width: 344px;
    margin-left: 20px;
}

.right-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.btn {
    cursor: pointer;
}

.right-box-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #1D2129;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right-box-area {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.right-box-push {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right-box-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.right-box-row-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 82px;
    cursor: pointer;
}

.right-box-row-item-img {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-box-row-item-txt {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1D2129;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.right-box-row-rec-img {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-box-row-rec-txt {
    width: 290px;
    line-height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #1D2129;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-box-row-rec-txt a {
    color: #1D2129;
}

.right-box-row-rec-txt a:hover {
    color: blue;
}

.right-row-bottom {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E6EB;
}

.fr {
    display: flex;
    flex-direction: row;
}

.fc {
    display: flex;
    flex-direction: column;
}

.ml1 {
    margin-left: 1px;
}

.ml16 {
    margin-left: 16px;
}

.ml19 {
    margin-left: 19px;
}

.mb16 {
    margin-bottom: 16px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.swiper {
    width: 344px;
    height: 88px;
}

mark {
    background-color: #FFFFFF;
    color: red;
}

.detail-nav {
    width: 1200px;
    margin: 15px auto 15px auto;
    display: flex;
    flex-direction: row;
}

.nav-title {
    height: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #4E5969;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.nav-content {
    height: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #1D2129;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-area-48 {
    width: 48px;
    height: 48px;
}

.icon-area-18 {
    width: 18px;
    height: 18px;
}

.item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.item-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #1D2129;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-title a {
    color: #1D2129;
}

.item-title a:hover {
    color: blue;
}

.item-memo {
    margin-top: 8px;
    height: 36px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #4E5969;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.item-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
    height: 18px;
}

.item-bottom-left {
    display: flex;
    flex-direction: row;
}

.item-bottom-right {
    display: flex;
    flex-direction: row;
}

.item-txt {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #86909C;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.item-seperate {
    margin: 4px 8px;
    width: 0px;
    height: 10px;
    border-left: 1px solid #E5E6EB;
}
