﻿body,td,th {
 font-family: 宋体;
 font-size: 12px;
}
body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background:url("../image/bodybg.gif")/*tpa=http://renwen.tjufe.edu.cn/images/../image/bodybg.gif*/ repeat-x top;}
a:link{text-decoration:none; color:#000000;}
a:visited{text-decoration:none; color:#000000;}
a:hover{text-decoration:none; color:#cc0000;}
.borTop{border:1px solid #e9efd5;}
.conT{background:url("../image/contBG.gif")/*tpa=http://renwen.tjufe.edu.cn/images/../image/contBG.gif*/ repeat-x top; padding-top:5px;}
.margin6{margin-top:6px;}
.borAwhite{border:1px solid #FFFFFF;}
h3{font-size:12px; color:#ff7200; margin:0px; padding:0px;}
.padL9{padding-left:9px;}
.newsbg{background-position:top; background-repeat:repeat-x;}
.borAllNews{border:1px solid #d7e9cb;}
h2{font-size:14px; margin:0px; padding:0 0 0 15px; color:#3b7400;}
.padR15{padding-right:15px;}
.padL50{padding-left:50px;}
.djgz{background:url("../image/conbg3.gif")/*tpa=http://renwen.tjufe.edu.cn/images/../image/conbg3.gif*/ repeat-x top;}
.bgonr{background-repeat:no-repeat; background-position:center;}

/* 富文本内容布局固定与响应式修复 */
.news-content {
    word-wrap: break-word;
    word-break: normal;
    overflow-x: auto; /* 允许横向滚动，防止撑开页面 */
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.news-content * {
    box-sizing: border-box;
}

.news-content p {
    margin: 10px 0;
    line-height: 1.8;
}

.news-content table p {
    margin: 5px 0;
}

.news-content img, 
.news-content video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

.news-content audio {
    max-width: 100% !important;
    display: block;
    margin: 10px auto;
}

.news-content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse;
    margin: 10px 0;
    table-layout: auto !important;
}

.news-content table td, 
.news-content table th {
    word-break: break-all;
    border: 1px solid #ddd;
    padding: 8px;
}

/* 兼容Quill编辑器导出的表格 */
.news-content .ql-table-wrapper {
    width: 100% !important;
    overflow-x: auto;
    margin: 10px 0;
}

.news-content .ql-table {
    width: 100% !important;
    margin: 0 !important;
}

.news-content colgroup col {
    width: auto !important; /* 覆盖固定宽度 */
}