body {
    overflow-x: hidden;
}

.header_box {
    width: 100%;
    background-color: white;
}

.header_box .header_top {
    background-color: #eee;
    width: 100%;
    height: 100px;
}

.header_box .header_top .top_text {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 50px;
    flex-direction: column;
}

.header_box .header_top .top_text .text_r {
    color: #999;
}

.header_box .logo_information {
    width: 100%;
    height: 129px;
    background-color: white;
}

.header_box .logo_information .items_box {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header_box .logo_information .items_box .items_l {
    width: 35%;
    height: auto;
    border-right: 1px solid #cc207315;
}

.header_box .logo_information .items_box .items_l img {
    width: 100%;
    height: 100%;
    padding: 0 10px 0 0;
}

.header_box .logo_information .items_box .items_ll {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.header_box .logo_information .items_box .items_ll .hospital {
    font-size: 22px;
    font-weight: normal;
    color: #cc2074;
}

.header_box .logo_information .items_box .items_ll .zhouchongying {
    font-size: 18px;
    color: #cc2074;
}

.header_box .logo_information .items_box .phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_box .logo_information .items_box .phone .phone_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

.header_box .logo_information .items_box .phone .phone_r .twenty_four_hours {
    font-size: 18px;
    color: #cc2074;
}

.header_box .logo_information .items_box .phone .phone_r .phone_number {
    font-size: 22px;
    font-weight: 700;
    color: #cc2074;
}

.header_box .logo_information .items_box .sarch {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header_box .logo_information .items_box .sarch:hover .sarch_show {
    display: flex !important;
}

.header_box .logo_information .items_box .sarch .but {
    width: 58px;
    height: 58px;
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
}

.header_box .logo_information .items_box .sarch .but img {
    width: 100%;
    height: 100%;
}

.header_box .logo_information .items_box .sarch .sarch_show {
    width: 340px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    /* position: absolute;
    right: 0px;
    top: 4px; */
}

.header_box .logo_information .items_box .sarch .sarch_show input {
    width: 280px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #eee;
    outline: 0;
    padding: 0 0 0 14px;
    font-size: 16px;
}

.header_box .logo_information .items_box .sarch .sarch_show .search_btn {
    width: 80px;
    background-color: #cc2074;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.header_box .nav {
    width: 100%;
    height: 70px;
    background-color: #cc2074;
}

.header_box .nav .nav-one {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 70px;
}

.header_box .nav .nav-one li {
    position: relative;
}

.header_box .nav .nav-one li:hover .menu {
    display: block;
}

.header_box .nav .nav-one li a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.header_box .nav .nav-one li a:active {
    font-weight: 600;
}

.header_box .nav .nav-one li .menu {
    width: 220px;
    position: absolute;
    top: 70px;
    left: -70px;
    display: none;
    background-color: #cc2074;
    z-index: 9999999;
    text-align: center;
    line-height: 42px;
    border-top: 1px solid #ff7cbc;
}

.header_box .nav .nav-one li .menu li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header_box .banner {
    width: 100%;
    height: 216px;
    background-image: url(../images/headbg_03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.header_box .banner .mask {
    position: absolute;
    top: 157px;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(#fbcbcf00, #fff);
    z-index: 999;
}

.header_box .banner .news-left {
    width: 100%;
    height: 100%;
}

.header_box .banner .news-left .swiper {
    width: 100%;
    height: 100%;
}

.header_box .banner .news-left .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #ff85c2;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_box .banner .news-left .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_box .banner .news-left .swiper-pagination {
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 50px;
    z-index: 999;
}

.header_box .banner .news-left .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
}

.header_box .banner .news-left .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #cc2074;
}

.header_box .serveguide_box {
    z-index: 999999;
    position: absolute;
    top: 680px;
    bottom: 0px;
    width: 100%;
    height: 120px;
    padding: 12px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.list {
    width: 95%;
    margin: 0 auto;
    margin-top: 40px;
}

.list .list_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.list .list_top .list_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list .list_top .list_title span {
    display: inline-block;
    font-size: 36px;
    color: #cc2074;
    font-weight: 600;
    line-height: 42px;
    margin-left: 20px;
}

.list .list_top .list_title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 42px;
    background-color: #cc2074;
}

.list .list_top .location a {
    display: inline-block;
    font-size: 18px;
    color: #333;
}

.list .list_nav {
    width: 100%;
}

.list .list_nav .list_nav_items {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.list .list_nav .list_nav_items li {
    /* display: inline-block;
    margin-right: 40px; */
    padding: 0 10px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list .list_nav .list_nav_items li a {
    font-size: 24px;
    color: #666;
}

.list .list_nav .list_nav_items .on a {
    font-size: 24px;
    color: #333;
    font-weight: 550;
    position: relative;
}

.list .list_nav .list_nav_items .on a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #cc2074;
    position: absolute;
    bottom: -25px;
    /* left: 48px;
    transform: translateX(-50%); */
}

.list .list_content {
    width: 100%;
    margin-top: 60px;
}

.list .list_content .list_content_items {
    width: 100%;
}

.list .list_content .list_content_items li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    background-color: #f5f5f5;
    border-radius: 10px;
    transition: 0.3s all;
}

.list .list_content .list_content_items li:hover {
    transform: translateX(0.25rem);
    border-radius: 0.3rem 0 0.3rem 0;
    overflow: hidden;
    box-shadow: 0.25rem 0.25rem 1rem rgba(150, 0, 50, 0.1);
}

.list .list_content .list_content_items li .time_l {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    font-size: 18px;
    color: #cc2074;
}

.list .list_content .list_content_items li .time_l span {
    font-size: 32px;
    color: #cc2074;
    font-weight: 500;
}

.list .list_content .list_content_items li .content_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
}

.list .list_content .list_content_items li .content_r .r_title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 550;
}

.list .list_content .list_content_items li .content_r p {
    font-size: 18px;
    line-height: 27px;
    color: #666;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* 分页css */
.list_content .page{
    text-align: center;
}
 
.list_content .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.list_content .pagination>li {
    display: inline;
}

.list_content .pagination>li>a,
.list_content .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #cc2074;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.list_content .pagination>li:first-child>a,
.list_content .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.list_content .pagination>li:last-child>a,
.list_content .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.list_content .pagination>li>a:hover,
.list_content .pagination>li>a:focus,
.list_content .pagination>li>span:hover,
.list_content .pagination>li>span:focus {
    z-index: 2;
    color: #cc2074;
    background-color: #eeeeee;
    border-color: #ddd;
}

.list_content .pagination>.active>a,
.list_content .pagination>.active>a:hover,
.list_content .pagination>.active>a:focus,
.list_content .pagination>.active>span,
.list_content .pagination>.active>span:hover,
.list_content .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #cc2074;
    border-color: #cc2074;
    cursor: default;
}
/* .list .paging {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.list .paging a {
    display: flex;
    justify-content: center;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.list .paging a:hover {
    background-color: #cc2074;
    color: #fff;
}

.list .paging .active {
    display: flex;
    justify-content: center;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #cc2074;
    color: #fff;
    font-size: 14px;
    border: 1px solid #cc2074;
}

.list .paging .jump-ipt {
    display: flex;
    justify-content: center;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #cc2074;
    font-size: 14px;
} */

.foot {
    width: 100%;
    height: auto;
    background-color: #c92176;
    margin-top: 60px;
    padding: 22px 0;
}

.foot .foot_box {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.foot .foot_box .foot_l {
    padding: 0 100px 0 0;
    border-right: 1px solid #ffffff30;
}

.foot .foot_box .foot_mid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 100px;
}

.foot .foot_box .foot_mid span {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.foot .foot_box .qr {
    width: 80px;
    height: 80px;
    margin-right: 120px;
    margin-left: 36px;
}

.foot .foot_box .qr img {
    width: 100%;
    height: 100%;
}

.foot .foot_box .foot_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 100px;
    border-left: 1px solid #ffffff30;
    width: 450px;
}

.foot .foot_box .foot_r span {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.foot .foot_box .foot_r span img {
    vertical-align: middle;
}