.center{
    background-image: url("../images/airline-bg.jpg");
    background-size: cover;
    
    height: auto;
    min-height: max-content;
}
/*.company-list{
    flex-wrap: wrap;
    height: calc(100vh - 434px);
}
@media screen and (max-height: 690px) {
    .company-list{
        height: 258px;
    }
}*/
.company-list .company{
    width: 447px;
    height: 88px;
    margin: 0 6px 10px 0;
    padding-left: 88px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.company-list .company .logo{
    width: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.company-list .company .part-1{
    width: 239px;
    border-right: 1px solid #000;

}
.company-list .company .part-2{
    width: 120px;
}
.company-list .company .line-1{
    background-color: #9a9a9a;
    line-height: 44px;
}
.company-list .company .line-2{
    background-color: #696969;
    line-height: 44px;
}
.company-table .logo{
    width: 80px;
    vertical-align: middle;
}
.inner-page .wrapper .table.company-table td{
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.icon-div{
	width:35%;
}

.icon-img{
	width:74px;
}

.item-h1{
    margin-top: 150px;
    margin-left: 200px;
    color: #707070;
    font-size: 20px;
}

.input-select-type{
	width: 180px;
    position: relative;
    margin-left: 20px;
    margin-right: 50px;
}

.body .item{
    padding-bottom: 110px;  
}

.news-content .title{
    margin: 14px 0 21px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.news-content .image{
	width: 900px;
	height: 613px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.news-content .image img{
	width: 100%;
	height: auto;
}

.echarts iframe{
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.airlinOne{
    margin-top: 20px;
    margin-bottom: 20px;
}

