.header-content .hot-keyword label {
    color: rgba(0, 0, 0, 0.672);
}
.header-content .hot-keyword a {
    color: rgba(0, 0, 0, 0.552);
}

.export-detail {
    margin-top: 80px;
    width: 1200px;
    height: 475px;
    background: #ffffff;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.export-detail-avatar {
    width: 389px;
    height: 475px;
    object-fit: scale-down;
}
.export-detail-info {
    box-sizing: border-box;
    width: 811px;
    height: 475px;
    padding: 47px 80px;
    background-color: #fff;
}
.export-detail-name {
    margin-bottom: 26px;
    height: 70px;
    font-size: 50px;
    font-weight: 500;
    color: #000000;
    line-height: 70px;
    letter-spacing: 1px;
}
.export-detail-name::after {
    display: block;
    margin-top: 10px;
    width: 76px;
    height: 1px;
    content: "";
    border-bottom: 2px solid #000000;
}
.export-detail-profess {
    margin-bottom: 12px;
    height: 54px;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 17px;
}
.export-detail-desc {
    height: 130px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}

.expert-detail_list-wrap {
    margin-top: 86px;
}
.expert-detail_list-label {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    line-height: 42px;
    letter-spacing: 1px;
}
.expert-detail_list {
    width: 1221px;
    margin-left: -21px;
}
.expert-detail_list-item {
    box-sizing: border-box;
    position: relative;
    margin-left: 21px;
    margin-bottom: 21px;
    padding: 10px 28px;
    width: 386px;
    height: 140px;
    color: #000000;
    background-color: #fff;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
}
.expert-detail_list-item:hover {
    color: #fff;
    background-color: #004fed;
}
.expert-detail_list-item:hover .expert-detail_list-item-keyword::before {
    background-image: url(/pc/images/icon-tag-white.png);
}
.expert-detail_list-item-date {
    width: 72px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}
.expert-detail_list-item-date_day {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 2px;
}

.expert-detail_list-item-info {
    width: 230px;
}
.expert-detail_list-item-title {
    margin-bottom: 8px;
    height: 75px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
}
.expert-detail_list-item-keyword {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.expert-detail_list-item-keyword::before {
    display: inline-block;
    width: 13px;
    height: 10px;
    content: "";
    background: url(/pc/images/icon-tag.png) no-repeat center center;
}
.expert-detail_list-item-keyword a + a {
    margin-left: 15px;
}
.expert-detail_list-item-source {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    opacity: 0.6;
}
.expert-detail_list-item .tag {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    background: #df2929;
}

.expert-list {
    margin-top: 72px;
    width: 1220px;
    margin-left: -10px;
    margin-right: -10px;
}
