.package {
  background-color: #fff;
  color: #333;
}

.package .alxq {
  width: 100%;
  margin: 0;
  height: 506px;
  background: url(../images/alxq/tfny.jpg) center/cover;
}

.package .alxq .alxq-main {
  height: 100%;
}

.package .alxq .alxq-main .alxq-t {
  position: relative;
  width: 100%;
  height: 230px;
  border: 2px solid #fff;
  margin-top: 138px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.package .alxq .alxq-main .alxq-t .alxq-mainbg {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 100%;
  height: 230px;
  background-color: rgba(0, 0, 0, 0.5);
}

.package .alxq .alxq-main .alxq-t .us {
  margin-top: 80px;
  font-size: 34px;
  font-weight: 600;
}

.package .alxq .alxq-main .alxq-t .subtitle {
  position: relative;
}

.package .alxq .alxq-main .alxq-t .subtitle::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 160px;
  width: 50px;
  height: 2px;
  background-color: #980a09;
}

.package .location {
  width: 100%;
  height: 70px;
  background-color: #f1efec;
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  overflow: hidden;
}

.package .location a {
  color: #333;
}

.package .alxq-main {
  padding: 80px 0;
}

.package .alxq-main > div {
  width: 100%;
  margin: 0;
}

.package .alxq-main .navigation-bar {
  font-size: 22px;
}

.package .alxq-main .navigation-bar > p {
  padding: 20px;
  background-color: #f1efec;
  text-align: center;
  cursor: pointer;
}

.package .alxq-main .navigation-bar > p:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.package .alxq-main .navigation-bar .bar1 {
  background-color: #000;
  color: #fff;
}

.package .alxq-main .navigation-bar .bar1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.package .alxq-main .navigation-bar .bar:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.package .alxq-main .navigation-bar .active {
  color: #980a09;
  font-weight: 600;
}

.package .alxq-main .detail {
  padding: 15px;
  width: 100%;
}

.package .alxq-main .detail .xw-title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.package .alxq-main .detail .date {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 0 30px 0;
}

.package .alxq-main .detail .date > span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
}

.package .alxq-main .detail .date .date-detail {
  padding: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(51, 51, 51, 0.7);
}

.package .alxq-main .detail .desc-content {
  font-size: 22px;
  margin-bottom: 20px;
}

.package .alxq-main .detail > img {
  width: 100%;
  object-fit: cover;
}

.package .alxq-main .detail > div > img {
  width: 100%;
  object-fit: cover;
  margin-top: 30px;
}

.package .cases {
  padding: 80px 0;
  background-color: #f1efec;
}

.package .cases .cases-title {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.package .cases .cases-title > p {
  width: 30px;
  height: 2px;
  background-color: #980a09;
}

.package .cases .cases-details .item {
  margin-top: 30px;
  cursor: pointer;
}

.package .cases .cases-details .item > div {
  background-color: #d4d4d4;
  transition: all 0.5s;
}

.package .cases .cases-details .item > div > img {
  width: 100%;
}

.package .cases .cases-details .item > div > p {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.package .cases .cases-details .item:hover > div {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
}

.package .cases .cases-details .item:hover > div > p {
  background-color: #980a09;
  color: #fff;
}

@media (max-width: 600px) {
  .package .location {
    font-size: 13px;
  }
}