@charset "utf-8";
/* CSS Document */
/*Common For Max 960*/
@media only screen and (max-width: 1199px) {
	
}



/*Common For Max 768*/
@media only screen and (max-width: 959px) {

}



/*Common For Max 480*/
@media only screen and (max-width: 767px) {
 .left_bot .other_word{font-size:12px;}
}

/*Common For Max 414*/
@media only screen and (max-width: 479px) {
	.media_xs .media-left img{width:50px;}
	.media_xs .media-body h3{font-size:18px;margin:8px 0 0;}
}

/*Common For Max 375*/
@media only screen and (max-width: 413px) {

}

/*Common For Max 320*/
@media only screen and (max-width: 374px) {

}

/* --------------------------- 固定屏幕样式 ---------------------------------------- */

/*960*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {

	
}



/*768*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}



/*480*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}



/*320*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
	
}



/*240*/
@media only screen and (max-width: 319px) {
	
}

