/* #region 基础 */
.module:not(:first-child) {
    margin-top: 30px;
}

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

.banners .banner {
    height: 300px;
}

.banners .pagination {
    bottom: 19px;
    gap: 14px;
}

.banners .pagination li {
    width: 44px;
    height: 7px;
    border-radius: 3.5px;
}

.hospital .left {
    width: 992px;
}

.hospital .right {
    width: 344px;
}

/* #endregion */

/* #region 医院 */
.hospital .title {
    text-align: left;
}

.hospital .title .top h1 {
    display: inline-block;
    color: #383838;
    font-size: 28px;
    font-weight: 700;
}

.hospital .title .top span {
    margin-top: 20px;
    color: #a6a6a6;
    font-size: 16px;
}

.hospital .title .top span:nth-child(2) {
    display: inline-block;
    margin-top: 0;
    font-size: 20px;
}

.hospital .title .top span>i {
    color: #467cee;
}

.hospital .title .bottom {
    display: flex;
    gap: 22px;
}

.hospital .title .img {
    overflow: hidden;
    width: 190px;
    height: 142px;
    border-radius: 10px;
}

.hospital .title .img img {
    width: 100%;
    height: 100%;
}

.hospital .title .bottom {
    margin-top: 30px;
}

.hospital .title .info {
    position: relative;
    flex: 1;
    height: 52px;
    margin-top: 22px;
}

.hospital .title .info p {
    color: #383838;
    font-size: 18px;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hospital .title .info a {
    position: absolute;
    right: 0;
    bottom: -40px;
    color: #467cee;
    font-size: 18px;
}

.hospital .title .extend {
    height: auto;
    margin: 0;
}

.hospital .title .extend p {
    overflow: visible;
    display: block;
}

.hospital .content h3 {
    position: relative;
    margin: 30px 0;
    padding-left: 18px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.hospital .content h3::before {
    position: absolute;
    left: 0;
    width: 8px;
    height: 100%;
    content: "";
    background: #467cee;
    border-radius: 4px;
}

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

/* 详情 */
.hospital .details p {
    margin: 30px 0;
    color: #383838;
    font-size: 18px;
    line-height: 180%;
    text-indent: 2em;
}

.hospital .details p>img {
    max-width: 100%;
}

.hospital .details ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    border-top: 1px dashed #e5e5e5;
}

.hospital .details ul>li {
    box-sizing: border-box;
    display: flex;
    gap: 24px;
    min-width: 50%;
    padding: 16px 20px;
    border-bottom: 1px dashed #e5e5e5;
}

.hospital .details li>span {
    display: inline-block;
    width: 90px;
    color: #808080;
    font-size: 18px;
}

.hospital .details li>div {
    color: #383838;
    font-size: 18px;
}

/* 同城 */
.hospital .city-wide .list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 30px;
}

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

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

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

.hospital .city-wide .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 .city-wide .list .img span::before,
.hospital .city-wide .list .img span::after {
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    content: "";
}

.hospital .city-wide .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 .city-wide .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 .city-wide .list .info {
    flex: 1;
    padding: 6px 12px;
    text-align: center;
    background: rgba(242, 249, 255, 0.5);
}

.hospital .city-wide .list .headline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.hospital .city-wide .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 .city-wide .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 .city-wide .list .tags {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

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

/* 问答 */
.hospital .answers .list li:not(:first-child) {
    margin-top: 30px;
}

.hospital .answers .list li {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

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

.hospital .answers .list 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;
}

.hospital .answers .list li>a:hover {
    color: #467cee;
    transition: 0.3s;
}

.hospital .answers .list li>p {
    position: relative;
    margin-top: 20px;
    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;
}

.hospital .answers .list 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;
}

.hospital .answers .list .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

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

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

.hospital .answers .list .tags a {
    padding: 2px 10px;
    color: #ed851c;
    font-size: 12px;
}

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

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

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

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

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

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

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

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

.hospital .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;
}

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

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

/* 资讯 */
.hospital .news .list li {
    display: flex;
    gap: 23px;
}

.hospital .news .list li:not(:first-child) {
    margin-top: 30px;
}

.hospital .news .list .img {
    overflow: hidden;
    width: 206px;
    height: 128px;
    border-radius: 6px;
}

.hospital .news .list .info {
    overflow: hidden;
    flex: 1;
}

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

.hospital .news .list .info a:hover {
    color: #467cee;
    transition: 0.3s;
}

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

.hospital .news .list .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.hospital .news .list .tags {
    display: flex;
    gap: 10px;
}

.hospital .news .list .tags span {
    display: inline-block;
    background: #fdf5ea;
    border-radius: 3px;
}

.hospital .news .list .tags a {
    padding: 2px 10px;
    color: #ed851c;
    font-size: 12px;
}

.hospital .news .list .sub>span {
    color: #808080;
    font-size: 14px;
}

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

/* #endregion */

/* #region 目录 */
.right .catalogue .list {
    margin-top: 20px;
}

.right .catalogue .list li {
    position: relative;
    padding-left: 50px;
}

.right .catalogue .list li::before {
    position: absolute;
    left: 18px;
    width: 0;
    height: 0;
    content: "";
    border-top: 12px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #383838;
    transition: 0.3s;
}

.right .catalogue .list li:hover::before {
    border-left: 18px solid #467cee;
    transition: 0.3s;
}

.right .catalogue .list li:not(:first-child) {
    margin-top: 20px;
}

.right .catalogue .list li>a {
    color: #383838;
    font-size: 18px;
    transition: 0.3s;
}

.right .catalogue .list li:hover a {
    color: #467cee;
    transition: 0.3s;
}

/* #endregion */