.pic {
  width: 100%;
  margin-top: -7px;
  height: 260px;
  background: url(../image/banner.png) center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 78px;
}
.matter .matter-tab span {
  margin-right: 18px;
}
.logoItem {
  z-index: 1000;
  margin-top: 0;
  top: -20px;
  width: 100%;
  position: relative;
}
.logoItem .search {
  margin-left: -50px;
  width: 400px;
  left: initial;
  right: 10px;
  height: 50px;
  position: absolute;
  bottom: 10%;
  transform: none;
}
.logoItem .search input {
  box-shadow: #82bdec 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  height: 40px;
  line-height: 40px;
  width: 330px;
  border: 1px solid #82BDEC;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 15px;
}
.logoItem .search .search-icon {
  position: absolute;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.logoItem .search span {
  margin-left: -10px;
  cursor: pointer;
  width: 90px;
  height: 40px;
  background: linear-gradient(180deg, #1066bd 0%, #1066bd 100%);
  position: absolute;
  font-size: 15px;
  font-weight: bolder;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px 10px 10px 10px;
}
.logoItem .search::-webkit-input-placeholder {
  color: #757575;
  font-size: 10px;
}
.items .sxList{
  float: left;
}
.items .tab_gz{
  display: block;
  width: 106px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #66ade5;
  color: #268fe1;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
}
.items .tab_gz:hover{
  color: white;
  background:rgb(66, 146, 243) ;
}
.items .tab_gz_check{
  color: white;
  background:rgb(66, 146, 243) ;
}

.situationitem{
  text-align: center;
  transition: all .3s ease;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  text-align: center;
  margin: 10px 15px 10px 15px;
  cursor: pointer;
  width: 120px;
  border: 1px solid white;
}

/*.el-dialog__wrapper {*/
/*  z-index: 9999!important;*/
/*}*/
/*# sourceMappingURL=cross.css.map */