p {
font-size: 16px;
text-indent: 2em;
padding: 0px;
margin: 0px;
/*height:32px;*/
line-height: 20px;
/* font-family: 宋体; */
}
  
    .ol-zoom{
    /*隐藏地图左上角的+-号*/
    display: none;
    } 
.ol-collapsed{
    /*隐藏地图右下角i号*/
    display: none;
} 

  /* 自定义地图弹窗 开始*/
.ol-popup
{
    /* position: absolute; */
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
}
.ol-popup:after, .ol-popup:before
{
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after
{
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before
{
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer
{
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after
{
    content: "✖";
    height:30px;
    padding:2px;
}
#popup-content
{
    font-size: 14px;
    font-family: "微软雅黑";
    width:200px;
}
#popup-content .markerInfo
{
    font-weight: bold;
}
 
.myToolBar{   
    background: rgba(255, 255, 255, 0.1); position: relative;z-index:100;
}

/* 自定义Tabitem */
.myTab  {display: none;background: rgba(255, 255, 255, 1);} 
.myTab-item {position: relative;z-index: 1; padding-top:44px;display: none;width: 100%;} 

/* 自定义水平滑动条 开始*/
.mySliderX-bar{border-top:2px #3388FF solid;top:30px;z-index: 100;padding-top: 0px; width: 100%;  text-align:center; font-size:26px; margin:0px 0px ;background: lightseagreen;  color:#FFFFFF; line-height:50px;}
/* .mySliderX-body{ width:1000px;}  */
.mySliderX-item{padding-top: 0px;height: 64px;width:70px;background:rgb(19, 243, 49);float:left;background-position:center;; text-align:center;}
.mySliderX-item img {height: 60px; width: 80px;}
.mySliderX-item span {color:red;position: relative; left: 0px; top: 45px;padding-left: 0px;padding-top:0px;font-size:9px;}
.mySliderX-item-list{padding-top: 4px;height: 25px;width:70px;background:#f4f5f6;float:left;background-position:center; text-align:center;}
.mySliderX-item-list span {color:black;font-size:9px; top: -18px;}

.mySliderX-item:active {
    border: 0px #3388FF solid;
    background: rgb(253, 1, 22);
    border-top: 0px  rgb(253, 1, 22)  solid;
    border-bottom: 2px  rgb(253, 1, 22)  solid; 
}
.mySliderX-item:hover {
    /* border: 2px rgb(253, 1, 22) solid;; */
    background: rgb(253, 1, 22);
    border-top: 0px  rgb(253, 1, 22)  solid;
    border-bottom: 2px  rgb(253, 1, 22)  solid; 
    cursor: pointer;
}
.mySliderX-item-list:active {
    /* border: 2px rgb(253, 1, 22) solid; */
    background: #3388FF;
    border-top: 2px  rgb(190, 190, 190)  solid; 
    border-bottom: 1px  lightseagreen  solid;
    color: white;
}
.mySliderX-item-list span:active { 
    color: white;
}
.mySliderX-item-list span:hover { 
    color: white;
}
.mySliderX-item-list:hover {
    /* border: 2px rgb(253, 1, 22) solid;; */
    background: #3388FF;
    border-bottom: 1px  lightseagreen solid;
    border-top: 2px  rgb(190, 190, 190)  solid; 
    color: white;
    cursor: pointer;
}
/* 自定义水平滑动条 结束*/

 /* 垂直时间轴 开始*/
 .timeline-small {
    max-width: 450px;
    /* max-height: 630px; */
    overflow: hidden;
    /* margin: 30px auto 0;
    box-shadow: 0 0 40px #a0a0a0; */
    font-family: 'Open Sans', sans-serif;
}
.timeline-small-body ul {
    padding: 0em 0 0 2em;
    margin: 0;
    list-style: none;
    position: relative;
}
.timeline-small-body ul::before {
    content: ' ';
    height: 100%;
    width: 5px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    left: 2.4em;
    z-index: -1;
}
.timeline-small-body li div {
    display: inline-block;
    /* margin: 1em 0; */
    vertical-align: top;
}
.timeline-small-body .bullet {
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    margin-right: 1rem;
    margin-top: 12px; /*    5%; */
}
.timeline-small-body .bullet.pink {
    /* background-color: hotpink; */
    border: 3px solid #F93B69;
}
.timeline-small-body .bullet.green {
    background-color: lightseagreen;
    border: 3px solid #B0E8E2;
}
.timeline-small-body .bullet.blue {
    background-color: aquamarine;
    border: 3px solid cadetblue;
}
.timeline-small-body .bullet.orange {
    background-color: salmon;
    border: 3px solid #EB8B6E;
}
.timeline-small-body .date {
    width: 23%;
    font-size: 0.75em;
    padding-top: 0.40rem;
    padding-right: 2rem;
}
.timeline-small-body .desc {
    width: 100%;
    padding-left: 20px;
    margin-top: -15px;
}
.timeline-small-body h3 {
    font-size: 0.9em;
    font-weight: 900;
    margin: 2;
}
.timeline-small-body h4 {
    margin: 5;
    font-size: 0.7em;
    font-weight: 900;
    color: #808080;
}

/* 垂直时间轴 结束*/

.hui-common-title {
    background: red; 
}
.hui-common-title-txt { 
    color:white;
}