a {
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 360px;
    position: relative;
}

.crumbs {
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: white;
}

.crumbs a {
    color: white;
    text-decoration: none;
}

.banner > img {
    width: 1920px;
}

.bar {
    height: 64px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.bar ul {
    list-style: none;
    display: flex;
}

.bar ul li {
    text-align: center;
    height: 60px;
    margin-right: 60px;
    padding: 0 5px;
}

.bar ul .bar-active {
    border-bottom: 4px solid #3B83F2;
}

.bar ul li a {
    line-height: 60px;
    font-size: 16px;
    color: #555555;
}

.bar ul .bar-active a {
    color: #111111;
}

/*花湖机场*/
.content-box {
    width: 100%;
    background: #F0F4FA;
    padding-top: 30px;
    padding-bottom: 30px;
}

.huahu-describe {
    box-sizing: border-box;
    background: white url(/static/project/img/airportService/huahu-describe.png) no-repeat;
    background-size: 1280px 430px;
    height: 430px;
    padding-top: 60px;
    padding-left: 60px;
}

.huahu-describe-content {
    width: 560px;
}

.huahu-describe-1 {
    color: #3B83F2;
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.huahu-describe-2 {
    margin-top: 14px;
    margin-bottom: 20px;
    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;

}

.huahu-describe-3 {
    color: #555555;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;

}

.list-item-labels {
    margin: 20px 0;
    display: flex;
    padding-bottom: 20px;
}

.list-item-label {
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    background-color: #FF553314;
    color: #FF5533;
    font-size: 14px;
    padding: 0 8px 0;
    margin-right: 8px;
}

.huahu-airport {
    box-sizing: border-box;
    background: url(/static/project/img/airportService/huahu-airport.png) #000000;
    background-size: 1280px 400px;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 40px;
    color: white;
}

.huahu-airport-item {
    width: 520px;
    border-top: 1px solid #FFFFFF50;
    font-size: 14px;
}

.huahu-airport-item-top {
    margin-top: 15px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
}

.huahu-airport-item-div {
    display: flex;
    justify-content: space-between
}

.huahu-airport-item-div > p > span {
    font-family: Arial;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    text-align: right;
    color: #FF8024;
}

.huahu-statistics {
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 60px 60px 80px;
    background: white url(/static/project/img/airportService/huahu-statistics.png) no-repeat;
    background-size: 1280px 408px;
    height: 408px;
}

.huahu-statistics-item {
    width: 520px;
    border-top: 1px solid #00000020;
    font-size: 14px;
}

.huahu-statistics-item-top {
    margin-top: 15px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
}

.huahu-statistics-item-div {
    display: flex;
    margin: 20px 0;
}

.huahu-statistics-item-div svg {
    margin-right: 10px;
}

.huahu-statistics-item-div > p > span {
    font-family: Arial;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    text-align: right;
    color: #FF8024;
}

.huahu-statistics-item4 {
    height: 48px;
    line-height: 48px;
    background-color: #F0F4FA;
    font-size: 18px;
    padding-left: 10px;
}

.huahu-statistics-item4-active {
    background-color: #3B83F2;
    font-weight: 700;
    color: white;
}

.huahu-history {
    background-color: white;
    min-height: 400px;
    padding: 50px 30px 20px 80px;
}

.huahu-history h1 {
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.huahu-historys {
    margin-top: 30px;
}

.huahu-history-item {
    display: flex;
}

.huahu-history-item-time {
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: right;
    width: 100px;
    margin-right: 40px;
    color: #111111;
}

.huahu-history-item-content {
    width: 1040px;
    min-height: 40px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 10px;
    line-height: 32px;
    position: relative;
}

.huahu-historys .huahu-history-item-content:after {
    content: '';
    position: absolute;
    display: block;
    top: 6px;
    left: -2px;
    width: 2px;
    height: 100%;
    background-color: #3B83F240;
    box-sizing: border-box;
    z-index: 1;
}

.huahu-historys :last-child .huahu-history-item-content:after {
    background-color: white;
}

.huahu-history-item-content-circle {
    position: absolute;
    top: 6px;
    left: -9px;
    z-index: 999;
}

/*花湖机场 end*/

/*鄂州顺嘉国际货站介绍3 l*/
.content-box-ez {
    width: 100%;
    background: #F0F4FA;
    padding-top: 15px;
    padding-bottom: 20px;
}

.content-box-ez > div {
    display: flex;
}

.content-box-ez-nav {
    width: 200px!important;
    height: 316px;
    background-color: white;
    font-size: 16px;
}

.content-box-ez-nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}

.content-box-ez-nav ul li {
    width: 100%;
    height: 48px;
    border-left: 3px solid transparent;
}

.content-box-ez-nav ul li a {
    text-decoration: none;
    line-height: 48px;
    color: #333333;
    height: 48px;
    width: 100%;
    padding-left: 20px;
    display: block;
}

.content-box-ez-nav-active {
    border-left: 3px solid #3B83F2 !important;
    background-color: #3B83F214;
}

.content-box-ez-nav-active a {
    color: #3B83F2;
}

.content-box-ez-content {
    width: 1064px;
    margin-left: 15px;
    min-height: 500px;
    background-color: white;
    padding: 0 20px 20px;
    overflow: hidden;
}

.content-box-ez-content-title {
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: 400;
    color: #111111;
    margin-top: 30px;
}

.content-box-ez-content-titletip {
    text-align: center;
    color: #DDDDDD;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.content-box-ez-content-titletip2 {
    text-align: center;
    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0;
}

.content-box-ez-sheshis {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

.content-box-ez-sheshi {
    width: 312px;
    height: 360px;
    box-shadow: 0px 0px 12px 0px #3B5C8F1F;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.content-box-ez-sheshi img {
    width: 312px;
    height: 160px;
}

.content-box-ez-sheshi-content {
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #555555;
    padding: 18px 20px;
}

.content-box-ez-sheshi-tip {
    position: absolute;
    left: 25px;
    top: 125px;
    color: white;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 700;
}

.content-box-ez-content-caozuos {
    margin-left: 8px;
    display: flex;
    flex-wrap: wrap;
}

.content-box-ez-content-caozuo {
    display: flex;
    width: 200px;
    height: 80px;
    padding: 18px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.content-box-ez-content-caozuo svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.content-box-ez-content-caozuo span {
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 700;
}

.content-box-ez-content-caozuo-border {
    border-right: 1px solid #EEEEEE
}

.content-box-ez-content-specials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-box-ez-content-special {
    background: linear-gradient(90deg, #FCFDFF 0.95%, #F2F7FF 100%);
    display: flex;
    width: 480px;
    height: 148px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.content-box-ez-content-special-w {
    margin-left: 20px;
}

.content-box-ez-content-special-w h3 {
    color: #111;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.content-box-ez-content-special-w p {
    margin-top: 8px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
}

.content-box-ez-content-other {
    display: flex;
    justify-content: space-between;
    color: white;
    margin: 20px 10px;
}

.content-box-ez-content-other > div {
    width: 234px;
    height: 180px;
    padding: 20px;
    background-size: 50%;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
}
.content-box-ez-content-other > div > h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 18px 0
}
.content-box-ez-content-other > div > p {
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.content-box-ez-content-documents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.content-box-ez-content-document{
    background: linear-gradient(90deg, #FCFDFF 0.95%, #F2F7FF 100%);
    width: 317px;
    height: 80px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.content-box-ez-content-document > div{
    width: 280px;
    height: 40px;
    border-right: 1px solid #eeeeee;
    font-size: 14px;
    color: #111;
    line-height: 40px;
    padding-right: 20px;
}
.content-box-ez-content-document a{
    margin-top: 8px;
    text-decoration: none;
    display: block;
    width: 80px;
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
    margin-left: 15px;
    text-align: center;
    border: 1px solid #3B83F2;
    color: #3B83F2;;
}
.content-box-ez-content-document a:hover{
    background-color: #3B83F2;
    color: white;
}
/*2*/
.desc-box{
    display: flex;
    justify-content: space-between;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}
.desc-box >div{
    padding: 20px;
}
.desc-box h3{
    font-size: 18px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 15px;
}
.desc-box p{
    line-height: 24px;
    font-size: 14px;
}
