@charset "utf-8";
/*全局通用样式表*/
@import url("common.css");
@media only screen and (max-width: 611px) and (min-width: 1px) {
	.panY-style {padding-left: 0px !important;}
	.col-md-9 {padding-right: 8px !important;}
}
/*IE兼容性处理*/
/*用于处理IE8 */
@media \0screen {
	.col-md-9 {width: 75%;} 
}

