/* 教师名单页面（table） */
.teachaa td,
.teachaa th,
.teachaa tr th {
  padding: 18px 18px 18px 10px !important;
  font-weight: 400 !important;
  border-top: 1px solid #ddd !important;

}

.teachaa {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}

.teachaa tbody tr {
  white-space: nowrap;
  border: none;
  background: #fff;
  border: none !important;
  font-size: 16px;
  color: #666;
}

.teachaa tr td a {
  font-size: 16px;
  color: #666;
}

.teachaa tbody tr td a:hover {
  text-decoration: underline;
  color: #0096ff;
}

.teachaa thead th,
.teachaa tfoot th {
  background-color: #f9f9f9;
  font-size: 16px !important;
}

.teachaa thead th a:hover {
  text-decoration: underline;
  color: #0096ff;
}

.teachaa thead th a {

  color: #666;
}

.teachaa thead th:hover {
  background-color: #EEE;
}



/* 教师名单页面（页面编辑） */
.persons {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #6aa63e;
  padding: 0cm 0cm 0cm 10px;
  background: #eeeeee;
  text-align: left;
  text-indent: 1em;
}

.persons dd {
  text-indent: 1em;
  line-height: 50px;
  background: #eeeeee;
  border: none;
  padding: 0cm;
  text-align: left;
  margin: 10px 0cm;
}


.persons strong {
  color: #000;
  font-size: 20px;
}

.aricle_content .persons {
  line-height: 50px;
}

/* 此css以上内容是新加css样式 */
/* 此css以下内容是在web.fosu.edn主题里直接拷贝过来的。时间：2023年03月31日 */
/*====PAGE页表格样式====*/
.bread {
  margin: 0 0 10px 0;
}

.tablepress {
  width: 100%;
  color: #666;
  border-collapse: collapse;
  border-spacing: 0;
}

.tablepress tr th {
  font-size: 14px;
}

.tablepress tr td {
  width: 20%;
    min-height: 20px;
    line-height: 20px;
    padding: 18px;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
}

.tablepress tr td.column-1 {
  width: 20%;
}

.tablepress tr td:hover {
  background-color: #EEE;
}

.tablepress .odd td {
  background-color: #f9f9f9;
}

.tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #ddd
}

.tablepress tbody td {
  vertical-align: top;
}

.tablepress td,
.tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: center;
  
  float: none !important;
}

.tablepress .even td {
  background-color: #fff;
}


.tablepress a:hover {
  color: #054c7b;
}
.tablepress td {
  border: 1px solid #ddd;
}

.content-item table p {
  margin: 6px 0;
}


/*高层次人才*/
.talents tbody tr td {
  white-space: nowrap;
  border: none;
  word-break: keep-all;
}

.talents {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  border: none !important;
  border-color: #fff !important;
  margin: 0 0 0 10px;
}

.talents tbody tr {
  white-space: nowrap;
  border: none;
  background: #fff;
  border: none !important;
  font-size: 16px;
  color: #666;
}

.talents tbody tr td:first-child {
  font-weight: 600;
}

.talents tbody tr td a {
  font-size: 16px;
  color: #666;
}

.talents tbody tr td a:hover {
  text-decoration: underline;
  color: #0096ff;
}

p.person {
  padding: 0 0 12px 0;
  /* border-left: 5px solid #73b5ff; */
  /* margin: 0 0 0 14px; */
  /* border-bottom: 1px solid #999999; */
}

p.person strong {
  padding: 0 0 0 8px;
  margin: 0 0 0 -14px;
  border-left: 5px solid #73b5ff;
}

/*学者教授*/
.teachtbody tr td {
  white-space: nowrap;
  border: none;
  word-break: keep-all;
}

.teach {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}

.teach tbody tr {
  white-space: nowrap;
  border: none;
  background: #fff;
  border: none !important;
  font-size: 16px;
  color: #666;
}

.teach tbody tr td a {
  font-size: 16px;
  color: #666;
}

.teach tbody tr td a:hover {
  text-decoration: underline;
  color: #0096ff;
}

.margin-l-10 {
  margin: 0 0 0 10px;
}

/*终止*/
@media only screen and (max-width:1400px) and (min-width:769px) {
  .content-item table {
    width: auto !important;
    max-width: 100% !important;
  }

  .content-item .tablepress {
    width: 100% !important;
  }

  .hastable-cont .content-item h4 {
    border-bottom: 1px solid #999;
    height: auto;
  }
}

.content-item #leading {
  width: 100% !important;
}


@media only screen and (max-width:768px) {

  .tablepress tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*.tablepress tr td{
    width:auto;
    display:block;
  }

  .tablepress.four-td-tablepress tr td{
    display:table-cell;
  }*/

}

/* JS动态分配-拥有tablepress表格的页面 */
.hastable-cont .content-title {
  display: none;
}

/*.hastable-cont .bread,
.hastable-cont .bread a{
  font-size:14px;
}
*/
.hastable-cont .content-item {
  padding: 0;
}

.hastable-cont .content-item h4 {
  border-bottom: 1px solid #999;
  height: 42px;
  line-height: 42px;
}

.hastable-cont .content-item h4>strong {
  display: inline-block;
  border-bottom: 3px solid #0096FF;
  height: 38px;
  line-height: 38px;
}

@media only screen and (max-width:1400px) {

  .tablepress tr td {
    font-size: 16px;
  }

  .tablepress.four-td-tablepress tr td {
    font-size: 14px;
  }

  .talents tbody tr td a {
    font-size: 16px;
  }

  .teach tbody tr td a {
    font-size: 16px;
  }

  .hastable-cont .content-item h4 {
    border-bottom: 1px solid #999;
    height: auto;
  }
}

/* 机构设置、优势专业、精品课程 */
.tablepress.tp-jgsz tr td {}

@media only screen and (max-width: 1000px) {
  .talents tbody tr {
    white-space: nowrap;
    border: none;
    background: #fff;
    border: none !important;
    font-size: 16px;
    color: #666;
  }

  .talents tbody tr td:first-child {
    font-weight: 600;
  }

  .talents {
    width: 800px !important;
    ;
  }

  .talents tbody tr td a {
    font-size: 16px;
  }

  .teach tbody tr td a {
    font-size: 16px;
  }

  .teach {
    width: 800px !important;
    ;
  }

  .content-item .bread {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width:768px) {

  .tablepress.tp-jgsz tr td {
    display: block;
    width: 100%;
  }

  .content-item .bread {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}

/* 优质课程，精品共享课 */
.tablepress.four-td-tablepress tr .column-1,
.tablepress.four-td-tablepress tr .column-3 {
  /*4列样式*/
  width: 15%;
}

.tablepress.four-td-tablepress tr .column-2,
.tablepress.four-td-tablepress tr .column-4 {
  width: 35%;
}

.tablepress.four-td-tablepress tr td {
  font-size: 16px;
}

@media only screen and (max-width:768px) {

  .tablepress.four-td-tablepress tr .column-1,
  .tablepress.four-td-tablepress tr .column-3 {
    /*4列样式*/
    width: 60px;
  }

  .tablepress.four-td-tablepress tr .column-2,
  .tablepress.four-td-tablepress tr .column-4 {
    width: 42%;
    vertical-align: middle;
  }
}

/* 科研平台 */
.tablepress.tp-kypt {}

.tablepress.tp-kypt tr th {
  font-size: 14px;
  text-align: center;
}

.tablepress.tp-kypt tr td {
  padding: 10px 2px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.tablepress.tp-kypt .column-1 {
  width: 6%;
}

.tablepress.tp-kypt .column-2 {
  width: 40%;
}

.tablepress.tp-kypt .column-3 {
  width: 40%;
}

.tablepress.tp-kypt .column-4 {
  width: 14%;
}