body {
    overflow-x: hidden;
}

/* 第一个banner图 */
.swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.nmgyy_sy_banner1 {
    width: 100%;
    min-width: 1300px;
    height: 700px;
    margin-bottom: 50px;
}

.banner1 {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 50px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background-color: #fff !important;
}

.swiper-pagination-bullet-active {
    background-color: #013923 !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

/* 第一个banner图 结束 */
/* 就医模块 */
.nmgyy_sy_jiuyi {
    width: 100%;
    min-width: 1300px;
    height: 420px;
    margin-bottom: 50px;
}

.nmgyy_sy_jiuyi .w {
    position: relative;
    width: 1450px;
    height: 420px;
    transition: all .5s;
}

.nmgyy_sy_jiuyi ul {
    height: 420px;
}

.nmgyy_sy_jiuyi ul li {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 205px;
    height: 420px;
    padding-top: 140px;
    text-align: center;
    transition: all .5s linear;
}


.nmgyy_sy_jiuyi ul li:hover,
.nmgyy_sy_jiuyi ul li.hover {
    width: 410px;
}


.nmgyy_sy_jiuyi ul li:nth-child(1) {
    left: 0;
    background: url(../images/nmgyy_sy_jiuyi_jiuzhen.png) center no-repeat;
    z-index: 6;
}

.nmgyy_sy_jiuyi ul li:nth-child(2) {
    left: 204px;
    z-index: 5;
    /* background-color: #089c60; */
    background: url(../images/nmgyy_sy_jiuyi_jiuzhen3.jpg) center no-repeat;
}

.nmgyy_sy_jiuyi ul li:nth-child(3) {
    left: 409px;
    z-index: 4;
    background-color: #e5ca8f;

}

.nmgyy_sy_jiuyi ul li:nth-child(4) {
    left: 614px;
    z-index: 3;
    /* background-color: #0a3c65; */
    background: url(../images/nmgyy_sy_jiuyi_jiuzhen4.jpg) center no-repeat;
}

.nmgyy_sy_jiuyi ul li:nth-child(5) {
    left: 819px;
    z-index: 2;
    /* background-color: #fff; */
    background: url(../images/nmgyy_sy_jiuyi_jiuzhen5.jpg) center no-repeat;
}

.nmgyy_sy_jiuyi ul li:nth-child(6) {
    left: 1024px;
    z-index: 1;
    background-color: #55a5aa;

}

.nmgyy_sy_jiuyi ul li a {
    text-align: center;
}

.nmgyy_sy_jiuyi ul li a img {
    display: block;
    margin: 0 auto 30px;
}

.nmgyy_sy_jiuyi ul li a .nmgyy_sy_jiuyi_title {
    font-size: 24px;
    color: #fff;

}

.nmgyy_sy_jiuyi ul li .nmgyy_sy_jiuyi_jiantou {
    display: block;
    width: 23px;
    height: 7px;
    margin: 50px auto 0;

    background: url(../images/nmgyy_sy_jiuyi_jiantou.png) center no-repeat;
}

.nmgyy_sy_jiuyi ul li:hover .nmgyy_sy_jiuyi_jiantou,
.nmgyy_sy_jiuyi ul li.hover .nmgyy_sy_jiuyi_jiantou {
    width: 43px;
    height: 43px;
    margin-top: 25px;
    background: url(../images/nmgyy_sy_jiuyi_jiantou_hover.png) center no-repeat;
}

.move1_z {
    left: 264px !important;
}

.move2_z {
    left: 488px !important;
}

.move3_z {
    left: 742px !important;
}

.move4_z {
    left: 966px !important;
}

.move5_z {
    left: 1180px !important;
}

/* 就医模块 end*/
/* 快捷入口 */
.nmgyy_sy_kjrk {
    width: 1300px;
    height: 240px;
    margin: 0 auto 50px;
    background: url(../images/nmgyy_sy_kjrk_bg.png) left center no-repeat;
    background-size: 1300px 240px;
}

.nmgyy_sy_kjrk li {
    float: left;
    width: 260px;
    height: 100%;
    text-align: center;
    padding-top: 45px;
}

.rotateZ {
    transform: rotateZ(360deg);
}

.nmgyy_sy_kjrk li img {
    display: block;
    margin: 0 auto 30px;
    transition: all .5s;
}

.nmgyy_sy_kjrk li span {
    display: inline-block;
    width: 180px;
    font-size: 26px;
    color: #333;
    text-align: center;
}

/* 快捷入口 end */
/* 科室导航 */
.nmgyy_sy_ksdh {
    width: 100%;
    height: 645px;
    background-color: #f3f3f3;
    padding-top: 60px;
}

.nmgyy_sy_ksdh .w {
    height: 640px;
}

.nmgyy_sy_ksdh_nav {
    float: left;
    position: relative;
    width: 325px;
    height: 525px;
    background: url(../images/nmgyy_sy_ksdh_nav.png) 100% 100% no-repeat;
    background-size: 435px 640px;
    padding-top: 140px;
}

.nmgyy_sy_ksdh_nav_up,
.nmgyy_sy_ksdh_nav_down {
    left: 35px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-top: 5px #b4d3c6 solid;
    border-left: 5px #b4d3c6 solid;
    cursor: pointer;
}

.nmgyy_sy_ksdh_nav_up {
    top: 100px;
    transform: rotateZ(45deg);
}

.nmgyy_sy_ksdh_nav_down {
    bottom: 20px;
    transform: rotateZ(-135deg);
}

.nmgyy_sy_ksdh_nav ul {
    height: 325px;
    overflow: hidden;
}

.nmgyy_sy_ksdh_nav ul li {
    width: 100%;
    position: relative;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    padding-left: 50px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all .5s;
    background: url(../images/nmgyy_sy_ksdh_nav_hover.jpg) -325px 0 no-repeat;
}

.nmgyy_sy_ksdh_nav ul li.hover {
    background-position: left center;
    font-weight: 800;
}

.nmgyy_sy_ksdh_nav ul li.hover::after {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border: 10px #e4ca8f solid;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.nmgyy_sy_ksdh_nav ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 30px;
    height: 1px;
    background-color: #4f987a;
}

.nmg_sy_ksdh_nr {
    position: relative;
    width: 975px;
    height: 525px;
    float: left;
    background-color: #fff;
}

.nmg_sy_ksdh_nr_top {
    position: relative;
    width: 100%;
    height: 110px;
    text-align: center;
}

.nmg_sy_ksdh_nr_top span {
    line-height: 110px;
    font-size: 34px;
    font-weight: 800;
    color: #222222;
}

.nmg_sy_ksdh_nr_top>a {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 112px;
    height: 29px;
    background: url(../images/nmgyy_sy_ksdh_more.png) left center no-repeat;
}

.nmg_sy_ksdh_bottom {
    position: absolute;
    top: 110px;
    left: 0;
    width: 975px;
    height: 415px;
    padding: 40px 60px 80px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.nmg_sy_ksdh_bottom.hover {
    z-index: 5;
    visibility: visible;
    opacity: 1;
}

/* .nmg_sy_ksdh_bottom.hover::before {
    position: absolute;
    left: 0;
    top: 175px;
    content: '';
    width: 0;
    height: 0;
    border: 10px #e4ca8f solid;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
} */

.nmg_sy_ksdh_bottom ul {
    position: relative;
}

.nmg_sy_ksdh_bottom li {
    position: relative;
    float: left;
    width: 190px;
    height: 40px;
    margin-right: 30px;
    margin-bottom: 22px;
    border: 1px #23805c solid;
    text-align: center;
}

.nmg_sy_ksdh_bottom li:hover a {
    color: #05603d;
    font-weight: 600;
}

.nmg_sy_ksdh_bottom ul li:nth-child(4n) {
    margin-right: 0;
}

.nmg_sy_ksdh_bottom ul li:nth-child(4n) .nmg_sy_ksdh_bottom_li_hover {
    left: -650px;
}

.nmg_sy_ksdh_bottom ul li:nth-child(3n) .nmg_sy_ksdh_bottom_li_hover {
    left: -430px;
}

.nmg_sy_ksdh_bottom li a {
    display: inline-block;
    position: relative;
    width: 190px;
    height: 40px;
    font-size: 18px;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nmg_sy_ksdh_bottom_li_hover {
    position: absolute;
    left: 10px;
    width: 800px;
    height: auto;
    z-index: 10;
    transition: all .5s;
    background: transparent;
    visibility: hidden;
    opacity: 0;
}

.nmg_sy_ksdh_bottom_li_hover.hover {
    visibility: visible;
    opacity: 1;
}

.nmg_sy_ksdh_bottom_li_hover img {
    position: absolute;
    top: 8px;
    left: 100px;
    width: 23px;
    height: 13px;
    z-index: 11;
}

.nmg_sy_ksdh_bottom_li_hover2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 800px;
    height: auto;
    padding: 20px 20px;
    border: 1px #23805c solid;
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
    text-align: left;
}

.nmg_sy_ksdh_bottom li .nmg_sy_ksdh_bottom_li_hover2 a {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 30px;
    color: #333;
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

.nmg_sy_ksdh_bottom_li_hover a:hover {
    position: relative;
    color: #23805c;
    font-weight: 600;
}

.nmg_sy_ksdh_bottom_li_hover a:hover::after {
    position: absolute;
    bottom: 0;
    left: 10px;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #ffb400;
}

/* 科室导航 end */
/* 互动 */
.nmgyy_sy_hd {
    width: 100%;
    min-width: 1300px;
    height: 230px;
    padding: 50px 0;
}

.nmgyy_sy_hd .w {
    height: 100%;
}

.nmgyy_sy_hd_yzxx,
.nmgyy_sy_hd_tsjb {
    width: 630px;
    height: 130px;
    text-align: center;
}

.nmgyy_sy_hd_yzxx img,
.nmgyy_sy_hd_tsjb img {
    width: 60px;
    height: 60px;
}

.nmgyy_sy_hd_yzxx i {
    font-size: 40px;
    font-weight: 800;
    line-height: 130px;
    color: #036b41;
}

.nmgyy_sy_hd_tsjb i {
    font-size: 40px;
    font-weight: 800;
    line-height: 130px;
    color: #dbaa0f;
}

.nmgyy_sy_hd i:nth-child(1) {
    margin-right: 20px;
}

.nmgyy_sy_hd i:nth-child(2) {
    padding-right: 240px;
}

.nmgyy_sy_hd_yzxx {
    float: left;
    border: 1px #31b580 solid;
    background: url(../images/nmgyy_sy_hd_yzxx_bg.png) right center no-repeat;
}

.nmgyy_sy_hd_tsjb {
    float: right;
    border: 1px #cea938 solid;
    background: url(../images/nmgyy_sy_hd_tsjb_bg.jpg) 0px center no-repeat;
}

@keyframes nmgyy_sy_hd {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }


    100% {
        transform: translateY(0);
    }
}

.nmgyy_sy_hd_yzxx:hover img,
.nmgyy_sy_hd_tsjb:hover img {
    animation: nmgyy_sy_hd;
    animation-duration: .5s;
}


/* 互动end */
/* 专家介绍 */
.nmgyy_sy_zjjs {
    width: 100%;
    min-width: 1300px;
    height: 620px;
}

.nmgyy_sy_zjjs .w {
    height: 100%;
}

.nmg_sy_zjjs_top {
    position: relative;
    height: 60px;
    text-align: center;
}

.nmg_sy_zjjs_top h2 {
    font-size: 34px;
    line-height: 60px;
}

.nmg_sy_zjjs_top_more {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 112px;
    height: 29px;
    background: url(../images/nmgyy_sy_ksdh_more.png) left center no-repeat;
}

.nmg_sy_zjjs_bottom {
    position: relative;
    width: 100%;
    height: 560px;
    padding-top: 30px;
}

.nmg_sy_zjjs_bottom_left {
    position: absolute;
    left: 0;
    top: 60px;
    width: 715px;
    height: 480px;
    z-index: 10;
}

.nmg_sy_zjjs_bottom_right {
    position: relative;
    float: right;
    width: 680px;
    height: 530px;
    padding: 60px 40px 0 140px;
    background: url(../images/nmgyy_sy_zhuanjia_right_bg.png) top center no-repeat;
}

.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam1 {
    float: left;
    width: 465px;
    background: url(../images/nmgyy_sy_zhuanjia_item1.png) -8px -7px no-repeat;
    background-size: 481px 165px;
    margin-bottom: 15px;
}

.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam1 span,
.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam6 span {
    display: block;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    text-shadow: 2px 0 3px #666;
}

.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam1 i,
.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam6 i {
    display: block;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 0 3px #666;
}

.nmg_sy_zjjs_bottom_left_iteam2 {
    float: right;
    width: 220px;
    margin-bottom: 15px;
    background-color: #fff;
}

.nmg_sy_zjjs_bottom_left_iteam2 img {
    width: 32px;
    height: 42px;
}

.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam2 span {
    margin-bottom: 8px;
}

.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam2 i {
    font-size: 11px;
}

.nmg_sy_zjjs_bottom_left_iteam3 {
    float: left;
    width: 342px;
    margin-bottom: 15px;
    background-color: #fff;
}

.nmg_sy_zjjs_bottom_left_iteam3 img {
    width: 35px;
    height: 35px;
}

.nmg_sy_zjjs_bottom_left_iteam4 {
    float: right;
    width: 342px;
    margin-bottom: 15px;
    background-color: #fff;
}

.nmg_sy_zjjs_bottom_left_iteam4 img {
    width: 21px;
    height: 39px;
}

.nmg_sy_zjjs_bottom_left_iteam5 {
    float: left;
    width: 220px;
    background-color: #fff;
}

.nmg_sy_zjjs_bottom_left_iteam5 img {
    width: 26px;
    height: 36px;
}

.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam6 {
    float: right;
    width: 465px;
    padding-right: 20px;
    background: url(../images/nmgyy_sy_zhuanjia_item6.png) -9px -9px no-repeat;
}

.nmg_sy_zjjs_bottom_left .nmg_sy_zjjs_bottom_left_iteam6 img {
    float: right;
    width: 48px;
    height: 41px;
}


.nmg_sy_zjjs_bottom_left_iteam {
    height: 150px;
    padding-left: 20px;
    padding-top: 25px;
    transition: all 1s;
    box-shadow: 1px 1px 20px 5px #f1f1f1;
}

.nmg_sy_zjjs_bottom_left_iteam:hover {
    box-shadow: 5px 5px 2px #c4ebdb;
}

.nmg_sy_zjjs_bottom_left_iteam1:hover {
    box-shadow: 5px 2px 5px #013923;
}

.nmg_sy_zjjs_bottom_left_iteam6:hover {
    box-shadow: 5px 5px 2px #dbc289;
}

.nmg_sy_zjjs_bottom_left_iteam2:hover,
.nmg_sy_zjjs_bottom_left_iteam3:hover,
.nmg_sy_zjjs_bottom_left_iteam4:hover,
.nmg_sy_zjjs_bottom_left_iteam5:hover {
    background-color: #c4ebdb;
}

.nmg_sy_zjjs_bottom_left_iteam span {
    font-weight: 800;
}

.nmg_sy_zjjs_bottom_left_iteam span,
.nmg_sy_zjjs_bottom_left_iteam i {
    display: block;
    font-size: 20px;
}

.nmg_sy_zjjs_bottom_left_iteam img {
    display: block;
    margin-bottom: 10px;
}





.nmg_sy_zjjs_bottom_rightall {
    position: absolute;
    top: 60px;
    left: 140px;
    width: 500px;
    height: 470px;

}

.nmg_sy_zjjs_bottom_rightall.hover {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.nmg_sy_zjjs_bottom_rightall_box {
    width: 500px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.nmg_sy_zjjs_bottom_rightall_box.hover {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.nmg_sy_zjjs_bottom_rightall_a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 360px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.nmg_sy_zjjs_bottom_rightall_a.hover {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.nmg_sy_zjjs_bottom_rightall img {
    display: block;
    float: left;
    width: 255px;
    height: 360px;
    border-radius: 10px;
}


.nmg_sy_zjjs_bottom_rightall_js {
    float: right;
    width: 215px;
    height: 360px;
    padding-top: 20px;
}

.nmg_sy_zjjs_bottom_rightall_js h2 {
    font-size: 28px;
    color: #05603d;
    margin-bottom: 5px;
}

.nmg_sy_zjjs_bottom_rightall_js i {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
}

.nmg_sy_zjjs_bottom_rightall_js span {
    display: block;
    font-size: 20px;
    color: #05603d;
    margin-bottom: 8px;
}

.nmg_sy_zjjs_bottom_rightall_js p {
    display: block;
    width: 100%;
    height: 150px;
    font-size: 17px;
    line-height: 30px;
    overflow: hidden;
}

.nmg_sy_zjjs_bottom_rightall_b {
    position: absolute;
    left: 395px;
    bottom: 110px;
    display: inline-block;
    z-index: 10;
}

.nmg_sy_zjjs_bottom_rightall_js_bt1 {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: #31b580 url(../images/nmg_sy_zjjs_bottom_rightall_js_btnleft.png) center no-repeat;
    cursor: pointer;
}

.nmg_sy_zjjs_bottom_rightall_js_bt2 {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: #cea938 url(../images/nmg_sy_zjjs_bottom_rightall_js_btnright.png) center no-repeat;
    cursor: pointer;
}

.nmg_sy_zjjs_bottom_rightall_d {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 20px;
    text-align: center;
}

.nmg_sy_zjjs_bottom_rightall_d a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #6ab99b;
    cursor: pointer;
}

.nmg_sy_zjjs_bottom_rightall_d a.hover {
    background-color: #cea938;
}

/* 专家介绍 end */
/* 首页横幅 */
.nmgyy_sy_syhf {
    width: 100%;
    min-width: 1300px;
    height: 330px;
    padding: 75px 0;
}

.nmgyy_sy_syhf .w {
    height: 100%;
}

.banner2 img {
    width: 100%;
    height: 100%;
}

/* 首页横幅 end */
/* 医院资讯 */
.nmgyy_sy_yyNews {
    width: 100%;
    min-width: 1300px;
    height: 670px;
}


.nmgyy_sy_yyNews_left {
    float: left;
    position: relative;
    width: 50%;
    min-width: 650px;
    height: 100%;
}

.nmgyy_sy_yyNews_right {
    position: relative;
    float: right;
    width: 50%;
    min-width: 650px;
    height: 100%;
}

.sy_yyNews_L_top {
    float: right;
    width: 615px;
    height: 155px;
    padding-top: 75px;
}

.sy_yyNews_L_top a {
    width: 130px;
    display: inline-block;
    margin-right: 40px;
}

.sy_yyNews_L_top h2 {
    display: inline-block;
    font-size: 26px;
    transition: all .5s;
}

.sy_yyNews_L_top h2:nth-child(1) {
    font-weight: 400;
}

.sy_yyNews_L_top h2.active {
    font-size: 32px;
    color: #046b41;
    font-weight: 800;
}

.sy_yyNews_L_bottom {
    position: absolute;
    right: 0;
    top: 155px;
    width: 615px;
    height: 515px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.sy_yyNews_L_bottom.active {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.sy_yyNews_L_bottom li {
    width: 100%;
    height: 135px;
    margin-bottom: 20px;
    transition: all .5s;
}

.sy_yyNews_L_bottom li:hover h3 {
    color: #046b41;
    font-weight: 800;
}

.sy_yyNews_L_bottom li a {
    display: inline-block;
    width: 100%;
    height: 135px;
}

.sy_yyNews_L_bottom li img {
    float: left;
    width: 185px;
    height: 135px;
    vertical-align: top;
}

.sy_yyNews_L_b_art {
    float: left;
    display: block;
    width: 430px;
    height: 100%;
    padding: 5px 20px;
}

.sy_yyNews_L_b_art h3 {
    display: inline-block;
    width: 390px;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #000;
}

.sy_yyNews_L_b_art p {
    display: inline-block;
    height: 50px;
    width: 390px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    overflow: hidden;
}

.sy_yyNews_L_b_art span {
    display: inline-block;
    font-size: 16px;
    margin-top: 7px;
}

.sy_yyNews_L_b_art1 {
    float: left;
    display: block;
    width: 615px;
    height: 100%;
    padding: 5px 0;
}

.sy_yyNews_L_b_art1 h3 {
    display: inline-block;
    width: 550px;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #000;
}

.sy_yyNews_L_b_art1 p {
    display: inline-block;
    height: 50px;
    width: 580px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    overflow: hidden;
}

.sy_yyNews_L_b_art1 span {
    display: inline-block;
    font-size: 16px;
    margin-top: 7px;
}

.nmgyy_sy_yyNews_right {
    float: right;
    padding-left: 60px;
    background: url(../images/nmgyy_sy_new_rightBg.png);
}

.sy_yyNews_R_top {
    position: relative;
    float: left;
    width: 615px;
    height: 155px;
    padding-top: 75px;
}

.sy_yyNews_R_top a:nth-child(3) {
    position: absolute;
    right: 55px;
    top: 85px;
    display: inline-block;
    width: 112px;
    height: 29px;
    background: url(../images/nmgyy_sy_ksdh_more2.jpg) left center no-repeat;
    margin-right: 0;
}

.sy_yyNews_R_top a {
    width: 130px;
    display: inline-block;
    margin-right: 40px;
    transition: all .5s;
}

.sy_yyNews_R_top a:nth-child(1) {
    width: 195px;
}

.sy_yyNews_R_top h2 {
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    transition: all .5s;

}

.sy_yyNews_R_top h2.active {
    font-size: 32px;
    color: #046b41;
    font-weight: 800;
}

.sy_yyNews_R_bottom {
    position: absolute;
    left: 60px;
    top: 155px;
    width: 615px;
    height: 515px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.sy_yyNews_R_bottom li:hover h3,
.sy_yyNews_R_bottom li:hover span {
    color: #036b41;
    font-weight: 800;
}

.sy_yyNews_R_bottom.active {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.sy_yyNews_R_bottom li {
    width: 615px;
    height: 85px;
    padding: 10px 0 15px;
    margin-bottom: 10px;
}

.sy_yyNews_R_bottom li h3 {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sy_yyNews_R_bottom li span {
    font-size: 16px;
    color: #555;
}

/* 医院资讯end */