.author-detail {
    margin: 10px auto;
    display: flex;
}

.author-detail .left {
    flex: 1;
    margin-top: 20px;
    padding-right: 30px;
}

.author-detail .center {
    flex: 2;
    min-width: 580px;
    margin-top: 20px;
    margin-right: 15px;
}

.author-detail .right {
    flex: 1;
    margin-top: 20px;
    min-width: 300px;
}

.author-detail .left .card {
    padding: 10px;
}

.author-detail .left .card img {
    object-fit: contain;
}

.author-detail .left .panel {
    margin-top: 20px;
    padding: 10px;
    line-height: 30px;
    height: 290px;
    overflow-x: hidden;
    overflow-y: auto;
}

.author-detail .left .panel .panel-title {
    font-size: 16px;
    color: #373737;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #428bca;
}

.panel-title .title-text {
    font-size: 18px;
    height: 18px;
    padding-bottom: 16px;
    color: #1679ff;
    position: relative;
    display: flex;
    align-items: center;
}

.panel-title .title-text :before {
    content: "";
    margin-left: -14px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1679ff;
    position: absolute;
}


.author-detail .left .panel .panel-content .resume-bio {
    text-indent: 2em;
    max-height: 130px;
    line-height: 1.6;
    font-size: 14px
}

.author-detail .left .panel .panel-content .text {
    text-indent: 2em;
    line-height: 1.8;
    font-size: 14px
}

.author-detail .center .interest {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding-top: 10px;
}

.author-detail .right .panel {
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 10px;
}

.author-detail .item-list .item {
    text-align: left;
    border-bottom: 1px dashed #d5d5d5;
    border-radius: 2px;
    width: 100%;
    word-break: break-word;
}

.author-detail .item-list .item .fieldRow:first-child {
    font-size: 18px;
}

.author-detail .item-list .item .fieldRow:first-child .title {
    color: #000e28;
    font-weight: 400;
    font-size: 16px !important;
    font-family: HiraginoSansGB-W6, HiraginoSansGB;
    line-height: 24px;
    vertical-align: middle;
    cursor: pointer;
}

.author-detail .item-list .item .fieldRow:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.author-detail .item-list .item .contributorauthor {
    color: #1487f4;
}

.author-detail .item-list .item .highlight {
    cursor: pointer;
    color: #1487f4;
    font-style: italic;
}

.author-detail .item-list .item .fieldRow:nth-child(3) {
    font-size: 12px;
    margin-bottom: 5px;
    color: black;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.author-detail .item-list .item .count {
    color: #0b7f0d;
    margin-right: 8px;
}

.author-detail .item-list .item .indexed {
    padding: 0 8px;
    color: #ec6b10;
    line-height: 16px;
}

.chart {
    height: 280px;
}


@media screen and (max-width: 768px) {

    .author-detail {
        margin-right: 10% !important;
    }

    .interest, .right {
        display: none;
    }

    .left {
        width: 70px;
    }

    .center {
        margin-top: 165% !important;
        margin-left: -60%;
    }

    #author-label {
        margin-right: 38% !important;
    }

    .author-detail .item-list .item {
        margin-left: 20px;
    }

    #article-itemList {
        display: flex !important;
    }

    #myTab {
        background: none !important;
        line-height: normal !important;
        position: inherit !important;
        margin-left: 20px !important;
    }

    #myTab li {
        font-size: 16px !important;
        margin-right: 0px !important;
        width: 10%;
    }

    #author-pag ul {
        margin-top: 170% !important;
        margin-left: -100% !important;
        background: none !important;
        line-height: normal !important;
        position: inherit !important;
    }

    #author-pag ul li a {
        font-size: 16px !important;
        padding: 6px !important;
    }
}