body {
    padding-top: 70px;
}

.items {
    width: 880px;
    margin: 0 auto;
}

.top-bg {
    height: 549px;
    background-image: url(/images/drug_images/bnner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 549px;
}

.items .item {
    height: 253px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 32px 0 32px 208px;
}

.items .item img {
    position: absolute;
    top: 32px;
    left: 0;
    width: 188px;
    height: 188px;
}

.case {
    background-image: url(/images/drug_images/icon_case.png);
}
.ap {
    background-image: url(/images/drug_images/icon_ap.png);
}

.content {
    background-image: url(/images/drug_images/icon_content.png);
}

.items .item .title {
    display: block;
    height: 24px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF9900;
    line-height: 24px;
    margin-bottom: 16px;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.page li {
    width: 32px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    margin-right: 5px;
    height: 32px;
}

.active {
    background-color: #FF9900;
    color: #fff;
}

.left {
    background-image: url(/images/drug_images/icon_left.png);
    background-size: cover;
    width: 24px !important;
    height: 24px !important;
}

.right {
    background-image: url(/images/drug_images/icon_right.png);
    background-size: cover;
    width: 24px !important;
    height: 24px !important;
}

.items .item .company {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    opacity: .55;
}

.items .item .feature {
    margin-top: 25px;
    display: flex;
    padding-left: 112px;
    position: relative;
}

.items .item .feature div {
    display: inline-block;
}

.items .item .feature .dt {
    position: absolute;
    top: 1px;
    left: 0;
    width: 112px;
    padding-left: 32px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

.items .item .feature .dd {
    opacity: .55;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}