

.disabled {
	pointer-events: none;
	cursor: default;
}

.index-price a span {
	width: 70%;
}

.index-price a i {
	width: 30%;
}

.pagination ul {
	display: inline-block;
	height: 42px
}

.pagination a,
.pagination span {
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
	min-width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #999;
	text-align: center;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 20px
}

.pagination .pagenext,
.pagination .pageprev,
.pagination .total {
	padding: 0 14px;
}

.pagination a:hover {
	color: #333
}

.pagination .pagenow {
	background: #ffc234;
	border-color: #ffc234
}

.pagination .pagenow {
	color: #fff
}

.news-show .nextBox {
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}

.news-show .nextBox a {
	display: flex;
	align-items: center;
	width: 45%;
	overflow: hidden;
	padding: 0 10px;
	margin-right: 0;
}

.news-show .nextBox a label {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	height: 46px;
}

.price-lists {
	height: auto;
	overflow: hidden;
	padding: 0 16px;
}

.news-lists-li {
	padding: 8px 0;
	height: auto;
	overflow: hidden;
}

.news-lists-li h3 {
	float: left;
	width: 76%;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

.news-lists-li h3 a {
	font-size: 16px;
	color: #333;
}

.news-lists-li h3 a:hover {
	color: #f60;
}

.news-lists-li em {
	margin-top: calc((30px - 5px)/2);
	float: left;
	width: 5px;
	height: 5px;
	background-color: #ffc234;
	border-radius: 50%;
	margin-right: 10px;
}

.news-lists-li span {
	float: right;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 14px;
}

.bgcolorfff {
	background-color: #fff;
}

.border1 {
	height: 1px;
	width: 100%;
	background-color: #ffc234;
	opacity: .3;
	margin: 8px 0;
}

.text-left {
	text-align: left;
}

.beforeImg {
	height: auto;
	overflow: hidden;
}

.diary-show .day-con .desc {
	height: auto;
	max-height: none;
	font-size: 16px;
	display: block;
}

.desc-txt {
	line-height: 1.8em;
	font-size: 16px;
}

.hospital-list .project-row {
	width: 100%;
	max-width: 100%;
	max-height: 30px;
	overflow: hidden;
}

.hospital-list .project-row .tags {
	height: 30px;
	line-height: 30px;
}

.hospital-intro .desc {
	font-size: 16px !important;
	line-height: 1.8em;
}

.hospital-intro .desc p {
	font-size: 16px !important;
	line-height: 1.8em;
}

.info-p span {
	margin-right: 5px;
}

.side-hot-post .new-caselist li a em {
	width: 70%;
}

.side-hot-post .new-caselist li a time {
	width: 30%;
}

.hospital-diary .diary-list li .info h3 a {
	font-size: 16px;
	line-height: 30px;
}

.side-diary-hospital .pic img {
	border-radius: 50%;
}

.baike-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.baike-list li {
	float: none;
	height: auto;
	overflow: hidden;
}

.baike-list li:nth-child(2n+2) {
	float: none;
}
.baike-img img{
	height: 123px;
}

.bg404 {
	width: 470px;
	height: 340px;
	margin: 100px auto 180px auto;
	background: url(../image/e_404.png) no-repeat;
	background-size: 470px 340px;
	position: relative;
}

.bg404 a {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #ffc234;
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 120px;
	bottom: 0;
}

.news-list li .tags .iconfont, .icon2,
.news-hot-week ul li .tags .icon-yuedu{
	position: relative;
	top: -1px;
	margin-right: 5px;
}
.news-hot-week ul li .tags,
.news-list li .tags{
	color: #999;
}
.news-hot-week ul li .desc{
	height: 48px;
	text-overflow: initial;
	white-space: inherit;
}