/* #region 基础 */
.module {
    margin-top: 50px;
}

.module .content {
    margin-top: 30px;
}

.banners .banner {
    height: 546px;
}

/* #endregion */

/* #region 推荐 */
.recommend .content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.recommend .recommend-img {
    overflow: hidden;
    width: 480px;
    height: 450px;
    border-radius: 10px;
}

.recommend-img a {
    height: 450px !important;
}

.recommend .list {
    overflow: hidden;
    flex: 1;
}

.recommend .list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E5E5;
}

.recommend .list li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: #467cee;
    border-radius: 50%;
}

.recommend .list li:not(:first-child) {
    margin-top: 10px;
}

.recommend .list li>a {
    position: relative;
    display: block;
    width: 55%;
    padding-left: 15px;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.recommend .list li>a:hover {
    color: #467cee;
    transition: .3s;
}

.recommend .list li>p {
    width: 70%;
    margin-top: 3px;
    color: #a6a6a6;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend .list .sub {
    color: #a6a6a6;
    font-size: 14px;
}

.recommend .list .sub img {
    vertical-align: -2.5px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.recommend .list .sub i {
    display: inline-block;
    width: 16px;
}

.recommend .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 7px;
    row-gap: 8px;
    width: 375px;
}

.recommend .links li {
    width: 49%;
    background: #F2F9FF;
    border-radius: 5px;
}

.recommend .links li:nth-child(-n + 4) {
    height: 78px;
}

.recommend .links li:nth-child(n + 5) {
    height: 135px;
}

.recommend .links li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.recommend .links li div {
    color: #000;
    font-size: 20px;
}

.recommend .links li:nth-child(-n + 4) a {
    gap: 7px;
}

.recommend .links li:nth-child(-n + 4) a>img {
    width: 35px;
    height: 35px;
}

.recommend .links li:nth-child(n + 5) a {
    flex-direction: column;
}

.recommend .links li:nth-child(n + 5) a>img {
    width: 44px;
    height: 44px;
}

.recommend .links li:nth-child(n + 5) a>div {
    margin-top: 10px;
}

.recommend .links li:nth-child(n + 5) a>span {
    margin-top: 4px;
    color: #a6a6a6;
    font-size: 14px;
}

/* #endregion */

/* #region 问答 */
.answers .nav {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.answers .nav li {
    width: 100px;
    height: 50px;
    color: #383838;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background: #F2F9FF;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}

.answers .nav li:hover {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #467CEE;
    transition: .3s;
}

.answers .nav .active {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #467CEE;
}

.answers .content {
    position: relative;
    margin-top: 36px;
}

.answers .content .hide {
    display: none;
}

.answers .content .active {
    display: block;
}

.answers .answers-button {
    position: absolute;
    top: -77px;
    right: 0;
    color: #467CEE;
    font-size: 18px;
    cursor: pointer;
}

.answers .answers-button img {
    vertical-align: -10px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.answers .question {
    display: flex;
    gap: 20px;
}

.answers .question-img {
    overflow: hidden;
    width: 647px;
    height: 421px;
    border-radius: 10px;
}

.answers .question .list {
    overflow: hidden;
    flex: 1;
}

.answers .question .list li {
    display: flex;
    gap: 8px;
}

.answers .question .list li:not(:first-child) {
    margin-top: 15px;
}

.answers .question .list .img {
    overflow: hidden;
    width: 208px;
    height: 130px;
    border-radius: 5px;
}

.answers .question .list .info {
    overflow: hidden;
    flex: 1;
}

.answers .question .list .info>a {
    position: relative;
    display: block;
    padding-left: 36px;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.answers .question .list .info>a::before {
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    content: "�?";
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    background: #467CEE;
    border-radius: 10px 10px 10px 0px;
}

.answers .question .list .info>a:hover {
    color: #467cee;
    transition: .3s;
}

.answers .question .list .info p {
    margin-top: 8px;
    color: #a6a6a6;
    font-size: 16px;
    line-height: 155%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.answers .question .list .sub {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.answers .question .list .tags {
    display: flex;
    gap: 10px;
}

.answers .question .list .tags span {
    display: inline-block;
    background: #FDF5EA;
    border-radius: 3px;
}

.answers .question .list .tags a {
    padding: 2px 14px;
    color: #ED851C;
    font-size: 14px;
}

.answers .question .list .sub>span {
    color: #a6a6a6;
    font-size: 14px;
}

.answers .question .list .sub i {
    display: inline-block;
    width: 24px;
}

.answers .answer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 32px;
    row-gap: 20px;
    margin-top: 25px;
}

.answers .answer li {
    width: 48.8%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.answers .answer li>a {
    position: relative;
    display: block;
    padding-left: 42px;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.answers .answer li>a::before {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    content: "�?";
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background: #467CEE;
    border-radius: 10px 10px 10px 0px;
}

.answers .answer li>a:hover {
    color: #467CEE;
    transition: .3s;
}

.answers .answer li>p {
    position: relative;
    min-height: 30px;
    margin-top: 15px;
    padding-left: 42px;
    color: #808080;
    font-size: 16px;
    line-height: 155%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.answers .answer li>p::before {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    content: "�?";
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background: #FA8346;
    border-radius: 10px 10px 0 10px;
}

.answers .answer .sub {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.answers .answer .tags {
    display: flex;
    gap: 10px;
}

.answers .answer .tags span {
    display: inline-block;
    background: #FDF5EA;
    border-radius: 3px;
}
.answers .answer .tags a {
    padding: 2px 14px;
    color: #ED851C;
    font-size: 14px;
}

.answers .answer .sub>span {
    color: #a6a6a6;
    font-size: 14px;
}

.answers .answer .sub i {
    display: inline-block;
    width: 12px;
}

.answers .entrance {
    margin-top: 30px;
    text-align: right;
}

.answers .entrance a {
    display: inline-block;
    padding: 10px 15px;
    color: #467cee;
    font-size: 18px;
    font-weight: 700;
    background: #F2F9FF;
    border-radius: 5px;
}

.answers .entrance a>img {
    vertical-align: -4px;
    width: 12px;
    height: 20px;
    margin-left: 10px;
}

/* #endregion */

/* #region 百科 */
.encyc .navigation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 30px;
    background: none;
}

.encyc .nav {
    display: flex;
    gap: 20px;
}

.encyc .nav li {
    width: 100px;
    height: 50px;
    color: #383838;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background: #F2F9FF;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}

.encyc .nav li:hover {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #467CEE;
    transition: .3s;
}

.encyc .nav .active {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #467CEE;
}

.encyc .navigation-bar a {
    color: #467CEE;
    font-size: 18px;
}

.encyc .navigation-bar a>img {
    vertical-align: -3px;
    width: 12px;
    height: 20px;
    margin-left: 10px;
}

.encyc .content {
    margin-top: 30px;
}

.encyc .content .hide {
    display: none;
    justify-content: space-between;
    gap: 60px;
}

.encyc .content .active {
    display: flex;
}

.encyc .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 20px;
    width: 66.5%;
}

.encyc .lists .box {
    width: 31.1%;
}

.encyc .lists .box div {
    color: #467CEE;
    font-size: 20px;
}

.encyc .lists .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 36px;
    row-gap: 18px;
    margin-top: 18px;
}

.encyc .lists .box ul li {
    width: 43.7%;
}

.encyc .lists .box a {
    display: block;
    color: #383838;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.encyc .lists .box a:hover {
    color: #467cee;
    transition: .3s;
}

.encyc .encyc-img {
    overflow: hidden;
    width: 408px;
    height: 296px;
    border-radius: 10px;
}

.encyc .encyc-banner-img {
    overflow: hidden;
    width: 100%;
    height: 154px;
    margin-top: 50px;
    border-radius: 10px;
}

/* #endregion */

/* #region 话题 */
.topic .content {
    position: relative;
}

.topic .topic-button {
    position: absolute;
    top: -62px;
    right: 0;
    color: #467CEE;
    font-size: 18px;
    cursor: pointer;
}

.topic .topic-button img {
    vertical-align: -10px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.topic .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 64px;
    row-gap: 18px;
}

.topic .list li {
    display: flex;
    gap: 28px;
    width: 30.2%;
}

.topic .list .img {
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.topic .list .info {
    overflow: hidden;
    flex: 1;
}

.topic .list .info a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.topic .list .info a:hover {
    color: #467cee;
    transition: .3s;
}

.topic .list .info p {
    margin-top: 8px;
    color: #808080;
    font-size: 14px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.topic .list .info span {
    display: inline-block;
    margin-top: 8px;
    color: #467cee;
    font-size: 14px;
}

.topic .list .info span>i {
    display: inline-block;
    width: 20px;
}

.topic .entrance {
    margin-top: 30px;
    text-align: right;
}

.topic .entrance a {
    display: inline-block;
    padding: 10px 15px;
    color: #467cee;
    font-size: 18px;
    font-weight: 700;
    background: #F2F9FF;
    border-radius: 5px;
}

.topic .entrance a>img {
    vertical-align: -4px;
    width: 12px;
    height: 20px;
    margin-left: 10px;
}

/* #endregion */

/* #region 医院 */
.hospital .navigation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 30px;
    background: none;
}

.hospital .nav {
    display: flex;
    gap: 20px;
}

.hospital .nav li {
    width: 100px;
    height: 50px;
    color: #383838;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background: #F2F9FF;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}

.hospital .nav li:hover {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #467CEE;
    transition: .3s;
}

.hospital .nav .active {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #467CEE;
}

.hospital .navigation-bar a {
    color: #467CEE;
    font-size: 18px;
}

.hospital .navigation-bar a>img {
    vertical-align: -3px;
    width: 12px;
    height: 20px;
    margin-left: 10px;
}

.hospital .content {
    margin-top: 30px;
}

.hospital .content .hide {
    display: none;
}

.hospital .content .active {
    display: block;
}

.hospital .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.hospital .list li {
    overflow: hidden;
    width: 23.3%;
    height: 346px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.hospital .list li>a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.hospital .list .img {
    position: relative;
    height: 194px;
}

.hospital .list .img span {
    position: absolute;
    top: 0;
    right: 23px;
    display: block;
    width: 42px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    background: #FA8346;
}

.hospital .list .img span::before, .hospital .list .img span::after {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
}

.hospital .list .img span::before {
    left: 0;
    border-top: 6px solid #FA8346;
    border-right: 11px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #FA8346;
}

.hospital .list .img span::after {
    right: 0;
    border-top: 6px solid #FA8346;
    border-right: 11px solid #FA8346;
    border-bottom: 6px solid transparent;
    border-left: 11px solid transparent;
}

.hospital .list .info {
    flex: 1;
    padding: 6px 12px;
    text-align: center;
    background: rgba(242, 249, 255, 0.5);
}

.hospital .list .headline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 316px;
}

.hospital .list .headline::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 68px;
    height: 4px;
    content: "";
    background: #467cee;
    border-radius: 2px;
}

.hospital .list .info p {
    margin-top: 8px;
    color: #808080;
    font-size: 14px;
    line-height: 155%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hospital .list .tags {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.hospital .list .tags span {
    display: inline-block;
    padding: 0 6px;
    color: #D95700;
    font-size: 12px;
    line-height: 18px;
    background: #FFDCC4;
    border-radius: 4px;
}

/* #endregion */
