.artContent {
    z-index: 99;
    position: absolute;
    left: 25px;
    top: 105px;
}
.container-fulid{
    width: 460px;
    height: 600px;
}
.map-search{
    position: relative;
    width: 100%;
}
.map-search input {
    width: calc(100% - 92px);
    height: 50px;
    border: 1px solid #e1eafa;
    border-radius: 6px 0 0 6px;
    background: #f9fafc;
    float: left;
    padding-left: 60px;
}
.map-search button{
    width: 90px;
    height: 50px;
    background: #176ef5;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0 6px 6px 0;
}
.map-search .s2 {
    display: inline-block;
    width: 23px;
    height: 24px;
    background: url(https://jxt.hubei.gov.cn/material/2023images/Icon_Search.png) center center no-repeat;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -12px;
}
.mapDataList{
    background: #f9fafc;
    height: 540px;
    padding: 20px;

}
.map-list{
    height: 425px;
    overflow-y: auto;
}
.map-list::-webkit-scrollbar-thumb {
    background-color: #a1c0f0;
    border-radius: 6px;
}
.map-list li{
    position: relative;
    margin-bottom: 25px;
}
.mapDataList>p{
    background: #f0f0f0;
    font-size: 16px;
    line-height: 40px;
    padding-left: 22px;
    color: #6f6f6f;
    margin-bottom: 35px;
}
.mapDataList>p span{
    color: #ff9615;
    display: inline-block;
    margin: 0 5px;
}
.map-list li a {
    padding-left: 35px;
    position: relative;
    width: 80%;
    display: block;
}
.map-list li a i{
    display: inline-block;
    background: url(../images/zwdt2025/tuoyuan.png) center center no-repeat;
    width: 22px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}
.map-list li a h4{
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}
.map-list li a p{
    font-size: 16px;
    line-height: 32px;
    color: #6f6f6f;
}
.map-list li span {
    text-align: center;
    width: 36px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}
.map-list li span i {
    background: url(../images/zwdt2025/luxian.png) center center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}
.tdt-infowindow-content-wrapper, .tdt-infowindow-tip{
    width: 350px;
    height: auto;
    border-radius: 6px;
    background: #ffffff;
}
.tdt-infowindow-content{
    margin: 7px 18px 10px 18px !important;
    width: auto !important;
}
.tdt-infowindow-content h4{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}
.tdt-infowindow-content p{
    margin: 0 !important;
    font-size: 14px;
    line-height: 26px;
    color: #6f6f6f;
}
.tdt-touch .tdt-control-copyright{
    display: none !important;
}
@media (max-width: 992px) {
    .artContent {
        display: none;
    }
}
@media (max-width: 480px) {
    #map {
        width: 100%;
        height: 430px;
    }

}