
.list_nav{
	width: 100%;
	height: 40px;
	background: #fff;
	line-height: 40px;
	padding-left: 10px;
	margin:30px 0px;
}

.list_nav span{
	padding: 0px 5px;
}

.list_nav span a{
	font-size: 14px;
	color:#9b9b9b;
}


/*医生列表*/
.list_right{
	width: 70%;
	float: left;
/*	margin-left: 5%;*/
}


.list_content{
	width: 100%;
	float:left;
	margin-top: 30px;
}

.list_content li{
	width:30%;
	float:left;
	/*margin-top: 30px;*/
}

.list_content li{
	width:30%;
	float:left;
	margin-top: 50px;
}

.list_content li:nth-child(3n-1){
	width:30%;
	float:left;
	margin:0px 5%;
	margin-top: 50px;
}

.list_yisheng_img{
	width:100%;
	float:left;
	position: relative;
}

.list_yisheng_img img{
	width:100%;
	height:150px;
	float:left;
}

.list_yisheng_img p{
	width:100%;
	height:150px;
	background: #000;
	opacity: 0.5;
	float:left;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	text-align: center;
	display: none;
}

.list_yisheng_img p a{
	line-height: 150px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}

.list_yisheng_p{
	width:100%;
	float: left;
	padding-left: 8px;
}

.list_yisheng_p p{
	font-size: 14px;
	line-height: 25px;
}

.list_yisheng_p p:nth-child(1){
	font-weight: 600;
}


.nav-tabs li a{
    color: #000;
    background: #ededed;
    border: 1px solid #ddd;
    /*border-bottom-color: transparent;*/
    padding:5px 35px;
    font-size: 18px;
}



.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background: #2aabe4;
    border: 1px solid #ddd;
    /*border-bottom-color: transparent;*/
    padding:5px 35px;
    font-size: 18px;
}




/*分页*/


/*分页*/
.page{
	width:100%;
	margin-top: 30px;
	float: left;
	text-align: center;
}

.pagination{
	margin: 0px auto;
}

.pagination>.active{
	background: #5193c3;
}

/*
.page{
	width:80%;
	float: left;
	margin: 80px 10%;

}


.page p{
	float:left;
	width:15%;
	padding:5px 10px;
	border: 1px solid #999999;
	border-radius: 5px;
	text-align: center;
}


.page p a,.page ul li a{
	font-size: 13px;
	color: #999999;
	!*font-weight: 600;*!
}

.page p:hover,.page ul li:hover{
	background:#2aabe4; 
	color: #ffffff;
	border: 1px solid #2aabe4;
}

.page p:hover a,.page ul li:hover a{
	color: #ffffff;
}


.page ul{
	width:70%;
	float:left;
}

.page ul li{
	float:left;
	width:10%;
	height:32px;
	line-height: 32px;
	border: 1px solid #999999;
	border-radius: 5px;
	text-align: center;
	margin-left: 3.8%
}*/



