﻿/****框架****/




.article_right .article_title {
    font-size: 22px;
    font-weight: normal;
    color: #4d4d4d;
    font-family: "Microsoft Yahei";
    margin: 0 15px;
}

.leftNavTitle {
    background: #30405A;
    font-weight: 100;
    height: 42px;
    line-height: 46px;
    padding: 0 0 0 40px;
    font-size: 18px;
    color: #FFF;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    display: none;
}


/***一级***/
.MedicalGuide2 {
    margin: 10px 0 0;
    width: 208px;
    border: solid 1px #dfe7eb;
}

.MedicalGuide2 h2 {
    background: url(../images/leftnav/right_title1.jpg) no-repeat 0 0;
    height: 42px;
    line-height: 46px;
    padding: 0 0 0 40px;
    font-size: 16px;
    color: #0089d1;
    border-bottom: solid 1px #dee5e9;
    overflow: hidden;
}

.GuideBox2 {
    padding: 0 0 10px 0;
    _padding: 5px 0 50px 0;
    background: #FFF;
}

.GuideList2 {
    overflow: hidden;
}

.GuideList2 li {
    display: inline;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 10px;
    width: 90px;
}

.GuideList2 li a {
    background: #f6f6f6;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 90px;
}

.GuideList2 li a:hover {
    background: #0089d1;
    color: #fff;
}


/*分页样式*/

.pages {
    line-height: 30px;
    margin: 15px auto !important;
    height: 24px;
    padding-left: 15px;
}

.ae-pagination {
    width: 100%;
}

.pagination_page {
    color: #333333 !important;
}

.ui-state-default {
    background: none !important;
    height: 24px !important;
    font-size: 12px !important;
    color: #009b80;
    text-decoration: none;
    font-weight: normal;
    border: none !important;
    line-height: 24px;
    width: 20px;
}

.ui-state-default:hover {
    border: none;
}

.ae-pagination a {
    height: 24px !important;
    font-size: 16px;
    margin: 0 2px !important;
    text-decoration: none;
    font-weight: normal;
    padding: 0px !important;
    text-align: center;
    padding: 3px 8px !important;
    border: solid 1px #dcdcdc !important;
}

.ae-pagination a:hover {
    color: #333 !important;
    padding: 3px 8px !important;
}

.pagination_firstpage {
    border: none !important;
    height: 24px !important;
    width: 36px;
    padding: 0px !important;
    text-align: center;
    color: #666666 !important;
    line-height: 24px !important;
}

.pagination_previouspage {
    border: none !important;
    height: 24px !important;
    width: 51px;
    color: #666666 !important;
    line-height: 24px !important;
}

.pagination_pag {
    background: none !important;
    border: none !important;
    height: 24px !important;
    color: #474645 !important;
    line-height: 24px !important;
    margin: 0 10px !important;
}

.ae-pagination-current {
    background: ##0b5e9a !important;
    border: none !important;
    height: 26px !important;
    line-height: 26px !important;
    color: #fff !important;
}

.pagination_nextpage {
    border: none !important;
    height: 24px !important;
    width: 51px;
    color: #666666 !important;
    line-height: 24px !important;
    margin: 0 10px !important;
}

.pagination_lastpage {
    border: none !important;
    height: 24px !important;
    width: 36px;
    padding: 0px !important;
    text-align: center;
    color: #666666 !important;
    line-height: 24px !important;
}

.ui-corner-all {
    border-radius: 0px !important;
}


/*------------------左侧菜单结束--------------------*/


/***********列表页************/


/* .column_list{padding:10px 0;} */

.news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-card {
    display: flex;
    position: relative;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card::after {
    content: '';
    position: absolute;
    top: 35%;
    right: 30px;
    width: 40px;
    height: 2px;
    background-color: rgba(11, 94, 154, 0.3);
    transition: all 0.4s ease;
    z-index: 2;
}

.news-img-container {
    width: 280px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transform: skewX(-3deg);
    margin-right: 30px;
    z-index: 2;
}

.news-img {
    width: 100%;
    height: 180px;
    transform: skewX(3deg) scale(1.05);
    overflow: hidden;
}

.news-date {
    position: absolute;
    top: 20px;
    left: -10px;
    background-color: #0B5E9A;
    color: white;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 3;
    transform: skewX(-8deg);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    height: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-date::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid #0B5E9A;
    transform: translateX(0.1px) translateY(-0.5px) skewX(8deg);
}

.news-content {
    padding: 40px 0 20px;
    flex: 1;
    position: relative;
}

.news-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.4s ease;
    position: relative;
    padding-bottom: 10px;
}

.news-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #0B5E9A;
    transition: width 0.4s ease;
}

.news-desc {
    font-size: 15px;
    color: #6c7a89;
    line-height: 1.8;
    max-width: 800px;
    display: -webkit-box;
    /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-box-orient: vertical;
    /* 2表示行数 */
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* 溢出的文本用省略号代替 */
    text-overflow: ellipsis;


}

.news-card:hover::before {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.news-card:hover .news-img img {
    transform: scale(1.15);
}

.news-card:hover .news-title {
    color: #0B5E9A;
}

.news-card:hover .news-title::after {
    width: 120px;
}

.news-card:hover::after {
    width: 60px;
    background-color: #0B5E9A;
}

.pages {
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 30px;
    box-sizing: border-box;
}

.pages .ae-pagination {
    text-align: center;
}

.page {
    display: inline;
}

.pages a {
    color: #FFFFFF;
    padding: 5px 7px;
    border: none !important;
    margin-right: 5px;
    cursor: pointer;
    background: none;
    border-radius: 5px;
}

.pages a:hover,
.pages .ae-pagination-current {
    background: #0b5e9a;
    text-decoration: none;
    border: none;
    color: #FFFFFF !important;
}

/***********列表页结束************/


/*--------------------文章内容页--------------------*/

.article_blue_block {
    padding: 20px;
}

.article_blue_block h1 {
    text-align: center;
    color: #0066cc;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    font-size: 26px;
    line-height: 1.4;
    font-weight: normal;
}

.article_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #821618;
    border-bottom: #DDD solid 1px;
    padding: 15px 0;
}

.sub_tit {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.font_size {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 25px;
}

.notice {
    float: left;
    font-size: 12px;
}

.font_size a {
    background: url(../images/fontSize.jpg) left center no-repeat;
    display: block;
    float: left;
    width: 20px;
    height: 25px;
    overflow: hidden;
    text-indent: -2000em;
}

.font_size a.larger {
    background: url(../images/fontSize.jpg) -27px center no-repeat;
}

.font_size a.default {
    background: url(../images/fontSize.jpg) -49px center no-repeat;
    width: 23px;
}

.sub_tit span {
    color: #999999;
    padding: 0 5px;
}

.article_blue_block {
    padding: 0px 15px;
    line-height: 2;
    padding-bottom: 5px;
    font-size: 16px;
}

.article_blue_block img {
    max-width: 100%;
}

.article_blue_block table {
    margin: 0 auto;
}

.article_blue_block p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.p_img {
    text-indent: 0 !important;
}


/* 文章内容面包屑导航 */

.main_Padd .bread {
    font-size: 16px;
    color: #999999;
    border-bottom: 1px dotted rgba(186, 186, 186, 1);
    padding: 30px 0;
}

.main_Padd .bread .name,
.main_Padd .bread .name a {
    color: #0b5e9a;
}

.main_Padd .bread .page_name {
    color: #999999;
}

.main_Padd {}

.main_Padd .main_content {
    background: #fff;
    padding: 0 50px 50px;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 60px;
}

.main_Padd .article_blue_block {
    padding: 0;
}

.main_Padd .content {
    padding-top: 60px;
    color: #333;
}


/***关联科室关联医生****/

.keshi_title,
.doctor_name {
    line-height: 32px;
    margin-bottom: 10px;
}

.keshi_title a,
.doctor_name a {
    padding-left: 20px;
    background: url(../images/index_icon.png) no-repeat 8px -347px;
}

.Related {
    line-height: 20px;
}

.Related li {
    float: left;
    width: 48%;
    padding: 1%;
}

.share {
    margin: 10px 0;
}

.bdsharebuttonbox {
    float: right;
}

.prev_next {
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
}

.prev_next:hover {
    background-color: #f0f5ff;
    box-shadow: 0 2px 5px rgba(0, 102, 204, 0.1);
}

.prev-icon {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
}

.nav-icon img {
    width: 100%;
}

.prev .prev-label {
    font-size: 13px;
    color: #888;
    margin-right: 8px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.prev_next a {}

.prev_next:hover a {
    color: #0b5e9a;
}

.prev_next.fl a {
    left: 92px;
}

.prev_next.fr a {
    left: 30px;
}


/* .prev_next span{background:#30405a;color:#fff;padding:1px 0 2px 3px;} */

.article_blue_block>.prev {
    margin: 40px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.extension {
    margin: 30px 14px 0 14px;
}


/*文章页面的相关文章*/

.ask_title {
    background: #F3F6F8;
    border: 1px solid #dfe7eb;
    line-height: 28px;
    color: #4b4b4b;
    padding: 0 15px;
    font-size: 14px;
}

.ask_title a {
    float: right;
    font-size: 14px;
    font-family: "宋体";
    font-weight: normal;
}

.ask_list {
    margin: 3px 0 20px 0;
    line-height: 30px;
}

.ask_list li {
    background: url(/Content/Areas/Common/images/ico6.jpg) no-repeat 5px 12px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 0 0 15px;
}


/*相关文章*/

.about_article {
    margin: 10px 15px 0 15px;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.about_article .ask_title {
    background: url(../images/menu_bg1.jpg) repeat-x 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0 12px;
    font-size: 16px;
    color: #4D4D4D;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    border-bottom: 1px solid #DFE7EB;
}

.about_article ul {
    margin: 10px 0 10px 0;
    padding: 0 10px;
}


/*********图片文章列表*********/

.pic_list li {
    float: left;
    margin: 12px 20px 0 19px;
    width: 130px;
    height: 150px;
    overflow: hidden;
}

.pic_list li h2 {
    line-height: 20px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.pic_list li .img_Box {
    width: 125px;
    height: 95px;
    border: #CCC solid 1px;
    box-shadow: 2px 2px 2px lightgray;
    display: block;
}

.pic_list li .img_Box:hover {
    border: #30405a solid 2px;
    padding: 1px;
}

.pic_list li img {
    width: 105px;
    height: 75px;
    display: block;
    padding: 10px;
}

.img_l {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 1px;
    width: 160px;
}

.img_l:hover {
    border: 1px solid #BEEFE1;
}

.bdshare-button-style0-24:after {
    padding: 0 0 0 10px;
}


/*--------------------文章内容页结束--------------------*/


/*站点首页 栏目首页*/

.defaultSite {
    display: inline;
    float: left;
    height: 260px;
    overflow: hidden;
    width: 355px;
    background: #fff;
    border: #DFE7EB solid 1px;
    margin: 0 10px 10px 0;
}

.defaultSite ul {
    padding: 10px;
}

.defaultSite ul li {
    background: url(../images/ico01.jpg) no-repeat 0 10px;
    line-height: 26px;
    padding-left: 10px;
}

.defaultSite ul li a {
    color: #333333;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}


/* 视频中心  */

.ship_list2 {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.ship_list2 li {
    width: 200px;
    height: 170px;
    float: left;
    position: relative;
    margin: 0 22px;
    display: inline;
}

.ship_list2 li img {
    width: 198px;
    height: 138px;
    border: solid 1px #9dd9d9;
    display: block;
}

.ship_list2 li .liulan {
    display: none;
}

.ship_list2 li .maintitle {
    height: 25px;
    text-align: center;
    width: 200px;
    line-height: 25px;
    font-size: 14px;
}

.ship_list2 li .maintitle a {
    color: #333;
}

.ship_list2 li .maintitle a:hover {
    color: #821618;
}

.ship_list2 li .video_btn {
    position: absolute;
    top: 45px;
    left: 70px;
    background: url(/Content/Areas/Common/images/department/videobtn.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

.ship_list2 li .video_btn:hover {
    background: url(/Content/Areas/Common/images/department/videobtn_h.png) no-repeat 0 0;
}

.column_list li.list_line {
    background: none;
}

.sub_tit .sjb {
    display: none;
}

.newList li .span_date1 {
    float: right;
    color: #fff;
    padding-left: 5px;
}

@media screen and (min-width:1080px) and (max-width:1200px) {
    .column_list li {
        line-height: 35px;
    }

    .column_list li h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .column_list li img {
        width: 215px;
    }

    .column_list li span {
        font-size: 16px;
    }

    .articleCont>a {
        margin: 5px 20px 0 0;
        height: 168px;
    }

    /* .main_content {
        width: 1000px !important;
    } */
    .article_right {
        width: 100%;
    }

    .prev_next {
        width: 435px;
    }

    .article_blue_block h1 {
        font-size: 26px;
    }

    .article_blue_block {
        width: 1000px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .main_Padd .article_blue_block {
        padding: 0;
        width: 100%;
    }
}




@media only screen and (max-width:640px) {
    .main_Padd {
        margin-top: 0;
        padding: 0.4rem 0;
    }

    .sub_tit .sjb {
        display: inline-block;
    }
}

@media only screen and (max-width:420px) {
    .column_list li .imgcover {
        min-height: 190px;
        padding: 0.3rem;
    }

    .articleCont .date_wrapper {
        margin-right: 0.3rem;
    }

    .date_moreA {
        margin-top: 50px;

    }

    .date_moreA::before {
        left: 50%;
        top: -50px;
        height: 40px;
    }

    .date_moreA:hover {
        margin-top: 50px;
    }

    .date_wrapper .date_day {
        font-size: 30px;
        color: #333333;
        line-height: 30px;
    }

    .article_left {
        margin-bottom: 0.4rem;
    }
}
@media only screen and (max-width:768px) {
  .pages{
    padding-top: 0px;
  }
  .news-list{
    gap: 10px;
    padding:10px;

  }
  .news-desc{
    font-size: 14px;
  }
  .news-content{
    padding:10px;
  }
  .news-title{
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.4s 
ease;
    position: relative;
    padding-bottom: 10px;
  }
  .news-date{
    position:static;
    background-color:rgba(0,0,0,0.5);
    transform: rotateX(0);
    margin-top: -45px;
  }
  .news-card{
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
  }
  .news-img{
    transform: skewX(0);
    height: 180px;
  }
  .news-card::before{
    display: none;
  }
  .article_right img {
        margin: 0 auto;
    }
  .news-img-container{
    width: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 2;
    transform: skewX(0);
  }
    .pages {
        font-size: 0;
    }

    div.banner_phone {
        display: block;
        position: relative;
    }

    .banner_phone img {
        width: 100%;
    }

    .banner_phone .kw {
        width: 2.38rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner_phone p {
        font-size: 0.24rem;
        color: #fff;
        width: 6.48rem;
        position: absolute;
        top: 52%;
        left: 50%;
        line-height: 0.48rem;
        transform: translate(-50%, -50%);
    }

    /* .article_left{display:none;} */
    .tags_body,
    .article_left,
    .article_right {
        width: 100%;
    }

    .font_size {
        display: none;
    }

    .share {
        display: block;
    }

    .prev {}

    .main {
        width: 100%;
        /* padding: 0 0.3rem; */
        box-sizing: border-box;
    }

    

    /*关于我们新建*/
    .GYWM_article_left {
        display: block !important;
        width: 100%;
        float: none
    }

    .GYWM_article_left .leftNavTitle {
        display: none
    }

    .GYWM_article_left .side_menu_inside .lv1_ul {
        overflow: hidden
    }

    .GYWM_article_left .side_menu_inside .lv1_li {
        width: 30%;
        margin: 1%;
        float: left;
        box-sizing: border-box;
        border: 1px solid #dee5e9;
        text-align: center
    }

    .GYWM_article_left .side_menu_inside .lv1_p {
        padding: 0;
        background: #fff
    }

    .GYWM_article_left .side_menu_inside .lv1_li .current {
        background: #557cb7
    }

    /* 文章列表页 */

    .column_list li h2 {
        font-size: 0.24rem;
        margin-bottom: 0px;
        line-height: 0.4rem;
        font-weight: 400;
    }

    .column_list li span {
        font-size: 14px;
        display: none;
    }

    .column_list li {
        font-size: 12px;
    }

    .article_blue_block p {
        padding: 0;
    }

    .art_tags {
        margin-top: 0.1rem;
        /* display: none; */
    }

    .column_list li span.art_tag {
        display: inline-block;
        background: #F8F8F8;
        font-size: 0.2rem;
        color: #868686;
        float: none;
        padding: 0 0.1rem;
        margin-right: 0.1rem;
        line-height: 0.5rem;
    }

    .article_blue_block {
        padding: 0px 0.2rem;
    }

    .column_list li img {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .main_content {
        margin: 0 auto;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

    .banner_box {
        margin-bottom: 20px;
    }

    .side_menu_inside .lv1_ul {
        padding: 0;
        display: flex;
        justify-content: flex-start;
    }

    .tags_body {
        width: 100%;
        padding: 0.2rem 0.2rem 0;
    }

    .tags_body span {
        margin-bottom: 0.2rem;
        font-size: 0.24rem;
        line-height: 30px;
        height: 30px;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        margin-right: 0.1rem;
        /* width: 26%; */
        box-sizing: border-box;
    }

    /* 文章内容页 */
    .main_Padd .bread {
        padding: 20px 0;
    }

    .main_Padd .content {
        padding-top: 20px;
    }

    .articleCont p {
        padding-bottom: 0;
        margin-top: 0.2rem;
        font-size: 0.14rem;
    }

    .sub_tit {
        padding: 10px 0;
    }

    .article_blue_block h1 {
        font-size: 20px;
        margin-top: 20px;
    }

    .main_Padd .main_content {
        padding: 0 20px 30px;
        margin-top: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .side_menu_inside .lv1_li {
        font-size: 0.24rem;
        line-height: 30px;
        width: 23%;
        margin: 0;
        margin-right: 2%;
    }

    .side_menu_inside .lv1_p {
        padding: 0 0.1rem;
        width: 100%;
        height: 0.6rem;
        line-height: 0.6rem;
        box-sizing: border-box;
        border-radius: 0.1rem;
        overflow: hidden;
    }

    .side_menu_inside .lv1_p a {
        font-size: 0.2rem;
    }

    .article_left {
        padding: 0.2rem;
    }

    .all_tasg {}

    .article_right {
        box-shadow: none;
    }

    .articleCont>div {
        width: 100%;
        float: none;
    }

    .articleCont>a {
        min-height: auto;
        display: inherit;
        float: right;
        width: 2.6rem;
        margin: 0;
        margin-right: 0.2rem;
        display: flex;
        align-items: center;
        height: auto;
    }

    .articleCont .img_box {
        display: none;
    }

    .prev_next {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .side_menu {
        width: 100%;
    }
}