.index {
  background-color: #ffffff;
  min-height: calc(100vh - 60px);
}
.index-content > .banner {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.index-content {
  padding: 1rem 0.75rem;
}
.index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.index-title > .left {
  font-weight: bold;
  font-size: 18px;
}
.index-title > .left > span {
  background-color: #da1809;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 6px;
  margin-right: 3px;
}
.index-title > .right > a {
  font-size: 12px;
  color: #999999;
}
.index-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-menu > .item {
  width: 25%;
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
.index-menu > .item > .img {
  height: 35px;
  text-align: center;
  margin-bottom: 10px;
}
.index-menu > .item > .img > img {
  height: 100%;
}
.index-news > .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.index-news > .item > .left {
  border-radius: 6px;
  overflow: hidden;
  width: 25%;
  margin-right: 10px;
  height: 70px;
}
.index-news > .item > .right {
  width: calc(100% - 30%);
}
.index-news > .item > .right > .title {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.index-news > .item > .right > .text {
  font-size: 12px;
  color: #999999;
}
.index-news > .item > .left > img {
  widows: 100%;
  height: 100%;
  object-fit: cover;
}
.index-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.index-button > .item {
  width: 31%;
  height: 90px;
  margin-bottom: 10px;
}
.index-button > .item > img {
  width: 100%;
  height: 100%;
}
.index-map {
  position: relative;
}
.index-map > .title {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  background-image: url(../img/title.png);
  background-size: auto 100%;
  padding: 7px 5px 10px 15px;
  background-repeat: no-repeat;
}
.index-map > .map {
  position: relative;
  top: -15px;
  border-radius: 20px;
  height: 240px;
}
.msg {
  min-height: 100vh;
  background-color: #f6f6f6;
  background-image: url(../img/daiban.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.msg-list {
  padding: 15px;
}
.msg-list > .item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.msg-list > .item > .date {
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.msg-list > .item > .text {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}
.msg-list > .item > .address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  font-size: 13px;
  color: #777777;
}
.msginfo {
  min-height: 100vh;
  padding: 15px;
  background-color: #ffffff;
}
.msginfo > .content {
  overflow: hidden;
}
.msginfo > .content > .title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.msginfo > .content > .date {
  font-size: 12px;
  color: #999999;
  margin-bottom: 10px;
}
.tongzhigonggao {
  background-color: #ffffff;
  min-height: 100vh;
}
.tongzhigonggao > .list {
  padding: 0 15px;
}
.tongzhigonggao > .list > .item {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tongzhigonggao > .list > .item > .left {
  border-radius: 4px;
  width: 100px;
  height: 70px;
  overflow: hidden;
}
.tongzhigonggao > .list > .item > .left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tongzhigonggao > .list > .item > .right {
  width: calc(100% - 120px);
}
.tongzhigonggao > .list > .item > .right > .title {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
}
.tongzhigonggao > .list > .item > .right > .text {
  color: #333333;
  font-size: 12px;
}
.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 4;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
}
.fixed-bottom > .left {
  color: #e92221;
  font-size: 12px;
  width: 60%;
}
.fixed-bottom > .right {
  width: 40%;
  text-align: right;
  padding: 10px 0;
}
.fixed-bottom > .right > a {
  background-color: #fa3a3b;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 40px;
  border-radius: 25px;
}
.map-marker-box {
  padding: 5px;
  overflow-y: auto;
}
.BMap_bubble_pop {
  padding: 0 !important;
}
.map-marker-box > .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
}
.map-marker-box > .text > .left {
  color: #333333;
}
.map-marker-box > .text > .right {
  color: #333333;
}

.xinde-head {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.xinde-head > .red-border {
  position: absolute;
  left: 0;
  border-radius: 6px;
  width: 3px;
  height: 15px;
  overflow: hidden;
  top: 5px;
  background-color: #d70000;
}
.xinde-head > .name {
  color: #d70000;
  margin-right: 10px;
}
.xinde-head > .code {
  font-size: 12px;
  color: #fb8924;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff3e9;
  padding: 3px 10px;
}
.xinde-head > .date {
  margin-left: auto;
  font: 12px;
  color: #999999;
}
