@charset "utf-8";

/* Propel - List */
ul.propel_list {
	margin:10px 0 0 0;
	padding:0 0 203px 0;
	background:url('/images/media/bg/bg_propel.gif') no-repeat 100% 100%;
}
	ul.propel_list li {
		padding:27px 30px 28px 210px;
		border-top:1px solid #e5e5e5;
		background:url('/images/media/bg/bg_info.gif') no-repeat 63px 35px;
		color:#333;
	}
	ul.propel_list li.people {
		background:url('/images/media/bg/bg_people.gif') no-repeat 55px 38px;
	}
	ul.propel_list li:first-child {
		border-top:2px solid #285b9e;
	}
		ul.propel_list li h5 {
			color:#e65100;
			font-family:'NBGB';
			font-size:17px;
		}
		ul.propel_list li h6 {
			margin:3px 0 0 0;
			padding:0 0 0 6px;
			background:url('/images/media/bullet/bl_dot.gif') no-repeat 0 7px;
		}
		ul.propel_list li ul li {
			padding:0 0 0 16px;
			border-top:0 !important;
			background:url('/images/media/bullet/bl_import.gif') no-repeat 0 4px;
			line-height:22px;
		}
	
/*2022 Γί°‘*/

@media all and (max-width:760px){
	ul.propel_list li{background:none; padding: 20px 0px 20px 20px}	
	ul.propel_list li.people{background:none;}	
	ul.propel_list{background:none;padding:0;}	
	}