﻿/* 轮播 */
.txtMarquee-left {
    width: 100%;
    position: relative;
}

.txtMarquee-left .bd {
    width: 100%;
}

.txtMarquee-left .bd img {
    width: 100%;
}
.banner_swiper .swiper-pagination-bullet>img {
    width: 100%;
    height: 100%;
}
.banner_swiper .swiper-pagination-bullet {
    width: 90px;
    height: 50px;
    background-color: #dcdcdc;
    border: solid 2px #FFFFFF;
    border-radius: 0%;
    opacity: 1;
}
.banner_swiper .swiper-pagination-bullet-active {
    border: solid 2px #2b95ff;
}
.prevBox {
    position: absolute;
    top: 50%;
    left: 4%;
    margin-top: -18px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000, endcolorstr=#19000000);

}

.nextBox {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000, endcolorstr=#19000000);
    top: 50%;
    right: 4%;
    margin-top: -18px;
    display: inline-block;
}

.nextBox img,
.prevBox img {
    width: 18px;
    height: 32px;
    /* background-color: #ffffff; */
}

.nextBox:hover,
.prevBox:hover {
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    box-shadow: 0px 10px 20px 0px rgba(62, 41, 37, 0.2);
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


.txtMarquee-left .hd {
    width: 100%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    /*bottom: 20px;*/
    z-index: 1;
}

.txtMarquee-left .hd ul {
    overflow: hidden;
    zoom: 1;
    display: table;
    margin: 0 auto;
}

.txtMarquee-left .hd ul li {
    float: left;
    margin-right: 2px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    line-height: 14px;
    text-align: center;
    /*background: #fff;*/
    cursor: pointer;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}


.txtMarquee-left .hd ul li+li {
    margin-left: 4px;
}

.txtMarquee-left .hd ul li.on {
    opacity: 1
}

/* 轮播  end*/

/* 疾病分类 */
.ilnessType {
    padding: 60px 0px;
    background-color: #f7f7f7;
}

.ilnessTypeBox {}

.ilnessTypeBox_item {
    width: 857px;
    background-color: #ffffff;
    padding: 0px 10px 10px;
}

.ilnessTypeBox_item+.ilnessTypeBox_item {
    width: 574px;
}

.ilnessTypeBox_item p {
    font-family: MicrosoftYaHei-Bold;
    line-height: 24px;
    color: #333333;
    text-align: center;
    padding: 24px 0px;
}

.ilnessTypeBox_item p:before {
    content: "";
    display: inline-block;
    width: 72px;
    vertical-align: bottom;
    height: 24px;
    background: url("../images/ilnesstype_icon1.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 20px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ilnessType_icon1.png', sizingMethod='scale');
}

.ilnessTypeBox_item p:after {
    content: "";
    display: inline-block;
    width: 72px;
    vertical-align: bottom;
    height: 24px;
    background: url("../images/ilnesstype_icon2.png") no-repeat center center;
    background-size: 100% 100%;
    margin-left: 20px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ilnessType_icon2.png', sizingMethod='scale');
}

.ilnessTypeBox_item_box {
    width: 100%;
}

.ilnessTypeBox_item_box_item {
    width: 272px;
    min-height: 140px;
    border: solid 1px #ede7e6;
    margin-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.mgl0 {
    margin-left: 0px !important;
}

.ilnessTypeBox_item_box_item .title {
    font-family: MicrosoftYaHei-Bold;
    line-height: 30px;
    color: #137ce5;
    text-align: center;
    padding: 10px;
    background: url("../images/ilnesstype_bg1.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ilnessType_bg1.png', sizingMethod='scale');

}

.ilnessTypeBox_item_box_item .title img {
    height: 36px;
    width: 36px;
    margin-right: 14px;
}

.ilnessTypeBox_item_box_item ul {
    padding: 20px 10px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.ilnessTypeBox_item_box_item ul li {
    /* float: left; */
    display: inline-block;
    line-height: 30px;
}

.ilnessTypeBox_item_box_item ul li a {
    display: inline-block;
    line-height: 16px;
    border-left: 1px solid #e6e6e6;
    padding: 0px 8px;
}

.ilnessTypeBox_item_box_item ul li.first a {
    border-left: 0px;
}

/* 疾病分类 end*/


/* 健康大讲堂 */
.healthLectureHall_top {
    padding-top: 63px;
}

.healthLectureHall_title {
    display: inline-block;
    padding: 35px 0px 0px 64px;
    height: 136px;
    background: #fff;
    background: url("../images/health_bg1.png") no-repeat left center;
    background-size: auto 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/health_bg1.png', sizingMethod='scale');
}

.healthLectureHall_title span {
    font-family: MicrosoftYaHei-Bold;
    display: block;
    font-weight: bold;
    line-height: 30px;
    color: #333333;

}

.healthLectureHall_title span+span {
    font-family: SourceHanSerifCN-Regular;
    display: block;
    line-height: 30px;
    color: #b3b3b3;
    margin-top: 14px;
}

.healthLectureHall_top ul li {
    float: left;
}

.healthLectureHall_top ul {
    margin-top: 48px;
}

.healthLectureHall_top ul li a {
    display: inline-block;
    width: 142px;
    height: 54px;
    text-align: center;
    font-family: MicrosoftYaHei;
    line-height: 54px;
    color: #666666;
    border: solid 1px #ffffff;
}

.healthLectureHall_top ul li.active a {
    background: url("../images/btnactive.png") no-repeat left center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/btnActive.png', sizingMethod='scale');
    color: #ffffff;
    font-weight: bold;
}


.healthLectureHallBox .cont ul li a {
    display: inline-block;
}

.healthLectureHallBox .cont ul li.first a:hover p,
.healthLectureHallBox .cont ul li a:hover .contentBox h6 {
    color: #137ce5;
}

.healthLectureHallBox .cont ul li {
    width: 720px;
    height: 106px;
    margin-top: 30px;
    float: left;
    margin-left: 44px;
}

.healthLectureHallBox .cont ul li.first {
    width: 676px;
    height: 378px;
    margin-left: 0px;
    background-color: #bfbfbf;
}

.healthLectureHallBox .cont ul li.first a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 378px;
    position: relative;
}

.healthLectureHallBox .cont ul li.first a p {
    position: absolute;
    bottom: 29px;
    line-height: 54px;
    height: 54px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 540px;
    left: 40px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
}

.healthLectureHallBox .cont ul li.first a .bgShadow {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/health_bg2.png") no-repeat center bottom;
    background-size: 100% auto;

}

.healthLectureHallBox .cont ul li.first a img {
    width: 100%;
}

.healthLectureHallBox .cont ul li.first a img.play {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 40px;
    bottom: 29px;
}

.healthLectureHallBox .cont ul li a .imgBox {
    width: 189px;
    height: 106px;
    background-color: #bfbfbf;
}

.healthLectureHallBox .cont ul li a .contentBox {
    height: 106px;
    margin-left: 20px;
    width: 510px;
}

.healthLectureHallBox .cont ul li a .contentBox h6 {
    font-family: MicrosoftYaHei;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.healthLectureHallBox .cont ul li a .contentBox p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MicrosoftYaHei;
    line-height: 30px;
    height: 30px;
    color: #999999;
}

.healthLectureHallBox .cont ul li a .contentBox span {
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: #999999;
    margin-top: 14px;
    display: inline-block;
    padding-left: 24px;
    background: url("../images/time.png") no-repeat left center;
    background-size: 16px 16px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/time.png', sizingMethod='scale');
}

/* 健康大讲堂 end */

/* 医院简介 */
.hospitalIntroduction {
    margin-top: 80px;
    height: 650px;
    position: relative;
}

.hospitalIntroduction .hospitalIntroduction_left {
    height: 100%;
    background: url("../images/hospitalintroduction_bg1.png") no-repeat right bottom;
    background-size: 100% 461px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/hospitalIntroduction_bg1.png', sizingMethod='scale');
    position: absolute;
    top: 0px;
    left: 0px;
}

.hospitalIntroduction_left_box {
    width: 572px;
    height: 100%;
    position: relative;
}


.hospitalIntroduction .hospitalIntroduction_right {
    height: 100%;
    background: url("../images/hospitalintroduction_bg2.png") no-repeat left 43px;
    background-size: 100% 529px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/hospitalIntroduction_bg2.png', sizingMethod='scale');
    position: absolute;
}

.hospitalIntroduction_right_box {
    width: 868px;
    height: 100%;
}

.hospitalIntroduction_right_box .content {
    margin-top: 43px;
    width: 100%;
    padding: 124px 0px 0px 214px;
}

.hospitalIntroduction_right_box .content .logo {
    height: 50px;
    margin-bottom: 30px;
}


.hospitalIntroduction_right_box .content .titleContent {
    height: 182px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

.public_title_bg {
    display: inline-block;
    width: 152px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #ffffff;
    background: url('../images/btnactive.png') no-repeat center top;
    background-size: 100% 100%;
    margin-top: 60px;
}

.hospitalIntroduction_right_box .content .titleContent p {
    font-family: MicrosoftYaHei;
    line-height: 26px;
    color: #999999;
}

.hospitalIntroduction_right_box .content .titleContent p+p {
    margin-top: 26px;
}


.hospitalIntroduction_right_box .titleBox {
    margin-top: 30px;
    width: 100%;
    padding: 30px 0px 0px 214px;
}


.hospitalIntroduction_right_box .titleBox ul li {
    display: inline-block;
    text-align: center;
    color: #666666;
    padding: 0px 10px;
    position: relative;
    min-width: 290px;
    margin-top: 26px;
}

.mgl0 {
    margin-left: 0px !important;
}

.hospitalIntroduction_right_box .titleBox ul li:before {
    content: '';
    display: block;
    width: 13px;
    height: 24px;
    background: url('../images/wheat_left.png') no-repeat center top;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hospitalIntroduction_right_box .titleBox ul li:after {
    content: '';
    display: block;
    width: 13px;
    height: 24px;
    background: url('../images/wheat_right.png') no-repeat center top;
    position: absolute;
    right: 0px;
    top: 0px;
}

.company_profile_video {
    width: 720px;
    height: 405px;
    position: absolute;
    left: 0px;
    top: 167px;
    z-index: 10;
    cursor: pointer;
}

.company_profile_video>video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;

}

.company_profile_video>.video_shade {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.company_profile_video>.video_play {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 11;
    cursor: pointer;
}

.company_profile_video>.video_text {
    font-weight: bold;
    color: #fffefe;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 11;
}

/* 医院简介 end */


/* 医院动态 */
.hospitalDynamic {
    margin-top: 80px;
    padding-bottom: 80px;
}

.hospitalDynamic .hospitalDynamic_left {
    width: 870px;
}

.hospitalDynamic .hospitalDynamic_right {
    width: 520px;
}

.publicBoxSty {
    border-bottom: 2px solid #e6e6e6;
    line-height: 56px;

}

.publicBoxSty ul {
    width: 85%;
}

.publicBoxSty ul li {
    float: left;
    position: relative;
}

.publicBoxSty ul li+li {
    margin-left: 40px;
}

.publicBoxSty ul li a {
    display: inline-block;
}

.publicBoxSty ul li.active {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.publicBoxSty ul li.active::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 27px;
    height: 3px;
    background-color: #137ce5;
    bottom: -2px;
}

.moreBox {
    width: 15%;
    text-align: right;
    line-height: 56px;
    font-family: MicrosoftYaHei;
    color: #137ce5;
}


.contentPublic {
    margin-top: 30px;
}

.contentPublic .content_top {
    display: inline-block;
    width: 100%;
}

.contentPublic .content_top:hover h6 {
    color: #137ce5;
}

.contentPublic .content_top h6 {
    font-family: MicrosoftYaHei;
    line-height: 30px;
    height: 30px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.contentPublic .content_top p {
    font-family: MicrosoftYaHei;
    line-height: 25px;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #999999;
}

.contentPublic .content_bottom {
    border-top: 2px solid #e5e5e5;
    margin-top: 30px;
}

.contentPublic .content_bottom li {
    list-style: disc inside;
    font-family: MicrosoftYaHei;
    line-height: 28px;
    color: #137ce5;
    margin-top: 20px;
}

.contentPublic .content_bottom li a {
    color: #333333;
}

.contentPublic .content_bottom li:hover a {
    color: #137ce5;
}

.contentPublic {
    width: 504px;
}


.hospitalDynamic_left .ctBox .BoxImg {
    width: 320px;
    height: 444px;
    background-color: #bfbfbf;
    margin-top: 30px;
    overflow: hidden;
}

.hospitalDynamic_left .ctBox .BoxImg img {
    width: 100%;
}

.hospitalDynamic_right .contentPublic {
    width: 362px;
}

.hospitalDynamic_right .contentPublic .content_bottom {
    border: none;
    margin-top: 0px;

}

.hospitalDynamic_right .contentPublic .content_bottom li {
    margin-top: 0px !important;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hospitalDynamic_right .contentPublic .content_bottom li:last-child {
    margin-bottom: 0px !important;
}

.hospitalDynamic_right .BoxImg {
    width: 124px;
    height: 170px;
    background-color: #bfbfbf;
    margin-top: 30px;
    overflow: hidden;
}

.hospitalDynamic_right .BoxImg img {
    width: 100%;
    overflow: hidden;
}

.publicBoxSty2 {
    margin-top: 14px;
    /* margin-bottom: 16px; */
}

/* 医院动态  end */


/* 肛肠坐诊医生 */
.doctor {
    background: #f7f7f7;
    padding-bottom: 120px;
}

.doctor_left {
    width: 690px;
}

.txtMarquee-left2,
.txtMarquee-left1 {
    margin-top: 30px;
}

.doctoeInfo {
    width: 690px;
    height: 370px;
    background-color: #ffffff;
    position: relative;
}

.doctoeInfo .imgBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 256px;
    height: 100%;
}

.doctoeInfo .imgBox img {
    width: 100%;
    overflow: hidden;
}

.doctoeInfo .content {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 430px;
    height: 100%;
    padding: 10px 30px;
}


.doctoeInfo .content .publicBoxSty {
    margin-top: 0px;
}

.doctoeInfo .content .publicBoxSty ul li a span {
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: #999999;
}

.doctoeInfo .content .btnBox a {
    display: inline-block;
    width: 130px;
    height: 40px;
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: MicrosoftYaHei;
}

.doctoeInfo .content .btnBox a+a {
    width: 130px;
    height: 40px;
    background-color: #137ce5;
    margin-left: 20px;
}

.doctoeInfo .content .item {
    /*margin-bottom: 20px;*/
    margin-top: 20px;
}

.doctoeInfo .content .item h6 {
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: #333333;
    padding-left: 28px;
    /* margin-top: 20px; */
    margin-bottom: 5px;
}

.doctoeInfo .content .item h6.icon1 {
    background: url("../images/doctor_icon1.png") no-repeat left center;
    background-size: 16px 16px;
}

.doctoeInfo .content .item h6.icon2 {
    background: url("../images/doctor_icon2.png") no-repeat left center;
    background-size: 17px 16px;
}

.doctoeInfo .content .item div {
    font-family: MicrosoftYaHei;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;

}

.doctoeInfo .content .btnBox{
    margin-top: 20px;
}

.hd {
    width: 100%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: -50px;
    z-index: 1;
}

.txtMarquee-left3,
.txtMarquee-left2,
.txtMarquee-left1 {
    position: relative;
}

.hd ul {
    overflow: hidden;
    zoom: 1;
    display: table;
    margin: 0 auto;
}

.hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    /* opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); */
}


.hd ul li+li {
    margin-left: 4px;
}

.hd ul li.on {
    opacity: 1;
    background: #137ce5;
}

.publicBoxSty3 .titleBox .title+.title {
    margin-left: 40px;
}

.publicBoxSty3 .titleBox .title a {
    display: inline-block;
}

.publicBoxSty3 .titleBox .title.active {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.publicBoxSty3 .titleBox .title.active::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 27px;
    height: 3px;
    background-color: #137ce5;
    bottom: -2px;
}


/* 肛肠坐诊医生 :end */


/* 广告轮播图 */

.advertising {
    padding: 64px 0px 80px;
}

.txtMarquee-left3 .infoList img {
    width: 100%;
}

.advertising .hd {
    bottom: 10px;
}

/* 广告轮播图 :end */

/* 重点诊疗项目 */
.emphasisBox {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 80px;
}

.emphasisBox .item1 {
    width: 706px;
    /* background-color: #bfbfbf; */
}

.emphasisBox .item1>a {
    width: 338px;
    display: block;
}

.emphasisBox .item1>a+a {
    margin-left: 30px;
}

.emphasisBox .item2 .infoBox:hover h6,
.emphasisBox .item1>a:hover h6 {
    color: #137ce5;
}

.emphasisBox .item1 .imgBox {
    width: 338px;
    height: 200px;
    background-color: #bfbfbf;
    overflow: hidden;
}

.emphasisBox .item1 .imgBox img {
    width: 100%;
}

.emphasisBox .item1 h6 {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin: 20px 0px 18px;
}

.emphasisBox .item1 p {
    font-family: MicrosoftYaHei;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
    /* margin-bottom: 36px; */
}

.emphasisBox .item1>ul {
    width: 100%;
}

.emphasisBox .item1 ul li {
    width: 338px;
    list-style: disc inside;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    margin-top: 15px;
    margin-left: 30px;
}

.emphasisBox .item1 ul li:hover a {
    color: #137ce5;
}

.emphasis .healthLectureHall_top {
    padding-top: 0px !important;
}

.emphasisBox .item1 ul li a {
    /* display: inline-block; */
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: #333333;

}
.emphasisBox .item2 {
    width: 406px;
    margin-left: 30px;
    box-sizing: border-box;
}

.emphasisBox .item2 .infoBox {
    width: 100%;
/*    margin-left: 30px;*/
    display: block;
}

.emphasisBox .item2 .infoBox h6 {
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: #333333;
    position: relative;
    padding-left: 54px;
    margin-bottom: 34px;
}

.emphasisBox .item2 .infoBox h6:before {
    content: "问";
    display: block;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background-color: #009de0;
    border-radius: 8px 0px 8px 8px;

}

.emphasisBox .item2 .infoBox p {
    font-family: MicrosoftYaHei;
    line-height: 26px;
    height: 104px;
    color: #666666;
    padding-left: 54px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

.emphasisBox .item2 .infoBox p:before {
    content: "答";
    display: block;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background-color: #00c8cf;
    border-radius: 8px 8px 0px 8px;
}

.emphasisBox .item2 .infoBox+.infoBox {
    border-top: 1px dashed #dbdbdb;
    margin-top: 36px;
    padding-top: 40px;
}

.emphasisBox .item3 {
    width: 270px;
    height: 408px;
    border: solid 1px #009de0;
}

.emphasisBox .item3 .hd {
    height: 56px;
    background-image: linear-gradient(to right, #ecf5fe, #fcfdff);
}

.emphasisBox .item3 .hd .title {
    padding-left: 23px;
    line-height: 56px;
    font-family: MicrosoftYaHei-Bold;
    line-height: 56px;
    font-weight: bold;
    color: #000000;
    /*background: url(../images/ilnesstype_bg1.png) no-repeat center center;*/
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ilnessType_bg1.png', sizingMethod='scale');
}

.emphasisBox .item3 .hd .img2 {
    display: none;
}

.emphasisBox .item3 .hd .box {
    line-height: 56px;
    padding-right: 20px;
}

.emphasisBox .item3 .hd .box img {
    width: 10px;
    height: 18px;
}

.emphasisBox .item3 .hd .box .next {
    margin-left: 10px;
}

.emphasisBox .item3 .hd .box a {
    display: inline-block;
}

.emphasisBox .item3 .hd a:hover .img1 {
    display: none;
}

.emphasisBox .item3 .hd a:hover .img2 {
    display: inline-block;
}

.txtMarquee-left4 {
    position: relative;
}

.listBox {
    width: 100%;
    height: 350px;
}

.listBox a {
    font-family: MicrosoftYaHei;
    color: #666666;
    display: block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listBox a+a {
    border-top: 1px solid #e6e6e6;
}

.listBox a:hover {
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    color: #fff;
}

.emphasisBox .item3 .hd {
    position: relative;
    top: 0px;
    left: 0px;
}

/* 重点诊疗项目 :end */

/* 分院导航 */
.branchCourts {
    background-color: #f7f7f7;
    padding: 60px 0px;
}

.branchCourtsBox {
    height: 235px;
}

.branchCourtsBox_item {
    width: 460px;
    position: relative;
}

.branchCourtsBox_item+.branchCourtsBox_item {
    margin-left: 30px;
}


.branchCourtsBox .imgBox {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.branchCourtsBox img {
    width: 100%;
}

.branchCourtsBox a {
    width: 400px;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    position: absolute;
    bottom: -35px;
    left: 30px;
    background: url(../images/branchcourts_bg1.png) no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/branchCourts_bg1.png', sizingMethod='scale');
}

.branchCourtsBox a:hover {
    color: #fff;
    display: inline-block;
    position: absolute;
    background: url(../images/branchcourts_bg2.png) no-repeat center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/branchCourts_bg2.png', sizingMethod='scale');
}

.txtMarquee-left5 {
    position: relative;
}

.txtMarquee-left5 .hd {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
}

.txtMarquee-left5 .hd .box {
    margin-top: 60px;
}

.txtMarquee-left5 .hd .box p {
    margin: 0px 10px;
    font-family: MicrosoftYaHei;
    line-height: 40px;
    padding-top: 5px;
    color: #666666;
    display: inline-block;
}

.txtMarquee-left5 .hd .box a {
    display: inline-block;
    vertical-align: top;
}

.txtMarquee-left5 .hd a .img2 {
    display: none;
}

.txtMarquee-left5 .hd a:hover .img1 {
    display: none;
}

.txtMarquee-left5 .hd a:hover .img2 {
    display: inline-block;
}

.txtMarquee-left5 .healthLectureHall_top {
    display: inline-block;
    padding-top: 0px !important;
    margin-bottom: 40px;
}

.txtMarquee-left5 .hd ul {
    display: none;
}

/* 分院导航 :end */


/* 医院概况 */
.hospitalSituation {
    padding-bottom: 90px;
}

.hospitalSituationBox {
    margin-top: 60px;
}

.hospitalSituationBox img {
    width: 100%;
}

.mgt20 {
    margin-top: 20px;
}

/* 医院概况 end */