.l-p1 {
    width: 100%;
}

.l-p2 {
    font-size: 16px;
    line-height: 35px;
    color: #484848;
    margin-bottom: 40px;
}

.l-p2 p {
    font-size: 16px;
    line-height: 35px;
    color: #484848;
}

.l-p3 {
    width: 100%;
    height: 450px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    margin-bottom: 85px;
}

.l-p4 {
    width: 442px;
    height: 100%;
    float: left;
    position: relative;
    padding-top: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.l-p4 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.l-p5 {
    font-size: 24px;
    line-height: 24px;
    color: #0e88c9;
    margin-bottom: 23px;
}

.l-p6 {
    margin-bottom: 2px;
}

.l-p7 {
    width: 6px;
    height: 6px;
    background: #264192;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
    margin-top: 5px;
}

.l-p8 {
    font-size: 16px;
    line-height: 16px;
    color: #363636;
    margin-bottom: 15px;
}

.l-p8 p {
    font-size: 16px;
    line-height: 24px;
    color: #363636;
}

.l-p9 {
    float: left;
}

.l-p10 {
    width: calc(100% - 442px);
    height: 100%;
    float: right;
}

.l-p10 img {
    width: 100%;
    height: 100%;
}

.clear {
    overflow: hidden;
}


/*治疗特色*/

.zlts {
    margin: 30px 0;
    font-size: 16px;
    line-height: 30px;
}

.zlts p {
    margin: 30px 0;
}


/*治疗特色end*/


/*新闻动态*/

.newswrap {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
}

.news-list01 {
    background: #efefef;
    padding: 50px 0;
    margin-bottom: 40px;
}
.news-list01 .fenlei{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.news-list01 .fenlei a{
    padding: 8px 25px;
    background: #999999;
    border-radius:30px;margin: 0 20px;
}
.news-list01 .fenlei .on{
    background: #0b3190;
}
.news-list01 .bt {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.news-list01 .item {
    display: block;
    background: #fff;
}

.news-list01 .item .img {
    width: 100%;
    padding-bottom: 63%;
    height: 0;
    position: relative;
}

.news-list01 .item img {
    width: 100%;
    transition: all .8s ease 0s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news-list01 .item dl {
    font-size: 18px;
    padding: 0 20px;
    margin: 0;
}

.news-list01 .item dt {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px #eaeaea solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list01 .item dd {
    line-height: 70px;
}

.news-list01 .swiper-pagination {
    bottom: 25px;
}

.news-list01 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px !important;
}

.news-list01 .swiper-pagination-bullet-active {
    background-color: #005e8d;
}

.news-list01 .swiper-container {
    padding-bottom: 60px;
}

.news-list02 table.imagetable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #aaaaaa;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 60px;
}

.news-list02 table.imagetable th {
    background: #e5eefb;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #aaaaaa;
    font-size: 18px;
}

.news-list02 table.imagetable td {
    background: #f8fafd;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #aaaaaa;
    font-size: 16px;
    text-align: center;
}

.news-list02 h1 {
    font-size: 30px;
    text-align: center;
    margin: 60px 0;
}

.news-list02 {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}

.news-list02 .condition {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
    padding: 20px 25px;
    line-height: 50px;
    border: 1px solid #e6e6e6;
}

.news-list02 .condition .name {
    font-size: 18px;
    margin-right: 20px;
}

.news-list02 .condition .select-box {
    width: 20%;
    margin-right: 20px;
}

.news-list02 .condition select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    background: #e9e9ed url(../imgs/icon_select.png) right center no-repeat;
    border: 0;
}

.news-list02 .condition select::-ms-expand {
    display: none;
}

.news-list02 .condition .inputbox {
    flex: 1;
}

.news-list02 .condition .key {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list02 .condition .btn-search {
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #0b3190;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 20px;
}

.news-list02 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 5px;
}

.news-list02 ul li {
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list02 .item {
    border: 1px solid #e6e6e6;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 20px;
}

.news-list02 .item p {
    flex: 1;
    padding-right: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list02 .item span {
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    padding: 10px 0 10px 40px;
    color: #999999;
}

.news-details {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
}

.news-details .details {
    float: left;
    margin-right: 70px;
    width: 65%;
}

.news-details .details-title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #bfbfbf;
}

.news-details .details-title .h2 {
    height: 50px;
    margin-top: 10px;
}

.pc-show {
    display: block;
}

.news-details .visited {
    font-size: 16px;
    color: #999;
}

.news-details .visited li:first-child {
    margin-right: 20px;
}

.news-details .visited li {
    display: flex;
    align-items: center;
}

.news-details .visited li img {
    margin-right: 10px;
}

.news-details .details-content {
    line-height: 32px;
    font-size: 16px;
    padding: 30px 0;
    overflow: hidden;
}

.news-details .details-content img {
    margin: 0 20px 20px 0;
}


/*新闻动态end*/


/*新闻详情*/

.page-code {
    border-top: 1px solid #e6e6e6;
}

.page-code a {
    border-bottom: 1px solid #e6e6e6;
}

.page-code a.on .btn {
    color: #fff;
    background-color: #2fa8df;
}

.page-code a .btn {
    font-size: 16px;
    padding: 20px 30px;
}

.page-code p {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-code a .span {
    font-size: 16px;
    color: #999;
}

.page-code .prev i {
    transform: rotate(-90deg);
}

.page-code a i {
    font-family: "å®‹ä½“";
    font-size: 16px;
    margin-right: 15px;
    font-style: normal;
}

.page-code .next i {
    transform: rotate(0deg);
}

.lately {
    width: 23%;
    padding: 0 3% 60px;
    margin-top: 0;
    float: right;
    background-color: #efefef;
}

.lately .title {
    font-size: 30px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

.lately .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.lately .item dl {
    text-align: center;
}

.lately .item dt {
    color: #0250a3;
    font-size: 30px;
}

.lately .item dd {
    font-size: 18px;
    color: #999;
    margin-top: 20px;
}

.lately .item p {
    font-size: 18px;
    line-height: 32px;
    margin-left: 36px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*新闻详情end*/


/*分页*/

.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #005f8e
}


/*分页end*/


/*咨询互动*/


/*咨询互动end*/


/*视频展示*/

.ygfc {
    background: #f2f2f2;
}

.ygfc .main {
    margin: 50px 0;
}

.ny-list ul {
    margin-right: -2%;
}

.ny-list li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.ny-list li a {
    display: block;
}

.ny-list li .img {
    width: 100%;
    padding-bottom: 63%;
    height: 0;
    position: relative;
}

.ny-list li .img img {
    width: 100%;
    transition: all .8s ease 0s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.ny-list li .txt {
    background: #fff;
    padding: 0 4%;
}

.ny-list li p {
    line-height: 73px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #eaeaea solid;
}

.ny-list li span {
    line-height: 73px;
    font-size: 18px;
    color: #666666;
}


/*视频展示end*/

.z-pub1-d11 {
    padding: 30px 0;
    position: relative;
    bottom right
}

.z-pub1-d1.z-pub1-d111 .box1 .lbox {
    width: 480px;
    height: 578px;
    border-bottom: 5px solid #0e88c9;
    -webkit-box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.27);
    box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.27);
    float: left;
    background-color: #fff;
    padding: 137px 85px 0 100px;
    box-sizing: border-box;
}

.z-pub1-d11 .box1 .lbox .t {
    font-size: 36px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .z-pub1-d11 .box1 .lbox .t {
        font-size: 24px
    }
}

.z-pub1-d11 .box1 .lbox .list {
    margin-top: 70px
}

.z-pub1-d11 .box1 .lbox .li {
    position: relative;
    padding-left: 55px
}

.z-pub1-d11 .box1 .lbox .li+.li {
    margin-top: 20px
}

.z-pub1-d11 .box1 .lbox .icon {
    width: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.z-pub1-d11 .box1 .lbox .icon img {
    width: 100%;
    display: block
}

.z-pub1-d11 .box1 .lbox .p {
    overflow: hidden
}

.z-pub1-d11 .box1 .bdmap {
    height: 578px;
    width: 750px;
    float: right
}

.z-pub1-d11 .box2 .lbox {
    width: 26%;
    float: left;
    padding-top: 120px
}

.z-pub1-d11 .box2 .lbox .t1 {
    font-size: 36px;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .z-pub1-d11 .box2 .lbox .t1 {
        font-size: 24px
    }
}

.z-pub1-d11 .box2 .lbox .t2 {
    font-size: 24px;
    margin-top: 3px
}

@media screen and (max-width: 768px) {
    .z-pub1-d11 .box2 .lbox .t2 {
        font-size: 18px
    }
}

.z-pub1-d11 .box2 .lbox .p {
    line-height: 34px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 35px;
    font-size: 16px;
    color: #666666
}

.z-pub1-d11 .box2 .rbox {
    width: 98%;
    padding-bottom: 30px;
}

.z-pub1-d11 .box2 .rbox .r_item {
    margin-top: 20px
}

.z-pub1-d11 .box2 .rbox .li {
    background-color: #fff;
    border-left: 5px solid #0e88c9;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 77px;
    padding: 13px 20px
}

.z-pub1-d11 .box2 .rbox .li .ipt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

.z-pub1-d11 .box2 .rbox .li .ipt input,
.z-pub1-d11 .box2 .rbox .li .ipt textarea {
    width: 100%;
    height: 100%
}

.z-pub1-d11 .box2 .rbox .li .ll {
    font-size: 18px
}

@media screen and (max-width: 768px) {
    .z-pub1-d11 .box2 .rbox .li .ll {
        font-size: 16px
    }
}

.z-pub1-d11 .box2 .rbox .l2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.z-pub1-d11 .box2 .rbox .l2 .li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.z-pub1-d11 .box2 .rbox .l2 .li+.li {
    margin-left: 20px
}

.z-pub1-d11 .box2 .rbox .rtt .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 120px
}

.z-pub1-d11 .box2 .rbox .validation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.z-pub1-d11 .box2 .rbox .validation .li {
    width: 226px
}

.z-pub1-d11 .box2 .rbox .validation .img {
    width: 191px;
    height: 61px;
    cursor: pointer
}

.z-pub1-d11 .box2 .rbox .validation .img img {
    display: block;
    width: 100% !important;
    height: 100% !important
}

.z-pub1-d11 .box2 .rbox .validation .cubtn button {
    width: 214px;
    line-height: 57px;
    background-color: #0e88c9;
    color: #fff;
    text-align: center;
    font-size: 24px
}

@media screen and (max-width: 768px) {
    .z-pub1-d11 .box2 .rbox .validation .cubtn {
        font-size: 18px
    }
}

.z-pub1-d11 .box2 .rbox .validation .cubtn button {
    display: block;
    cursor: pointer;
}

.z-pub1-d11 .box2 textarea {
    text-align: justify;
    text-justify: inter-ideograph
}

@media screen and (max-width: 768px) {
    .z-pub1-d11 {
        padding:  0
    }
    .z-pub1-d11 .box1 .bdmap {
        width: 100%;
        height: 250px;
        float: none
    }
    .z-pub1-d11 .box1 .lbox {
        float: none;
        width: 100%;
        height: auto;
        padding: 30px 20px
    }
    .z-pub1-d11 .box1 .lbox .list {
        margin-top: 20px
    }
    .z-pub1-d11 .box1 .lbox .icon {
        width: 20px
    }
    .z-pub1-d11 .box1 .lbox .li {
        padding-left: 30px
    }
    .z-pub1-d11 .box1 .lbox .li+.li {
        margin-top: 10px
    }
    .z-pub1-d11 .box2 {
        padding-top: 0
    }
    .z-pub1-d11 .box2 .lbox {
        padding: 0;
        width: 100%;
        float: none
    }
    .z-pub1-d11 .box2 .lbox .t2 {
        margin-top: 5px
    }
    .z-pub1-d11 .box2 .lbox .p {
        line-height: 1.5;
        margin-top: 10px
    }
    .z-pub1-d11 .box2 .rbox {
        margin: 20px 0 0
    }
    .z-pub1-d11 .box2 .rbox .r_item {
        margin-top: 10px
    }
    .z-pub1-d11 .box2 .rbox .li {
        padding: 10px;
        height: 50px
    }
    .z-pub1-d11 .box2 .rbox .l2 {
        display: block
    }
    .z-pub1-d11 .box2 .rbox .l2 .li+.li {
        margin: 10px 0 0
    }
    .z-pub1-d11 .box2 .rbox .rtt .li {
        display: block;
        height: auto
    }
    .z-pub1-d11 .box2 .rbox .rtt .li .ipt {
        height: 100px;
        margin-top: 10px
    }
    .z-pub1-d11 .box2 .rbox .validation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .z-pub1-d11 .box2 .rbox .validation .li {
        width: 60%
    }
    .z-pub1-d11 .box2 .rbox .validation .img {
        width: 35%;
        margin-left: 5%;
        height: 50px
    }
    .z-pub1-d11 .box2 .rbox .validation .cubtn {
        width: 100%;
        line-height: 50px;
        margin-top: 10px
    }
}

.z-pub1-d11 .box2 form {
    width: 70%;
    float: right;
}