.bakge {
  background: url(../img/mapbk.png) no-repeat;
  background-size: 100%;
  width: 46px;
  height: 62px;
  position: relative;
}
.bakgemal {
  width: 17px;
  height: 24px;
  background: url(../img/mapsim.png) no-repeat;
  background-size: 100% 100%;
}
.baksmal {
  width: 26px;
  height: 32px;
  background: url(../img/mapbn.png) no-repeat;
  background-size: 100%;
}
.baksmal .schlogo {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
}
.baksmal .schlbak {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
}
.schlogo {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0;
}
.schlbak {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.schoolbox {
  width: 420px;
  padding: 19px;
  border: 1px solid #0099cc;
  border-radius: 4px;
  background: rgba(0, 51, 102, 0.8);
  z-index: 3;
}
.schoolbox .schover {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.schoolbox2 {
  background: rgba(0, 102, 102, 0.8);
}
.schoolbox2 .schdl dd a {
  color: #00cccc;
}
.schdl {
  height: 80px;
  overflow: hidden;
  color: #fff;
}
.schdl dt {
  width: 80px;
  height: 80px;
  background: #fff;
  float: left;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.schdl dt img {
  display: block;
  width: 80px;
  height: 80px;
}
.schdl dd {
  width: 320px;
  float: left;
  position: relative;
  height: 80px;
}
.schdl dd h1 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schdl dd h2 {
  padding-left: 24px;
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-top: 5px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schdl dd h2 span {
  position: absolute;
  background: url(../img/schiocn.png) no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}
.schdl dd h2 .one {
  background-position: 0 3px;
}
.schdl dd h2 .two {
  background-position: 0 -70px;
}
.schdl dd h2 .there {
  background-position: 0 -30px;
}
.schdl dd h2 em {
  font-size: 14px;
  padding: 0 10px;
}
.schdl dd a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #66ccff;
  text-decoration: underline;
}
.listov {
  color: #fff;
  max-height: 300px;
  overflow: auto;
  margin-top: 10px;
}
.listov::-webkit-scrollbar {
  width: 8px;
}
.listov::-webkit-scrollbar-thumb {
  background-color: #00cccc;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
.listov h1 {
  line-height: 20px;
  margin-bottom: 4px;
}
.schtit {
  color: #fff;
  padding-top: 15px;
}
.schtit h1 {
  font-size: 14px;
}
.schtit p {
  font-size: 12px;
  line-height: 18px;
  max-height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.schban {
  color: #fff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #0099cc;
  border-radius: 4px;
  margin-top: 20px;
}
.schban span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/schiocn.png) no-repeat 0 -105px;
  position: relative;
  margin-right: 10px;
  top: 5px;
}
.schpicbox {
  width: 100%;
  height: 135px;
  position: relative;
  color: #fff;
  padding-top: 20px;
  font-size: 50px;
}
.schpicbox .schpic {
  width: 240px;
  height: 135px;
  margin: 0 auto;
  overflow: hidden;
}
.schpicbox .schpic img {
  display: block;
  width: 240px;
  height: 135px;
}
.schpicbox .schle {
  position: absolute;
  left: 0;
  top: 60px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  opacity: .4;
  cursor: pointer;
  display: none;
}
.schpicbox .schle:hover {
  opacity: 1;
}
.schpicbox .schrig {
  position: absolute;
  right: 0;
  top: 60px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  opacity: .4;
  cursor: pointer;
}
.schpicbox .schrig:hover {
  opacity: 1;
}
.schtitbox {
  position: fixed;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  z-index: 1;
}
.schtitbox .sctitle {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 13px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.schtitbox .scsmtle {
  color: #fff;
  text-align: center;
}
.stitdl {
  position: fixed;
  width: 405px;
  left: 50%;
  margin-left: -202px;
  top: 170px;
  border-left: 5px solid #0d7577;
  border-right: 5px solid #0d7577;
  padding: 20px 0 20px 20px;
  border-radius: 4px;
  background: rgba(51, 51, 51, 0.5);
  z-index: 1;
}
.stitdl .schdl dd {
  width: 280px;
}
.stitdl .schdl dd a {
  display: block;
  position: relative;
  border: 1px solid #0d7577;
  color: #0d7577;
  width: 88px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  top: 5px;
}
.schlistbox {
  width: 400px;
  position: fixed;
  right: 30px;
  top: 25%;
  max-height: 490px;
  overflow: hidden;
  box-shadow: 0 0 3px #000;
  z-index: 1;
  color: #fff;
  background: rgba(51, 51, 51, 0.5);
}
.sclbox {
  padding: 20px;
}
.slstit {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #3cc;
  border-radius: 4px;
  position: relative;
}
.slstit span {
  padding: 0 10px;
}
.slstit a {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 20px;
  top: 18px;
  background: url(../img/homemap.png) no-repeat;
  background-size: 100%;
}
.schearch {
  border: 1px solid #fff;
  border-radius: 3px;
  overflow: hidden;
}
.schearch input {
  width: 280px;
  height: 38px;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 0 10px;
  float: left;
}
.schearch span {
  cursor: pointer;
  float: left;
  width: 40px;
  line-height: 38px;
  background: url(../img/nmap.png) no-repeat -20px -247px;
  font-size: 0;
}
.schlivp {
  max-height: 300px;
  overflow: auto;
  font-size: 18px;
  margin-top: 10px;
}
.schlivp li {
  padding-bottom: 10px;
  line-height: 24px;
}
.schlivp li:hover {
  color: #c90;
  cursor: pointer;
}
.schlivp::-webkit-scrollbar {
  width: 6px;
}
.schlivp::-webkit-scrollbar-thumb {
  background-color: #3cc;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
.plcrz {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3cc;
  margin-top: 10px;
  border-radius: 3px;
}
.plcrz span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/homemap.png) no-repeat 0px -49px;
  position: relative;
  top: 4px;
  left: -7px;
}
.schlistbox2 {
  background: rgba(0, 51, 102, 0.8);
}
.schlistbox2 .slstit {
  background: #069;
}
.schlistbox2 .plcrz {
  background: #09c;
}
.schlistbox2 .schlivp::-webkit-scrollbar-thumb {
  background-color: #069;
  /*滑动条表面*/
  border-radius: 4px;
  /*滑动条圆角宽度*/
}
@media screen and (max-width: 1444px) {
  .schlistbox {
    width: 320px;
    top: 25%;
    max-height: 370px;
    right: 10px;
  }
  .slstit {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .slstit a {
    width: 20px;
    height: 20px;
    left: 20px;
    top: 13px;
  }
  .schearch input {
    width: 220px;
    height: 30px;
  }
  .schearch span {
    width: 32px;
    line-height: 30px;
    background-position: -25px -251px;
  }
  .schlivp {
    max-height: 200px;
    overflow: auto;
    font-size: 14px;
    margin-top: 10px;
  }
  .schlivp li {
    padding-bottom: 10px;
    line-height: 18px;
  }
  .schlivp li:hover {
    color: #c90;
    cursor: pointer;
  }
  .schlivp::-webkit-scrollbar {
    width: 6px;
  }
  .schlivp::-webkit-scrollbar-thumb {
    background-color: #3cc;
    /*滑动条表面*/
    border-radius: 4px;
    /*滑动条圆角宽度*/
  }
}
