﻿@import 'root.css';
.layout-common {
    width: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.layout-error main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main {
    flex: 1;
    width: 100%;
}
main .main-content {
    width: 85%;
    margin: 30px auto;
}
header.layout-header {
    position: relative;
}
header.layout-header nav {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
}
nav {
    padding: 0;
    margin: 0;
}
.nav-md {
    position: relative;
    justify-content: flex-end;
}
.nav-md a.logo {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-phone {
    /*height: 50px;*/
    overflow: hidden;
    display: unset !important;
    z-index: 9999;
}

/**  面包屑 **/
ol.tsinghua-breadcrumb-list {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 10px 0;
    list-style: none;
    line-height: 2em;
    border-bottom: 1px solid #e5e5e5;
}
ol.tsinghua-breadcrumb-list li.breadcrumb-home {
    display: flex;
    align-items: center;
}
ol.tsinghua-breadcrumb-list li.breadcrumb-home img {
    width: 20px;
    height: 20px;
}
ol.tsinghua-breadcrumb-list > li+li:before {
    content: ">";
    padding: 0 5px;
    color: #e5e5e5;
}
/**  面包屑end **/

/** 侧边导航 **/
.nav-left-menu {
    padding: 30px 0;
    color: #fff;
    text-align: center;
    background-color: var(--main-color);
}
.nav-left-menu-line {
    width: 10%;
    height: 3px;
    margin: 18px auto; 
    background-color: #fff;
}
ul.nav-left-menu-list {
    width: 100%;
    list-style: none;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.1);
}
ul.nav-left-menu-list > li.nav-left-menu-list-item {  
    border-left: 2px solid transparent;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
ul.nav-left-menu-list > li.nav-left-menu-list-item:last-child {
    border: none;
}
ul.nav-left-menu-list > li.nav-left-menu-list-item:hover {
    cursor: pointer;
}
ul.nav-left-menu-list > li.nav-left-menu-list-item a {
    display: block;
    padding: 5% 10%;
    font-size: large;
    color: var(--main-color) !important;
}
ul.nav-left-menu-list > li.nav-left-menu-list-item.active {
    font-weight: bold;
    border-left: 2px solid var(--main-color);
}
.pos-fixed {/** 侧边导航定位 **/
    position: fixed;
    margin:0;
    /*top: 1%;*/
    z-index: 999;
}
/** 侧边导航end **/

/** 单页 **/
.page-about {
    background: url('../image/about-bg.png') no-repeat right top;
}
/* @media screen and (max-width: 767px){
    .page-about {
        padding: 20px;
    }
} */
/** 单页end **/

/** 人才活动 海外布局 **/
.activity-item {
    cursor: pointer;
}
.activity-item:hover .activity-text {
    background: rgba(0,0,0,0.1);
}
.activity-text {
    /*background: rgba(255,255,255,0.8);*/
    background-color: #faf5fc;
}
.activity-text .activity-title {
    font-weight: bold;
    height: 58px;
    width: 100%;
    font-size: 18px;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    
    /* 居中设置 */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* 文本溢出处理 */
    overflow: hidden;
    padding: 0 10px;
}
.activity-text .activity-title span {
    /* 文本基础样式 */
    white-space: nowrap;     /* 强制不换行 */
    text-overflow: ellipsis; /* 溢出显示省略号 */
    overflow: hidden;        /* 隐藏溢出内容 */
    width: 100%;            /* 重要：让文本元素宽度适应容器 */
    text-align: center;      /* 文本居中 */
    
    /* 当内容不足以溢出时的样式 */
    display: inline-block;   /* 允许内容决定宽度 */
    max-width: 100%;         /* 不超过容器宽度 */
}
.activity-text .activity-abstract {
	padding: 5% 6%;
    font-size: 0.9em;
    height: 6.5em;
    display: flex;
    justify-content: center;
    line-height: 1.5em;
}
@media(max-width: 992px){
    .activity-item {
        padding: 0;
    }
}
/** 人才活动end 海外布局end **/

/** 专家团队 **/
.layout-talents-list {
    background: url('../image/talents-list-bg.jpg') no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.talents-list {
  width: 100%;
}
.talent-box {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 20px;
}
.talent-box .talent-pic {
  width: 100%;
}
.talent-box .talent-pic img.error, .talent-box .talent-pic .no-pic {
  display: block;
  min-height: 180px;
  border: 1px solid #eee;
}
.talent-box .talent-intr {
  width: 85%;
  position: absolute;
  bottom: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20%;
  color: #fff;
}
.talent-box .talent-intr strong {
  font-size: 1vw;
}
.talent-box .talent-intr .talent-unit {
  margin-top: 8px;
  font-size: 0.5vw;
}
ul.talents-field-menu-md {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}
ul.talents-field-menu-md > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1%;
}
ul.talents-field-menu-md > li > span {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(14px calc(16px - 0.1vw), 16px);
}
li.talents-field-item {
    float: left;
    padding: 5px 24px;
    margin: 1% 1.5%;
    border-radius: 25px;
    background-color: #f3f3f3;
    cursor: pointer;
}
ul.talents-field-menu-md > li:hover,
li.talents-field-item.active {
    color: #fff;
    background-color: var(--main-color);
}
/** 专家团队end **/
/** 专家详情 **/
.talent-detail {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 16px 3px rgba(0,0,0,.1);
}
.talent-detail .talent-item {
  display: flex;
  padding: 3%;
  background-image: url('../image/telent.jpg');
  background-size: contain;
  background-position: right top;
  background-color: #ecf1f9;
  background-repeat: no-repeat;
}
.talent-detail .talent-item .talent-pic img.error {
  display: block;
  width: 300px;
  height: 390px;
  border: 1px solid #eee;
}
.talent-detail .talent-item .talent-info {
  flex: 1;
  margin-left: 46px;
}
.talent-detail .talent-item .talent-info .talent-info-name {
  display: inline-flex;
  align-items: baseline;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 10px;
  margin-top: 34px;
}
.talent-detail .talent-item .talent-info .talent-info-name span:first-child {
  font-size: 32px;
  font-weight: bold;
  margin-right: 10px;
}
.talent-detail .talent-item .talent-info .talent-abstract {
  margin-top: 3em;
  /* text-indent: 2em; */
  
}
.talent-detail .talent-item .talent-info .talent-abstract p {
    line-height: 2em;
}
.talent-detail-content {
  padding: 0 5%;
}
.talent-detail-content li p {
    text-indent: 2em !important;
}
.talent-detail-content p {
    margin: 2% 0 !important;
    text-indent: 0 !important;
}
.talent-item .talent-name {
    display: flex;
    align-items: baseline;
}
.talent-item .talent-name h4 {
    margin-left: 10px;
}
@media(max-width: 768px){
  .talent-detail .talent-item {
    flex-direction: column;
    padding: 8%;
  }
  .talent-detail .talent-item .talent-pic img.error {
    margin: 0 auto;
  }
  .talent-detail .talent-item .talent-info {
    margin-left: 0;
  }
}
@media(min-width: 768px){
  .talent-item {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}
/** 专家详情end **/

/** 人才招聘 **/
.recruit-list-item-md {
    display: flex;
}
.recruit-list-item-md .recruit-list-item-date-md {
    display: flex;
    width: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    margin-right: 10px;
    border-right: 1px dotted var(--main-color-trn8);
}
a.recruit-list-item-title {
    flex: 1;
    font-size: 18px;
}
.recruit-list-item:not(:last-child) {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e5e5e5;
}

.recruit-list-item-sm .recruit-list-item-date {
    margin-top: 8px;
}
/** 人才招聘end **/
/** 人才招聘详情 **/
.recruit-detail-header {
    color: var(--main-color);
    margin: 30px 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--main-color);
}
.recruit-detail-header .recruit-title {
    font-size: 28px;
}
.recruit-detail-header .recruit-date {
    width: 100%;
    text-align: end;
    margin-top: 5%;
}
/** 人才招聘详情end **/

/** 组织机构 **/
.org-title {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}
/*.org-title a {
    color: #333;
}
.org-title a:hover {
    color: #7e528f;
}*/
.center-name {
    padding-left: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.center-dot {
    width: 16px;
    text-align: center;
}
.center-dot::before {
    content :counter(sub-item,disc);
    color: #c6c6c6;
}
/** 组织机构end **/

/** 党群 **/
.party-list .party-item {
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.party-list .party-item:last-child {
    box-sizing: border-box;
    border-right: none;
}
.party-title {
    display: flex;
    justify-content: center;
}
.party-title p {
    width: 1.5em;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}
.party-item-first p {
    letter-spacing: 0.5em;
    font-size: xx-large;
    font-weight: bold;
}
.party-detail .party-item {
    display: flex;
    justify-content: space-around;
}
.party-detail .party-item .party-name {
  flex: 1;
  padding-left: 0;
  color: var(--main-color);
}
.party-detail .party-item .party-pic {
    width: 150px;
    height: 150px;
}
/** 党群end **/
/** 荣誉成果 **/
.column-honor {
    display: flex;
}
.honor-year-list-md {
    width: 100px;
    display: flex;
    justify-content: center;
    margin-right: 2%;
}
.honor-year-list-md .honor-year-list-line {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: -1;
    border-left: 2px solid #ededed;
}
li.honor-year-item {
    width: 100px;
    height: 100px;
    background-color: #ededed;
    border-radius: 50%;
    margin-bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
li.honor-year-item:last-child {
    margin-bottom: 0;
}
li.honor-year-item.active {
    font-size: 24px;
    color: #fff;
    background-color: var(--main-color);
}
.honor-year-list-xs, .talents-field-list-xs, .publicity-type-list-xs {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 1;
    background: rgba(0,0,0,0.75);
}
.picker-box {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.picker-btn-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2% 3%;
    border-bottom: 1px solid #eee;
}
.picker-menu {
    display: block !important;
    flex: 1;
    padding: 0 3%;
    overflow-y: auto;
}
.picker-menu > li {
    width: 100%;
    padding: 2%;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.picker-menu > li.active, .picker-menu > li.active a {
    background: var(--main-color);
    color: #fff;
}
.picker-select-text {
    cursor: pointer;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    margin-bottom: 2%;
    margin-bottom: 2%;
    color: var(--main-color);
    border-radius: 30px;
    background: #eee;    
}
li.honor-item:last-child {
    margin-bottom: 0;
}
li.honor-item .honor-item-title {
    width: 100%;
    font-size: x-large;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 2%;
}
li.honor-item .honor-item-unit {
    width: 100%;
    display: inline-block;
}
.honor-item-hjdw, .honor-item-sjdw {
    display: flex;
    float: left;
    padding-right: 3%;
}
/** 荣誉成果end **/

/** 历史沿革 **/
.history-list {
    position: relative;
}
.history-list .history-date-line {
    position: absolute;
    height: calc(98% - 80px);
    left: calc(40px + 1%);
    top: calc(40px + 1%);
    z-index: 0;
    border-left: 2px solid var(--main-color);
}
.history-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.history-date {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    background: var(--main-color);
    color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 8;
}
.history-date .history-date-d {
    font-size: 21px;
}
.history-date .history-date-ym {
    font-size: 10px;
}
.history-text {
    flex: 1;
    padding-left: 2%;
}
.history-text ul > li {
    margin-bottom: 10px;
}
.history-text ul > li:last-child {
    margin-bottom: 0;
}
@media(max-width: 767px){
    .history-list .history-date-line {
        position: absolute;
        height: calc(98% - 60px);
        left: calc(30px + 1%);
        top: calc(30px + 2%);
        z-index: 0;
        border-left: 2px solid var(--main-color);
    }
    .history-date {
        width: 60px;
        height: 60px;
        display: flex;
        flex-direction: column;
        background: var(--main-color);
        color: white;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        z-index: 8;
    }
    .history-date .history-date-d {
        font-size: 17px;
    }
    .history-date .history-date-ym {
        font-size: 6px;
    } 
}
/** 历史沿革end **/

/** 首页 **/

/** 首页新闻资讯 **/
.home-news-item {
    margin-bottom: 3%;
}
.home-news-item img {
    width: 100%;
}
.home-news-content {
    width: 100%;
    text-align: start;
    padding: 15px 30px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
}
.home-news-content-text {
    margin-top: 10px;
}
.home-news-content-title {
    font-size: 22px;
}
.home-news-content-abs {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
    line-height: 24px;
    color: grey;
    margin: 12px 0;
}
/*@media(min-width: 768px) {*/
    .home-row {
        padding: 4% 10%;
    }
/*}*/
@media(max-width: 767px) {
    .home-row {
        padding: 0;
    }
    .container-fluid, .talents-activity {
        padding-right: 0px;
        padding-left: 0px;
    }
}
/** 首页新闻资讯end **/
/** 首页科技工作 **/
.home-technology {
    background: #f6f6f6;
    padding-bottom: 30px;
}
.home-technology-item {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.home-technology-title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.home-technology-title:hover {
    cursor: pointer;
    background: rgba(0,0,0,.1)
}
.home-technology-title-line {
    height: 2px;
    width: 18%;
    margin: 9px auto;
    background: #fff;
}
/** 首页科技工作end **/
/** 首页主题活动 **/
.home-active {
    position: relative;
    width: 100%;
    height: 0;
    cursor: pointer;
}
.home-active-item {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;
}
.home-active-item.active .home-active-item-text {
    display: block;
}
.home-active-item.active .home-active-item-title-en {
    border-top: 1px solid #fff;
}
.home-active-item-text {
    width: 50%;
    height: 100%;
    display: none;
    padding: 20px;
    background: #f8f9fa;
    overflow: hidden;
    /*box-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/
}
.home-active-item-img {
    position: relative;
}
.home-active-item-text-content {
    line-height: 2em;
    font-size: 1vw;
}
.home-active-item-title {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    color: #fff;
    font-size: 1.6vw;
    text-align: end;
}
.home-active-item-title-ch, .home-active-item-title-en {
    padding: 10px 0;
  }
.home-active-item-title-ch{
    font-weight: bold;
}
.home-active-item-text-arrow {
    height: 50px;
    margin: 25px 0;
} 
.text-show-tip {
    display: block;
    animation: showtip 5s 1;
    animation-fill-mode: forwards;
}
@keyframes showtip {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.text-hide-tip {
    display: none;
    animation: hidetip 16s 1;
    animation-fill-mode: forwards;
}
@keyframes hidetip {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/*.home-active-item-num {
    height: 50%;
    width: 100%;
    font-size: 140px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
/** 首页主题活动end **/
/** 首页end **/

/** 新闻资讯 **/
.news-list-text {
    padding: 10px 20px;
}
.news-list-item {
    padding: 15px;
    margin-bottom: 1%;
    border: 1px solid #e5e5e5;
}
/*.news-list-item:hover {
    /*cursor: pointer;
    background-color: #ededed;
}*/
.news-list-item-date-md {
    width: 66px;
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-right: 15px;
    color: white;
    border-radius: 10px;
    background: var(--main-color);
}
.news-list-item-title, .news-list-item-abst {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-list-item-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    /*-webkit-line-clamp: 1;*/
}
.news-list-item-date {
    margin-top: 6px;
}
.news-list-item-abst {
    margin: 15px 0 0;
    /*-webkit-line-clamp: 2;*/
}
.news-list-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-list-item-link img {
    visibility: hidden;
}
.news-detail-header {
    color: var(--main-color);
    text-align: center;
    margin: 30px 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--main-color);
}
.news-detail-header .news-title {
    font-size: 28px;
}
.news-detail-header .news-date {
    margin-top: 5%;
}
@media(max-width: 767px) {
    .news-detail-header .news-title {
        font-size: 20px;
    } 
}
/** 新闻资讯end **/

/** 科技工作下的4个中心 **/
.page-main-title {
    margin-bottom: 30px;
}
.center-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}
.center-title-decorate-right, .center-title-decorate-left {
    width: 30px;
    border-style: solid;
    border-color: var(--main-color);
    border-top-width: 3px;
    border-bottom-width: 3px;
}
.center-title-decorate-right {
    border-right-width: 3px;
    border-left-width: 0;
}
.center-title-decorate-left { 
    border-right-width: 0;
    border-left-width: 3px;    
}
.center-title-text {
    margin: 0 30px;
    padding: 10px 0 5px;
}
.center-title-text p {
    margin-top: 10px;
}
.center-list {
    width: 100%;
}
.center-db-doc {
    position: relative;
    width: 16px;
    height: 8px;
}
.center-db-doc .center-db-doc-top, .center-db-doc .center-db-doc-bottom {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.center-db-doc .center-db-doc-bottom {  
    top: 8px;
    left: 6px;
    background: var(--main-color);
    z-index: 2;
}
.center-db-doc .center-db-doc-top {
    top: 4px;
    left: 4px;
    background: #e5dce9;
}
.unit-center-item {
    padding: 15px 15px 15px 8%;
    margin-bottom: 2%;
    border: 1px solid #e5e5e5;
}
.unit-center-item-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
.unit-center-item-title .title-arrow {
    margin-left: 0;
    float: left;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent currentColor transparent;
    transform: rotate(90deg);
}
.unit-center-item-title strong {
    margin-left: 16px;
}
.unit-center-item-company {
    margin: 10px 0;
}
.unit-center-item-date {
    margin: 10px 0;
}
/** 科技工作下的4个中心end **/

/** 院区运营 **/
.campus-item {
    position: relative;
    border: 1px solid transparent;
}
.campus-abstract {
    position: absolute;
    top: 0;
    width: 44%;
    height: 100%;
    padding: 4%;
    color: #333;
    border: 1px solid #f0f4f7;
    background: rgba(255,255,255,.9);
    display: flex;
    flex-direction: column;
}
.campus-abstract-right {
    right: 0;
}
.campus-abstract-left {
    left: 0;
}
.campus-title {
    padding-left: 10px;
    margin-bottom: 20%;
    border-left: 5px solid var(--main-color);
    color: var(--main-color);
}
.campus-title .campus-title-cn {
    font-size: 26px;
}
.campus-abstract-content {
    flex: 1;
    font-size: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
.campus-abstract-content, .campus-abstract-content-xs {
    text-indent: 2em;
    line-height: 2em;
}
.campus-abstract-xs {
    width: 100%;
    padding: 4%;
    color: #333;
    border: 1px solid #f0f4f7;
    background: rgba(255,255,255,.9);  
}
.campus-abstract-xs .campus-title {
    display: flex;
    align-items: baseline;
    margin-bottom: 18px;
}
@media(max-width: 992px){
    .campus-title {
        margin-bottom: 8px;
    }
    .campus-title .campus-title-cn {
        font-size: 20px;
    }
    .campus-title .campus-title-en {
        font-size: 12px;
    }
}
/** 院区运营end **/

/** 产业投资 **/
ul.industry-list {
    display: flex;
}
.industry-item-contain {
    position: relative;
    width: 100%;
  }
.industry-title {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 30%;
    padding: 0 10%;
    color: #fff;
}
.industry-title-cn {
    font-size: 30px;
    word-break: keep-all;
}
.industry-title-en {
    border-top: 1px solid #fff;
    font-size: 18px;
}
.industry-title-cn, .industry-title-en {
    width: 100%;
    padding: 10% 0;
    text-align: right;
}
@media(min-width: 960px) and (max-width: 1200px) {
    .industry-title-cn {
      font-size: 36px;
    }
    .industry-title-en {
      font-size: 24px;
    }
}
/** 产业投资end **/

/** 公告公示 **/
.nav-type-item, .notice-type-item {
    color: var(--main-color) !important;
}
.notice-item {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.notice-item .notice-item-title {
    flex: 1;
}

.page-item.active a {
    color: #fff !important;
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;

}
/** 公告公示end **/

/** 栏目default（院属研究院/专业院/研发中心） **/
.default-block {
    position: relative;
    cursor: pointer; 
}
.default-block-show {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.default-block-title-line {
    height: 2px;
    width: 18%;
    margin: 9px auto;
    background: #fff;
}
.default-block-title, .default-block-content {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.default-block-title { 
    display: flex;
    align-items: center;
}
.default-block-content {
    display: none;
    padding: 10%;
    background: rgba(144,60,152,0.8);
}
/** 栏目default end **/

/** 搜索页 **/
.page-search-form {
    padding: 2% 0;
    background: #f2f2f2;
}
.page-search-form form.search-form {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid var(--main-color);
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }
.page-search-form form.search-form input, form.search-form a {
    padding: 4px 10px;
}
.page-search-form form.search-form input {
    flex: 1;
    color: #333;
    border: none;
    outline: none;
    background: transparent;
}
input.search-page-keyword {
    color: #333;
}
.search-item + .search-item {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px dotted var(--header-nav-color-grey);
}
.search-item h3 a text {
    color: var(--main-color-trn8);
}
@media(max-width: 767px) {
    .page-search-result {
        padding: 2em;
    }
    .search-item + .search-item  {
        margin: 0;
    }
    .search-item {
        padding: 2em;
    }
}

.page-item {
    border-bottom: 1px dashed #eee;
    padding: 10px;
}
/** 搜索页end **/

/** 底部footer **/
footer {
    width: 100%;
}
footer .footer-bgimage {
    background: url('../image/footer.jpg') no-repeat;
    background-size: cover;
}
.footer-ex {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer-row {
    display: flex;
    align-items: center;
    /*border-top: 1px solid #fff;*/
}
.footer-qrcode {
    text-align: center;
    color: #fff;
}
.footer-qrcode p {
    margin-top: 10px;
    font-size: 10px;
}
.footer-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
    color: #fff;
    /*border-top: 1px solid rgba(225,225,225,0.5);*/
}
.footer-sm-infor {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    color: #fff;
    font-size: 10px;
    border-bottom: 1px solid rgba(225,225,225,0.5);
}
.footer-infor, .footer-sm-infor ul {
    list-style: none;
    padding-left: 0;
}
ul.footer-infor li {
    padding-right: 18px;
    display: inline-block;
}
ul.footer-infor li:last-child {
    padding-right: 0;
}
/*.footer-infor{
    text-align: center;
}*/
.footer-sm-infor ul{
    flex: 1;
    padding-right: 20px;
    text-indent: 2em;
}
.footer-sm-infor ul li{
    margin-bottom: 8px;
}
.footer-sm-infor ul li:last-child{
    margin-bottom: 0;
}
@media(max-width: 767px) {
    .footer-infor {
        font-size: 10px;
    }
}
/** 底部footer end **/

/** 分页bar **/
.page-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-bar {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
    border: 1px solid var(--main-color);
}
.page-bar li {
    padding: 5px 10px;
    background: #fff;
    border-right: 1px solid var(--main-color);
}
.page-bar li:last-child {
    border-right: none;
}
.page-bar li.active {
    background: var(--main-color);
}
.page-bar li a {
    display: block;
}
.page-bar li.active a {
    color: #fff;
}
.page-skip {
    margin-left: 10px;
}
.page-skip span {
    margin: 0 5px;
}
.page-skip input.page-skip-box {
    width: 50px;
    padding: 5px 0px 5px 3px;
    color: #333;
    border: 1px solid var(--main-color);
    outline: none;
    background: transparent;

}
.page-skip button.page-skip-btn, .page-skip button.page-skip-btn:active, .page-skip button.page-skip-btn:focus {
    padding: 5px 10px;
    border: 1px solid var(--main-color);
    background: #fff;
    border-radius: 2px;
}
@media(max-width: 480px) {
    .page-nav {
        flex-direction: column;
        margin-bottom: 10px;
    }
}
/** 分页bar end **/

.home-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.home-more h4, .home-more img {
    cursor: pointer;
}
.home-more img {
    width: 24px;
    margin-left: 6px;
}