body {
    font-size: 14px;
    font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    padding-top: 12px;
}

.logo-search-box {
    display: flex;
    justify-content: space-between;
}

.logo-search-box .logo img {
    width: 220px;
    height: 75px;
}

.logo-search-box .search {
    display: flex;
    color: #707070
}

.logo-search-box .search input {
    border: 1px solid #10a2a1;
    border-radius: 5px 0 0 5px;
    height: 38px;
    width: 570px;
    padding-left: 18px;
    font-size: 14px;
}

.logo-search-box .search button {
    width: 110px;
    height: 42px;
    background-color: #10a2a1;
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    letter-spacing: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.logo-search-box .search button i {
    margin-right: 10px;
    font-size: 24px;
}

.logo-search-box .tags {
    margin-top: 10px;
    color: #707070;
    display: flex;
}

.logo-search-box .tags li {
    margin-right: 14px;
}

.logo-search-box .tags li:nth-last-child() {
    margin-right: 0px;
}

.nav-tab-warp {
    background-color: #15cbbe;
    user-select: none;
}

.nav-tab {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

ul.nav-tab-ul {
    display: flex;
}

ul.nav-tab-ul>li {
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
}

ul.nav-tab-ul>li:nth-child(1) {
    width: 190px;
    padding: 0;
}

ul.nav-tab-ul>li:hover {
    background-color: #009d9a;
}

.nav-tab-warp .consult {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    background-color: #fa3771;
    border-radius: 25px;
    cursor: pointer;
}

.banner-warp {
    background-color: #317cf5;
}

.cate-banner {
    display: flex;
}

.category {
    height: 428px;
    width: 190px;
    background-color: #e2edfe;
    position: relative;
}

.category a:hover {
    text-decoration: none;
}

ul.category>li {
    width: 100%;
    height: 12.5%;
}

.category li a {
    height: 100%;
    color: #009d9a;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category li a i {
    font-size: 20px;
}

.category li a i:first-child {
    margin-left: 15px;
}

.category li a i:last-child {
    margin-right: 20px;
}

ul.category>li:hover {
    background-color: #bdc7d6;
}

.category .sec-dict {
    position: absolute;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    height: 386px;
    top: 0;
    left: 190px;
    width: 598px;
    padding: 20px 20px;
    color: #666666;
}

.category .sec-dict>ul>li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.category .sec-dict>ul>li:hover {
    text-decoration: underline;
}

.column-title {
    display: block;
    margin-top: 45px;
    margin-bottom: 18px;
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.column-sec-dict {
    font-size: 16px;
    text-align: center;
    color: #535353;
}




.column-news {
    margin-top: 42px;
    width: 100%;
    height: 418px;
    display: flex;
    justify-content: space-between;
}

.column-news>div,
.column-news>ul {
    width: 31%;
    overflow: hidden;
}

.column-news .item-1 {
    background-color: #f6f6f6;
}

.column-news .item-1 img {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    width: calc(100% - 2px);
    height: 257px;
}

.column-news .item-1>div {
    padding: 10px 12px;
}

.row {
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row.row1 {
    -webkit-line-clamp: 1;
}

.row.row2 {
    -webkit-line-clamp: 2;
}

.row.row3 {
    -webkit-line-clamp: 3;
}

.column-news h2,
.column-hospital h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
}

.column-news p,
.column-hospital p,
.column-news p {
    color: #535353;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
}

.column-news .item-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column-news .item-8 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column-news ul h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.column-news li {
    border-bottom: 1px dashed #9f9f9f;
}

.column-news .item-8 h2 i {
    background-color: #4bcec3;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 28px;
}

.column-hospital {
    margin-top: 42px;
    width: 100%;
    height: 408px;
    display: flex;
    justify-content: space-between;
}



.column-hospital .item-1 {
    width: 31%;
    margin-right: 15px;
}



.column-hospital .item-1 img {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    height: 255px;
    width: calc(100% - 2px);
}

.column-hospital .item-1 div {
    background-color: #f6f6f6;
    padding: 10px 12px
}

.column-hospital .hospital-list {
    width: calc(69% - 15px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hospital-list .hospital-card {
    width: 32.10%;
    width: 265px;
    position: relative;
}

.hospital-list .hospital-card img {
    /* width: calc(100% - 2px); */
    width: 100%;
    height: 200px;
    /* border: 1px solid #e6e6e6; */
}

.hospital-list .hospital-card div {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #0000005e;
    height: 26px;
    line-height: 26px;
    position: absolute;
    bottom: 2px;
    /* z-index: 999; */
}

.hospital-list div:hover {
    text-decoration: underline;
}

.column-doctor {
    height: 400px;
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.column-doctor .doctor-card {
    width: 390px;
    border: 1px solid #e6e6e6;
    display: flex;
}

.column-doctor .doctor-card img {
    width: 150px;
    height: 190px;
}

.doctor-card .doctor-info {
    padding: 18px 0 0 18px;
}

.doctor-card .doctor-info .doctor-name {
    font-size: 20px;
    margin: 14px 0;
}

.doctor-card .doctor-info .doctor-hospital {
    color: #535353;
}

.doctor-card .doctor-info .doctor-intro {
    margin: 14px 0 0 0;
    line-height: 20px;
}

.links {
    margin: 20px auto;
    line-height: 20px;
    user-select: none;
}

.links>span:first-child {
    font-size: 16px;
}

.links>a,
.links>span {
    margin-right: 10px;
}



.footer {
    background-color: #5a5858;
    color: #ffffff;
    height: 330px;
}



.footer .container .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 36px 0 53px;
}

.footer .container .footer-nav li {
    margin: 0 15px;
}

.footer .container .footer-info {
    display: flex;
    justify-content: space-between;
}

.footer .footer-info .site-info {
    font-size: 16px;
}

.footer .footer-info .site-info p,
.footer .footer-info .site-info a {
    display: block;
    margin-bottom: 38px;
}

.footer .footer-info .site-info p:last-child,
.footer .footer-info .site-info a:last-child {
    margin-bottom: 0px;
}

.crumbs {
    margin: 10px 0;
    color: #666666;
}

.crumbs a {
    margin: 0 5px;
}

.crumbs a:first-child {
    margin-left: 0;
}


.main-body {
    display: flex;
    justify-content: space-between;
}



.main-body>.left {
    width: 770px;
}

.main-body>.right {
    width: 386px;
}

.news-li {
    margin-top: 25px;
    padding-bottom: 19px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
}

.news-li .thumb {
    width: 200px;
    height: 140px;
    margin-right: 24px;
}

.news-li .news-info {
    margin-top: 14px;
}

.news-li .news-info .title {
    font-size: 20px;
    margin-bottom: 20px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.news-li .news-info .intro {
    color: #3f3f40;
    margin-bottom: 20px;
    line-height: 25px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-li .news-info .date {
    color: #272727;
}

#pages {
    text-align: center;
    color: #666666;
    font-size: 12px;
}

#pages span {
    color: #ffffff;
    background: #4bcec3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
}

#pages a {
    display: inline-block;
    box-sizing: border-box;
    color: #666;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 3px;
}

#pages a:first-child {
    width: auto;
}

.left #pages {
    margin: 50px 0;
}

.right>.tags {
    border: 1px solid #e7e7e7;
    padding: 14px 14px 0 14px;
    margin-top: 20px;
}

.right h2 {
    color: #393939;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}

.right h2::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.right h3 {
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.right p {
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tags .tags-ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.tags .tags-ul li {
    font-size: 14px;
    border: 1px solid #d6d9da;
    padding: 8px 18px;
    margin-bottom: 12px;
    margin-right: 8px;
}

.tags .tags-ul li:hover {
    border-color: #15cbbe;
    color: #15cbbe;
}

.latest-news,
.hot-news {
    margin-top: 34px;
}

.latest-news h2,
.hot-news h2 {
    margin-bottom: 35px;
}

.latest-news li {
    border-bottom: 1px dashed #aaaaaa;
    color: #535353;
}

.latest-news a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.latest-news p {
    font-size: 14px;
    line-height: 26px;
}

.hot-news li {
    width: 100%;
    border-bottom: 1px dashed #9f9f9f;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}

.hot-news li a {
    display: block;
    width: calc(100% - 28px);
}

.hot-news i {
    background-color: #4bcec3;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 28px;
}

.hospital-li {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 19px;
    margin-top: 25px;
}

.hospital-li .thumb {
    width: 200px;
    height: 145px;
    margin-right: 24px
}

.hospital-info {
    position: relative;
}

.hospital-info .hospital-name {
    font-size: 20px;
    margin-bottom: 10px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hospital-info p {
    color: #3f3f40;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hospital-info .good-item {
    margin-bottom: 15px;
    -webkit-line-clamp: 1;
}

.hospital-info .intro {
    margin-bottom: 15px;
    line-height: 26px;
    -webkit-line-clamp: 2;
}

.hospital-info .date {
    color: #909090;
    position: absolute;
    bottom: 0;
}

.hospital-filter {
    border: 1px solid #e7e7e7;
    padding: 10px 18px;
}

.hospital-filter b {
    font-size: 16px;
    color: #10a2a1;
}

.hospital-filter p {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.hospital-filter p a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 15px;
    border-radius: 25px;
    color: #666666;
}

.hospital-filter p span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 15px;
    border-radius: 25px;
    background-color: #4bcec3;
    color: #ffffff;
}

.hospital-filter p a:hover {
    background-color: #4bcec3;
    color: #ffffff;
    text-decoration: none;
}

.left h1 {
    color: #4bcec3;
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
    border-bottom: 2px solid #4bcec3;
}

.left-article {
    width: 763px;
}

.left-article>h1 {
    font-size: 28px;
    margin: 28px 0 22px;
}

.left-article>div.article-info {
    font-size: 16px;
    color: #4c4b4b;
    margin-bottom: 22px;
}

.left-article>div.article {
    margin: 0 auto;
    text-align: left;
    line-height: 28px;
    font-size: 16px;
    color: #4c4b4b;
}

.left-article>div.article p {
    margin-bottom: 20px;
    text-indent: 20px;
}

.left-article>div.article h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
    text-align: left;
}

.left-article>div.article img {
    filter: blur(10px);
}

.left-article>.tags {
    font-size: 16px;
    padding-bottom: 21px;
    border-bottom: 1px solid #f0f0f0;
    color: #4c4b4b;
    line-height: 20px;
}


.left-article>.tags>span,
.left-article>.tags>a {
    color: #15cbbe;
}

.hospital_map_address {
    display: flex;
    font-size: 16px;
    color: #333;
    flex-direction: column;
}

.hospital_map_address img {
    display: block;
    width: 400px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.hospital_map_address .hospital_address {
    display: block;
    margin: 0 auto;
}

.hospital_info_top .hos_img {
    display: inline-block;
    vertical-align: middle;
    width: 460px;
    height: 235px;
}

.hospital_info_top .hos_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.hospital_info_top .hos_text {
    display: inline-block;
    vertical-align: middle;
}

.hospital_info_top .hos_text {
    width: 480px;
    line-height: normal;
    padding: 0 10px;
}

.hospital_info_top .hos_text h1 {
    font-size: 26px;
    color: #333;
}

.hospital_info_top .hos_text div {
    margin: 12px 0;
    font-size: 16px;
    color: #333;
}

.hospital_info_box .hospital_info_int {
    line-height: normal;
}

.hospital_info_box .hospital_info_int h2 {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    margin: 10px 0;
}

.hospital_info_box .hospital_info_int p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-indent: 2rem;
}

.hospital_info_box .hospital_info_int .int_img {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 143px;
}

.hospital_info_box .hospital_info_int .int_img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.hospital_info_box .hospital_info_int ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.hospital_info_box .hospital_info_int .int_text {
    display: inline-block;
    vertical-align: middle;
    width: 700px;
    padding: 0 10px;
}

.hospital_info_box .hospital_info_int .int_text h3 {
    font-size: 16px;
    color: #333;
}

.hospital_info_box .hospital_info_int .int_text .time {
    font-size: 14px;
    color: #666;
    margin: 4px 0;
}

.hospital_info_box .hospital_info_int .int_text .des {
    font-size: 14px;
    color: #666;
}

.hospital_doctor_main .hospital_info_int ul li {
    float: left;
    width: 25%;
    padding: 0 4px;
    box-sizing: border-box;
    margin-bottom: 14px;
    border: 0;
}

.hospital_doctor_main .hospital_info_int ul li .doctor_img img {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

.hospital_doctor_main .hospital_info_int ul li .doctor_text {
    padding: 4px;
    border: 1px solid #eee;
}

.hospital_doctor_main .hospital_info_int ul li .doctor_text .name {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 4px 0;
}

.hospital_doctor_main .hospital_info_int ul li .doctor_text .skill {
    font-size: 14px;
    color: #666;
    height: 38px;
    overflow: hidden;
}

.same_hospital_info ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.same_hospital_info ul li {
    width: 50% !important;

}

.same_hospital_info ul li a {
    display: flex;
    align-items: center;
}

.same_hospital_info ul li a .same_img {
    width: 30%;
}

.same_hospital_info ul li a .same_img img {
    display: block;
    width: 100%;
    height: 120px;
    margin: 0 auto;
}

.same_hospital_info ul li a .same_text {
    display: inline-block;
    width: 66%;
    padding: 0 4px;
    vertical-align: middle;
    height: min-content;
}

.same_hospital_info .hospital_info_int ul li .same_text .title {
    font-size: 18px;
}


.hospital_info_box.hospital_doctor_main ul {
    display: flex;
    flex-wrap: wrap;
}


.doctor_title {
    width: 100%;
    text-align: center;
    min-height: 50px;
    margin-bottom: 10px;
}

.doctor_title h1 {
    font-size: 26px;
    color: #333;
    line-height: 50px;
}

.doctor_info p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.doctor_info .doctor_avatar {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.doctor_description {
    line-height: 26px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    height: 130px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

#one_page {
    display: flex;
}

#one_page h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 22px 0;
    color: #10a2a1;
}

#one_page ul.content {
    width: 120px;
    font-size: 16px;
}

#one_page ul.content li {
    margin: 10px 0;
    text-decoration: underline;
}

div.article img {
    max-width: 100% !important;
}

div.page-404 {
    width: 520px;
    margin: 0 auto 40px;
    background-color: #ffffff;
}

div.page-404 .page-404-code {
    text-align: center;
    font-size: 260px;
    color: #15cbbe;
}

div.page-404 h1 {
    text-align: center;
    font-size: 36px;
    color: #15cbbe;
    margin: 0 auto;
    margin-bottom: 10px;
}

div.page-404 div.description {
    margin: 5px auto;
    font-size: 18px;
    color: #15cbbe;

}

div.page-404 ul {
    margin: 10px auto;
    display: flex;
    font-size: 18px;
    background-color: #15cbbe;
    color: #ffffff;
    width: fit-content;
}

div.page-404 ul li {
    padding: 10px;
}

div.container.page-404 {
    min-height: calc(100vh - 145px - 358px);
}

div.page-404 .go-back {
    font-size: 16px;
    color: #707070;
}

div.hospital_intro table {
    font-size: 16px;
    line-height: 2rem;
    width: 600px;
    margin: 0 auto;
}

div.hospital_intro table td,
div.hospital_intro table th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
}

div.hospital_intro table th {
    font-weight: 800;
}

div.hospital_intro table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

div.hospital_intro table caption {
    font-size: 16px;
    line-height: 4rem;
    width: 600px;
    margin: 0 auto;
    font-weight: 800;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: 0;
}

div.article table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100%;
}

div.article table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-align: center;
}

div.article table th {
    font-weight: bold;
    color: rgb(102, 102, 102);
    text-align: center;
    padding: 5px 8px;
    border: 1px solid #dddddd;
}