.container{
	width: 1140px;
    height: 435px;
    background: #EFFAFE;
    padding: 10px;
    margin: 0 auto;
 }
 .firstdiv{
 	background: white;
    width: 33%;
    height: 415px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right:1%;
    padding:10px 0;
 }
.seconddiv{
	background: white;
    width: 33%;
    height: 415px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right:1%;
    padding:10px 0;
 }
.threediv{
	width: 32%;
    height: 415px;
    float: left;
    background: #FFF;
    position: relative;
    padding:10px 0;
 }
 .airspan {
    position: relative;
    float: left;
    line-height:30px;
    border-left:5px solid #eab209;
    margin-left:8px;
    font-weight:bold;
    color: #2276be;
    font-size:20px;
    text-indent:10px;
    z-index: 999;
 }
 .more {
    position: relative;
    float: right;
    line-height:30px;
    font-size: 16px;
    text-indent:10px;
    z-index: 999;
    color: #666666;
}

@media(max-width:460px){
	.container{
		width: 100%;
		height:1330px;
		background: #EFFAFE;
		padding: 10px;
		margin: 0 auto;
	 }
	 .firstdiv{
		background: white;
		width: 100%;
		height: 415px;
		position: relative;
		float: left;
		overflow: hidden;
		margin-right:0;
		padding:10px 0;
	 }
	.seconddiv{
		background: white;
		width: 100%;
		height: 415px;
		position: relative;
		float: left;
		overflow: hidden;
		margin-right:0;
		padding:10px 0;
	 }
	.threediv{
		width: 100%;
		height: 415px;
		float: left;
		background: #FFF;
		position: relative;
		padding:10px 0;
	 }
	 .airspan {
		position: relative;
		float: left;
		line-height:30px;
		border-left:5px solid #eab209;
		margin-left:8px;
		font-weight:bold;
		color: #2276be;
		font-size:20px;
		text-indent:10px;
		z-index: 999;
	 }
	 .more {
		position: relative;
		float: right;
		line-height:30px;
		font-size: 16px;
		text-indent:10px;
		z-index: 999;
		color: #666666;
	}
}