.alarm {
  height: 570px;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  margin-bottom: 100px;
  position: relative;
}
.tl img {
  width: 150px !important;
}
.anum {
  font-size: 16px;
  color: #888;
}

.anum span {
  color: #ee842f;
}

.anum {
  position: absolute;
  top: 22px;
  right: 350px;
}

.alarmtitle {
  overflow: hidden;
  margin-top: -300px;
  margin-bottom: 20px;
}

.alarmtitle .left {
  font-size: 22px;
  font-weight: 600;
  color: rgb(177, 254, 244);
}

.alarmtitle .right {
  color: #fff;
}

.d1 {
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
}

.d1 .p2 {
  font-size: 12px;
  color: #ccc;
  margin-top: 10px;
  font-weight: 400;
}

.alarml {
  width: 280px;
  margin-left: 20px;
}

.alarml ul {
  width: 280px;
  height: 540px;
  overflow-y: auto;
}

.tl {
  width: 170px;
  height: 100%;
}

.fh {
  margin-top: 10px;
}

.d1 .right {
  color: #303133;
  width: 190px;
  margin-left: 10px;
  float: left;
}

.p1 :hover {
  color: rgb(32, 107, 188);
}

.alarmr {
  width: 650px;
  height: 570px;
}

.fh {
  font-size: 14px;
  color: #888;
  line-height: 24px;
}

.alarml p {
}

.alarm img {
  float: left;
  width: 60px;
  cursor: pointer;
}

.alarm li {
  width: 100%;
  margin-bottom: 20px;
}

#map {
  width: 100%;
  height: 85%;
  margin: 0 auto;
  margin-top: 40px;
}

.alarml p {
  text-align: left;
}

.alarml input {
  border: none;
  background: rgb(235, 245, 255);
  height: 30px;
  text-indent: 1em;
  width: 155px;
}

.pront {
  width: auto;
  padding: 20px 15px 10px;
  background: #fff;
  height: auto;
  z-index: 999;
  line-height: 30px;
  position: relative;
  color: #999;
  max-width: 260px;
  z-index: 999999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pront .dis {
  display: none;
}
.pront .p-close {
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 16px;
  width: 15px;
  height: 20px;
  line-height: 20px;
  /* background-color: rgb(133, 133, 180); */
  text-align: right;
  cursor: pointer;
}
.pront .p-item {
  display: flex;
  justify-content: flex-start;
  margin: 5px 0;
}
.pront .p-item p {
  white-space: normal;
  box-sizing: border-box;
}
.pront .p-item .p-img {
  width: 18%;
}
.pront .p-item .p-img img {
  width: 100%;
}
.pront .p-item .p-text {
  width: 54%;
  line-height: 18px;
  padding: 0 6px;
}
.pront .p-item .p-text a:hover {
  color: rgb(32, 107, 188);
}
.pront .p-item .p-time {
  width: 26%;
  line-height: 18px;
}
.pront .p-item .p-time span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 12px;
  height: 22px;
}
.alarmr #map .pp1 {
  font-size: 18px;
  color: #303133;
}

.alarmr #map .pp2 {
  font-size: 14px;
  color: #888;
}

.alarmr #map .pp3 {
  /* font-size: 14px;
  color: #888 */
}

.alarmr #map .pront img {
  /* width: 56px;
  height: auto;
  display: block;
  margin-top: 5px; */
}

.pront p {
  /* text-align: left !important; */
}

.clear {
  clear: both;
}
