@charset "UTF-8";

.page-about .head-wrap {
    padding-left: var(--app-fs-28);
    margin-bottom: 30px;
    border-left: 10px solid #1d3897;
    font-size: var(--app-fs-32);
    line-height: 1;
    font-weight: 700;
    color: #1d3897;
}

.page-wrapper .content {
    padding: 3em 2.6em;
    border-radius: var(--app-fs-18);
    font-size: var(--app-fs-18);
    line-height: 2;
    text-indent: 2em;
    background: var(--app-color-4);
}

/* 单位概况 */
.guided-tour {
    border-radius: var(--app-fs-18);
    overflow: hidden;
}

.guided-tour-image {
    position: relative;
    width: 900px;
}

.guided-tour-image .hot-maps .item {
    position: absolute;
    top: 0;
    display: none;
}

.guided-tour-image .hot-maps .item.on,
.guided-tour-image .hot-maps .item.mask {
    display: block;
}

.guided-tour-image .map-hot {
    cursor: pointer;
}

.guided-tour-wrapper {
    flex: 1;
    height: 542px;
    background: #fff;
}

.guided-tour-wrapper .jspPane {
    width: 100% !important;
    padding: 36px 46px !important;
}

.guided-tour-wrapper .jspVerticalBar {
    width: 4px;
}

.guided-tour-wrapper .jspTrack {
    border-radius: 2px;
    background: #d1d1d1;
}

.guided-tour-wrapper .jspDrag {
    border-radius: 2px;
    background: #666;
}

.guided-tour-wrapper .item {
    padding: 24px;
    border-radius: 12px;
    cursor: pointer;
}

.guided-tour-wrapper .item .tit {
    font-size: var(--app-fs-20);
    color: #666;
}

.guided-tour-wrapper .item .txt {
    margin-top: 1.4em;
    font-size: var(--app-fs-18);
    line-height: 1.89;
    color: #666;
}

.guided-tour-wrapper .item.on {
    background: #f3f7fd;
}

.guided-tour-wrapper .item.on .tit {
    color: #1d3897;
}

@media (max-width: 1400px) {
    .guided-tour-image {
        width: auto;
        flex: 1;
    }
}

@media (max-width: 920px) {
    .guided-tour {
        flex-direction: column;
    }

    .guided-tour-image,
    .guided-tour-wrapper {
        flex: auto;
        width: 100%;
    }

    .guided-tour-wrapper {
        height: 400px !important;
    }

    .guided-tour-wrapper .jspPane {
        padding: 2rem !important;
    }
}

@media (max-width: 768px) {
    .guided-tour-wrapper .jspPane {
        padding: var(--app-main-padding-sides) !important;
    }
}

/* 现任领导 */
.current-leader-wrapper .list .item {
    padding: 3.5rem 2.75rem;
    border-radius: var(--app-fs-18);
    background: #fff;
}

.current-leader-wrapper .list .item + .item {
    margin-top: 24px;
}

.current-leader-wrapper .image-wrap {
    width: 285px;
}

.current-leader-wrapper .image-wrap img {
    width: 100%;
}

.current-leader-wrapper .text-wrap {
    flex: 1;
    flex-direction: column;
    padding-left: 4.625rem;
}

.current-leader-wrapper .text-wrap .tit {
    font-size: var(--app-fs-24);
    color: #333;
}

.current-leader-wrapper .text-wrap .position {
    position: relative;
    padding-left: 1em;
    margin-top: 1em;
    font-size: var(--app-fs-16);
    color: #666;
}

.current-leader-wrapper .text-wrap .position::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--app-color-1);
    transform: translateY(-50%);
}

.current-leader-wrapper .text-wrap .desc {
    margin-top: 2em;
    font-size: var(--app-fs-16);
    line-height: 2;
    text-indent: 2em;
    color: #666;
}

.current-leader-wrapper .list .item:nth-child(2n + 2) {
    flex-direction: row-reverse;
}

.current-leader-wrapper .list .item:nth-child(2n + 2) .text-wrap {
    padding-left: 0;
    padding-right: 4.625rem;
}

@media (max-width: 920px) {
    .current-leader-wrapper .list .item {
        flex-direction: column;
        padding: var(--app-main-padding-sides);
    }

    .current-leader-wrapper .image-wrap {
        width: 100%;
    }

    .current-leader-wrapper .text-wrap {
        width: 100%;
        padding-left: 0;
        margin-top: 1.5rem;
    }

    .current-leader-wrapper .text-wrap .desc {
        margin-top: 1em;
    }

    .current-leader-wrapper .list .item:nth-child(2n + 2) {
        flex-direction: column;
    }

    .current-leader-wrapper .list .item:nth-child(2n + 2) .text-wrap {
        padding-right: 0;
    }
}

/* 理事会 */
.council-wrapper .council-module {
    padding: 3.75em 0;
    border-top: 1px solid #dcdfe4;
}

.council-module-head {
    padding-bottom: var(--app-fs-38);
}
.council-module-head .tit {
    margin-left: var(--app-fs-18);
    font-size: var(--app-fs-24);
    color: #333;
}

.council-wrapper .item {
    padding: 3.5rem 2.75rem;
    border-radius: var(--app-fs-18);
    background: #fff;
}

.council-wrapper .list .item .image-wrap {
    width: 246px;
}

.council-wrapper .list .item .image-wrap img {
    width: 100%;
}

.council-wrapper .item .text-wrap {
    flex: 1;
    padding-left: 4.625rem;
}

.council-wrapper .item .text-wrap .tit {
    font-size: var(--app-fs-24);
    color: #333;
}

.council-wrapper .item .text-wrap .position {
    position: relative;
    /*padding-left: 1em;*/
    margin-top: 1em;
    font-size: var(--app-fs-16);
    color: #666;
}

.council-wrapper .item .text-wrap .info {
    margin-top: 10px;
    font-size: var(--app-fs-16);
    color: #666;
}

/*.council-wrapper .item .text-wrap .position::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    background: var(--app-color-1);*/
/*    transform: translateY(-50%);*/
/*}*/

.council-wrapper .list {
    gap: 1.625rem;
}

.council-wrapper .list1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.council-wrapper .list2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.council-wrapper .list2 .item .image-wrap {
    width: 100%;
}

.council-wrapper .list2 .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-top: 3rem;
}

.council-wrapper .list2 .text-wrap .position {
    margin-top: .5em;
}

@media (max-width: 1200px) {
    .council-wrapper .list .item .image-wrap {
        width: 100%;
    }

    .council-wrapper .list1 .item {
        flex-direction: column;
    }

    .council-wrapper .list1 .item .text-wrap {
        flex: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: 3rem;
        padding-left: 0;
    }

    .council-wrapper .list2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .council-wrapper .list2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .council-wrapper .council-module {
        padding: 2em 0;
    }

    .council-wrapper .item {
        padding: var(--app-main-padding-sides);
    }
    
    .council-wrapper .list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .council-wrapper .list .item .text-wrap {
        padding-top: 0;
        margin-top: var(--app-main-padding-sides);
    }
}

/* 科技委员会 */
.committee-wrapper {
    padding: 60px 46px;
    border-radius: var(--app-fs-18);
    background: #fff;
}

.committee-wrapper .item {
    position: relative;
    padding: 1.2em 2.2em;
    border-radius: var(--app-fs-12);
    font-size: var(--app-fs-20);
    background: #f3f7fd;
}

.committee-wrapper .item::after {
    content: "";
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 4px;
    height: 26px;
    background: #1d3897;
}

.committee-wrapper .item + .item {
    margin-top: 1.2em;
}

.committee-wrapper .item span {
    font-size: var(--app-fs-20);
    font-weight: 700;
    color: #333;
}

.committee-wrapper .item .cont {
    gap: 1em;
    flex-wrap: wrap;
    font-size: var(--app-fs-20);
    color: #333;
}

.committee-wrapper .item .cont.margin {
    margin-top: 1.2em;
}


@media (max-width: 768px) {
    .committee-wrapper {
        padding: 30px 30px;
    }
}

/* 机构设置 */
.institution-set-wrapper .main {
    align-items: flex-start;
}

.institution-set-wrapper .right-wrap {
    flex: 1;
    padding: 52px 44px;
    margin-left: 28px;
    border-radius: var(--app-fs-12);
    background: #fff;
}

.institution-set-wrapper .right-wrap .title {
    margin-bottom: 1.5em;
    font-size: var(--app-fs-32);
    text-align: center;
    color: #333;
}

.institution-set-wrapper .right-wrap .rich-text {
    padding: 2.875em 4.125em;
    border-radius: var(--app-fs-12);
    font-size: var(--app-fs-16);
    text-indent: 2em;
    background: #f5f6fb;
}

.institution-set-wrapper .right-wrap .rich-text .tit {
    font-size: var(--app-fs-20);
    font-weight: 700;
    color: #333;
}

.institution-set-wrapper .right-wrap .rich-text .desc {
    margin-top: .5em;
    line-height: 2;
}

.institution-set-wrapper .right-wrap .table-box-wrap {
    margin-top: 40px;
}

.institution-set-wrapper .right-wrap .table-box tr td {
    padding: 1em;
    border: 1px solid #e8e8e8;
    font-size: var(--app-fs-18);
    color: #666;
    text-align: center;
    background: #f5f6fb;
}

.institution-set-wrapper .right-wrap .table-box tr:first-child td {
    height: var(--app-fs-96);
    color: #fff;
    background: #3d55a7;
}

.institution-set-wrapper .right-wrap .table-box tr:nth-child(2n + 2) td {
    background: #fff;
}

.institution-set-wrapper .right-wrap table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media (max-width: 1024px) {
    .institution-set-wrapper .right-wrap {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .institution-set-wrapper .right-wrap {
        flex: none;
        width: 100%;
        padding: 2em;
        margin-left: 0;
    }

    .institution-set-wrapper .right-wrap .rich-text {
        padding: 2em;
    }

    .institution-set-wrapper .right-wrap .table-box {
        width: 100%;
        overflow-x: auto;
    }

    .institution-set-wrapper .right-wrap table {
        width: 1000px;
    }
}

/* 院所风貌 */
.hospital-style-wrapper .swiper-slide {
    border-radius: var(--app-fs-16);
    overflow: hidden;
    transform: scale(0.85);
    transition: 300ms;
}

.hospital-style-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #000, rgba(255, 255, 255, 0));
    opacity: 0;
}

.hospital-style-wrapper .swiper-slide .image-wrap img {
    font-size: 0;
}

.hospital-style-wrapper .swiper-slide .text-wrap {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 2em;
    font-size: var(--app-fs-24);
    color: #fff;
    line-height: 4;
    text-align: center;
}

.hospital-style-wrapper .swiper-slide-active {
    transform: scale(1);
}

.hospital-style-wrapper .swiper-slide-active::after {
    opacity: 1;
}

.hospital-style-wrapper .swiper-slide-active .text-wrap {
    bottom: 0;
}

.hospital-style-wrapper .arrow-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.hospital-style-wrapper .arrow-prev {
    left: 4%;
}

.hospital-style-wrapper .arrow-next {
    right: 4%;
}

.hospital-style-wrapper .pagination {
    margin-top: 99px;
}

.hospital-style-wrapper .pagination-bar {
    position: relative;
    height: 2px;
    flex: 1;
}

.hospital-style-wrapper .numbers {
    padding-left: 2em;
    font-size: var(--app-fs-20);
    color: #b3b3b3;
}

.hospital-style-wrapper .numbers span {
    margin: 0 5px;
}

.hospital-style-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #3d55a7;
}

.hospital-style-wrapper .image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.hospital-style-wrapper .image-grid .image-item {
    border-radius: var(--app-fs-12);
    overflow: hidden;
}

.hospital-style-wrapper .image-grid .image-item img {
    width: 100%;
}

@media (max-width: 1024px) {
    .hospital-style-wrapper .image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .hospital-style-wrapper .pagination {
        margin-top: 2em;
    }
}

@media (max-width: 768px) {
    .hospital-style-wrapper .image-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* 人才队伍 */
.talent-team-wrapper .main {
    align-items: flex-start;
}

.talent-team-wrapper .left-wrap {
    width: 200px;
}

.talent-team-wrapper .right-wrap {
    flex: 1;
    margin-left: 40px;
}

.talent-team-wrapper .right-wrap .module-wrap {
    padding: 0 var(--app-fs-44);
    border-radius: var(--app-fs-10);
    background: #fff;
}

/* #region 院士专家，杰青 样式 */
.talent-team-wrapper .right-wrap .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.talent-team-wrapper .right-wrap .list .item {
    padding: 42px 60px;
    border-radius: var(--app-fs-12);
    background: #fff;
}

.talent-team-wrapper .right-wrap .list .item .image-wrap,
.talent-team-wrapper .right-wrap .list .item .image-wrap img {
    width: 100%;
}

.talent-team-wrapper .right-wrap .list .item .text-wrap {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.talent-team-wrapper .right-wrap .list .item .text-wrap .name {
    position: relative;
    padding-left: 1em;
    font-size: var(--app-fs-24);
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.talent-team-wrapper .right-wrap .list .item .text-wrap .name::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--app-color-1);
    transform: translateY(-50%);
}
/* #endregion 院士专家，杰青 样式 */

/* #region 优青样式 */
.talent-team-wrapper .right-wrap .outstanding .table-box tr td {
    padding: 2em 1em;
    border: 1px solid #e8e8e8;
    font-size: var(--app-fs-18);
    color: #666;
    text-align: center;
    background: #f5f6fb;
}

.talent-team-wrapper .right-wrap .outstanding .table-box tr:first-child td {
    height: 5.3em;
    padding: 1em;
    font-weight: 700;
    color: #fff;
    background: #3d55a7;
}

.talent-team-wrapper .right-wrap .outstanding .table-box tr:nth-child(2n + 2) td {
    background: #fff;
}

.talent-team-wrapper .right-wrap .outstanding table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media (max-width: 767px) {
    .talent-team-wrapper .right-wrap {
        flex: none;
        width: 100%;
    }
    .talent-team-wrapper .right-wrap .outstanding {
        padding: var(--app-main-padding-sides);
    }

    .talent-team-wrapper .right-wrap .outstanding .table-box {
        width: 100%;
        overflow-x: auto;
    }

    .talent-team-wrapper .right-wrap .outstanding table {
        width: 1000px;
    }
}
/* #endregion 优青样式 */

/* #region 正高级岗位,副高级岗位,中级岗位样式 */
.talent-team-wrapper .position .search-wrap {
    padding: 2.8em 0;
    font-size: var(--app-fs-18);
    background: #fff;
}

.talent-team-wrapper .position .search-result .search-sort {
    padding: .5em;
    border: 1px solid #ccc;
    font-size: var(--app-fs-16);
    text-align: right;
    background: #eee;
}

.talent-team-wrapper .position .search-sort span {
    font-weight: 700;
    color: #ff0000;
}

.talent-team-wrapper .position .search-table {
    width: 100%;
}

.talent-team-wrapper .position .search-result {
    padding-bottom: var(--app-fs-20);
}

.talent-team-wrapper .position .search-result .el-table {
    margin: var(--app-fs-20) 0;
}

.talent-team-wrapper .position .search-result .el-table .cell {
    text-align: center;
}

.talent-team-wrapper .position .search-result .el-table th {
    background: #7385C1;
    font-size: var(--app-fs-18);
    color: #fff;
}

.talent-team-wrapper .position .search-result .name {
    font-size: var(--app-fs-16);
}

.talent-team-wrapper .position .search-result .name:hover {
    color: #1d3897;
    font-weight: 700;
}

.talent-team-wrapper .position .search-wrap .input {
    width: 15em;
    font-size: var(--app-fs-16);
    margin-right: 2em;
}

.talent-team-wrapper .position .search-wrap .input .el-input__inner {
    height: 5.1em;
    padding: 0 2em;
    border: none;
    border-radius: var(--app-fs-10);
    line-height: 5.1em;
    background: #f3f7fd;
}

.talent-team-wrapper .position .search-wrap .el-button {
    border-radius: var(--app-fs-10);
    border-color: #3d55a7;
    font-size: var(--app-fs-18);
    background: #3d55a7;
}

.talent-team-wrapper .position .search-wrap .el-button:hover {
    opacity: .8;
}

.talent-team-wrapper .position .search-wrap .search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.5em;
    font-weight: 700;
}

.talent-team-wrapper .position .search-wrap .search [class^=el-icon-] {
    font-size: var(--app-fs-24);
    margin-right: .5em;
}

.talent-team-wrapper .position .search-wrap .el-button + .el-button {
    margin-left: 1.78em;
}

.talent-team-wrapper .position-card {
    padding: 50px 0;
    border-top: 1px solid #ececec;
}

.talent-team-wrapper .position-card + .position-card {
    border-top: 1px dashed #b6b6b6;
}

.talent-team-wrapper .position-title {
    margin-bottom: 1.75em;
    font-size: var(--app-fs-24);
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.talent-team-wrapper .position-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1em 2.8em;
    font-size: var(--app-fs-20);
}

.talent-team-wrapper .position-list .name {
    align-items: center;
    display: flex;
    position: relative;
    height: 3.5em;
    padding: 0 2.2em;
    border-radius: var(--app-fs-10);
    font-size: inherit;
    line-height: 1;
    background: #f3f7fd;
    white-space: nowrap;
}

.talent-team-wrapper .position-list .name::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 26px;
    background: #1d3897;
    transform: translateY(-50%);
}

.talent-team-wrapper .position-list .name:hover,
.talent-team-wrapper .position-list .name.on {
    font-weight: 700;
    color: #1d3897;
}
/* #endregion 正高级岗位,副高级岗位,中级岗位样式 */

/* #region 博士后 样式 */
.postdoctoral-wrapper {
    padding: 2.8em 2.3em;
    border-radius: var(--app-fs-10);
    font-size: var(--app-fs-20);
    background: #fff;
}

.postdoctoral-wrapper .head-title {
    position: relative;
    padding-bottom: 1.75em;
    font-size: var(--app-fs-24);
    line-height: 1;
    color: #333;
}

.postdoctoral-wrapper .head-title.link {
    border-bottom: 1px solid #eaeaea;
}

.postdoctoral-wrapper .head-title.link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 2px;
    background: #1d3897;
}

.postdoctoral-wrapper .rich-text {
    font-size: var(--app-fs-16);
    text-indent: 2em;
    line-height: 2;
    color: #666;
}

.postdoctoral-list {
    margin-bottom: 4em;
    border-bottom: 1px solid #eaeaea;
    font-size: var(--app-fs-20);
}

.postdoctoral-list .item {
    display: block;
    padding: 1.5em 0;
    font-size: inherit;
    color: #313837;
}

.postdoctoral-list .item .date {
    margin-left: auto;
    color: #919aa4;
}

.postdoctoral-list .item:hover a {
    color: #1d3897;
}

.postdoctoral-list .item + .item {
    border-top: 1px dashed #f0f0f0;
}

.postdoctoral-list-wrap .pagination {
    display: flex;
    justify-content: center;
}

.postdoctoral-list-wrap .pagination .el-pagination .btn-next,
.postdoctoral-list-wrap .pagination .el-pagination .btn-prev,
.postdoctoral-list-wrap .pagination .el-pagination .el-pager li {
    min-width: unset;
    width: 3em;
    height: 3em;
    font-size: var(--app-fs-14);
    font-family: "Montserrat-Regular";
}

.postdoctoral-list-wrap .pagination .el-pager li {
    line-height: 3em;
}

.postdoctoral-list-wrap .pagination .el-pagination .el-pager li:not(.disabled):hover {
    color: #1d3897;
}

.postdoctoral-list-wrap .pagination .el-pagination .el-pager li:not(.disabled).active {
    background-color: #1d3897;
    color: #fff;
}

.fellowship-association {
    font-size: var(--app-fs-20);
    line-height: 2.1;
    color: #666;
}
/* #endregion 博士后 样式 */

@media (max-width: 1024px) {
    .talent-team-wrapper .right-wrap {
        margin-left: 0;
    }

    .talent-team-wrapper .right-wrap .list .item {
        padding: 20px 30px;
    }

    .talent-team-wrapper .right-wrap .list .item .text-wrap {
        margin-top: var(--app-main-padding-sides);
    }
}

@media (max-width: 920px) {
    .talent-team-wrapper .right-wrap .list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .talent-team-wrapper .right-wrap .list .item {
        padding: var(--app-main-padding-sides);
    }

    .talent-team-wrapper .position-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .talent-team-wrapper .right-wrap .list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .talent-team-wrapper .right-wrap .module-wrap {
        padding: var(--app-main-padding-sides);
    }

    .talent-team-wrapper .position .search-wrap {
        flex-direction: column;
        gap: var(--app-fs-20);
    }

    .talent-team-wrapper .position .search-wrap .input,
    .talent-team-wrapper .position .search-wrap .el-button {
        width: 100%;
    }

    .talent-team-wrapper .position .search-wrap .input .el-input__inner {
        height: 4em;
        line-height: 4em;
    }

    .talent-team-wrapper .position .search-wrap .el-button+.el-button {
        margin: 0;
    }

    .talent-team-wrapper .position-card {
        padding: var(--app-fs-48) 0;
    }

    .talent-team-wrapper .position-title {
        margin-bottom: 2em;
    }

    .talent-team-wrapper .position-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .postdoctoral-wrapper {
        padding: 2em 1.5em;
    }

    .postdoctoral-wrapper .head-title {
        font-size: var(--app-fs-32);
    }

    .postdoctoral-list .item a {
        flex-direction: column;
        align-items: flex-start;
    }

    .postdoctoral-list .item a p {
        width: 100%;
        margin-bottom: 10px;
    }

    .postdoctoral-list-wrap .pagination .el-pagination .btn-next,
    .postdoctoral-list-wrap .pagination .el-pagination .btn-prev,
    .postdoctoral-list-wrap .pagination .el-pagination .el-pager li {
        font-size: 10px;
        margin: 0 2px;
    }
}

/* 人才队伍详情 */
.talent-team-detail {
    padding: 3.25em 3em;
    border-radius: var(--app-fs-12);
    font-size: var(--app-fs-16);
    background: #fff;
}

.talent-team-detail-card {
    padding: 3.25em 3em;
    border-radius: var(--app-fs-12);
    background: #f5f6fb;
}

.talent-team-detail-card + .talent-team-detail-card {
    margin-top: 1.5em;
}

.talent-team-detail-card .image-wrap {
    width: 285px;
}

.talent-team-detail-card .text-wrap {
    padding-left: 6.25em;
    font-size: var(--app-fs-16);
}

.talent-team-detail-card .text-wrap .name {
    margin-top: 1em;
    font-size: var(--app-fs-24);
    font-weight: 700;
    color: #333;
}

.talent-team-detail-card .text-wrap .box {
    margin-top: 2em;
    line-height: 2;
    color: #666;
}

.talent-team-detail-card .rich-text {
    font-size: var(--app-fs-16);
    color: #666;
}

.talent-team-detail-card .rich-text .tit {
    margin-top: 2.75em;
    margin-bottom: .4em;
    font-size: var(--app-fs-20);
    font-weight: 700;
    color: #1d3897;
}

.talent-team-detail-card .rich-text .tit:first-child {
    margin-top: 0;
}

@media (max-width: 768px) {
    .talent-team-detail,
    .talent-team-detail-card {
        padding: var(--app-main-padding-sides);
    }

    .talent-team-detail-card .flex {
        flex-direction: column;
    }

    .talent-team-detail-card .image-wrap {
        width: 100%;
    }

    .talent-team-detail-card .image-wrap img {
        width: 100%;
    }

    .talent-team-detail-card .text-wrap {
        width: 100%;
        padding-top: 1em;
        padding-left: 0;
    }
}
































