@charset "UTF-8";
.sub-banner{
    height: 20.45rem;
    /*background: url(../images/industrialLayout/sub-banner.png) center center no-repeat;*/
    background-size: cover;
}
.sub-banner img{
    width: 100%;
}
.content-items{
	width: 80rem;
	margin: 0 auto 2rem;
}
.hospital-list{
	margin-top: 2.0.8rem;
}
.hospital-list ul{
	display: flex;
	justify-content: space-between;
}
.hospital-list li{
	width: 7.8rem;
	height: 7.8rem;
	border: 1px solid #21a888;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
	position: relative;
	font-size: 0.8rem;
	cursor: pointer;
}
.hospital-list li .hospital-img{
	width: 7.8rem;
	height: 7.8rem;
	position: absolute;
	top: 0;
	left: 0;
}

.hospital-list li .hospital-bar{
	width: 100%;
	height: 1.8rem;
	line-height: 1.8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}
.hospital-list li .hospital-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 7.8rem;
	height: 7.8rem;
	background: rgba(0, 0, 0, .3);
	z-index: 10;
}
.hospital-list li.selected .hospital-mask{
	display: none;
}
.hospital-list li.selected .hospital-bar{
	background: rgba(33, 168, 136, .7);
}

.hospital-content{
	margin-top: 5.4rem;
}
.hospital-content .hc-title{
	font-size: 1.5rem;
	color: #444;
	text-align: center;
}
.hospital-content .hc-desc{
	font-size: 1.5rem;
	color: #ddd;
	text-align: center;
}
.hospital-content .hc-cont{
	margin-top: 3rem;
	color: #888;
	font-size: 0.8rem;
}
.hospital-content .hc-cont p{
	text-indent: 2em;
	line-height: 2rem;
}
.hospital-content .hc-cont img{
	width: 100%;
	margin: 0.8rem 0;
}
.timeline-content{
	margin-top: 2rem;
}
.timeline-content p{
	color: #888;
	font-size: 0.8rem;
	text-align: justify;
	text-indent: 2em;
	line-height: 2rem;
}
.modify-image li{
	width: 18.7rem;
	height: 8.6rem;
	position: relative;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	margin-bottom: 2rem;
	border: 1px solid #ccc;
	cursor: pointer;
}
.modify-image li img{
	width: 100%;
}
.modify-image .mi-bar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.8rem;
	line-height: 1.8rem;
	background: rgba(196, 202, 200, .7);
	color: #fff;
	font-size: 0.8rem;
}
.modify-image li.selected{
	border: 1px solid #21a888;
}
.modify-image li.selected .mi-bar{
	background: rgba(33, 168, 136, .7);
}
.timeline{
	width: 52rem;
}




















