.server-detail-header {
    height: 60px;
    background: #FFFFFF;
}

.server-detail-bg {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
}

.server-detail-container-max-width {
    max-width: 1130px;
    margin: 0 auto;
}

.server-detail-container {
    padding-bottom: 40px;
    background-color: #f2f2f2;
}

.server-detail-breadcrumb {
    display: flex;
    align-items: center;
    color: #00000073;
    flex-shrink: 0;
}

.server-detail-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.server-detail-breadcrumb>* {
    margin-right: 6px;
}

.server-detail-breadcrumb-active {
    color: #000000e0;
}

.server-detail-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.server-detail-title>span {
    z-index: 2;
    background: #f2f2f2;
    position: relative;
    padding-right: 20px;
}

.server-detail-hr {
    border-top: 1px solid #E0E0E0;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 100%;
    z-index: 1;
}

.server-detail-board {
    background-color: #FFFFFF;
    margin-top: 40px;
    padding: 30px 35px;
    box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.42);
    border-radius: 20px;
}

.server-detail-board h4 {
    font-size: 18px;
}

.server-detail-board p {
    line-height: 30px;
}

.server-detail-img {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    border-radius: 20px;
    height: 100%;
}

.server-detail-container-hr {
    border-top: 2px solid #DB0721;
    position: absolute;
}


.server-detail-container ul {
    list-style: circle;
}

.server-detail-container li {
    margin-left: 20px;
}

.server-detail-line {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 20px 0;
}

.server-detail-custom-library-synthesis-hr {
    width: 175px;
}

.server-detail-compound-synthesis-and-validation-hr {
    width: 395px;
}

.server-detail-del-self-service-kit-hr {
    width: 260px;
}

.server-detail-del-screening-service-hr {
    width: 190px;
}

.server-detail-hit-to-pcc-drug-development-hr {
    width: 265px;
}

.server-detail-integrated-drug-discovery-hr {
    width: 310px;
}

.server-detail-affinity-selection-mass-spectrometry-hr {
    width: 250px;
}

.server-detail-dna-encoded-library-screening-platform-hr {
    width: 345px;
}

.server-detail-virtual-screening-and-hit-validation-platform-hr {
    width: 270px;
}

.server-detail-custom-library-synthesis-hr-en {
    width: 340px;
}

.server-detail-compound-synthesis-and-validation-hr-en {
    width: 610px;
}

.server-detail-del-self-service-kit-hr-en {
    width: 280px;
}

.server-detail-del-screening-service-hr-en {
    width: 300px;
}

.server-detail-hit-to-pcc-drug-development-hr-en {
    width: 380px;
}

.server-detail-integrated-drug-discovery-hr-en {
    width: 440px;
}

.server-detail-affinity-selection-mass-spectrometry-hr-en {
    width: 585px;
}

.server-detail-dna-encoded-library-screening-platform-hr-en {
    width: 520px;
}

.server-detail-virtual-screening-and-hit-validation-platform-hr-en {
    width: 560px;
}