.main .wrap .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 26px;
}
.main .wrap .title .left{
	font-size: 24px;
	font-weight: bold;
	color: #444444;
}
.main .wrap .title .right{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}


.scroll-add{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #F6F6F6;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 0;
	box-shadow: 0 0 20px #f2f2f2;
}
.scroll-add .add-icon img{
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.scroll-add .add-wrap{
	flex: 1;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.scroll-add .add-wrap ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	animation: scroll 120s linear 0s forwards infinite;
}
.scroll-add .add-wrap ul li{
	white-space: nowrap;
	margin-right: 120px;
	font-size: 16px;
	color: #666;
}
.scroll-add .add-wrap ul li a{
	color: #333;
}
.scroll-add .add-left{
	width: 30px;
	height: 30px;
	position: relative;
}
.scroll-add .add-left::before{
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	position: absolute;
	left: 5px;
	top: 9px;
	transform: rotateZ(45deg);
}

@keyframes scroll{
	from{transform: translateX(0);}
	to{transform: translateX(-100%);}
}




/* 项目列表 */
.project-wrap{
	width: 100%;
	margin-top: 24px;
}
.project-wrap .project-conent{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.project-wrap .project-conent .project-list{
	width: 80px;
}
.project-wrap .project-conent .project-list a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.project-wrap .project-conent .project-list a:hover span{
	color: #FF758A;
}
.project-wrap .project-conent .project-list img{
	width: 68px;
	height: 68px;
}
.project-wrap .project-conent .project-list span{
	display: inline-block;
	margin-top: 10px;
	color: #666666;
	width: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 机构 */
.main .wrap .institutions{
	margin-top: 42px;
}
.main .wrap .institutions .institutions-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.main .wrap .institutions .institutions-wrap .institutions-list{
	border-radius: 5px;
}
.main .wrap .institutions .institutions-wrap .institutions-list img{
	width: 290px;
	height: 150px;
	border-radius: 5px;
}
.main .wrap .institutions .institutions-wrap .institutions-list img.infm{
	border: 1px solid #F3F3F3;
}
.main .wrap .institutions .institutions-wrap .institutions-list p{
	width: 260px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #444444;
	transition: all .3s;
}
.main .wrap .institutions .institutions-wrap .institutions-list a:hover p{
	color: #FF758A;
}
/* 名医 */
.main .wrap .institutions .institutions-wrap .institutions-list .doctor{
	padding: 0 5px 5px 5px;
	transition: all .3s;
}
.main .wrap .institutions .institutions-wrap .institutions-list a:hover .doctor,.main .wrap .institutions .institutions-wrap .institutions-list a:hover .doctor .thetitle{
	color: #FF758A;
}
.main .wrap .institutions .institutions-wrap .institutions-list .doctor .name{
	float: left;
	font-size: 22px;
	font-weight: bold;
}
.main .wrap .institutions .institutions-wrap .institutions-list .doctor .thetitle{
	color: #666666;
	font-size: 14px;
	text-align:center;
	margin-top: 8px;
}
.main .wrap .institutions .institutions-wrap .institutions-list.doctor-wrap{
	position: relative;
}
.main .wrap .institutions .institutions-wrap .institutions-list.doctor-wrap img{
	width: 225px;
	height: 190px;
}
.main .wrap .institutions .institutions-wrap .institutions-list.doctor-wrap .certification{
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 100;
	display: block;
	background-color: rgba(255,255,255,.9);
	border-radius: 3px;
	padding: 3px;
	font-weight: bold;
}
/* 项目医院 */
.main .wrap .hostital .swiper-slide{
	width: 288px;
	height: 310px;
	margin-bottom: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.24);
}
.main .wrap .hostital .swiper-slide:hover{
	
}
.main .wrap .hostital{
	margin-top: 42px;
}
.main .wrap .hostital .hospital-wrap{
	margin-top: 10px;
	padding: 5px;
}
.main .wrap .hostital .swiper-slide img{
	display: block;
	width: 100%;
	height: 180px;
	border-radius: 5px;
}
.main .wrap .hostital .hospital-wrap .bmask{
	position: absolute;
	left: 0;
	top: 140px;
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 40px;
	border-radius:0,0,5px,5px;
	line-height: 40px;
	background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.7));
}
.main .wrap .hostital .hospital-wrap .bmask .hospital-wrap-prj{
	margin-left: 10px;
}
.main .wrap .hostital .swiper-slide .p-h-list li{
	width: 100%;
	margin: 10px auto;
	padding: 0 10px;
}
.main .wrap .hostital .swiper-slide .p-h-list li a{
	display: inline-block;
	width: 236px;
	font-size: 18px;
	font-weight: 500;
	color: #666666;
	transition: all .3s;
}
.main .wrap .hostital .swiper-slide .p-h-list li a:hover{
	color: #FF758A;
}
.main .wrap .hostital .swiper-slide .p-h-list li a::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	background-color: #C0C0C0;
}
/* 地区医院 */
.main .wrap .city-hospital .swiper-slide{
	width: 290px;
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(1){
	background: url(../images/bone.png);
	background-repeat: no-repeat;
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(2){
	background: url(../images/btwo.png);
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(3){
	background: url(../images/bone.png);
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(4){
	background: url(../images/btwo.png);
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(1),.main .wrap .city-hospital .swiper-slide:nth-of-type(2),.main .wrap .city-hospital .swiper-slide:nth-of-type(3),.main .wrap .city-hospital .swiper-slide:nth-of-type(4){
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(1) dl dt{
	color: #CA243E;
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(2) dl dt{
	color: #4974D5;
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(3) dl dt{
	color: #D83F97;
}
.main .wrap .city-hospital .swiper-slide:nth-of-type(4) dl dt{
	color: #5066E8;
}
.main .wrap .city-hospital .swiper-slide dl dt{
	margin-top: 20px;
	margin-left: 12px;
}
.main .wrap .city-hospital .swiper-slide dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 12px;
	margin-top: 15px;
}
.main .wrap .city-hospital .swiper-slide dl dd .right{
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	margin-left: 12px;
	transform: translateY(-4px);
}
.main .wrap .city-hospital .swiper-slide dl dd .right .h-name a{
	display: inline-block;
	width: 203px;
	transition: all .3s;
}
.main .wrap .city-hospital .swiper-slide dl dd .right .h-name a:hover{
	color: #FF758A;
}
.main .wrap .city-hospital .swiper-slide dl dd .right .shuxing{
	font-size: 14px;
	color: #999999;
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main .wrap .city-hospital{
	margin-top: 42px;
}
.main .wrap .city-hospital .city-wrap{
	margin-top: 10px;
}
.main .wrap .city-hospital .swiper-slide img{
	width: 48px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}
.tab{
	display: none;
}
/* 资讯 */
.zixun{
	width: 100%;
	margin-top: 42px;
}
.zixun .zixun-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.zixun .zixun-wrap .zixun-list{
	margin: 20px 0;
}
.zixun .zixun-wrap .zixun-list img{
	width: 285px;
	height: 180px;
	border-radius: 5px;
	font-weight: 500;
}
.zixun .zixun-wrap .zixun-list .zixun-list-detail{
	width: 285px;
	color: #444444;
	margin-top: 12px;
	transition: all .3s;
	font-weight: 500;
	
}
.zixun .zixun-wrap .zixun-list a:hover .zixun-list-detail{
	color: #FF758A;
}
.zixun .zixun-wrap .zixun-list .zixun-list-time{
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
}
/* 新闻 */
.xinwen{
	width: 100%;
	margin-top: 42px;
}
.xinwen .xinwen-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.xinwen .swiper-pagination-bullets-dynamic{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.xinwen .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
	background-color: #FF758A;
}
.xinwen .xinwen-wrap .xinwen-list{
	width: 49%;
	margin-bottom: 20px;
}
.xinwen .xinwen-wrap .xinwen-list a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xinwen .xinwen-wrap .xinwen-list a .left{
	position: relative;
}
.xinwen .xinwen-wrap .xinwen-list a .left .xinwen-mask{
	width: 200px;
	height: 40px;
	background-image: linear-gradient(rgba(255,255,255,.0),rgba(0,0,0,.4));
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	border-radius: 0 0 5px 5px;
}
.xinwen .xinwen-wrap .xinwen-list a img{
	display: block;
	width: 200px;
	height: 136px;
	margin-right: 10px;
	border-radius: 5px;
	transition: all .3s;
}
.xinwen .xinwen-wrap .xinwen-list a .right .xinwen-list-title{
	width: 380px;
	font-size: 22px;
	font-weight: bold;
	color: #444444;
	transition: all .3s;
}
.xinwen .xinwen-wrap .xinwen-list a:hover .right .xinwen-list-title{
	color: #FF758A;
}
.xinwen .xinwen-wrap .xinwen-list a .right .xinwen-list-conent{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	line-height: 1.5;
	margin-top: 12px;
}
.xinwen .xinwen-wrap .xinwen-list a .right .xinwen-list-time{
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
}
/* 视屏 */
.shiping{
	width: 49%;
	margin-top: 20px;
	float: left;
}
.shiping .shiping-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.shiping .shiping-wrap .shiping-list{
	margin-bottom: 20px;
}
.shiping .shiping-wrap .shiping-list video{
	width: 282px;
	height: 200px;
}
.shiping .shiping-wrap .shiping-list img{
	width: 285px;
	height:190px;
	color: #444444;
	margin-top: 12px;
	font-weight: 500;
}
.shiping .shiping-wrap .shiping-list .video-time{
	color: #999999;
	margin-top: 12px;
}
/* 问答 */
.wenda{
	width: 49%;
	margin-top: 20px;
	float: right;
}
.wenda .wenda-list{
	margin-bottom: 20px;
}
.wenda .wenda-list .wenda-list-title img{
	margin-right: 10px; width:200px;
}
.wenda .wenda-list .wenda-list-title span{
	display: inline-block;
	width: 500px;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	transition: all .3s;
}
.wenda .wenda-list a:hover .wenda-list-title span{
	color: #FF758A;
}
.wenda .wenda-list .wenda-list-title img,.wenda .wenda-list .wenda-list-title span{
	vertical-align: middle;
}
.wenda .wenda-list .wenda-list-detail{
	margin-top: 12px;
	color: #999999;
	-webkit-line-clamp: 1;
}
@media screen and (max-width:950px) {
	.main .wrap .title{
		margin-bottom: .75rem;
	}
	.main .wrap .title .left{
		font-size: .8rem;
	}
	.main .wrap .title .right{
		font-size: .6rem;
	}
	/* 项目列表 */
	.project-wrap{
		margin-top: .4rem;
	}
	.project-wrap .project-conent{
		flex-wrap: wrap;
	}
	.project-wrap .project-conent::after{
		content: '';
		display: block;
	}
	.project-wrap .project-conent .project-list{
		width: 3.5rem;
		margin-bottom: .5rem;
	}
	.project-wrap .project-conent .project-list img{
		width: 2.5rem;
		height: 2.5rem;
	}
	.project-wrap .project-conent .project-list span{
		margin-top: .4rem;
		font-size: .6rem;
		width: 2.5rem;
		text-align: center;
	}
	/* 机构 */
	.main .wrap .institutions{
		margin-top: 1.025rem;
	}
	.main .wrap .institutions .institutions-wrap{
		overflow-y: scroll;
		border-radius: 5px;
	}
	.main .wrap .institutions .institutions-wrap .institutions-list{
		margin-right: .5rem;
	}
	.main .wrap .institutions .institutions-wrap .institutions-list:last-child{
		margin-right: 0;
	}
	.main .wrap .institutions .institutions-wrap .institutions-list img{
		width: 8rem;
		height: 5.45rem;
	}
	.main .wrap .institutions .institutions-wrap .institutions-list p{
		font-size: .7rem;
		width: 7.95rem;
		margin-top: .3rem;
	}
	/* 名医 */
	.main .wrap .institutions .institutions-wrap .institutions-list.doctor-wrap{
		position: relative;
	}
	.main .wrap .institutions .institutions-wrap .institutions-list.doctor-wrap img{
		width: 6rem;
		height: 6rem;
	}
	.main .wrap .institutions .institutions-wrap .institutions-list.doctor-wrap .certification{
		position: absolute;
		left: 10px;
		top: 5px;
		z-index: 100;
		display: block;
		background-color: rgba(255,255,255,.9);
		border-radius: 3px;
		padding: 3px;
		font-size: 12px;
	}
	.main .wrap .institutions .institutions-wrap .institutions-list .doctor .name{
		font-size: .65rem;
	}
	.main .wrap .institutions .institutions-wrap .institutions-list .doctor .thetitle{
		margin-top: 0;
		font-size: .6rem;
		transform: scale(.8);
		transform-origin: right;
	}
	/* 项目医院 */
	.main .wrap .hostital{
		margin-top: 1.025rem;
	}
	.main .wrap .hostital .hospital-wrap{
		margin-top: 0;
		padding: .25rem;
	}
	.main .wrap .hostital .swiper-slide{
		width: 10rem;
		height: 11rem;
	}
	.main .wrap .hostital .swiper-slide img{
		width: 100%;
		height: 5.35rem;
	}
	.main .wrap .hostital .hospital-wrap .bmask{
		top: 3.4rem;
		border-radius: 0 0 5px 5px;
	}
	.main .wrap .hostital .hospital-wrap .bmask .hospital-wrap-prj{
		font-size: .75rem;
	}
	.main .wrap .hostital .swiper-slide .p-h-list li a{
		font-size: .7rem;
		width: 7.975rem;
		font-weight: 600;
	}
	/* 地区医院 */
	.main .wrap .city-hospital{
		margin-top: 1.025rem;
	}
	.main .wrap .city-hospital .swiper-slide{
		width: 12rem;
	}
	.main .wrap .city-hospital .swiper-slide img{
		width: 1.8rem;
		height: 1.8rem;
	}
	.main .wrap .city-hospital .swiper-slide dl dd .right .h-name a{
		width: 8rem;
		font-size: .7rem;
	}
	.main .wrap .city-hospital .swiper-slide dl dd .right .shuxing{
		font-size: .65rem;
	}
	.tab{
		display: block;
		margin: 1rem 0;
	}
	.tab .tab-wrap{
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: sticky;
		top: 0;
		left: 0;
	}
	.tab .tab-wrap .tab-list{
		font-size: .8rem;
		font-weight: bold;
		color: #999999;
	}
	.tab .tab-wrap .tab-list::after{
		content: '';
		display: block;
		width: 1rem;
		height: .2rem;
		border-radius: 1rem;
		background-color: #FFFFFF;
		margin-left: 1rem;
	}
	.tab .tab-wrap .tab-list.active{
		color: #333333;
	}
	.tab .tab-wrap .tab-list.active::after{
		background-color: #FF758A;
	}
	.tab-conent{
		display: none;
	}
	.tab-conent.active{
		display: block;
	}
	.shiping,.wenda{
		width: 100%;
	}
	/* 整形资讯 */
	.zixun{
		margin-top: 0;
	}
	.zixun .zixun-wrap .zixun-list{
		width: 49%;
		padding: .3rem;
		box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.24);
		margin: 0;
		margin-bottom: .75rem;
		border-radius: 5px;
	}
	.zixun .zixun-wrap .zixun-list img{
		width: 100%;
		height: 5.4rem;
	}
	.zixun .zixun-wrap .zixun-list .zixun-list-detail{
		width: auto;
		white-space: normal;
		display: -webkit-box !important;
		overflow: hidden;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: .4rem;
		display:block;overflow:hidden;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;
	}
	.zixun .zixun-wrap .zixun-list .zixun-list-time{
		margin-top: .3rem;
	}
	.more{
		font-size: .6rem;
		text-align: center;
		width: 4.3rem;
		height: 1.4rem;
		line-height: 1.4rem;
		border: 1px solid #e74685;
		background:#f6648f;
		border-radius: 22px;
		margin: 0 auto;
	}
	.more a{color:#FFFFFF;}
	/* 整形新闻 */
	.xinwen{
		margin-top: 1rem;
	}
	.xinwen .xinwen-wrap .xinwen-list{
		width: 8.55rem;
		padding: .3rem;
		box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.24);
		margin: 0;
		margin-bottom: 1rem;
		border-radius: 5px;
	}
	.xinwen .xinwen-wrap .xinwen-list a{
		flex-direction: column;
	}
	.xinwen .xinwen-wrap .xinwen-list a img{
		width: 100%;
		height: 5.4rem;
		margin-right: 0;
	}
	.xinwen .xinwen-wrap .xinwen-list a .right .xinwen-list-title{
		width: 8rem;
		font-size: .8rem;
		margin-top: .425rem;
	}
	.xinwen .xinwen-wrap .xinwen-list a .right .xinwen-list-conent{
		-webkit-line-clamp:1;
		margin-top: .425rem;
	}
	.xinwen .xinwen-wrap .xinwen-list a .right .xinwen-list-time{
		margin-top: .425rem;
	}
	/* 医生视频 */
	.shiping{
		margin-top: 0;
	}
	.shiping .shiping-wrap .shiping-list{
		width: 8.55rem;
		/* box-shadow: 0px 0px 3px #888888; */
		margin: 0;
		margin-bottom: 1rem;
	}
	.shiping .shiping-wrap .shiping-list img{
		width: 100%;
		height: 6rem;
	}
	
	.shiping .shiping-wrap .shiping-list .video-detail{
		width: 100%;
		margin-top: .475rem;
	}
	.shiping .shiping-wrap .shiping-list .video-time{
		margin-top: .475rem;
	}
	/* 整形问答 */
	.wenda{
		margin-top: 0;
	}
	.wenda .wenda-wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.wenda .wenda-list{
		width: 8.55rem;
		min-height: 7.8rem;
		padding: .3rem;
		box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.24);
		margin: 0;
		margin-bottom: 1rem;
		float: none;
		border-radius: 5px;
	}
	.wenda .wenda-list .wenda-list-title span{
		width: 100%;
		font-size: .8rem;
		margin-top: .475rem;
		white-space: normal;
		display: -webkit-box !important;
		overflow: hidden;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.wenda .wenda-list .wenda-list-detail{
		margin-top: .475rem;
		-webkit-line-clamp: 2;
	}
	.xinwen .swiper-pagination-bullets-dynamic{
		display: none;
	}
	.xinwen .xinwen-wrap .xinwen-list a .left .xinwen-mask{
		width: 100%;
		font-size: .65rem;
	}

	.scroll-add{
		padding: .3rem;
		margin: .75rem 0;
	}
	.scroll-add .add-wrap ul{
		animation: scroll 120s linear infinite
	}
	.scroll-add .add-wrap ul li {
		white-space: nowrap;
		margin-right: 2rem;
		font-size: .65rem;
		color: #666;
	}
}