

/* 项目列表页 */
.all_project_box {
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	width: 1200px;
	margin: 0 auto;
}

.all_project_box>span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
	margin-bottom: 30px;
}

.all_project {
	height: auto;
	overflow: hidden;
}

.project_top {
	height: 85px;
	background-color: #F1FAF9;
	border: 1px solid #eee;
}

.project_top>i {
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 85px;
	text-align: center;
}

.project_top>i:first-child {
	width: 175px;
	border-right: 1px solid #eee;
}

.project_top>i:nth-child(2) {
	width: 200px;
	border-right: 1px solid #eee;
}

.project_top>i:last-child {
	width: 822px;
}

.first_project_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.first_project_box>li {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #eee;
}
.first_project_box .pro_left{
	display: flex;
	align-content:center;
	flex-wrap: wrap;
	width: 175px;
	position: relative;
	padding: 10px 0 0 0;
}
.first_project_box .pro_left>a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: rgba(100, 100, 100, 1);
	text-align: center;
}

.first_project_box>li .pro_left>i {
	display: block;
	margin: 14px auto 10px auto;
}

.first_project_box>li:first-child .pro_left i {
	background: url(../image/icon_f1.png) no-repeat;
	background-size: 57px 24px;
	width: 57px;
	height: 24px;
}

.first_project_box>li:nth-child(2) .pro_left i {
	background: url(../image/icon_f2.png) no-repeat;
	background-size: 24px 28px;
	width: 24px;
	height: 28px;
}

.first_project_box>li:nth-child(3) .pro_left i {
	background: url(../image/icon_f3.png) no-repeat;
	background-size: 34px 27px;
	width: 34px;
	height: 27px;
}

.first_project_box>li:nth-child(4) .pro_left i {
	background: url(../image/icon_f4.png) no-repeat;
	background-size: 44px 32px;
	width: 44px;
	height: 32px;
}

.first_project_box>li:nth-child(5) .pro_left i {
	background: url(../image/icon_f5.png) no-repeat;
	background-size: 31px 31px;
	width: 31px;
	height: 31px;
}

.first_project_box>li:nth-child(6) .pro_left i {
	background: url(../image/icon_f6.png) no-repeat;
	background-size: 32px 30px;
	width: 32px;
	height: 30px;
}

.first_project_box>li:nth-child(7) .pro_left i {
	background: url(../image/icon_f7.png) no-repeat;
	background-size: 41px 25px;
	width: 41px;
	height: 25px;
}

.first_project_box>li:nth-child(8) .pro_left i {
	background: url(../image/icon_f8.png) no-repeat;
	background-size: 26px 29px;
	width: 26px;
	height: 29px;
}

.first_project_box>li:nth-child(9) .pro_left i {
	background: url(../image/icon_f9.png) no-repeat;
	background-size: 34px 20px;
	width: 34px;
	height: 20px;
}

.first_project_box>li:nth-child(10) .pro_left i {
	background: url(../image/icon_f10.png) no-repeat;
	background-size: 21px 30px;
	width: 21px;
	height: 30px;
}

.first_project_box>li:nth-child(11) .pro_left i {
	background: url(../image/icon_f11.png) no-repeat;
	background-size: 22px 32px;
	width: 22px;
	height: 32px;
}

.first_project_box>li:nth-child(12) .pro_left i {
	background: url(../image/icon_f12.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.first_project_box>li:nth-child(13) .pro_left i {
	background: url(../image/icon_f13.png) no-repeat;
	background-size: 29px 29px;
	width: 29px;
	height: 29px;
}

.first_project_box>li:nth-child(14) .pro_left i {
	background: url(../image/icon_f14.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.second_project_box {
	float: left;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #eee;
}

.second_project_box>li {
	height: auto;
	overflow: hidden;
}

.second_project_box>li>a {
	float: left;
	width: 200px;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #FF6699;
	border-bottom: 1px solid #eee;
}

.third_project_box {
	float: left;
	width: 822px;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}

.third_project_box>a {
	float: left;
	margin: 10px 15px;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
}

.third_project_box>a>span,
.third_project_box>a>i {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
}

.third_project_box>a>i {
	margin-top: 10px;
}

/* 项目列表页 end*/
/* 问答列表页 */
.list_ask_box,
.list_doctor_box,
.list_hospital_box,
.list_case_box {
	height: auto;
	overflow: hidden;
	width: 1200px;
	margin: 20px auto;
	border-top: 1px solid #EEEEEE;
}

.list_ask_left,
.list_news_left,
.list_doctor_left,
.list_hospital_left,
.list_case_left {
	width: 785px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.list_ask_left>li {
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 2px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
}

.list_answer {
	margin-top: 20px;
}

.list_answer>a>p,
.list_answer>a>span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.list_answer>a>p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list_ask_title>a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
}

.list_ask_right,
.list_news_right,
.list_doctor_right,
.list_hospital_right,
.list_case_right {
	width: 375px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.list_doctor_right {
	margin-top: 10px;
}

/* 问答列表页 end*/
/* 价格行情列表页 */
.hangqing_box {
	margin: 70px auto;
	height: auto;
	width: 1200px;
	position: relative;
}

.hangqing_fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	box-shadow: 0px 2px 4px 0px rgba(0, 29, 22, 0.25);
	height: auto;
	overflow: hidden;
	padding: 20px 0 0 0;
	z-index: 5;
	background-color: #fff;
}

.fixde1 {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.hangqing_fixed>a {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 20px;
	text-align: center;
}

.hangqing_on_a,
.hangqing_fixed>a:hover {
	background: rgba(255, 237, 243, 1);
	color: #FF6699 !important;
}

.hangqing_project_box {
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin-left: 120px;
	border: 1px solid #ddd;
}

.hangqing_project_third {
	padding: 20px 0 20px 20px;
}

.hangqing_project_third>a {
	margin: 0;
	padding: 20px;
	border-bottom: 1px dashed #ddd;
}

/* 价格行情列表页 end*/
/* 资讯列表页面 */
.list_news_box {
	margin: 20px auto;
	width: 1200px;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding: 0 0 30px 0;
}

.list_news_left>li {
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 2px;
	height: auto;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
}

.list_news_pic {
	float: left;
	width: 168px;
	height: 168px;
	box-shadow: 0px 4px 5px 0px rgba(3, 9, 0, 0.23);
}

.list_news_pic>a {
	height: 100%;
}

.list_news_pic img {
	width: 100%;
	height: 100%;
}

.list_news_info {
	margin-left: 188px;
	height: auto;
	overflow: hidden;
}

.list_news_info>a {
	height: auto;
	overflow: hidden;
}

.list_news_info h2 {
	font-size: 16px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}

.list_news_info p {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	height: 96px;
	line-height: 24px;
	overflow: hidden;
	text-align: justify;
	margin-top: 15px;
	position: relative;
}

.list_news_info p::after {
	content: "...[详细]";
	display: block;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 3;
	color: #FF6699;
	/* width: 46px; */
}

.list_news_info>a>span {
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
	text-align: right;
}

/* 资讯列表页面 end*/
/* 医生列表页面 */
.list_doctor_list,
.list_hospital_list {
	height: auto;
	overflow: hidden;
}

/* 医生列表页面 end*/
/*医院列表页面 */
.list_hospital_doctor>div {
	float: left;
	width: 45%;
	height: auto;
	overflow: hidden;
}

.list_hospital_doctor>div:first-child {
	margin-right: 30px;
}

.list_hd_pic {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.list_hd_pic>a {
	height: 100%;
}

.list_hd_pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.list_hd_info {
	margin-left: 84px;
}

.list_hd_info>span {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #6BB9B9;
}

.list_hd_item {
	font-size: 0;
	height: auto;
	overflow: hidden;
	margin-top: 2px;
}

.list_hd_item>i {
	display: inline-block;
	margin-right: 8px;
	font-size: 12px;
	color: #6BB9B9;
	height: 20px;
	vertical-align: bottom;
}

.list_hd_item>i:first-child {
	margin-right: 0;
}

/*医院列表页面 end*/
/*案例*/
.list_case_left>li {
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 2px;
	height: auto;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
}

.list_case_pic {
	float: left;
	width: 170px;
	height: 170px;
	box-shadow: 0px 4px 5px 0px rgba(3, 9, 0, 0.23);
}

.list_case_pic img {
	width: 100%;
	height: 100%;
}

.list_case_info {
	margin-left: 190px;
	height: auto;
	overflow: hidden;
}

.list_case_title {
	height: 20px;
}

.list_case_title>h2 {
	float: left;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	max-width: 80%;
}

.list_case_title>span {
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 102, 153, 1);
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}

.list_case_hospital {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.list_case_info>span {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: rgba(100, 100, 100, 1);
	margin-top: 10px;
}

.list_case_info>span>i {
	display: inline;
	color: #FF6699;
}

.list_case_bottom {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.list_case_bottom>i {
	font-size: 14px;
	color: rgba(107, 185, 185, 1);
	height: 20px;
	line-height: 20px;
}

.list_case_bottom>p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 21px;
	height: 63px;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	text-align: justify;
}

/*案例 end*/

div.list_hospital_info>p {
	font-size: 14px;
	color: rgba(100, 100, 100, 1);
	margin-top: 8px;
	line-height: 18px;
	max-height: 36px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}
