.top-banner{
    padding: 0;
}
.introduce .nav{
    display: flex;
    display: -webkit-flex;
    border: 1px solid #e7eaf1;
    border-radius: 2px;
    padding: 10px 0;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);
}
.introduce .nav span{
    flex: 1;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    
}
.introduce .nav span a{
    padding: 10px 0;
    display: inline-block;
    color: #000;
    transition: all .3s linear;
}
.introduce .nav span.active a,.introduce .nav span:hover a{
    color: #54afdc;
}
ul.gsjj-box{
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
ul.gsjj-box li{
    display: none;
    padding: 10px;
    animation: zoomIn .5s linear;
}
ul.gsjj-box li.on{
    display: block;
}
.gsjj-box li .title{
    text-align: center;
    font-size: 18px;
    color: #54afdc;
}
.gsjj-box li p{
    text-indent: 2em;
    margin-bottom: 5px;
    line-height: 23px;
}
.history-top,.history-bottom{
    text-align: center;
    color: #060203;
}
.history-content{
    position: relative;
    overflow: hidden;
}
.history-content::before{
    content: " ";
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 1px;
    background: #ebebeb;
}
.history-content .node{
    margin: 50px 0 20px;
    position: relative;
    padding: 0 5px;
}
.history-content .node:hover .node-point{
    border: 3px solid #54afdc;
}
.history-content .node:hover .node-time h3{
    color: #54afdc;
    margin-top: 10px;
}
.history-content .node .node-point{
    position: absolute;
    top: 50%;
    left: 49.6%;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 3px solid #ebebeb;
    border-radius: 50%;
    transition: all .3s linear;
}
.history-content .node .node-time{
    text-align: right;
}
.history-content .node .node-event{
    text-align: left;
}
.history-content .node .pull-left h3{
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);
    transition: all .3s linear;
}
.history-content .node .pull-right p{
    text-indent: 0;
    padding: 5px;
    margin: 0;
    background: #fff;
    border: 1px solid #e7eaf1;
    transition: all .3s linear;
    border-radius: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);
}
@media screen and (max-width: 768px) {
    .history-content .node .node-time,.history-content .node .node-evnt {
        text-align: center;
        padding: 0;
    },
}
.gsjj-box .culture h3{
    color: #54afdc;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 37, 55, .3);
}
.gsjj-box .culture p{
    line-height: 1.8;
    text-indent: 0;
    animation: fadeInDown .8s .2s linear;
}
.gsjj-box .call p{
    text-indent: 0;
}
.iw_poi_title {
    color:#CC5522;
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
    padding-right:13px;
    white-space:nowrap;
}
.iw_poi_content {
    font:12px arial,sans-serif;
    overflow:visible;
    padding-top:4px;
    white-space:-moz-pre-wrap;
    word-wrap:break-word;
}