
/*上下轮播消息*/
body{ color:#333; font-size:13px;}
h3,ul,li{margin:0;padding:0; list-style:none;}
.scrollbox{margin: 0 auto; overflow: hidden; padding:0 8px 8px; }
#scrollDiv{height:246px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li a{max-width: 87%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#scrollDiv li h3{ height:24px; padding-top:13px; font-size:14px; color:#353535; line-height:24px; width:300px;}
#scrollDiv li h3 a{color:#353535; text-decoration:none}#scrollDiv li h3 a:hover{ color:#F00}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}

.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:32px; height:2l2px; margin-left:4px}
#but_up{ background:url(../up.gif) no-repeat 0 0; text-indent:-9999px}
#but_down{ background:url(../down.gif) no-repeat 0 0; text-indent:-9999px}
#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}

/*多行文本溢出显示...*/
.jianjie{
	width: 100%;
	height: 73px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
 }
.zhuanjia p{margin: 0 0 2px;}
/*传送带轮播*/
#wrapper {
	background-color: #fff;
	width: 100%;
	margin:20px auto;
}
/*#carousel {
	margin-top: -60px;
}*/
#carousel div {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	width: 200px;
	height: 270px;
	padding: 0 20px;
	float: left;
	position: relative;
	cursor: pointer;
}
#carousel div img {
	border: none;
	width: 160px;
	margin: 0 auto;
	height: 230px;
}
/*#carousel div:hover span,
#carousel div.hover span {
	display: inline-block;
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 -50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 3px;
}*/
#pager {
	text-align: center;
	padding-top: 20px;
}
#pager a {
	background: #ccc;
	display: inline-block;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	margin: 0 2px;
}
#pager a.selected {
	background: #999;
}
#pager a:hover {
	background: #666;
}
#donate-spacer {
	height: 100%;
}
#donate {
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
}
#donate form {
	width: 100px;
}
.chenghao{
	width: 100%;
	display: flex;
	justify-content: center;
	
}
/*友情链接*/
.youqing_con{display: flex;justify-content: space-around;line-height: 24px;padding: 10px 0 20px 0;}
/*底部*/
.foot_con{justify-content: space-around;}
.foot_con>div{display: inline-block;}
.foot_con>div:first-child>div{display: inline-block;}
.footer{background: #252525;padding: 30px 0 30px 0;color: #fff;line-height: 26px;}
.foot-line ul li{
	display: inline-block;
	padding-right:15px;
	cursor: pointer;
	line-height: 44px;
}
.tesezl li{line-height: 26px;cursor: pointer;}
.foot-line ul li:first-child a{
	color: #fff;
}
.footer a{color: rgb(187, 187, 187);}
.footer a:hover{color: #fff;}
.foot_con img{width: 80px;}
.foot_con p{text-align: center;}
.xuanzhong{background:#1ab394;color: #fff;}
.xuanzhong>a{color: #fff !important;}


/*科室介绍*/
 .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
      display: flex;
      flex-wrap: wrap;
      cursor: pointer;
    }
	.swiper-container .swiper-slide img{width:320px !important;float: left;}
.swiper-container .swiper-slide div {
    display: block;
}
.swiper-container .swiper-slide p {
    width: 80% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    @media (max-width: 760px) {
      .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
      }

      .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
      }
    }
    

/*显示两行超出显示省略号*/
.clamp2{
	height: 40px;	
	display: inline;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

    .clamp2>p{text-align:left;}
    /*特色科室轮播*/
    #carouselTS {
        overflow: hidden;
    }
#carouselTS .keshi {
    display: flex;
    flex-wrap: wrap;
    margin-left:10px;
    width:24% !important;
}
    #carouselTS .keshi>div{
        width:100% !important;
        min-height:107px;
    }

    /*选项卡轮播*/
a:focus, a:link, a:active {
    outline: none
}

a:hover {
    color: #F30
}

ol, ul, li {
    list-style: none
}

* {
    margin: 0;
    padding: 0
}

.table_card {
    margin: 20px auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-top:10px;
}

    .table_card .tab {
        padding-left:35px;
        height: 37px;
        font-size: 14px;
    }

        .table_card .tab li {
            float: left;
            height: 36px;
            line-height: 36px;
            padding: 0 25px;
            margin-right: 5px;
            background: #f0f0f0;
            border:1px solid #f5f5f5;
            border-radius:5px;
        }

            .table_card .tab li:hover {
                height: 37px;
                background: #0182c6;
                color: #fff;
                cursor: pointer
            }

    .table_card .activ {
        height: 37px !important;
        background: #0182c6 !important;
        color: #fff;
    }

    .table_card .tabCon {
        background: #fff;
        padding: 15px 0;

    }

        .table_card .tabCon>div {
            display: none
        }

        .table_card .tabCon .on {
            display: block
        }

.newslist01 {
    font-size: 14px;
}

    .newslist01 li {
        line-height: 36px;
    }

        .newslist01 li .ding {
            color: #F30;
            margin-left: 5px
        }

        .newslist01 li .time {
            float: right;
            font-size: 12px;
            color: #888
        }

