/* header下 */
.information_top {
    margin-top: 200px;
}

.information_top .information_top_left {
    width: 264px;
}

.information_top .information_top_conter {
    width: 888px;
    margin-left: 45px;
}

.information_top .information_top_left .left_new h2 {
    font-size: 20px;
    font-weight: bold;
    color: white;

    height: 38px;
    background: #BD9E6F;
    line-height: 38px;
    text-align: center;
}

.information_top .information_top_left .left_new section a {
    color: #222;
}

.information_top .information_top_left .left_new .content {
    margin-top: 16px;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    cursor: pointer;
    font-weight: bold;
    font-family: PingFang-SC-Bold;
}

.information_top .information_top_left .left_new .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    padding: 13px 0;
}

.information_top .information_top_left .left_new .more {
    font-size: 12px;
    font-weight: 500;
    padding: 11px 0;
    /*! border-bottom: 1px dotted #222; */
}

.information_top .information_top_left .left_new .more a {
    color: #0D8CDC;
    cursor: pointer;
}

/* 顶部中间下半部分 */
.information_top .information_top_conter .content_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-rows: repeat(3, auto);
    row-gap: 18px;
}

.information_top .information_top_conter .content_list section {
    width: 236px;
    height: 165px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #8D8D8D;
    padding: 24px;
}

.information_top .information_top_conter .content_list section h2 {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.information_top .information_top_conter .content_list section .author {
    font-size: 12px;
    font-weight: 400;
    color: #BD9E6F;
    line-height: 1;
    border-bottom: 1px dotted #222;
    padding-bottom: 20px;
}

.information_top .information_top_conter .content_list section .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 10px;
}

.information_top .information_top_conter .content_list section .summary {
    width: 230px;
    height: 59px;
    font-size: 14px;
    color: #8D8D8D;
    margin-top: 20px;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drug {
}

.drug h2 {
    margin: 62px 0 20px;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
}

.drug .drug_list {
    display: flex;
    justify-content: space-between;
    column-gap: 58px;
}

.drug .drug_list section {
    flex: 1; /* 每个元素占据相同的空间 */
}

.drug .theme-bar{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.drug .theme-bar p {
    font-size: 12px;
    font-weight: 500;
    padding: 22px 0;
}

.drug .theme-bar p a {
    color: #0D8CDC;
    cursor: pointer;
}

#articles1 section h2 {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-top: 1px solid #8D8D8D;
    padding-top: 20px;
}

#articles1 section .author {
    font-size: 12px;
    font-weight: 400;
    color: #BD9E6F;
    line-height: 1;
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 20px;
}

#articles1 section .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 10px;
}

#articles2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-gap: 0 94px;
    padding: 1px 0;
}

#articles2 section {
    display: flex;
    border-top: 1px solid #8D8D8D;
    align-items: center;
}

#articles2 section .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#articles2 section .arrow {
    margin-right: auto;
    color: #BD9E6F;
    font-size: 12px;
    cursor: pointer;
}

#articles2 section h2 {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 20px;
}

#articles2 section .author {
    font-size: 12px;
    font-weight: 400;
    color: #BD9E6F;
    line-height: 1;
    padding-bottom: 20px;
}

#articles2 section:nth-last-child(-n+2) {
    border-bottom: 1px solid #8D8D8D;
}

/*#articles2 section:nth-child(6) {*/
    /*border-bottom: 1px solid #8D8D8D;*/
/*}*/

#articles2 section .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 10px;
}

#articles3 section h2 {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-top: 1px solid #8D8D8D;
    padding-top: 20px;
}

#articles3 section .author {
    font-size: 12px;
    font-weight: 400;
    color: #BD9E6F;
    line-height: 1;
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 20px;
}

#articles3 section .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 10px;
}

#articles4 {
    display: flex;
    column-gap: 59px;
    height: 360px;
}

#articles4 .left_article {
    width: 570px;
    height: 100%;
    background: #f8f5f0;
    border-radius: 8px 8px 8px 8px;
    display: flex;
}

#articles4 .left_content {
    width: 400px;
    margin: 35px 40px 50px 50px;
}

#articles4 .left_quote {
    margin-top: 15px;
    width: 50px;
    height: 50px;
}

#articles4 .left_quote img {
    width: 100%;
}

#articles4 .left_content h2 {
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    font-size: 26px;
    color: #222222;
    line-height: 47px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#articles4 .left_content .split {
    height: 2px;
    width: 10px;
    margin-top: 20px;
    background-color: #222222;
}

#articles4 .left_content .summary {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #8D8D8D;
    line-height: 32px;
    text-align: left;
}

#articles4 .left_content .author {
    margin-top: 60px;
    font-size: 12px;
    font-weight: 400;
    color: #BD9E6F;
    line-height: 1;
    padding-bottom: 20px;
}

#articles4 .left_content .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 10px;
}

#articles4 .right_articles {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}

#articles4 .right_articles section {
    width: 100%;
    background:#f8f5f0;
    border-radius: 8px 8px 8px 8px;
}

#articles4 .right_articles section h2 {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 20px;
    margin-left: 34px;
}

#articles4 .right_articles .author {
    font-size: 12px;
    font-weight: 400;
    color: #BD9E6F;
    line-height: 1;
    padding-bottom: 20px;
    margin-left: 34px;

}

#articles4 .right_articles .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 10px;
}

#articles4 .right_articles a {
    background: #bd9e6f;
    width: 100%;
    height: 50px;
    border-radius: 25px 25px 25px 25px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

#articles4 .right_articles a:hover {
    opacity: 0.6;
}

#articles5 {
    column-gap: 29px;
}

#articles5 section {
    padding-right: 29px;
    border-right: 1px solid #8D8D8D;
}

#articles5 section:last-child {
    padding-right: 0;
    border-right: none;
}

#articles5 section h2 {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#articles5 section .author {
    font-size: 12px;
    font-weight: 400;
    color: #BD9E6F;
    line-height: 1;
}

#articles5 section .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 10px;
}

#articles6 section h2 {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-top: 1px solid #8D8D8D;
    padding-top: 20px;
}

#articles6 section .author {
    font-size: 12px;
    font-weight: 400;
    color: #BD9E6F;
    line-height: 1;
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 20px;
}

#articles6 section .time {
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 10px;
}

.theme-box {
    margin-bottom: 115px;
}
