@charset "utf-8";
*{margin:0;padding:0;list-style:none;border:none;}
.slider-pro { font-family:"微软雅黑";
}
/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
	
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 140px;
    float: right;
    height:80px; line-height:40px;
    background-color: #F0F0F0;
    line-height:80px;
    box-sizing: border-box; font-family:"微软雅黑";
	
	
}

#example5 .sp-thumbnail-title {
	
	margin-left:5px;
	color: #333; font-family:"微软雅黑";
}


@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
	font-family:"΢ź";
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
		font-family:"΢ź";
	}

	#example5 .sp-thumbnail-description {
	font-family:"΢ź";
		display: none;
	}
}