/*经典案例三级页*/
.back-list{
	padding: 20px 15px 40px;
}
.typical-title{
	font-size: 3.6rem;
	color: #333;
	line-height: 1.5;
}
.typical span{
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 10px 15px 10px 5px;
	
}
.tyc-lun{
	background: #333;
	margin-bottom: 30px;
	margin-top: 40px;
}
.carousel-inner{
	
}
.item{
	height: 75vh;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carousel-caption{
	background: rgba(0,0,0,0.55);
	right:0;
    left:0;
    bottom: 0;
    padding-bottom:0px;
    text-align: left;
    padding: 6px 15px;
    font-size: 1.6rem;
    line-height: 1.5;
	overflow:hidden;
	display: -webkit-box;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	width:100%;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.carousel-indicators {
    bottom: 8vh;
}
.artic p{
	line-height: 2rem;
	text-align: justify;
	margin-bottom: 30px;
}
/*资讯*/
.information{
	margin: 50px auto 70px;
}
.information h2{
	font-size: 3.6rem;
	color: #333;
	line-height: 1.5;
}
.information span{
	font-size: 1.5rem;
	line-height: 2.5;
	margin: 10px 15px 10px 5px;
	
}
.infor-detal{
	margin-bottom: 50px;
}
.infor-detal p{
	line-height: 2;
	font-size: 1.8rem;
}
.infor-detal p img{
	max-width: 90%;
	padding: 2vw;
}

.des{
    font-size:18px;
    padding:10px 5px;
    color:#333;
}
.des p{
    margin-bottom:10px;
}

@media only screen and (max-width:768px) {
	/*经典案例三级页*/
	.back-list{
		padding: 10px 0px 20px;
	}
	.typical-title{
		font-size:1.5rem;
		color: #333;
		line-height: 1.5;
	}
	.typical span{
		font-size: 1rem;
		line-height: 1.5;
		margin: 10px 15px 10px 5px;
	}
	.item{
		height: 35vh;
	}
	.carousel-caption{
		background: rgba(0,0,0,0.55);
		right:0;
	    left:0;
	    bottom: 0;
	    padding-bottom:0px;
	    text-align: left;
	    padding:3px 15px ;
	    font-size: 1rem;
	    line-height: 1.5;
		overflow:hidden;
		display: -webkit-box;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		width:100%;
	    -webkit-line-clamp:2;
	    -webkit-box-orient: vertical;
	    word-break: break-all;
	}
	.carousel-indicators {
	    bottom: 7vh;
	}
	/*资讯*/
	.information h2{
		font-size: 1.5rem;
		color: #333;
		line-height: 1.5;
	}
	.information{
		margin: 20px auto 30px;
	}
	.information span{
		font-size: 1rem;
		line-height: 2.5;
		margin: 10px 15px 10px 5px;
		
	}
	.infor-detal p{
		line-height:1.8;
		font-size: 1.2rem;
	}
}