.package {
  background-color: #fff;
  color: #333;
}

.package .xwdt {
  width: 100%;
  margin: 0;
  height: 506px;
  background: url(../images/xwdt/ysjs.jpg) center/cover;
}

.package .xwdt .xwdt-main {
  height: 100%;
  transition: 0.2s;
}

.package .xwdt .xwdt-main .xwdt-t {
  position: relative;
  width: 100%;
  height: 230px;
  border: 2px solid #fff;
  margin-top: 138px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.package .xwdt .xwdt-main .xwdt-t .xwdt-mainbg {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 100%;
  height: 230px;
  background-color: rgba(0, 0, 0, 0.5);
}

.package .xwdt .xwdt-main .xwdt-t .us {
  margin-top: 80px;
  font-size: 34px;
  font-weight: 600;
}

.package .xwdt .xwdt-main .xwdt-t .subtitle {
  position: relative;
}

.package .xwdt .xwdt-main .xwdt-t .subtitle::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 25px);
  width: 50px;
  height: 2px;
  background-color: #980a09;
}

.package .xwdt:hover .xwdt-main {
  transform: scale(1.02);
}

.package .xw {
  width: 100%;
  height: 70px;
  background-color: #980a09;
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.package .xw > li {
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}

.package .xw > li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.package .xw .active {
  background-color: #000;
}

.package .xwdt-main {
  padding: 30px 0 60px 0;
}

.package .xwdt-main .xw-details {
  width: 100%;
}

.package .xwdt-main .xw-details .ll {
  padding: 30px 0;
  border-bottom: 1px solid #f1efec;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.package .xwdt-main .xw-details .ll * {
  transition: all 0.2s;
}

.package .xwdt-main .xw-details .ll .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package .xwdt-main .xw-details .ll .desc .desc-title {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.package .xwdt-main .xw-details .ll .desc .desc-title .xw-title {
  font-size: 20px;
  font-weight: 600;
}

.package .xwdt-main .xw-details .ll .desc .desc-content {
  margin: 20px 0;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.package .xwdt-main .xw-details .ll .desc .desc-more {
  padding: 5px;
  border: 1px solid #333;
  font-size: 12px;
}

.package .xwdt-main .xw-details .ll:hover * {
  transform: scale(1.01);
}

.package .xwdt-main .xw-details .ll:hover .desc-more {
  background-color: #ce281f;
  color: #fff;
}

.package .pager {
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.package .pager > div {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.package .pager > ul {
  display: flex;
  flex-direction: row;
}

.package .pager > ul > li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.package .pager > div:last-child {
  margin-right: 0;
}

.package .pager .convention {
  color: #fff;
  background-color: #272727;
}

.package .pager .active {
  color: #fff;
  background-color: #980a09;
}

@media screen and (max-width: 1000px) {
  .package .pager {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .package .pager {
    font-size: 12px;
  }
}


.package .xwdt-main .xw-details .ll:hover .desc-more a {color: #fff;}
