/*面包屑导航*/
.breadcrumb-icf {
    background: #f7f7f7;
}

.breadcrumb-icf ul {
    padding: 10px 0;
    list-style: none;
}

.breadcrumb-icf ul li {
    display: inline;
    font-size: 16px;
}

.breadcrumb-icf ul li a {
    color: #5d5d5d;
    font-size: 16px;
}

/*大型选项卡*/

.container-list {
    width: 1280px;
    padding: 0;
    margin: 0 auto;
    background: white !important;
    overflow: hidden;
}

.bigTab {
    background: #f0f9ff;
    float: left;
    border: #eee solid 1px;
    margin-top: 35px;
}

.bigTab .modle {
    padding: 20px 15px;
    background: url("/beetl/static/img/icf/tittleImg.png");
}

.modle b {
    color: white;
    font-size: 22px;
    padding-left: 15px;
}

.bigTab button {
    display: block;
    background: none;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: white solid 2px;
}

.bigTab button:last-child {
    border-bottom: none;
}

.bigTab button:hover {
    background: #c3e3ff;
}

.bigTab button.active {
    border-left: 3px solid #0058AB;
}

.bigTab button a {
    font-size: 16px;
    font-weight: bold;
    color: #1d69b6;
    padding-left: 15px;
    display: block;
    width: 100%;
}

.bigTab button i {
    width: 20px;
    float: right;
}

.bigTab button i.active {
    color: white;
}

.bigcontent {
    display: none;
    width: 80%;
    float: left;
    padding: 2%;
    margin-bottom: 3%;
    margin-left: 3%;
    background: white;
}

.bigcontentTitle {
    height: 50px;
    width: 100%;
    border-bottom: #ccc solid 1px;
}

.bigcontentTitle h3 {
    line-height: 50px;
    color: #004098;
    font-weight: 500;
    float: left;
    font-size: 25px;
    border-bottom: #DB2427 solid 2px;
}

.bigcontentDetail {
    margin-top: 2%;
    padding: 0;
}

.details {
    width: 100%;
    display: flex;
}

/*学术委员会*/
.details-council {
    border-left: #eee solid 2px;
    margin-top: 4%;
}

.member-section {
    margin-bottom: 40px;
    display: flex;
    min-height: 200px;
}

.position-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: "Microsoft YaHei", sans-serif;
    width: 150px;
    flex-shrink: 0;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding-right: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    word-break: break-all;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.member-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 30px;
}

.member-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 230px;
}

.member-avatar {
    width: 128px;
    height: 168px;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), /* 外阴影 */ 2px 2px 4px rgba(0, 0, 0, 0.05), /* 右下角阴影 */ -1px -1px 4px rgba(255, 255, 255, 0.5);
    border: 4px solid rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.3s ease;
}

.member-avatar:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), /* 加深外阴影 */ 3px 3px 6px rgba(0, 0, 0, 0.08), /* 加深右下角阴影 */ -2px -2px 6px rgba(255, 255, 255, 0.263);
    transform: perspective(800px) rotateY(5deg);
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
}

.member-name {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    font-family: "Microsoft YaHei", sans-serif;
}

.member-title {
    font-size: 16px;
    margin-top: 4%;
    padding: 0 15%;
}

.position-title.member-spacing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

.member-card.name-only {
    padding: 10px;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff, #f8f9fa);
    border-radius: 8px;
    margin: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.member-card.name-only .member-name {
    margin: 0;
    font-size: 20px;
    color: #2B54A1;
    font-weight: 500;
    position: relative;
    padding: 8px 0;
}

.member-card.name-only .member-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #2B54A1;
    transition: width 0.3s ease;
}

.member-card.name-only:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(43, 84, 161, 0.1);
}

.member-card.name-only:hover .member-name::after {
    width: 50%;
}

/**/
.nrhei p {
    font-size: 20px !important;
    font-family: "Microsoft YaHei", serif !important;
}

.nrhei p span {
    font-size: 20px !important;
    font-family: "宋体", serif !important;
}

.nrhei p span strong {
    /*background: #f0f9ff;*/
    padding: 5px 0;
    border-bottom: #1b64b5 solid 2px;
}

/*列表页主页*/
.details ul {
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%;
    min-height: 280px;
}

.details ul li {
    width: 100%;
    list-style: none;
    display: flex;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
}

/*图片*/
#details-image {
    display: grid;
}

#details-image .leftImg {
    width: 60%;
}

#details-image .leftImg a img {
    border: none;
    object-fit: contain;
}

#details-image .rightText {
    width: 100%;
    margin-top: 5%;
    margin-left: 0;
    text-align: center;
}

/*现任领导*/
.member-section1 {
    display: inline-block;
    margin: 1% 0;
}

/*历任领导*/
.member-section2 {
    display: inline-block;
}

#leaders-container h5 {
    background: #1d69b6;
    width: 100%;
    color: white;
    padding: 7px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#leaders-container h5::before {
    content: "◆";
    color: red;
    margin-right: 10px;
}

.leaders-grid {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 20px auto;
    width: 100%;
}

.leader-card {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.leader-card a {
    overflow: hidden;
}

.leader-card img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), /* ä¸»é˜´å½± */ 2px 2px 4px rgba(0, 0, 0, 0.1), /* å³ä¸‹è§’é˜´å½± */ -1px -1px 4px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform: perspective(800px) rotateY(0deg);
}

.leader-card img:hover {
    transform: scale(1.02);
    transition: 0.5s;
}

.leader-info {
    text-align: center;
}

.leader-info a {
    margin: 0;
    font-weight: normal;
    display: block;
}

.leader-info p {
    margin: 5px 0 0 0;
    color: #333;
    display: block;
}

/*通知*/
#details-notice {
    float: none;
}

#details-notice .rightText {
    display: flex;
    margin-left: 0;
}

#details-notice .rightText a {
    width: 90%;
}

/*图文*/
#details-text .leftImg a img {
    border: #eee solid 1px;
}

/*台站*/
.image-container {
    height: 140px;
    width: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-list-title {
    margin-top: -20px;
    padding-top: 30px;
    margin-left: 0;
}

.my-list-title h5 {
    background: #1d69b6;
    color: white;
    padding: 7px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.my-list-title h5::before {
    content: "◆";
    color: red;
    margin-right: 10px;
}

.platform {
    display: inline-block;
    width: 22%;
    margin: 20px 0 20px 20px;
}

.platform a {
    display: grid;
}

.platform-images {
    display: ruby;
    height: 150px;
    width: 200px;
    overflow: hidden;
    border: #eee solid 1px;
    border-radius: 10px;
}

.platform-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.platform-images img:hover {
    transform: scale(1.05);
    transition: 1s;
}

.platform span {
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-align: center;
    padding-top: 10px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.platform span:hover {
    color: #2E54A1;
}

/**/
.rightText {
    width: 100%;
    margin-left: 4%;
}

.leftImg a {
    margin: 0;
}

.leftImg a img {
    height: 140px;
    width: 200px;
    object-fit: contain;
}

.rightText a {
    font-size: 16px;
}

.rightText p {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
    padding-top: 3%;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
}

.rightText span {
    font-size: 14px;
    float: right;
    display: flex;
    justify-content: end;
    color: #189ad4;
}

/*页码样式*/
#pagination {
    margin: 5% 0 1% 0;
}

.active > .page-link, .page-link.active {
    background: #2E54A1;
}

#goPage {
    color: #2E54A1;
    border-color: #2E54A1;
}

/*科研成果列表页*/
.content-area {
    flex: 1;
    background: white;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-height: 0;
    height: auto;
    overflow: auto;
}

.board-title {
    font-size: 24px;
    color: #1b64b5;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
    font-family: "Microsoft YaHei", sans-serif;
}

.achievement-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.search-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 400px;
}

.search-input-group input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}

.search-input-group button {
    padding: 12px 20px;
    background: white;
    border: none;
    border-left: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sort-dropdown {
    position: relative;
}

.sort-select {
    padding: 8px 35px 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    font-size: 16px;
    color: #333;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.achievement-tabs {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
}

.tabKinds {
    padding: 8px 25px;
    font-size: 17px;
    font-family: "Microsoft YaHei", "SimHei", sans-serif;
    font-weight: 500;
    border: 1px solid #1b64b5;
    border-radius: 4px;
    background: white;
    color: #1b64b5;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.tabKinds.active {
    background: #1b64b5;
    color: white;
    font-weight: 600;
}

.achievement-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: none;
}

.achievementItem {
    background: white;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.achievementItem a {
    display: flex;
    margin: 30px 0;
}

.achievement-image {
    width: 200px;
    height: 160px;
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
}

.achievement-image img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*transition: transform 0.3s ease;*/
}

.achievement-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.achievement-title {
    font-size: 17px;
    color: #444;
    margin: 0;
    font-weight: bold;
    line-height: 1.4;
}

.achievement-abstract {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.achievement-meta {
    display: flex;
    gap: 20px;
    color: #666;
    font-size: 14px;
}

.achievement-meta span {
    width: 180px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    text-overflow: ellipsis;
}

.achievement-meta i {
    color: #1b64b5;
    font-size: 14px;
}

.achievement-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tag {
    padding: 4px 12px;
    background: #f0f7ff;
    color: #1b64b5;
    border-radius: 4px;
    font-size: 12px;
}

.my-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: ellipsis;
}
