.zyhk-list {
}

.zyhk-list-item {
  overflow: hidden;
  border-bottom: solid 1px #ebebeb;
  padding: 15px 0;
}

.zyhk-list-item-date {
  float: right;
  font-size: 14px;
  color: #666;
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .zyhk-list-item {
    padding: 20px 0;
  }

  .zyhk-list-item-title {
    position: relative;
    float: left;
    padding-left: 20px;
  }
  .zyhk-list-item-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 8px;
    height: 8px;
    background: #b7cae7;
  }
  .zyhk-list-item-title::after {
    position: absolute;
    left: 2px;
    margin-top: -2px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 8px;
    height: 8px;
    background: #124fb0;
  }

  .zyhk-list-item-date {
  }
}

.linkBox {
    margin-top: 20px;
    width: 100%;
    border: solid 1px #e5e5e5;
    display: none;
}


.linkBox .linkHeader {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding-left: 36px;
    background-color: #ffeded;
    font-family: MicrosoftYaHei-Bold;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a51515;
}

.linkBox .linkContent {
    width: 100%;
    padding: 0 36px;
}

.linkBox .links {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #444444;
    padding: 20px 0;
    border-bottom: solid 1px #e5e5e5;
}

.linkBox .linkContent :last-child.links {
    border-bottom: none;
}

.zyhk-contact {
    overflow: hidden;
    margin-bottom: 15px;
}

.zyhk-contact-item {
    display: flex;
    overflow: hidden;
    line-height: 60px;
}

.zyhk-contact-item-label {
    width: 96px;
    height: 60px;
    background: #e7edf7;
    text-align: center;
    margin-right: 10px;
}

.zyhk-contact-item-value {
    flex: 1 1 auto;
    border-bottom: dashed 1px #e7edf7;
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    .zyhk-contact {
        margin-bottom: 30px;
    }

    .zyhk-contact-item {
        float: left;
        width: 50%;
    }
}


/* 研究队伍 */

.zyhk-card {
    position: relative;
    float: left;
    width: calc((100% - 15px) / 2);
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    .zyhk-card:nth-child(2n) {
        margin-right: 0;
    }

    .zyhk-card .photo {
        margin-bottom: 10px;
        background: #f5f8fa;
        transition: all 0.3s;
    }

        .zyhk-card .photo img {
            width: 100%;
            transition: all 0.3s;
        }

    .zyhk-card .name {
        font-size: 18px;
        font-weight: bold;
    }

    .zyhk-card:hover .con {
        background: #124fb0;
        color: #fff;
    }

/* 详情 */
.zyhk-resume {
    position: relative;
    background: #e7edf7;
    padding: 20px;
    margin-bottom: 15px;
}

    .zyhk-resume .photo {
    }

    .zyhk-resume .zyhk-resume-info {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .zyhk-resume .zyhk-resume-info div {
            width: 100%;
            margin-bottom: 10px;
        }

.zyhk-resume-name {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
}

    .zyhk-resume-name::before {
        content: '';
        width: 24px;
        height: 24px;
        background: url(/images/icon-team.20241015.png) no-repeat center;
        margin-right: 20px;
    }

    .zyhk-resume-name span {
        font-size: 18px;
        font-weight: normal;
        margin-left: 20px;
    }

.zyhk-resume-info-label {
    display: inline-block;
    width: 4em;
    margin-right: 1em;
    color: #999;
}

.zyhk-resume-column {
    position: relative;
}

    .zyhk-resume-column::before {
        content: '';
        width: 100%;
        height: 2px;
        background: #124fb0;
        position: absolute;
        left: 0;
        top: 50px;
    }

    .zyhk-resume-column .title {
        position: relative;
        font-size: 18px;
        width: 150px;
        line-height: 50px;
        background: #124fb0;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

        .zyhk-resume-column .title::before {
            position: absolute;
            left: 100%;
            bottom: 0;
            content: '钍基核裂变能重点实验室';
            width: 11em;
            color: #e6e9f4;
            font-weight: normal;
            text-align: left;
            margin-left: 20px;
        }

        .zyhk-resume-column .title::after {
            position: absolute;
            left: 0;
            bottom: -10px;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px;
            border-color: #124fb0 transparent transparent #124fb0;
        }

    .zyhk-resume-column .con {
        padding: 20px 0;
    }

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    .zyhk-card {
        width: calc((100% - 30px * 4) / 5);
        margin-bottom: 30px;
        margin-right: 30px;
    }

        .zyhk-card:nth-child(2n) {
            margin-right: 30px;
        }

        .zyhk-card:nth-child(5n) {
            margin-right: 0;
        }

        .zyhk-card .photo {
            margin-bottom: 15px;
        }

        .zyhk-card:hover .photo {
            background: #124fb0;
        }

            .zyhk-card:hover .photo img {
                transform: translate(5px, -5px);
            }

        .zyhk-card .photo img {
            height: 270px;
        }

    .zyhk-resume {
        padding: 30px;
        margin-bottom: 30px;
    }

        .zyhk-resume .zyhk-resume-info {
            overflow: hidden;
            padding-right: 256px;
        }

            .zyhk-resume .zyhk-resume-info div {
                float: left;
                width: 50%;
                padding: 10px;
            }

        .zyhk-resume .photo {
            position: absolute;
            right: 0;
            top: 0;
        }

    .zyhk-resume-column .con {
        padding: 30px;
    }
}

.zyhk-equipment {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.zyhk-equipment img {
    width: 100%;
    margin-bottom: 10px;
}


