/* 全局重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: "Microsoft YaHei", "宋体", sans-serif;
    font-size: 14px;
    color: #333;
    background: url(../images/topbck.jpg) no-repeat;
    background-position: top center;
    background-color: #fff;
    line-height: 1.6;
}


.container {
    width: 1200px;
    margin: 0 auto;
}
.bottombg{
    height: 300px;
    margin: 0 auto;
    background: url(../images/ftbck.jpg) no-repeat;
    background-position: bottom center;
}
/* 顶部栏 */
.top-bar {
    height: 40px;
    line-height: 40px;
    background: transparent;
    text-align: right;
    font-size: 12px;
    color: #666;
}

.top-bar .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.top-right-links a {
    color: #333;
    margin: 0 5px;
}

.top-right-links a:hover {
    color: #005eb8;
}

.search-box {
    position: relative;
}

.search-box input {
    width: 150px;
    height: 26px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 13px;
    outline: none;
    font-size: 12px;
}

.search-box button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: none;
    background: url("../images/icon-search.png") no-repeat center;
    cursor: pointer;
}

/* 头部 Logo 区 */
.header {
    padding: 10px 0;
    background: transparent;
}

.header-inner {
    display: flex;
    align-items: center;
}

.logo-area {
    display: flex;
    align-items: center;
}

.logo {
    height: 180px;
    margin-right: 15px;
}

.title-text h1 {
    font-size: 32px;
    color: #005eb8;
    font-weight: normal;
    margin-bottom: 2px;
}

.title-text .title-en {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
}

.title-text h2 {
    font-size: 18px;
    color: #005eb8;
    margin-top: 2px;
    font-weight: normal;
}

/* 主导航栏 */
.main-nav {
    background: #005eb8;
    height: 45px;
    line-height: 45px;
}

.nav-list {
    display: flex;
    justify-content: flex-start;
}

.nav-list li a {
    display: block;
    padding: 0 28px;
    color: #fff;
    font-size: 15px;
    transition: background 0.2s;
}

.nav-list li a:hover,
.nav-list li a.active {
    background: #2185d0;
}

/* 主体内容区 */
.main-content {
    margin: 15px auto;
}

.content-grid {
    display: grid;
    grid-template-columns: 750px 430px;
    gap: 20px;
}

/* 通用模块样式 */
.module {
    margin-bottom: 20px;
}

.module-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.module-header h3 {
    font-size: 18px;
    color: #005eb8;
    font-weight: normal;
    display: flex;
    align-items: center;
}


.module-header_left{
    padding-bottom: 20px;
    border-bottom: 6px solid #1d61ac;
}
.module-header_left img {
    margin-right: 10px;
    vertical-align: bottom;
}
.module-header_left a {
    font-size: 24px;
    color: #1d61ac;
}
.more-btn {
    font-size: 12px;
    color: #666;
}

.more-btn:hover {
    color: #005eb8;
}

/* 新闻资讯模块 */
.news-info .module-header h3::before {
    background: url("../images/icon-news.png") no-repeat center;
}

.news-img {
    float: left;
    width: 220px;
    margin-right: 15px;
}

.news-img img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.img-caption {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    line-height: 1.4;
}

.news-list {
    overflow: hidden;
}

.news-list li {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: dotted 1px gray;
}

.news-list li a {
    color: #333;
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list li .date {
    color: #999;
    float: right;
    font-size: 12px;
}

/* 通知公告模块 */
.notice .module-header h3::before {
    background: url("../images/icon-notice.png") no-repeat center;
}

.notice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.notice-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.notice-date {
    background: #005eb8;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    min-width: 50px;
}

.notice-list li a {
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

/* 心知识模块 */
.heart-knowledge .module-header h3::before {
    background: url("../images/icon-knowledge.png") no-repeat center;
}

.knowledge-img {
    float: left;
    width: 220px;
    margin-right: 15px;
}

.knowledge-img img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.knowledge-list {
    overflow: hidden;
}

.knowledge-list li {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: dotted 1px gray;
}

/* 右侧栏 - 学术信息 */
.academic-info .module-header h3::before {
    background: url("../images/icon-academic.png") no-repeat center;
}

.academic-list li {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.academic-date {
    background: #e8f4fc;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
    min-width: 60px;
}

.academic-date .day {
    display: block;
    font-size: 20px;
    color: #005eb8;
    font-weight: bold;
}

.academic-date .month-year {
    display: block;
    font-size: 12px;
    color: #666;
}

.academic-content a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.info-detail {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    line-height: 1.5;
}

/* 右侧链接 */

.rightlink li {
    width: 366px;
    height: 61px;
    margin-bottom: 10px;
}
.rightlink li a {
    display: block;
    padding: 12px 76px 18px;
    font-size: 22px;
    color: #1d61ac;
}
.rightlink li.bck1 {
    background: url(../images/bck1.jpg) no-repeat
}

.rightlink li.bck2 {
    background: url(../images/bck2.jpg) no-repeat
}

.rightlink li.bck3 {
    background: url(../images/bck3.jpg) no-repeat
}

.rightlink li.bck4 {
    background: url(../images/bck4.jpg) no-repeat
}

.rightlink li.bck5 {
    background: url(../images/bck5.jpg) no-repeat
}

.rightlink li.bck6 {
    background: url(../images/bck6.jpg) no-repeat
}

/* 心育管理模块 */
.heart-management .management-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.management-list li {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
}

.management-list li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.management-list li a {
    color: #333;
    font-size: 14px;
}

/* 心随想模块 */
.heart-thought .module-header h3::before {
    background: url("../images/icon-thought.png") no-repeat center;
}

.thought-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: dotted 1px gray;
}

.thought-list li a {
    color: #333;
    font-size: 13px;
}

.thought-date {
    color: #999;
    font-size: 12px;
}

/* 专题 */
.zn-topic {     padding: 20px 0 0 } 
.zn-topic li {     float: left;     margin-right: 33px } 
.zn-topic li:last-child {     margin-right: 0 } 
.zn-topic li img {     border-radius: 5px;     width: 275px;     height: 154px } 
.zn-link {     padding: 50px 0 36px } 
.zn-link h2 {     font-size: 18px;     color:    #1d61ac;     margin: 1px 0 0 } 
.zn-link li {     float: left } 
.zn-link li:last-child span {     display: none } 
.zn-link li a {     margin: 0 20px } 
.zn-link li a:hover {     text-decoration: underline }
.zn-title {     margin-bottom: 30px;     border-bottom: 1px solid    #c0c0c0 } 
 .zn-title .left {     padding-bottom: 20px;     border-bottom: 6px solid    #1d61ac } 
 .zn-title .left a {     font-size: 24px;     color:    #1d61ac } 
 .zn-title .left img {     margin-right: 10px;     vertical-align: bottom } 
 .zn-title .right a {     display: block;     padding: 7px 15px;     font-size: 12px;     border-radius: 30px;     background-color:    #f0f0f0;     color:    #bebebe;     text-align: center } 
 .zn-title .right a:hover {     color:    #1d61ac }

/* 页脚 */
.footer {
    background: url(../images/ftbck.png);
    border-top: 1px solid #eee;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: white;
}

.footer p {
    margin: 5px 0;
}

/* 左侧二级导航与装饰 */
.left-sidebar {
  width: 220px;
  margin-right: 20px;
}
.side-decor {
  height: 120px;
  background: url(../images/side-decor.png) no-repeat center;
  background-size: cover;
  border-radius: 6px;
}
.sub-nav {
  background: #f5f7fa;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.sub-nav-title {
  background: #005eb8;
  color: #fff;
  font-size: 16px;
  padding: 12px 15px;
  text-align: center;
}
.sub-nav-list li a {
  display: block;
  padding: 11px 18px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
}
.sub-nav-list li a:hover,
.sub-nav-list li a.active {
  background: #e8f4fc;
  color: #005eb8;
  padding-left: 22px;
  transition: all 0.2s;
}
.sub-nav-list li:last-child a {
  border-bottom: none;
}

/* 布局容器：左侧导航 + 右侧内容 */
.container .page-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.container .left-sidebar {
  width: 220px;
  flex-shrink: 0;
}
.container .page-main {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}
/* 新闻列表样式 */
.newslist{
width:1200px;
}

