.tt-outline {
  width: 28.8rem;
  min-width: 750px;
  height: 100%;
  margin: 0 auto;
}

.tt-title {
  width: 100%;
  height: 0.8rem;
  text-align: center;
  margin: 1.2rem 0 2rem;
}

.tt-title-text {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.72rem;
  color: #2C2C2C;
  font-weight: 600;
  font-family: FangZheng_JIAN;
}

.tt-discrib {
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  justify-content: space-between;
}

.tt-discrib .left {
  width: 13.4rem;
}

.tt-discrib .left .detail {
  width: 100%;
  margin-top: 0.64rem;
  font-size: 0.36rem;
  color: #5B5B5B;
  line-height: 0.8rem;
  text-indent: 0.7rem;
  font-family: FangZheng_SONG;
}

.tt-discrib .right {
  width: 11rem;
  height: 10.6rem;
  position: relative;
  background: url(../assets/images/bg_map.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-position: center 0;
}

.tt-discrib .right .right-item {
  position: absolute;
  padding-left: 0.36rem;
  width: 1.9rem;
  cursor: pointer;
}

.tt-discrib .right .right-item .circle {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.tt-discrib .right .right-item.big {
  height: 2.1rem;
}

.tt-discrib .right .right-item.big .circle {
  width: 2.1rem;
  height: 2.1rem;
}

.tt-discrib .right .right-item.middle {
  height: 1.56rem;
}

.tt-discrib .right .right-item.middle .circle {
  width: 1.56rem;
  height: 1.56rem;
}

.tt-discrib .right .right-item.small {
  height: 1.2rem;
}

.tt-discrib .right .right-item.small .circle {
  width: 1.2rem;
  height: 1.2rem;
}

.tt-discrib .right .right-item.green .circle {
  background-color: rgba(7, 208, 121, .7);
}

.tt-discrib .right .right-item.green:hover .circle {
  background-color: rgba(7, 208, 121, .9);
}

.tt-discrib .right .right-item.orange .circle {
  background-color: rgba(237, 168, 106, .7);
}

.tt-discrib .right .right-item.orange:hover .circle {
  background-color: rgba(237, 168, 106, .9);
}

.tt-discrib .right .right-item img {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.16rem;
  z-index: 3;
}

.tt-discrib .right .right-item span {
  font-size: 0.36rem;
  color: #141414;
  display: inline-block;
  width: 1.5rem;
  z-index: 3;
}

.tt-discrib .right .right-item label {
  font-size: 0.36rem;
  color: #141414;
  display: inline-block;
  width: 2.5rem;
  z-index: 3;
  position: absolute;
  left: .2rem;
  top: 1.28rem;
}

.tt-pic-text {
  width: 100%;
  margin-top: 1.1rem;
  margin-bottom: 1.2rem;
}

.tt-pt-list {
  width: 100%;
  margin-top: 0.9rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tt-pt-list .tt-pt {
  width: 14.14rem;
  height: 9.5rem;
  margin-bottom: 0.6rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tt-pt-list .tt-pt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-pt-list .tt-pt .shadow {
  width: 100%;
  height: 4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  transition: height .4s;
}

.tt-pt-list .tt-pt:hover .shadow {
  height: 100%;
}

.tt-pt-list .tt-pt .text-area {
  position: absolute;
  left: 0;
  top: 6rem;
  padding: 0 .4rem;
  color: #FFFFFF;
  width: 100%;
  transition: top .4s;
}

.tt-pt-list .tt-pt:hover .text-area {
  top: 4.4rem;
}

.tt-pt-list .tt-pt .text-area .big-title {
  width: 100%;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 1.2rem;
  font-family: FangZheng_JIAN;
}

.tt-pt-list .tt-pt .text-area .big-title.right {
  text-align: right;
}

.tt-pt-list .tt-pt .text-area .big-label {
  width: 100%;
  color: #DEDEDE;
  margin-top: 0.32rem;
  font-size: 0.32rem;
  height: 1.5rem;
  line-height: 0.5rem;
  letter-spacing: 2px;
  font-family: FangZheng_SONG;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tt-pt-list .tt-pt:hover .text-area .big-label {
  height: 3rem;
  -webkit-line-clamp: 6;
}