.mapcontent{
    width: 100%;
    height: 512px;
    padding: 32px 60px;
    position: relative;
    margin: 0 auto;
}
.mapcontent:before,
.mapcontent:after{
    width: 60px;
    height: 512px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    background: url('../images/mapbar.png') no-repeat;
    background-size: 100% 100%;
}
.mapcontent:before{
    left: 0;
}
.mapcontent:after{
    right: 0;
}
.mapcontent .innerdiv{
    border-top: solid 8px #8F6A3F;
    border-bottom: solid 8px #8F6A3F;
    height: 100%;
}
.custom-maplr-content,
.custom-maplr-content .mapleft,
.custom-maplr-content .maprightbar{
    height: 100%;
}
.custom-maplr-content .mapleft{
    width: 44%;
}
.custom-maplr-content .maprightbar{
    width: 56%;
    background: #fff;
    padding: 32px 40px;
    position: relative;
    overflow-y: auto;
}
#map{
    width: 100%;
    height: 100%;
}

.maprightbar .el-tabs__nav-wrap{
    /*padding: 0 0 12px 0;*/
}
.maprightbar .el-tabs__nav-wrap::after{
    height: 1px;
    background-color: #F0F0F0;
    bottom: 9px;
}
.maprightbar .el-tabs__item{
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    padding: 0 36px 20px 0;
    height: auto;
}
.maprightbar .el-tabs__item.is-active{
    font-weight: bold;
    color: #333;
}
.maprightbar .el-tabs__active-bar{
    background-color: #8F6A3F;
    bottom: 8px;
}
.maprightbar .el-tabs__active-bar:before{
    display: block;
    content: '';
    width: 14px;
    height: 8px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 0;
    background: url('../images/icon_arrow_bottom1.svg') no-repeat;
    background-size: 100% 100%;
}
.maprightbar .el-tabs__header{
    margin: 0 0 10px;
}
.maprightbar .mapmore {
    width: 46px;
    height: 39px;
    background: url('../images/icon_more.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 40px;
    top: 32px;
}

.custom-listulbox-style ul li{
    padding: 12px 0 12px 36px;
}
.custom-listulbox-style ul li a .txtbox h2{
    font-size: 18px;
    line-height: 25px;
}

.custom-listulbox-style ul li a .txtbox p{
    margin: 10px 0 0;
}

.custom-listulbox-style ul li:hover,
.custom-listulbox-style ul li.active{
    background: none;
    transition: all 0.3s;
}
.custom-listulbox-style ul li:hover a h2,
.custom-listulbox-style ul li.active a h2{
    color: #A30004;
    transition: all 0.3s;
}
.custom-listulbox-style.style1 ul li a .txtbox h2{
    max-height: 50px;
}

.custom-mapinfoBox{
    cursor: pointer;
}

.custom-mapinfoBox .txtbox p{
    padding: 0 0 0 24px;
    position: relative;
}
.custom-mapinfoBox .txtbox p.icon_address{
    background: url('../images/icon_address_2.svg') no-repeat;
    background-position: left center;
    background-size: 16px 16px;
}
.custom-mapinfoBox .txtbox p.icon_time{
    background: url('../images/icon_time1.svg') no-repeat;
    background-position: left center;
    background-size: 16px 16px;
}

.el-loading-spinner{
    margin-top: 80px;
}