﻿@charset "utf-8";
/* CSS Document */
/*洛阳洛枫网络技术有限公司制作*/
/*联系电话：0379-63639963*/
/*公司网址：www.102s.com*/
html{
	min-width:1200px;
	overflow-x:auto;
}
body{font:14px "Microsoft YaHei";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/*table td{
	border:1px solid #ddd;
}*/
a{
	text-decoration:none;
	 color: #333;
}
a:hover{color: #DC2024;}
a:focus,a:active{ outline:none;}
ol,ul,li {list-style:none;}
h1,h2,h3,h4,h5,h6,i,b{
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}
input{border:none;}
img{display:block;border:0;}
/*公共样式*/
.center{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix{
   zoom: 1;
}
.clearfix:before,
.clearfix:after{
   display: table;
   content: "";
}
.clearfix:after{
   clear: both;
 }

/*顶部*/
	.top{width: 1380px; height: 120px; margin: 0 auto;}
	.top .logo{float: left; margin-left: 10px; margin-top: 15px; height: 98px;}
	.top .tel{float: right; margin-top: 50px;}
	.top .qqBox{float: right; width: 90px; display:inline-block; margin-left: 20px; margin-top: 65px;}
	.top .qqBox img{display: inline-block; }
	.navBox{background-color: #35BAC2; width: 100%; height: 70px;}
	.navBox ul{margin: 0 auto; width: 1380px;}
	.navBox ul li{width: 153px; float: left; text-align: center;}
	.navBox ul li:hover{background-color: #1AABB0;}
	.navBox ul li:hover a{border-bottom: 1px solid #60BABF;}
	.navBox ul li a{display: block; font-size: 20px; color: #fff; line-height: 69px;}
	.navBox ul li ul{width: 153px; background-color: #1AABB0; visibility: hidden; position: absolute; z-index: 999;}
	.navBox ul li ul li{float: none;}
	.navBox ul li ul li a{display: block; border-bottom: 1px solid #60BABF; font-size: 18px;}
	.navBox ul li ul li a:hover{background-color: #CAF1F3; color: #048FA7;}
/*banner开始*/
	.banner{ min-width:1380px;  position:relative; height: 580px; background-color:#00A1E9; overflow:hidden;  }
	.banner .bd{ position:relative; z-index:0;  }
	.banner .bd ul{ width:100% !important; }
	.banner .bd li{ width:100% !important;  height:580px; }
	.banner .bd li .siteWidth{ width:1380px; position:relative;  margin:0 auto;  height:580px;  }
	.banner .bd li a{ height:580px; display:block;  }
	.banner .bd .txt{ position:absolute; width:615px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
	.banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px;}
	.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
	.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(../images/dot-black.png) 0 0; overflow:hidden; 
		line-height:9999px; filter:alpha(opacity=40);opacity:0.4; 
	}
	.banner .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }

	.navList{width: 100%; height: 300px; background-color: #35BAC2;}
	.navList ul{margin: 0 auto; width: 1380px;}
	.navList ul li{float: left; width: 230px; text-align: center; margin-top: 85px;}
	.navList ul li p{width: 100px; height: 80px; margin: 0 auto; padding-top: 20px; background-color: #fff; border-radius: 5px;}
	.navList ul li p img{width: 60px; margin: 0 auto;}
	.navList ul li .t{height: 40px; line-height: 40px; background-color:transparent; color: #fff; font-size: 16px; padding:0px; }
	.navList ul li:hover img{-webkit-filter: contrast(180%);filter: contrast(180%);}
	.navList ul li:hover .t{font-weight: bold;}
/* 首页新闻 */
	.NewsBox{margin: 0 auto; width: 1380px; height: 400px; margin-top: 50px;}
	.NewsBox .PicBox{float: left; width: 665px;}
	.NewsBox .News{float: right; width: 660px;}
	
	/* 焦点图css */
	.focusBox { position: relative; width: 665px; height: 400px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 665px; height: 400px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px; width: 550px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 16px; text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 6px; right: 8px; }
	.focusBox .num li{ float: left; position: relative; width: 24px; height: 24px; line-height: 24px; overflow: hidden; text-align: center; margin-right: 2px; cursor: pointer;}
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#048FA7;  }
	
	.NewsBox .News .title{height: 46px;}
	.NewsBox .News .title p{width: 300px; float: left; line-height: 46px; border-left: 12px solid #35BAC2; font-size: 22px; font-weight: bold; padding-left: 15px;}
	.NewsBox .News .title img{width: 32px; height: 32px; float: right; margin-right: 20px;}
	.NewsBox .News ul li{height: 100px; margin-top: 16px;}
	.NewsBox .News ul li .time_l{display: inline-block; float: left; width: 100px; height: 100px; background-color: #EFFDFD; text-align: center; color: #333;}
	.NewsBox .News ul li .time_l strong{display: block; font-size: 40px; height: 60px; line-height: 60px; padding-top: 5px;}
	.NewsBox .News ul li .time_l span{font-size: 18px; line-height: 20px;}
	.NewsBox .News ul li .t{float: right; width: 528px; margin-right:10px; padding-top: 5px;}
	.NewsBox .News ul li .t strong{font-size: 18px; width: 528px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.NewsBox .News ul li .t .time{line-height: 26px; height: 26px; color: #B4B4B4; display: block;}
	.NewsBox .News ul li .t .time span{float: left; margin:0px 10px;}
	.NewsBox .News ul li .t .time img{float: left; margin-top: 6px;}
	.NewsBox .News ul li .t .des{line-height: 20px; color: #666666;
		overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /*行数*/ -webkit-box-orient: vertical;
	}
	.NewsBox .News ul li:hover{background-color: #EFFDFD;}
/* 首页科室 */
	.keshiBox{width: 1380px; margin: 70px auto 0 auto;}
	.keshiBox .title{height: 92px; width: 700px; margin: 0 auto;}
	.keshiBox .title .lin{height: 50px; width: 160px; border-bottom: 1px solid #B4B4B4;}
	.keshiBox .title .lin:first-child{float: left;}
	.keshiBox .title .lin:last-child{float: right;}
	.keshiBox .title .t{width: 380px; float: left; text-align: center; padding-top: 8px;}
	.keshiBox .title .t .zh{line-height: 50px; height: 50px; font-size: 36px;}
	.keshiBox .title .t .zh label{font-weight: bold;}
	.keshiBox .title .t .zh strong{color: #35BAC2;}
	.keshiBox .title .t .en{font-size: 18px; color: #666;}
	.keshiBox .Nav{margin-top: 58px;}
	.keshiBox .Nav a{display: inline-block; width: 380px; height: 86px; line-height: 86px; background-color: #35BAC2; border-radius: 10px; margin: 0 38px;}
	.keshiBox .Nav a img{width: 52px; margin: 17px 20px 0px 20px; float: left;}
	.keshiBox .Nav a span{float: left; color: #fff; font-size: 26px;}
	.keshiBox .NavKS{margin-top: 50px;}
	.keshiBox .NavKS .KSL{float: left; width: 310px; height: 320px;}
	.keshiBox .NavKS .KSL ul li{display:block; width:287px; height:101px; line-height: 101px; background: url('../images/bg_nav1.png') no-repeat; margin-top: 8px;}
	.keshiBox .NavKS .KSL ul li:first-child{margin-top: 0px;}
	.keshiBox .NavKS .KSL ul li.on{background: url('../images/bg_nav.png') no-repeat;}
	.keshiBox .NavKS .KSL ul li a{display:block; width:245px; height:101px; line-height: 101px; font-size: 26px; text-align: center; color: #fff;}
	.keshiBox .NavKS .KSR{float: right; width: 1030px; height: 290px; background-color: #F5F5F5; padding: 30px 0px 0px 40px;}
	.keshiBox .NavKS .KSR a{display: inline-block; width: 250px; line-height: 50px; font-size: 16px;}
	.keshiBox .NavKS .KSR div{display: none;}
	.keshiBox .NavKS .KSR .on{display: block;}
/* 专家 */
	.ZJBox{width: 100%; height: 726px; background-color: #F5FEFF; margin-top: 76px;}
	.ZJBox .title{height: 92px; width: 700px; margin: 52px auto  52px auto;}
	.ZJBox .title .lin{height: 50px; width: 160px; border-bottom: 1px solid #B4B4B4;}
	.ZJBox .title .lin:first-child{float: left;}
	.ZJBox .title .lin:last-child{float: right;}
	.ZJBox .title .t{width: 380px; float: left; text-align: center; padding-top: 8px;}
	.ZJBox .title .t .zh{line-height: 50px; height: 50px; font-size: 36px;}
	.ZJBox .title .t .zh label{font-weight: bold;}
	.ZJBox .title .t .zh strong{color: #35BAC2;}
	.ZJBox .title .t .en{font-size: 18px; color: #666;}
	/* 滚动专家 */
	.scrollBox{ width:1360px; height:460px; margin: 0 auto; position:relative; }
	.scrollBox .piclist{ overflow:hidden; zoom:1;}
	.scrollBox .ohbox{overflow:hidden; position:relative; width:1210px;left:75px}
	.scrollBox {position:relative;overflow:hidden;zoom:1;}
	.scrollBox .piclist li{float:left; display:inline; width: 280px; height: 460px; margin: 0px 10px;}
	.scrollBox .piclist li a{display: block; position: relative; background: url("../images/bg_zj.png") no-repeat; width: 280px; height: 460px;}
	.scrollBox .piclist li a img{display: block; position: absolute; top: 69px; left: 40px; width: 200px; height: 200px; border-radius: 100px;}
	.scrollBox .piclist li a .txt{padding-top: 320px; margin-left: 40px; width: 200px; color: #CAF1F3;}
	.scrollBox .piclist li a .txt .t{font-size: 18px; font-weight: bold; line-height: 48px; border-bottom: 1px solid #CAF1F3; margin-bottom: 10px; text-align: center;
		width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
	 }
	 .scrollBox .piclist li a:hover .txt{color:#fff;}
	 .scrollBox .piclist li a:hover .t{border-bottom: 1px solid #fff;}	 
	.scrollBox .piclist li a .txt span{font-size: 16px; display: block; line-height: 26px; width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.scrollBox .pageBtn span{
		background-color: #CAF1F3; color: #fff; display:block; width:50px;height:460px; position:absolute; top:0px; cursor:pointer; overflow:hidden;
		font-size: 36px; text-align:center; line-height: 460px; 
	}
	.scrollBox .pageBtn .prev{left:20px;}
	.scrollBox .pageBtn .next{right:20px;}

/* 视频 */
	.VidoBox{width: 1380px; margin: 50px auto  0 auto;}
	.VidoBox .news{width: 680px; height: 406px; float: left;}
	.VidoBox .vido{width: 670px; height: 406px; float: right;}
	.VidoBoxVidoBox .news .title{height: 46px;}
	.VidoBox .news .title p{width: 300px; float: left; line-height: 46px; border-left: 12px solid #35BAC2; font-size: 22px; font-weight: bold; padding-left: 15px;}
	.VidoBox .news .title img{width: 32px; height: 32px; float: right; margin-right: 20px;}
	.VidoBox .news ul li{height: 100px; margin-top: 16px;}
	.VidoBox .news ul li .img{display: inline-block; float: left; width: 138px; height: 100px; background-color: #EFFDFD; text-align: center; color: #333;}
	.VidoBox .news ul li .img img{width: 138px; height: 100px;}
	.VidoBox .news ul li .t{float: right; width: 518px; margin-right:10px; padding-top: 5px;}
	.VidoBox .news ul li .t strong{font-size: 18px; width: 518px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.VidoBox .news ul li .t .time{line-height: 26px; height: 26px; color: #B4B4B4; display: block;}
	.VidoBox .news ul li .t .time span{float: left; margin:0px 10px;}
	.VidoBox .news ul li .t .time img{float: left; margin-top: 6px;}
	.VidoBox .news ul li .t .des{line-height: 20px; color: #666666;
		overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /*行数*/ -webkit-box-orient: vertical;
	}
	.VidoBox .news ul li:hover{background-color: #EFFDFD;}
	
	/* 文章列表 */
	.NewsListBg{background-color: #F7F7F9; margin-top: 50px;}
	.NewsListBox{width: 1380px; height: 400px; margin: 100px auto;}
	.NewsListBox .NewsList{display: block; width: 440px; height: 400px; float: left; background-color: #fff; margin-left: 30px;}
	.NewsListBox .NewsList:first-child{margin-left: 0px;}
	.NewsListBox .NewsList .title{height: 46px; margin-top: 20px;}
	.NewsListBox .NewsList .title p{width: 300px; float: left; line-height: 46px; border-left: 12px solid #35BAC2; font-size: 22px; font-weight: bold; padding-left: 15px; margin-left: 10px;}
	.NewsListBox .NewsList .title img{width: 32px; height: 32px; float: right; margin-right: 20px; margin-top: 7px;}
	.NewsListBox .NewsList ul{margin: 15px;}
	.NewsListBox .NewsList ul li{height:50px; line-height: 50px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.NewsListBox .NewsList ul li a{font-size: 16px; width: 410px;}
	.NewsListBox .NewsList ul li span{float: right; color: #999;}
	
/* 底部 */
	.footBg{background-color: #272727; height: 280px; width: 100%;}
	.footBox{width: 1380px; margin: 0 auto; color: #fff;}
	.footBox .flink{width: 410px; float: left; margin-right: 70px; margin-top: 46px;}
	.footBox .flink .title p{font-size: 20px; font-weight: bold;}
	.footBox .flink .title span{height: 5; line-height: 5px; border-bottom: 1px solid #fff; display: inline-block; width: 60px;}
	.footBox .flink ul{margin-top: 20px;}
	.footBox .flink ul li{width: 136px; float: left; line-height: 50px;}
	.footBox .flink ul li a{font-size: 16px; color: #fff;}
	.footBox .fNav{width: 600px; height: 195px; padding-left: 40px; margin-top: 46px; border-left: 1px solid #AAAAAA; float: left;}
	.footBox .fNav .title p{font-size: 20px; font-weight: bold;}
	.footBox .fNav .title span{height: 5; line-height: 5px; border-bottom: 1px solid #fff; display: inline-block; width: 60px;}
	.footBox .fNav ul{margin-top: 20px; width:626px;}
	.footBox .fNav ul li{height: 30px; line-height: 30px; display: block; font-size: 16px;}
	.footBox .fNav ul li span{width: 20px; line-height: 25px; height: 25px; float: left; padding-top: 5px; margin-right: 10px;}
	.footBox .fNav ul li span img{width: 20px; height: 20px;}
	.footBox .fNav ul li label{float: left;}
	.footBox .QRCode{float: left; width: 215px; height: 195px; padding-left: 40px; margin-top: 46px; border-left: 1px solid #AAAAAA;}
	.footBox .QRCode .title p{font-size: 20px; font-weight: bold;}
	.footBox .QRCode .title span{height: 5; line-height: 5px; border-bottom: 1px solid #fff; display: inline-block; width: 60px;}
	.footBox .QRCode .QRImg{margin-top: 20px;}
	.footBox .QRCode .QRImg img{width: 130px; height: 130px;}
	.footR{background-color: #111111; width: 100%; text-align: center; height: 60px; line-height: 60px; color: #fff;}
	.footR a{color: #fff;}
	.footR span{color: #999999; margin: 0 10px;}
	.footR span a{color: #999999;}
	
	
/* 关于我们 */
	.TopPic01{min-width: 1380px; height: 300px; background: url("../images/banner01.jpg") no-repeat center;}
	.TopPic02{min-width: 1380px; height: 300px; background: url("../images/banner02.jpg") no-repeat center;}
	.TopPic03{min-width: 1380px; height: 300px; background: url("../images/banner03.jpg") no-repeat center;}
	.TopPic04{min-width: 1380px; height: 300px; background: url("../images/banner04.jpg") no-repeat center;}
	.TopPic05{min-width: 1380px; height: 300px; background: url("../images/banner05.jpg") no-repeat center;}
	.TopPic06{min-width: 1380px; height: 300px; background: url("../images/banner06.jpg") no-repeat center;}
	.contentBox{width: 1320px; margin: 0 auto; margin-top: 40px; margin-bottom: 60px;}
	.contentBox .Nav_Box{float: left; width: 280px;}
	.contentBox .content_C{float: right; width: 1010px;}
	/* 左侧导航 */
	.contentBox .Nav_Box .Nav_List{width: 280px;}
	.contentBox .Nav_Box .Nav_List .t_box{background-color: #35BAC2; color: #fff; height: 80px; padding-top: 20px;}
	.contentBox .Nav_Box .Nav_List .t_box .t{height: 60px; border-left: 10px solid #fff; margin-left: 25px; padding-left: 18px;}
	.contentBox .Nav_Box .Nav_List .t_box p:first-child{font-size: 24px; line-height: 40px;}
	.contentBox .Nav_Box .Nav_List .t_box p{font-size: 14px;}
	.contentBox .Nav_Box .Nav_List ul{background-color: #F7FBFF; padding-bottom: 20px;}
	.contentBox .Nav_Box .Nav_List ul li{padding:0 18px; height: 73px;}
	.contentBox .Nav_Box .Nav_List ul li a{display: block; height: 72px; line-height: 72px; color: #666; border-bottom: 1px solid #fff; font-size: 20px; padding-left: 15px;}
	.contentBox .Nav_Box .Nav_List ul li:hover{background-color: #CAF1F3;}
	.contentBox .Nav_Box .Nav_List ul li:hover a{color: #048FA7; border-bottom: 1px solid #CAF1F3;}
	.contentBox .Nav_Box .Nav_List ul .on{background-color: #CAF1F3;}
	.contentBox .Nav_Box .Nav_List ul .on a{color: #048FA7; border-bottom: 1px solid #CAF1F3;}
	/* 左侧联系我们 */
	.left_Connect{margin-top: 40px;}
	.left_Connect .t_box{background-color: #35BAC2; color: #fff; height: 80px; padding-top: 20px;}
	.left_Connect .t_box .t{height: 60px; border-left: 10px solid #fff; margin-left: 25px; padding-left: 18px;}
	.left_Connect .t_box p:first-child{font-size: 24px; line-height: 40px;}
	.left_Connect .t_box p{font-size: 14px;}
	.left_Connect .left_C{background-color: #F7FBFF; color: #666; padding: 10px 0 30px 0;}
	.left_Connect .left_C .tel{padding: 20px 0  20px 16px;}
	.left_Connect .left_C .tel img{float: left; width: 60px;}
	.left_Connect .left_C .tel p{float: left; padding-left: 12px; padding-top: 5px; font-weight: bold;}
	.left_Connect .left_C .tel p:first-child{font-size: 14px; line-height: 20px;}
	.left_Connect .left_C .tel p:last-child{font-size: 20px; line-height: 30px; padding-top:0px;}
	.left_Connect .left_C .t_c{margin-left: 12px;}
	.left_Connect .left_C .t_c div{line-height: 26px; height: 26px; width: 264px;}
	.left_Connect .left_C .t_c div label{float: left; width: 45px; font-weight: bold;}
	.left_Connect .left_C .t_c div span{float: left; width: 210px; line-height: 22px; padding-top: 2px;}
	/* 右侧导航 */
	.C_Nav{height: 40px; line-height: 40px; border-bottom: 2px solid #35BAC2; padding-left: 8px;}
	.C_Nav img{float: left;}
	.C_Nav div{float: left; margin-left: 10px; font-size: 16px;}
	.C_Nav div span{margin: 0 5px;}
	.C_Nav div a{margin: 0 5px;}
	/* 右侧内容 */
	.content_C .About_title{padding: 40px 0 20px 0; line-height: 36px; font-size: 26px; font-weight: bold; text-align: center;}
	.content_C .News_title{padding: 20px 15px 10px 15px; text-align: center;}
	.content_C .News_title .title{font-size: 26px; line-height: 40px; padding-bottom: 10px; border-bottom: #F3F4F5 1px solid; color: #333;}
	.content_C .News_title .time{font-size: 14px; color: #6C757D; line-height: 36px;}
	.content_C .News_title .time span{margin: 0 10px;}
	
	.News_Content{width: 980px; margin: 15px; font-size: 14px; color: #333; line-height: 30px; }
	.News_Content img{ max-width: 880px; display:inline-block; }
	/* 新闻列表0 */
	.NewsListBox0 ul{width: 970px; margin: 10px auto;}
	.NewsListBox0 ul li{height: 70px; line-height: 70px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; border-bottom: 2px dashed #F3F4F5;}
	.NewsListBox0 ul li a{line-height: 70px; font-size: 18px;}
	.NewsListBox0 ul li span{font-size: 16px; color: #B4B4B4; float: right;}
	
	/* 新闻列表1 */
	.NewsListBox1{margin: 0 10px;}
	.NewsListBox1 ul li{height: 100px; margin-top: 30px;}
	.NewsListBox1 ul li .time_l{display: inline-block; float: left; width: 100px; height: 100px; background-color: #EFFDFD; text-align: center; color: #333;}
	.NewsListBox1 ul li .time_l strong{display: block; font-size: 40px; height: 60px; line-height: 60px; padding-top: 5px;}
	.NewsListBox1 ul li .time_l span{font-size: 18px; line-height: 20px;}
	.NewsListBox1 ul li .t{float: right; width: 860px; margin-right:10px; padding-top: 5px;}
	.NewsListBox1 ul li .t strong{font-size: 18px; width: 860px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.NewsListBox1 ul li .t .time{line-height: 26px; height: 26px; color: #B4B4B4; display: block;}
	.NewsListBox1 ul li .t .time span{float: left; margin:0px 10px;}
	.NewsListBox1 ul li .t .time img{float: left; margin-top: 6px;}
	.NewsListBox1 ul li .t .des{line-height: 20px; color: #666666;
		overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /*行数*/ -webkit-box-orient: vertical;
	}
	.NewsListBox1 ul li:hover{background-color: #EFFDFD;}
	/* 新闻列表2 */
	.NewsListBox2{margin: 0 10px;}
	.NewsListBox2 ul li{height: 100px; margin-top: 30px;}
	.NewsListBox2 ul li .img{display: inline-block; float: left; width: 138px; height: 100px; background-color: #EFFDFD; text-align: center; color: #333;}
	.NewsListBox2 ul li .img img{width: 138px; height: 100px;}
	.NewsListBox2 ul li .t{float: right; width: 820px; margin-right:10px; padding-top: 5px;}
	.NewsListBox2 ul li .t strong{font-size: 18px; width: 860px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.NewsListBox2 ul li .t .time{line-height: 26px; height: 26px; color: #B4B4B4; display: block;}
	.NewsListBox2 ul li .t .time span{float: left; margin:0px 10px;}
	.NewsListBox2 ul li .t .time img{float: left; margin-top: 6px;}
	.NewsListBox2 ul li .t .des{line-height: 20px; color: #666666;
		overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /*行数*/ -webkit-box-orient: vertical;
	}
	.NewsListBox2 ul li:hover{background-color: #EFFDFD;}
	
	/* 科室内页 */
	/* 科室内页导航 */
	.content_C .C_NavList {margin: 80px 15px;}
	.content_C .C_NavList a{display: inline-block; width: 270px; height: 63px; line-height: 63px; background-color: #35BAC2; border-radius: 10px; margin: 0 26px;}
	.content_C .C_NavList a img{width: 38px; margin: 17px 20px 0px 20px; float: left;}
	.content_C .C_NavList a span{float: left; color: #fff; font-size: 18px;}
	/* 科室内页列表 */
	.content_C .C_KeShiList{margin-top: 22px;}
	.content_C .C_KeShiList .C_NavS{margin: 23px 8px; 
		/*弹性盒子*/
		display:flex; display:-webkit-flex; -webkit-flex-direction:row; justify-content:space-between; 
	}
	.content_C .C_KeShiList .C_NavS span{font-weight: bold; font-size: 18px; line-height: 46px; width: 90px;}
	.content_C .C_KeShiList .C_NavS div{flex:1;}
	.content_C .C_KeShiList .C_NavS a{display: inline-block; font-size: 16px; margin:5px 16px; line-height: 36px; padding: 0 10px;}
	.content_C .C_KeShiList .C_NavS .on{background-color: #35BAC2; color: #fff;}
	.content_C .C_KeShiList .title{height: 38px; background-color: #EFFDFD; padding-top: 8px;}
	.content_C .C_KeShiList .title span{display: block; line-height:30px; height: 30px; border-left: #35BAC2 8px solid; margin-left: 10px; padding-left: 16px; font-size: 18px;}
	.content_C .C_KeShiList .KS_List{padding: 20px 0px 20px 10px; margin-bottom: 40px;}
	.content_C .C_KeShiList .KS_List a{
        display: inline-block; width: 305px; line-height: 50px; height: 50px; font-size: 16px; margin:5px 0px 5px 15px; padding:0px 0px 0px 10px;
        background-color:#F7FBFF; border-radius:3px;
	}
    .content_C .C_KeShiList .KS_List a:hover{background-color:#EFFDFD;}
	/* 科室详情 */
	.content_C .C_KeShiV_T{width: 980px; height: 80px; padding: 25px 0  35px 0; background-color: #CAF1F3; margin: 36px auto; text-align: center;}
	.content_C .C_KeShiV_T h4{font-size: 22px; height: 60px; line-height: 60px; font-weight: bold;}
	.content_C .C_KeShiV_T p span{font-size: 16px; margin: 0 10px; line-height: 30px; height: 30px;}
	.content_C .C_KeShiV_C .title{height: 38px; background-color: #EFFDFD; padding-top: 8px;}
	.content_C .C_KeShiV_C .title span{display: block; line-height:30px; height: 30px; border-left: #35BAC2 8px solid; margin-left: 10px; padding-left: 16px; font-size: 18px;}
	.content_C .C_KeShiV_ZJ{margin-top: 50px;}
	.content_C .C_KeShiV_ZJ .title{height: 38px; background-color: #EFFDFD; padding-top: 8px;}
	.content_C .C_KeShiV_ZJ .title span{display: block; line-height:30px; height: 30px; border-left: #35BAC2 8px solid; margin-left: 10px; padding-left: 16px; font-size: 18px;}
	.content_C .C_KeShiV_ZJ .ZhuanJiaList{padding: 45px 15px;}
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li{float:left; display:inline; width: 220px; height: 364px; margin: 0px 13px;}
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li:nth-child(4n){margin-right: 0px;}
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li a{display: block; position: relative; background: url("../images/bg_zj.png") no-repeat; background-size: 220px 364px; width: 220px; height: 364px;}
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li a img{display: block; position: absolute; top:54px; left:30px; width: 160px; height: 160px; border-radius: 100px;}
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li a .txt{padding-top: 250px; margin-left: 20px; width: 180px; color: #CAF1F3;}
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li a .txt .t{font-size: 16px; font-weight: bold; line-height: 42px; border-bottom: 1px solid #CAF1F3; margin-bottom: 10px; text-align: center;
		width: 180px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
	 }
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li a:hover .txt{color:#fff;}
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li a:hover .t{border-bottom: 1px solid #fff;}	 
	.content_C .C_KeShiV_ZJ .ZhuanJiaList li a .txt span{font-size: 14px; display: block; line-height: 24px; width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	/* 专家列表 */
	.content_C .ZhuanJia_List{padding: 20px 15px;}
	.content_C .ZhuanJia_List .C_NavS{margin: 23px 8px; 
		/*弹性盒子*/
		display:flex; display:-webkit-flex; -webkit-flex-direction:row; justify-content:space-between; 
	}
	.content_C .ZhuanJia_List .C_NavS span{font-weight: bold; font-size: 18px; line-height: 46px; width: 90px;}
	.content_C .ZhuanJia_List .C_NavS div{flex:1;}
	.content_C .ZhuanJia_List .C_NavS a{display: inline-block; font-size: 16px; margin:5px 16px; line-height: 36px; padding: 0 10px;}
	.content_C .ZhuanJia_List .C_NavS .on{background-color: #35BAC2; color: #fff;}
	.content_C .ZhuanJia_List .title{height: 38px; background-color: #EFFDFD; padding-top: 8px;}
	.content_C .ZhuanJia_List .title span{display: block; line-height:30px; height: 30px; border-left: #35BAC2 8px solid; margin-left: 10px; padding-left: 16px; font-size: 18px;}
	.content_C .ZhuanJia_List li{float:left; display:inline; width: 220px; height: 364px; margin: 23px 13px;}
	.content_C .ZhuanJia_List li:nth-child(4n){margin-right: 0px;}
	.content_C .ZhuanJia_List li a{display: block; position: relative; background: url("../images/bg_zj.png") no-repeat; background-size: 220px 364px; width: 220px; height: 364px;}
	.content_C .ZhuanJia_List li a img{display: block; position: absolute; top:54px; left:30px; width: 160px; height: 160px; border-radius: 100px;}
	.content_C .ZhuanJia_List li a .txt{padding-top: 250px; margin-left: 20px; width: 180px; color: #CAF1F3;}
	.content_C .ZhuanJia_List li a .txt .t{font-size: 16px; font-weight: bold; line-height: 42px; border-bottom: 1px solid #CAF1F3; margin-bottom: 10px; text-align: center;
		width: 180px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
	 }
	.content_C .ZhuanJia_List li a:hover .txt{color:#fff;}
	.content_C .ZhuanJia_List li a:hover .t{border-bottom: 1px solid #fff;}	 
	.content_C .ZhuanJia_List li a .txt span{font-size: 14px; display: block; line-height: 24px; width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	/* 专家详情 */
	.content_C  .ZJ_title{width: 960px; height: 364px; background-color: #EFFDFD; margin: 40px auto;}
	.content_C  .ZJ_title .ZJ_Pic_Box{float:left; display:inline; width: 220px; height: 364px; margin: 0px 0px;}
	.content_C  .ZJ_title .ZJ_Pic_Box a{display: block; position: relative; background: url("../images/bg_zj.png") no-repeat; background-size: 220px 364px; width: 220px; height: 364px;}
	.content_C  .ZJ_title .ZJ_Pic_Box a img{display: block; position: absolute; top:54px; left:30px; width: 160px; height: 160px; border-radius: 100px;}
	.content_C  .ZJ_title .ZJ_Pic_Box a .txt{padding-top: 250px; margin-left: 20px; width: 180px; color: #fff;}
	.content_C  .ZJ_title .ZJ_Pic_Box a .txt .t{font-size: 16px; font-weight: bold; line-height: 42px; border-bottom: 1px solid #fff; margin-bottom: 10px; text-align: center;
		width: 180px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
	 }
	.content_C  .ZJ_title .ZJ_Pic_Box a:hover .txt{color:#fff;}
	.content_C  .ZJ_title .ZJ_Pic_Box a:hover .t{border-bottom: 1px solid #fff;}	 
	.content_C  .ZJ_title .ZJ_Pic_Box a .txt span{font-size: 14px; display: block; line-height: 24px; width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.content_C  .ZJ_title  .ZJ_Des{
		float: left; margin:50px 0px 0px 70px; width: 600px; font-size: 18px; line-height: 36px; text-indent: 40px;
		overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; /*行数*/ -webkit-box-orient: vertical;
	}
	.content_C  .ZJ_Content{margin-bottom: 40px;}
	.content_C  .ZJ_Content .title{height: 38px; background-color: #EFFDFD; padding-top: 8px;}
	.content_C  .ZJ_Content .title span{display: block; line-height:30px; height: 30px; border-left: #35BAC2 8px solid; margin-left: 10px; padding-left: 16px; font-size: 18px;}
	.content_C  .ZJ_Time .title{height: 38px; background-color: #EFFDFD; padding-top: 8px;}
	.content_C  .ZJ_Time .title span{display: block; line-height:30px; height: 30px; border-left: #35BAC2 8px solid; margin-left: 10px; padding-left: 16px; font-size: 18px;}
	.content_C  .ZJ_Time table{border: 1px solid #35BAC2; margin: 58px auto; font-size: 16px; color: #333;}
	.content_C  .ZJ_Time table tr{border-top: 1px solid #F3F1F1;}
	.content_C  .ZJ_Time table tr:first-child{border-top: 0;  background-color: #EFFDFD;}
	.content_C  .ZJ_Time table tr td{border-left: 1px solid #F3F1F1; width: 110px; height: 76px; line-height: 26px; text-align: center;}
	.content_C  .ZJ_Time table tr td:first-child{border-left: 0px;}
	
	/* 留言详情页 */
	.Mes_Form{width: 915px; height: 575px; background-color: #EFFDFD; margin: 45px auto; padding-left: 45px;}
	.Mes_Form .title{line-height: 36px; height: 36px; border-left: 8px solid #35BAC2; margin: 50px 0; padding-left: 16px; font-size: 24px; font-weight: bold;}
	.Mes_Form .input{line-height: 30px; font-size: 16px; margin: 28px 0; color: #333;}
	.Mes_Form .input span{width: 100px; text-align: right; display: inline-block; float: left;}
	.Mes_Form .input select{height: 30px; line-height: 30px; font-size: 16px; border: 1px solid #F3F4F5; color: #333; float: left; padding: 0 5px;}
	.Mes_Form .input input{float: left; height: 30px; line-height: 30px; font-size: 16px; border: 1px solid #F3F4F5; color: #333; padding: 0 5px;}
	.Mes_Form .input textarea{float: left; line-height: 30px; font-size: 16px; border: 1px solid #F3F4F5; color: #333; padding: 0 5px;}
	.Mes_Form .input img{float: left; margin-left: 10px;}
	.Mes_Form .btn{margin-left: 100px;}
	.Mes_Form .btn button{background-color: #35BAC2; border: 0px; border-radius: 4px; width: 160px; height: 46px; text-align: center; font-size: 18px; color: #fff;}
	/* 留言列表 */
	.MessageList .title{height: 38px; background-color: #EFFDFD; padding-top: 8px;}
	.MessageList .title span{display: block; line-height:30px; height: 30px; border-left: #35BAC2 8px solid; margin-left: 10px; padding-left: 16px; font-size: 18px;}
	.MessageList .list{margin: 0 auto;}
	.MessageList .list .item{width: 900px; background-color: #FAFAFA; padding: 30px 38px; margin: 20px auto 0 auto; border-radius: 10px;}
	.MessageList .list .item .name{line-height: 30px; font-size: 16px; color: #333;}
	.MessageList .list .item .name span:last-child{font-size: 14px; float: right; color: #999999;}
	.MessageList .list .item .msg_Content{margin: 16px 0; line-height: 24px;}
	.MessageList .list .item .reContent{padding: 16px 0  10px 0; border-top: 2px #35BAC2 dashed; line-height: 24px;}
	
	/* 值班 */
	.ZhiBanTb{margin: 40px auto; border: 1px solid #35BAC2; /*table-layout: fixed;*/ /*强制表格单元格宽度相等*/}
    /*.ZhiBanTb thead{position: fixed;z-index: 1;}*/
	.ZhiBanTb tr{border-bottom: 1px solid #F3F1F1;}
	.ZhiBanTb thead{background-color: #35BAC2;}
	.ZhiBanTb tr:last-child{border-bottom: 0px;}
	.ZhiBanTb thead td{color: #fff; font-weight: bold; font-size: 16px;}
	.ZhiBanTb thead td{color: #fff; font-weight: bold;}
	.ZhiBanTb tr td{line-height:30px; min-height: 60px; padding: 10px 0; text-align: center; border-right:  1px solid #F3F1F1;}
	.ZhiBanTb tr td a{display: inline-block; margin:0 5px;}
	.ZhiBanTb tr td:last-child{border-right:0px;}
	.ZhiBanTb tr:nth-last-child(3) td:first-child{border-bottom: 1px solid #35BAC2;}
	
	/* 电话表 */
	.TelBox{border: 1px s #35BAC2; width: 1300px; margin: 20px auto  0 auto;}
	.TelBox .TelTitle{height: 30px; line-height: 30px; background-color: #EFFDFD; font-weight: bold; padding: 10px 20px; margin: 20px 0; }
	.TelBox .TelTitle span{display: inline-block; height: 30px; color: #333; font-size: 16px; line-height: 30px; border-left: 8px solid #35BAC2; padding-left: 10px;}
	.TelBox ul li{width: 305px; float: left; height: 40px; line-height: 40px; margin: 10px; font-size: 16px; background-color: #EFFDFD;}
	.TelBox ul li span{min-width: 135px; padding:0 10px; text-align: right; display: inline-block; margin-right: 10px; background-color: #35BAC2; color: #fff;}
	
	
	
	/* 分页导航开始 */
		.page span{ 
			color:#333;
			padding:0 4px;
			font-size: 20px;
		}
		.page span:first-child{
			font-size: 16px;
		}
		.page a{ 
			color:#333;
			padding:0 4px;
			font-size: 20px;
		}
		.page span.current{ 
			color:#35BAC2;
		}
		.page span.disabled{
			color:#ccc;
		}
		.page a:hover{
			color:#35BAC2;
		}
		.page{
			clear:both;
			text-align:center;
			height:54px;
			line-height:54px;
			margin:30px auto 0px auto;	
		}
	
	