/* 基础样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: rgb(239, 235, 238);
  color: #333;
  line-height: 1.8;
  font-size: 14px;
}

/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 内部容器 */
.inner {
  width: 1200px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  background-color: rgb(239, 235, 238);
  margin-bottom: 0;
}

/* 内部容器 */
.inner {
  width: 1200px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  background-color: rgb(239, 235, 238);
  margin-bottom: 0;
}

/* 顶部英文链接 */
.en {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}

.en .inner {
  text-align: right;
}

.wp_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp_nav li {
  display: inline-block;
  margin-left: 20px;
}

.wp_nav a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.wp_nav a:hover {
  color: #0066cc;
}

/* 头部样式 */
.header {
  background-color: rgb(126,12,96);
  border-bottom: 2px solid rgb(100,10,76);
  padding: 80px 0;
}

.header .mod {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-left {
  flex: 1;
}

.sitelogo a {
  text-decoration: none;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.sitelogo a {
  text-decoration: none;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

/* 导航栏 */
#nav {
  background-color: rgb(241, 241, 241);
  border-bottom: 3px solid rgb(239, 235, 238);
}

.nav .con {
  padding: 0;
}

.navcon {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.navcon .item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.navcon .item:last-child {
  border-right: none;
}

.navcon .item span {
  display: block;
  padding: 8px 8px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  user-select: none;
}

.navcon .item:hover {
  background-color: rgb(220, 220, 220);
}

.navcon .item.selected {
  background-color: rgb(126,12,96);
}

.navcon .item.selected span {
  color: #fff;
}

/* 主内容区 - 顶部个人信息 */
.main0 {
  padding: 30px 0;
  background-color: rgb(239, 235, 238);
}

.main0 .inner {
  display: flex;
  align-items: flex-start;
}

.img_pic {
  width: 200px;
  margin-right: 30px;
}

.img_pic img {
  width: 152px;
  height: 204px;
  border: 3px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mainr {
  flex: 1;
}

.teach_info .con {
  margin-bottom: 20px;
}

.info_detail {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2.2;
  color: #666;
}

.info_detail p {
  margin: 5px 0;
  font-weight: 600;
}

.news_title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.news_title .tip {
  font-size: 16px;
  color: #0066cc;
  margin-left: 15px;
}

.post2 {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.jj .news_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.jj .news_list .news_text {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  color: #333;
  font-weight: bold;
}

.jj .news_list .news_text {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  color: #333;
  font-weight: bold;
}

/* 首页贴图 */
.main1 {
  background-color: rgb(239, 235, 238);
  padding: 0;
}

.banner-image {
  width: 100%;
  overflow: hidden;
}

.banner-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 主内容区域 - 标签页内容 */
.modbox {
  padding: 5px 0;
}

.mainbox {
  width: 100%;
}

.maincon {
  display: none;
}

.maincon.active {
  display: block;
}

.post1 {
  margin-bottom: 10px;
}

.post1 .tt {
  background-color: #f0f0f0;
  border-left: 4px solid #0066cc;
  padding: 6px 20px;
  margin-bottom: 5px;
}

.post1 .tt .tit {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0;
}

.post1 .tt .title {
  color: #0066cc;
}

.post1 .con {
  padding: 10px 20px;
  background-color:#fffffff6;  
  line-height: 1.8;
}

.mbox {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.mbox {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* 表格样式 */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0;
  background-color: rgb(239, 235, 238);
}

table thead {
  background-color: rgb(180, 120, 160);
  color: #fff;
}

table thead th {
  padding: 12px;
  text-align: center;
  font-weight: bold;
  border: 1px solid rgb(150, 80, 130);
}

table thead th a {
  color: #fff;
  text-decoration: none;
}

table thead th a:hover {
  text-decoration: underline;
}

table tbody td {
  padding: 12px;
  border: 1px solid #e0e0e0;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tbody tr:hover {
  background-color: #f0f8ff;
}

table tbody td a {
  color: #0066cc;
  text-decoration: none;
}

table tbody td a:hover {
  text-decoration: underline;
}

/* Table1 - 教育背景 */
.table1 th:nth-child(1),
.table1 td:nth-child(1),
.table1 th:nth-child(2),
.table1 td:nth-child(2),
.table1 th:nth-child(3),
.table1 td:nth-child(3),
.table1 th:nth-child(4),
.table1 td:nth-child(4) {
  text-align: center;
}

/* Table2 - 课题经历 */
.table2 th:nth-child(1),
.table2 td:nth-child(1),
.table2 th:nth-child(3),
.table2 td:nth-child(3) {
  text-align: center;
}

/* Table3 - 会议报告 */
.table3 th:nth-child(1),
.table3 td:nth-child(1) {
  text-align: center;
}

/* Table4 - 项目经历 */
.table4 th {
  text-align: center;
}

.table4 td {
  text-align: left;
}

.table4 ol {
  margin: 10px 0;
  padding-left: 20px;
}

.table4 ol li {
  list-style: decimal;
  margin-bottom: 8px;
  line-height: 1.8;
}

/* Table5 - 获奖情况 */
.table5 th,
.table5 td {
  text-align: center;
}

/* Table5 - 获奖情况 */
.table5 th,
.table5 td {
  text-align: center;
}

/* 底部 */
.footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
  margin-top: 50px;
}

.footer .mod {
  text-align: center;
}

.footer .foot-left {
  width: 100%;
}

.footer .copyright {
  font-size: 14px;
  color: #ccc;
  line-height: 1.8;
  margin: 5px 0;
}

.footer .copyright a {
  color: rgb(239, 235, 238);
  text-decoration: none;
}

.footer .copyright a:hover {
  text-decoration: underline;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .main0 .inner {
    flex-direction: column;
    align-items: center;
  }

  .img_pic {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mainr {
    width: 100%;
  }

  .navcon {
    flex-wrap: wrap;
  }

  .navcon .item {
    flex: 1 0 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  table {
    font-size: 12px;
  }

  table th,
  table td {
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .navcon .item {
    flex: 1 0 100%;
  }

  .news_title {
    font-size: 22px;
  }

  .news_title .tip {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}