*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#box{
    width: 100%;
    display: flex;
    min-width: 1140px;
    max-height: 700px;
}
#box>.left{
    width: 75%;
    position: relative;
    max-height: 700px;
}
/*左边大图*/
#box>.left>.bg{
    width: 100%;
    height: 100%;
}
/*左边头部*/
#box>.left>header{
    position: absolute;
    width: 100%;
    top:20px;
    left:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#box>.left>header>div{
    text-align: center;
    width: 100%;
}

#box>.left>.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    padding-bottom:5% ;
}
#box>.left>.footer>img{
    width: 80%;
    display: block;
    margin: auto;
}
#box>.left>.time{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    padding-bottom: 5%;
}
#box>.left>.time>div{
    color:#fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 4%;
}
#box>.right{
    width:25%;
    background: #020E1D;
    max-height: 700px;
}
#box>.right>div{
    padding:10%;
    height: 100%;
}

#box>.right .blockHeight{
    display: flex;
    justify-content: space-between;
    height: 10%;
}
#box>.right .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#box>.right .text>div:first-child{
    font-size: 28px;
}
#box>.right .bar{
    display: flex;
}
#box>.right .bar>div{
    border: 1px solid #020E1D;
    width: 6px;
    height: 100%;
    margin-right: 5px;
}
.moreBlue{
    color: #0071BC;
}
.blue{
    color:#29ABE2;
    word-wrap : break-word;
}
.margin{
    margin-bottom: 2%;
}
.margin-2{
    margin-bottom: 4%;
}
.bigFont{
    font-size: 28px;
}
.small{
    font-size: 12px;
}
.white{
    color:#fff;
    word-wrap : break-word;
}

.haxi{
    background: #0071BC;
    border-left: #80C8D4 5px solid;
    padding: 5px 0;
    padding-left:5% ;
}

.line_{
    width: 100%;
    height: 4px;
    margin: 20px 0;
    background: #29ABE2;
}
@keyframes animation  {
    0%{
        height: 10%;
        background: #555656;
    }
    100%{
        height: 85%;
        background: #555656;
    }
}
.animation1>div,.animation4>div{
    animation: animation 1.5s infinite;
}
.animation2>div,.animation5>div{
    animation: animation 1s linear infinite;
}
.animation3>div{
    animation: animation 2s infinite;
}
.animation1,.animation3{
    background: #CE5252;
}
.animation2,.animation5{
    background: #3B989B;
}
.animation4{
    background: #1772AA;
}

.cityBox{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/*
城市动画*/
.cityContent{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border: 2px solid #0071BC;
    font-size: 14px;
    width: 260PX;
    height: 60PX;
    border-radius: 5px;
    background: rgba(0,0,0,.8);
    position: absolute;
}
.cityContent>div{
    color: white;
}
.cityLine{
    width: 2px;
    height: 80px;
    background: rgba(0,0,200,.6);
    position: absolute;
}
.cityCircle{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(00,88,255,0.5);
    animation: cityAnimation 2s linear infinite;
}
.cityCircle:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    background: rgba(59, 178, 255, 0.5);
}

@keyframes cityAnimation {
    0%{

    }
    50%{
        transform: scale(1.2);
    }
    100%{

    }
}
.search_input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.search_submit{
    width: 100%;
    line-height: 30px;
    height: 30px;
    border: 0;
    outline: none;
    color: #fff;
    background: #0071BC;
}
.list_box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 15px 0;
    background: rgba(0,0,0,.5);
}
.list{
    width: 100%;
    line-height: 30px;
    height: 30px;
    color: #fff;
    text-align: right;
    padding-right: 15%;
    cursor: pointer;
    overflow: hidden;
}
.list_type{
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
}
.list_type:first-of-type{
    max-width: 50%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list_type .title{
    color: #10a0e9;
}
.list a{
    color: #cc5454;
    border: 1px solid #cc5454;
    padding:0 5px;
    vertical-align: middle;
    margin-left: 15px;
}
.bga{
    background: #00222e;
    padding: 5px;
    min-height: 40px;
}
#show_result{
    padding: 20px 0px;
}
#show_result ul li{
    display: inline-block;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
}
#show_result ul li label{
    width: 18%;
    float: left;
    padding-right: 10px;
    font-size: 16px;
    padding-left: 20px;
    font-weight: normal;
}
#show_result ul li>div{
    width: 80%;
    float: left;
    word-break: break-all;
}
#show_result ul li .show{
    color: #01a1ff;
    cursor: pointer;
}
.disnone{
    display: none!important;
}
#show_result .details {
    padding-left: 110px;
    max-height: 120px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}
.details ul li label{
    font-weight: 100;
    font-size: 12px!important;
}
.details ul li{
    line-height: 24px!important;
    float: left;
    font-size: 12px!important;
}
.details ul{
    display: inline-block;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}