* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.box .top {
  width: 100%;
  height: 120px;
  background: url(../img/background-top.png) center;
  background-size: cover;
}
/* .box .container {
  width: 1200px;
  margin: 0 auto;
} */
.box .middle {
  margin-top: 48px;
}
.box .middle h2 {
  height: 25px;
  font-size: 24px;
  line-height: 25px;
  color: #010101;
  margin-bottom: 18px;
}
.box .middle .information {
  display: flex;
  margin-bottom: 41px;
}
.box .middle .information p {
  margin-right: 19px;
}
.box .middle .information p img {
  margin-right: 0;
}
.box .middle .information p span {
  height: 15px;
  font-size: 14px;
  line-height: 15px;
  color: #8e8e8e;
}
.box .middle .content {
  text-align: center;
}

.box .middle .content img {
  width: 80%;
  border-radius: 10px;
}
.box .middle .content h5 {
  margin-top: 14px;
  font-size: 16px;
  line-height: 16px;
  color: #8e8e8e;
}
.box .middle .content p {
  margin-top: 25px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #010101;
  text-indent: 2em;
}
.box .foot {
  height: 75px;
  margin-top: 49px;
  background-color: #e72d2e;
}
.box .foot .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.box .foot .container p {
  width: 100%;
  height: 17px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  color: #fff9ef;
  font-weight: 400;
  text-align: center;
}

.detail-content,.person-detail{
  width: 67%;
  height: 470px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 99;
  flex-direction: column;
  background: rgba(255,255,255,0.8);
  overflow-y: auto;
  padding: 25px;
  /* border-radius: 15px; */
  border: 1px solid rgb(169,32,28);
}
.detail-img img,.person-detail img{
  width: 30%;
  object-fit: contain;
  margin: 10px auto;
}
.detail-text h4{
  font-size: 18px;
  margin: 10px 0;
}
.detail-text p,.person-text p{
  color: #333;
  font-size: 16px;
}
.back-btn{
  cursor: pointer;
}
.more-btn{
  color: #7f1512;
}
.box .gxtpPopup .gxtp_tc .content{
  margin-top: 0;
}
.gxtpPopup .gxtp_tc .content .gxtpSwiper {
  width: 932px;
  height: 334px;
  overflow: hidden;
  margin: 68px 0;
}
.map_tooltip .img_box p{
  display: none;
}
.box .Top .nav ul li.active{
  background-color: #94211e;
}