.center{
    background-image: url("../images/airline-bg.jpg");
    background-size: cover;
}
.right .item  .text{
    font-size: 14px;
    color: #fff;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.6;
}

.right .item .img-list .image{
    width: 447px;
    height: 250px;
    background-color: #fff;
}

.right .item  .img{
    vertical-align: top;
	width: 450px;
	height: 300px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.right .item  .img1{
    vertical-align: top;
	width: 650px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.right .item  .img img{
	width: 450px;
	height: 300px;
}

.right .item  .img1 img{
	width: 650px;
}

.right .item  .img-full{
	width: 900px;
	height: 500px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.right .item  .img-full img{
	width: 900px;
	height: 500px;
}

.divs{
    text-align: center;
}

.tabs{
    display:inline;
    margin-right: 120px;
}
.tags{
    display:inline;
    margin-left: 20px;
    margin-right: 20px;
}
.contents{
     display: none;
}
.text.tabs.active{
    color: #B0B0B0;
}
.text.tags.active{
    color: #B0B0B0;
}
.contents.active{
    display: block;
}

.right .item .left-text{
	
	width: 435px;
    margin-top: 20px;
    margin-right: 15px;
    display: inline-block;
}