.box-container {
	width: 100%;
	margin: 10px auto;
	margin-bottom: 200px;
}

.box-content {}

.content-title {
	padding-bottom: 30px;	
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}

.searchBar {
	display: flex;
}

.searchBar .searchList {
	background-color: #016f8c;	
	font-size: 20px;
	color: #ffffff;
	padding: 10px 69px 10px 10px;
	display: flex;
}

.searchBar .searchList>div {
	margin: 0 12px;
}

.searchBar .searchList select,
.searchBar .searchList input {
	background-color: white;
	height: 24px;
	font-size: 16px;
	width: 160px;

}

.search-title {}

.search-title img {
	margin-right: 16px;
}

.searchBtn {
	flex: 1;
	margin-left: 17px;
}

.searchBtn>button {
	width: 100%;
	background-color: #016f8c;
	font-size: 20px;
	color: white;
	padding: 10px;
	border-color: #016f8c;
}

.doctorList .list {
	margin-top: 30px;
	width: 102%;
	margin-left: -0.8%;
	margin-bottom: 50px;
}

.doctorList .list .item {
	width: 237px;
	height: 347px;
	overflow: hidden;
	position: relative;
	margin-left: 11px;
	margin-bottom: 11px;
	float: left;
}

.doctorList .list .item:hover {
	box-shadow: rgba(102,102,102,0.3) 0px 8px 20px;	
}

img {
	max-width: 100%;
}

.doctorList .list .item .info {
	background: url(../img/mask40.png);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	text-align: center;
	min-height: 60px;
}

.doctorList .list .item .inline {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px;
	min-height: 80px;
}

.doctorList .list .item .h2 {
	font-size: 18px;
	color: #fff;
}

.doctorList .list .item .p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	/* margin-top: 8px; */
}

.xpage {
	text-align: center;
	width: 100%;
	font-size: 0;
}

.xpage ul {
	display: inline-block;
	overflow: hidden;
}

.xpage li {
	float: left;
	min-width: 34px;
	padding: 0 3px;
	color: #707070;
	line-height: 34px;	
	font-size: 16px;
}

.xpage .cur {
	color: #fff;
	background-color: #006e8f;
	border-color: #006e8f;
}

.xpage li a {
	display: block;
	min-width: 34px;
	height: 34px;
	line-height: 34px;
	color: #474747;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.xpage .next {
	background-image: ;
}

.xpage .input {
	float: left;
	margin: 8px 0;
	padding: 0 8px;
	width: 30px;
	border-right: 1px solid #e2e2e2;
}

.xpage .btn {
	float: left;
	width: 50px;
	height: 100%;
	background: none;
	border: 0;
	font-size: 16px;
	cursor: pointer;
}

.xpage .input input {
	display: block;
	width: 100%;
	text-align: center;
}


/* detail */
.doctorDetail .part1 {
	padding-top: 20px;
}

.block {
	width: 1230px;
	margin: 0 auto;
	position: relative;
}

.doctorDetail .part1 .img {
	width: 237px;
	height: 347px;
	overflow: hidden;
	float: left;
}

.doctorDetail .part1 .text-box {
	margin-left: 306px;
}

.doctorDetail .part1 .docname {
	padding-bottom: 62px;	
	padding-top: 38px;
	color: #000000;
	font-size: 24px;	
	/* border-bottom: 1px dashed #016f8c; */
}
.doctorDetail .part1 .docname td{
	padding: 10px 20px;
}
.doctorDetail .part1 .docname>div>div {
	width: 25%;
	display: table-cell;
}

.text-6 {
	color: #666;
}

.doctorDetail .part1 .text {
	font-size: 20px;
	color: #016f8c;
	line-height: 22px;
}

.doctorDetail .part2 {
	margin-top: 60px;
}

.doctorDetail .part2 .title1 span {
	font-size: 24px;
	color: #333333;
}

.doctorDetail .part2 .table {
	margin-top: 30px;
}


.doctorDetail .part2 .tip {
	background: #f8f8f8;
	padding: 26px 50px;
	overflow: hidden;
	padding-right: 33px;
}

.doctorDetail .part2 .tip .tp1 {
	font-size: 14px;
	color: #333333;
	position: relative;
	background: url(../img/warning.png) no-repeat left center;
	padding: 10px 0;
	padding-left: 40px;
	float: left;
	margin-top: 19px;
}

.doctorDetail .part2 .ewm {
	float: right;
}

.doctorDetail .part2 .ewm span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 24px;
	font-size: 14px;
}

.doctorDetail .part2 .img {
	width: 76px;
	height: 76px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.doctorDetail .part2 table th {
	background: #016f8c;
	color: #fff;
	font-size: 16px;
	height: 66px;
	border-left: 1px solid #e2e2e2;
	font-weight: 100;
}

.doctorDetail .part2 table td {
	font-size: 14px;
	color: #333333;
	border: 1px solid #ececec;
}

.doctorDetail .part2 table td .td {
	padding: 24px;
	text-align: center;
	line-height: 1.4;
}

.doctorDetail .part2 table td {
	text-align: center;
	line-height: 1.4;
}

.doctorDetail .part2 table .th1 {
	width: 163px;
}

.doctorDetail .part2 table .th2 {
	width: 160px;
}

.doctorDetail .part2 table .th3 {
	width: 137px;
}

.doctorDetail .part2 table .th4,
.doctorDetail .part2 table .th5,
.doctorDetail .part2 table .th6,
.doctorDetail .part2 table .th7,
.doctorDetail .part2 table .th8,
.doctorDetail .part2 table .th9,
.doctorDetail .part2 table .th10 {
	width: 110px;
}
