.keshixinwenbox ul li:nth-child(even) .xinwenbiaoti{
width: 417px;
}
/*顶部导航*/
	.dingbudaohang{
		background:white;
		box-shadow: rgb(204, 204, 204) 0px 2px 10px;
	}
@media (max-width: 1366px){
	.dingbudaohang {
    height: 90px!important;
}
}
.daohanglogo{
	margin-top: 88px;
}
	.dingbudaohang ul li a{
		color:black;
	}
	.daohangzhanwei{
		width:100%;
		height:10%;
	}
	.daohanglogo{
		width:100%;
		height:auto;
		background: url('../images/daohanglogo.png')
	}
	.daohanglogo img{
		width:1200px;
		height:auto;
		margin: 0 auto;
		display: block;
	}
	/*科室列表*/
	.keshiliebiaobox{
		height:auto;
		overflow: auto;
		box-shadow: 3px 4px 15px #bbbbbb;
		/*margin-bottom: 40px;*/
		position: relative;
	}
	.keshiliebiaobox > img{
		display: block;
		position: absolute;
		right: 0;
		top:0;
	}
	.waikexitongbox{
		height:168px;
		margin:10px 36px 0 30px;

	}
	.waikexitongbox > h2{
		color:#333333;
		font-size:1.875rem;
		margin-top: 5px;
		font-weight: bold;
	}
	.waiikexitongul{
		width:820px;
		font-size:.875rem;
		color:#485d52;
		margin:  10px 34px 4px 0;
		line-height: 1.5rem;
	}
	/*路径*/
		.xiangqinglujinbox{
			height:60px;
		}
		.xiangqinglujinbox > ul > li{
			float: left;
			line-height: 60px;
			color:#c0c4c2;
		}			
		.xiangqinglujinbox > ul > li > a{
			font-size:.75rem;
			color:#c0c4c2;
			float: left;
		}
		.xiangqinglujinbox > ul > li > a:hover{
			color:#6fbc45;
			cursor:pointer;
		}
		.gengduo{
			font-size:.75rem;
			color:#108ec8;
			margin-right: 15px;
		}
		.gengduo:hover{
			cursor:pointer;
		}
		/*分割线*/
		.fengexuxian{
			border-top: 1px dashed #cccccc;
			width:500px;
			height:1px;
		}
		.keshixinwenbiaotibox{
			display: block;
			line-height: 0px;
			text-align: center;
			width:200px;
			color:#919995;
		}
		/*占位*/
		.zhanweibox{
			width:100%;
			height:34px;
		}
		/*科室新闻列表*/
		.keshixinwenbox > ul{
			display: flex;
			flex-wrap:wrap;
			justify-content: space-between;
		}
		.keshixinwenbox > ul > li{
			width:598px;
			height:112px;
			margin-bottom: 24px;
		}
		.keshixinwenbox > ul > li:hover{
			color:#007b38;
		}
		.tupianbox{
			width:178px;
			height:112px;
			padding: 0px;
			margin: 1px;
			overflow: hidden;
		}
		.keshixinwenbox > ul > li  :hover  img{
			 transform:scale(1.1);
            -ms-transform:scale(1.1);
            -webkit-transform:scale(1.1);
            -o-transform:scale(1.1);
            -moz-transform:scale(1.1);
		}

		.keshixinwenbox > ul > li > a:hover > div > h2 {
			color:#007b38;
		}
		.keshixinwenbox > ul > li > a > img {
			width:100%;
			height:100%;
			margin: 0;
		}
		.xinwenbiaoti > h2{
			color:#485d52;
			font-size:1.125rem;
			width:360px;
			text-indent:25px;
			margin: 25px 0 20px 0;
			font-weight: bold;
			overflow:hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.xinwenbiaoti > span{
			text-indent:25px;
			color:#919995;
			width:350px;
			font-size:.875rem;
			display: block;
			overflow:hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.xinwenbiaoti{
			width:392px;
			height:110px;
		}
		.keshixinwenbox > ul > li > a:hover > .xinwenbiaoti{
			border:1px solid #007b38;
			border-left:0;
		}
		/*查看更多*/
		.chakangengduobox{
			height:20px;
		}
		.chakangengduo{
			border-bottom: 1px solid #cccccc;
			text-align: center;
			width:64px;
			color:#818e88;
			font-size:.875rem;
			margin: 0 auto;
			display: block;
		}
		.chakangengduo span{
			font-size:.75rem;
		}
		.chakangengduo:hover{
			color:#007b38;
			border-bottom: 1px solid #007b38;
		}
		/*轮播图*/
		.swiper-container{
			width:1200px;
			height:300px;
			margin: 0 auto;
			margin-top: 10px;
		}
		.swiper-slide {
			position: relative;
		}
		.swiper-slide > a > img{
           width: 230px;
			height: 302px;
		}
		.yishengmingzibox{
			width: 110%;
			height:58px;
			background:rgba(255, 255, 255, 0.6);
			position: absolute;
			bottom:0;
			display: none;
		}
		.yishengname,.yishengzhiwei{
			text-align: center;
			color:#394b3b;
			display: block;
			width:100%;
		}
		.yishengname{
			margin-top: 6px;
		}
		.yishengzhiwei{
			margin-top: 2px;
		}