.banner {
    height: 30vw;
}
a {
    color: initial;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.interpret-nav {
    position: relative;
    margin: 0 auto;
    line-height: 68px;
    border-bottom: 1px solid #EFEFEF;
   
}
.interpret-nav-wrap {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
}

.interpret-btn {
    position: absolute;
    top: 20px;
    cursor: pointer;
   
}
.interpret-btn-right {
    right: 0px;
    transform: rotate(180deg);
}
.interpret-btn-left {
    left: 0;
}
.interpret-nav-box {
    display: inline-block;
    font-size: 0;
    height: 70px;
    white-space:  nowrap;
    transition: .2s;
}
.interpret-nav-item {
    width: 200px;
    height: 100%;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 1px solid #EFEFEF;
    border-bottom: 4px solid transparent;
}

.interpret-nav-item:last-child {
    border-right: 1px solid #EFEFEF;
}

.interpret-nav-item:hover,
.interpret-nav-item.active {
    border-bottom-color: #0651C0;
    color: #0651C0;
}

.interpret-content {
    width: 1200px;
    padding: 24px 0;
    display: flex;
}

.interpret-first {
    width: 563px;
}

.interpret-list {
    flex: 1;
    margin-left: 32px;
}

.interpret-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.interpret-first-img {
    width: 563px;
    height: 332px;
    background: #efefef;
    border-radius: 6px 6px 6px 6px;

}

.interpret-first-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.interpret-first-title {
    font-size: 20px;
    color: #212121;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 12px;
}

.interpret-first-time {
    font-size: 16px;
    margin-top: 6px;
    color: #707070;
}

.interpret-first-abstract {
    margin-top: 6px;
    font-size: 16px;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
}

.interpret-first-title {}

.interpret-item {
    display: flex;
   
    padding: 23px 17px;
}
.interpret-item:hover {
     background-color: #FAFAFA;
}

.interpret-item:hover .interpret-item-title,
.interpret-first:hover .interpret-first-title {
    color: #0651C0;
}

.interpret-item-time {
    width: 75px;
    height: 65px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 17px;
    border-right: 1px solid #EFEFEF;
}

.interpret-item-content {
    flex: 1;
    padding-left: 17px;
}

.interpret-item-time b {
    font-size: 24px;
    color: #000000;
    display: block;
    text-align: right;
    font-weight: 400;
}

.interpret-item-time span {
    font-size: 14px;
    color: #707070;
    text-align: right;
    display: block;
    margin-top: 2px;
}

.interpret-item-title {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    color: #212121;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.interpret-item-abstract {
    margin-top: 5px;
    height: 42px;
    font-size: 14px;
    color: #9E9E9E;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.interpret-more {
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
    color: #0651C0;
}

.interpret-more a {
    color: #0651C0;
}

.medicine {
    position: relative;
    padding: 48px 0 84px;
}

.medicine-content {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.medicine-item {
    display: block;
    height: 380px;
    overflow: hidden;
}

.medicine-left,
.medicine-right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

.medicine-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medicine-item:nth-child(1) .medicine-left {
    padding: 60px 32px;
    overflow: hidden;
    background-color: #0651C0;
    color: #fff;
}

.medicine-item:nth-child(2) .medicine-right {
    padding: 60px 32px;
    overflow: hidden;
    color: #000;
}

.medicine-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
    background-color: #EFEFEF;
}

.medicine-title {
    font-size: 28px;
    box-sizing: content-box;


    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.medicine-info {
    padding: 0 24px;
}

.medicine-abstract {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;


}

.qdl-title {
    font-weight: bold;
    font-size: 32px;
    color: #212121;
    text-align: center;
    margin-bottom: 56px;
}


.swiper-pagination-bullet-active {
    background-color: #0651C0;
}
.swiper-pagination-bullet {
    margin: 0 10px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
}
.medicine-more {
    text-align: right;
    margin-top: 16px;
}

.medicine-more a {
    font-size: 14px;
    color: #0651C0;
}

.medicine .swiper-pagination {
    left: 50%;
    transform: translateX(-50%) translateY(20px);
}

.medicine .swiper-pagination-bullet {
    margin: 0 10px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
}

.medicine .swiper-pagination-bullet-active {
    background-color: #0651C0;
}

.medicine .container {
    position: relative;
}

.medicine .swiper-prev,
.medicine .swiper-next {
    position: absolute;
    top: 55%;
    z-index: 99;
    cursor: pointer;
}

.medicine .swiper-prev {
    left: -40px;
}

.medicine .swiper-next {
    right: -40px;
}

.buy {
    padding: 72px 0;
}

.buy-content {
    display: flex;
    margin-left: -36px;
}

.buy-item {
    flex: 1;
    margin-left: 36px;
    cursor: pointer;
}

.viewpoint {
    position: relative;
    padding-top: 64px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: url(../../images/pc/qdl_v1.png) no-repeat center top;

}
.viewpoint-list {
    height: 350px;
    position: relative;
    overflow: hidden;
}
.viewpoint-content {
    padding: 32px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 6px 6px 6px 6px;
}

.viewpoint-item {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    height: 350px;
}

.viewpoint-item:first-child {
    margin-left: 0;
}
.viewpoint .swiper-pagination {
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.viewpoint-img {
    display: block;
    width: 100%;
    height: 270px;

    object-fit: cover;
    overflow: hidden;
    background-color: #666;
}

.viewpoint-title {
    background-color: #666;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    height: 80px;
    padding: 16px;
    box-sizing: border-box;

}

.viewpoint-title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.viewpoint-more {
    text-align: center;
    margin-top: 32px;
}


.viewpoint-more a {
    font-size: 20px;
    color: #FFFFFF;
    display: inline-block;
    width: 136px;
    height: 48px;
    line-height: 48px;
    background: #0651C0;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
}


.public-content {
    display: block;
    background-color: #FAFAFA;
    overflow: hidden;
    height: 430px;
}

.public-info {
    float: left;
    height: 100%;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.public-info-box {
    width: 600px;
    padding: 98px 30px;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
}

.public-title {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-abstract {
    font-size: 16px;
    color: #212121;
    margin-top: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    word-break: break-all;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-img {
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}

.public-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.library {
    text-align: center;
    margin-top: 153px;
    margin-bottom: 80px;
}