P{margin:0;padding:0} 
BODY {
 FONT-SIZE: 12px; FONT-FAMILY: 宋体
}
TD {
 FONT-SIZE: 12px; FONT-FAMILY: 宋体
}
TH {
 FONT-SIZE: 12px; FONT-FAMILY: 宋体
}
BODY {
 PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BACKGROUND-COLOR: #ffffff
}
A {
 COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
 COLOR: #ba311e; TEXT-DECORATION: underline
}
.grnet {
 FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #976712
}
A.grnet:link {
 FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #976712; TEXT-DECORATION: none
}
A.grnet:visited {
 FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #976712; TEXT-DECORATION: none
}
A.grnet:hover {
 FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #c72a01; TEXT-DECORATION: underline
}
.link_b1 {
 PADDING-RIGHT: 18px
}
A.link_b1:link {
 COLOR: #ffffff; TEXT-DECORATION: none
}
A.link_b1:visited {
 COLOR: #ffffff; TEXT-DECORATION: none
}
A.link_b1:hover {
 COLOR: #325600; TEXT-DECORATION: underline
}
.border_1 {
 BORDER-RIGHT: #d2d2d2 1px solid; BORDER-TOP: #d2d2d2 1px solid; BORDER-LEFT: #d2d2d2 1px solid; BORDER-BOTTOM: #d2d2d2 1px solid; HEIGHT: 20px
}
.border_2 {
 BORDER-RIGHT: #d2d2d2 1px solid; BORDER-TOP: #d2d2d2 1px solid; BORDER-LEFT: #d2d2d2 1px solid; BORDER-BOTTOM: #d2d2d2 1px solid
}
.title_college {
 FONT-SIZE: 12px; COLOR: #966310
}
.title {
 FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #976712
}
.title1 {
 FONT-SIZE: 13px; COLOR: #444444; LINE-HEIGHT: 18px
}
/* New Header Styles */
.top_box { width: 100%; background-color: #8B0000; min-width: 955px; }
.top_line { height: 35px; line-height: 35px; background-color: #7000008f;  color: #fff; }
.top_line table { height: 35px; }
.top_line td { color: #fff; font-size: 12px; vertical-align: middle; }
.top_line a { color: #fff; text-decoration: none; margin: 0 5px; }
.top_line a:hover { text-decoration: underline; }
.top_line_left { float: left; padding-left: 20px; color: #fff; font-size: 12px; }
.top_line_right { float: right; padding-right: 20px; font-size: 12px; }
.top_line_right a { color: #fff; margin: 0 8px; text-decoration: none; }
.top_line_right a:hover { text-decoration: underline; }
.top_logo { display: flex; align-items: center; padding: 10px 20px; height: 100px; position: relative; }
.top_logo_left { margin-right: 20px; }
.top_separator { width: 1px; height: 50px; background-color: rgba(255,255,255,0.6); margin-right: 20px; }
.top_title_box { display: flex; flex-direction: column; justify-content: center; position: absolute; left: 50%; transform: translateX(-50%); align-items: center; }
.top_title_cn { font-family: "Microsoft YaHei", "SimHei", "Songti SC", serif; font-size: 48px; color: #ffffff; letter-spacing: 4px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.top_title_en { font-family: Arial, sans-serif; font-size: 14px; color: rgba(255,255,255,0.9); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 5px; }
/* Main Content Styles */
.main-container { width: 1200px; margin: 20px auto; background-color: #fff; }

/* Top Row Styles */
.top-row { display: flex; justify-content: space-between; margin-bottom: 20px; }
.top-left { width: 40%; min-height: 250px; }
.top-right { width: 58%; background: #fff; padding: 10px; box-sizing: border-box; border: 1px solid #eee; min-height: 250px; }
.top-left img { width: 100%; height: auto; display: block; }

/* Main Body Split */
.main-body { display: flex; justify-content: space-between; align-items: flex-start; }
.left-column { width: 280px; }
.right-column { width: 900px; display: flex; flex-wrap: wrap; justify-content: space-between; }

/* Content Box Styles */
.content-box { width: 48%; margin-bottom: 20px; background: #fff; padding: 10px; box-sizing: border-box; border: 1px solid #eee; min-height: 200px; }
.left-column .content-box { min-height: 150px; }
.content-box.full-width { width: 100%; }
.section-header { border-bottom: 2px solid #ba311e; padding-bottom: 10px; margin-bottom: 15px; display: flex; justify-content: space-between; align-items: flex-end; }
.section-title { font-size: 18px; font-weight: bold; color: #333; font-family: "Microsoft Yahei", 宋体, sans-serif; }
.section-more { font-size: 12px; color: #999; text-decoration: none; }
.section-more:hover { color: #ba311e; text-decoration: underline; }

/* Search Box Styles */
.search-box { background: #f9f9f9; padding: 15px; margin-bottom: 20px; border: 1px solid #eee; }
.search-input { width: 180px; height: 25px; border: 1px solid #ddd; padding: 0 5px; }
.search-button { background: #ba311e; color: #fff; border: none; height: 27px; padding: 0 10px; cursor: pointer; }

/* News List Styles */
.news-list { list-style: none; padding: 0; margin: 0; }
.news-list li { height: 35px; line-height: 35px; border-bottom: 1px dashed #eee; display: flex; justify-content: space-between; align-items: center; }
.news-list li a { color: #333; font-size: 14px; text-decoration: none; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-list li a:hover { color: #ba311e; }
.news-date { font-size: 12px; color: #999; margin-left: 10px; width: 80px; text-align: right; }

/* LJJY and ZCFG Styles */
.ljjy, .zcfg { width: 100%; margin-bottom: 20px; }
.ljjy-con { width: 100%; }
.ljjy-con ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-around; flex-wrap: wrap; }
.ljjy-con li { margin: 5px; }
.ljjy-con img { border: 1px solid #eee; display: block; width: 280px; height: 60px; object-fit: cover; }
.ljjy-con img:hover { border-color: #ba311e; opacity: 0.9; }

/* Footer Styles */
.footer-container { width: 100%; height: 100px;background-color: #9b1b1b; margin-top: 20px; }
.footer-content { width: 955px;  margin: 0 auto; color: #fff; text-align: center; font-size: 14px; }
.footer-content p { margin: 5px 0; }


/* Reset for old table styles if needed */
table { border-collapse: collapse; }

.nav-menu { width: 100%; background-color: #9b1b1b; min-width: 955px; height: 40px; }
.nav-list { list-style: none; margin: 0 auto; padding: 0; width: 955px; display: flex; justify-content: space-between; position: relative; }
.nav-item { float: left; position: relative; height: 40px; line-height: 40px; }
.nav-item a { display: block; color: #fff; text-decoration: none; padding: 0 15px; font-size: 16px; font-weight: bold; font-family: "Microsoft Yahei", 宋体, sans-serif; }
.nav-item a:hover { background-color: #900000; }
.sub-menu { display: none; position: absolute; top: 40px; left: 0; background-color: #fff; border: 1px solid #ddd; min-width: 100px; width: max-content; z-index: 1000; box-shadow: 0 2px 5px rgba(0,0,0,0.2); list-style: none; padding: 0; margin: 0; }
.nav-item:hover .sub-menu { display: block; }
.sub-menu li { display: block; height: 35px; line-height: 35px; border-bottom: 1px solid #eee; width: 100%; }
.sub-menu li:last-child { border-bottom: none; }
.sub-menu a { color: #333 !important; font-size: 13px; font-weight: normal; display: block; padding: 0 15px; text-decoration: none; line-height: 35px; white-space: nowrap; }
.sub-menu a:hover { background-color: #ffe6e6; color: #ba311e !important; }
.fontstyle190478 { color: #fff; display: inline-block; }