.picture-banner{width:100%;height: 16rem;overflow:hidden;text-align: center;background-image: linear-gradient(#25282a, #4d5156)}
.picture-banner h3{padding-top: 5.5rem;font-size:2.7rem;color: #FFF;}
.picture-banner p{padding:0 1.5rem;margin-top:1.5rem;font-size:1.1rem;color: #FFF;}
.text-content{padding-top: 3rem;width: 100%;}
.text-centers{margin-left: 1.5rem;margin-right: 1.5rem;}
.text-contents{padding:0 1.5rem;}
.text-list{margin-bottom: 1.5rem;box-shadow: #f3f3f3 0px 0.3rem 0.8rem 0.25rem;}
.text-image{text-align: center;margin-bottom: 2rem;}
.text-image img{width:100%;height: auto;}
.text-a{display: block;margin-bottom: 1.5rem;text-align: center;font-size: 1.5rem;color: #1A1A1A}
.content-text{
	margin-bottom:1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	line-height: 1.7rem;
    height: 5rem;
}
.content-text p{font-size: 1.2rem;color: #1A1A1A}
.details{padding-bottom: 1.5rem;display: block;text-align: right;font-size: 1.2rem;color: #2b56c6;}