@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;padding-left: 0px !important;}
}
/*IE兼容性处理*/
/* 只对IE6/7/8有效 用于处理IE8 */
@media \0screen {
	.col-md-9 {width: 75%;}   
}


/* .ngsty-searchL {top: 6px;} */

