.nymap #mapContainer {
    height: 600px;
    border-top: 1px solid #dbdbdb;
}

/*搜索结果*/
.nyban .search {
    margin-top: 50px;
}

.nyban .search form input {
    display: block;
    width: 500px;
    line-height: 60px;
    font-size: 16px;
    background: #FFFFFF;
    padding: 0 20px;
}

.nyban .search form button {
    width: 120px;
    cursor: pointer;
}

.nyban .search form button h4 {
    line-height: 60px;
    font-size: 16px;
    margin-left: 10px;
}

.nysearch {
    padding: 90px 0;
}

.nysearch .list ul {
    margin: -20px -15px;
}

.nysearch .list ul li {
    width: calc(100% / 3);
    padding: 20px 15px;
}

.nysearch .list ul li .pic {
    height: 280px;
    border-radius: 2px;
    position: relative;
    z-index: 0;
}

.nysearch .list ul li .pic i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    background: rgba(235, 90, 0, 0.8);
    opacity: 0;
}

.nysearch .list ul li .title {
    font-size: 20px;
    margin-top: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nysearch .list ul li:hover .pic img {
    transform: scale(1.05);
}

.nysearch .list ul li .pic:hover i {
    opacity: 1;
    top: 0;
}

.nysearch .list ul li .title:hover {
    color: #bb343a;
}

#mapContainer .info {
    border: 1px solid #ccc;
    width: max-content;
}

#tip {
    height: 30px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 20px;
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #ccc;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
}

div.info-top div {
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 40px;
    padding: 0 24px;
    text-align: left;
}

div.info-top img {
    position: absolute;
    top: 16px;
    right: 15px;
    transition-duration: 0.25s;
}

div.info-middle {
    height: auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.info-middle p {
    font-size: 14px;
    line-height: 24px;
}

div.info-middle p i {
    padding-left: 14px;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-bottom img {
    position: relative;
    z-index: 104;
    left: 46%;
}

.info {
    position: absolute;
    bottom: -5px;
    left: 700px;
}

input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}
.nymap{
    z-index: 5;
}
#mapContainer{
    z-index: 8;
}
@media screen and (max-width: 768px){
    .shouji{
    display: none;
    
}
.shoujimt{
    margin-top: 20px!important;
}

}
.xhx{
            border-bottom: 3px solid #fff;
    }
.shoujilx{
    display: none;
}
@media screen and (max-width: 768px){
    .shoujilx{
    display: block;
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
    text-align: center;
    line-height:50px;
    font-weight: bold;
    padding-right: 0px;
}
.sjfx{
    display: flex;
    justify-content: space-between!important;
}

}



/* 底部 */
.footflex {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }

 /* 头部  */
 .toptel {
    position: relative;
    overflow: hidden;
  }
  
  .shimmer-effect {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(25deg);
    animation: rolled 2s 0.2s ease both infinite;
    z-index: 1;
  }
  
  @keyframes rolled {
    0% {
      left: -100%;
    }
    100% {
      left: 100%;
    }
  }
  .yanse{ 
    color: #bf2a2e !important;;
  }
  .xindianhua{
    
    line-height: 1.2;
      height: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 16px;
  }
  .tbyy{
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  @media screen and (max-width: 768px) {
    .tbyy{
      box-shadow: none;
    }
  }


  /* 新闻 */
  .chanpneiy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-top: 18px;
    border-top: 1px solid #e5e5e5;
}
.sticky-container {
    position: sticky;
    top: 120px;
    z-index: 1;
}