.home .container {
  height: 843px;
  /*background: url(/assets/pc/images/aroundImg.jpg);*/
  width: 100%;
  background-size: 100% 100%;
}
.home .main {
  background: url(/assets/pc/images/mainBg01.png);
}
.home .main .common {
  width: 1200px;
  margin: 0 auto;
}
.home .main .common .title-common {
  width: 600px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
.home .main .common .title-common .title {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #262626;
  text-align: center;
  margin-bottom: 18px;
}
.home .main .common .title-common .area {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/pc/images/zgdyBg.png) no-repeat 50%;
  background-size: 100% 100%;
}
.home .main .common .title-common .area span {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #262626;
}
.home .main .common .title-common .area span:nth-child(1) {
  margin-right: 30px;
}
.home .main .common .tab .list {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home .main .common .tab .item {
  width: 52px;
  height: 52px;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #292929;
  margin: 0 30px 35px;
}
.home .main .common .tab .active {
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 50px;
  background: url(https://qiniu.image.citgroup.cn/xinjiang/jiangbulake/pc/activeBg2.png) no-repeat;
  background-size: cover;
}
.home .main .common .content {
  margin: 30px 0;
  overflow: hidden;
}
.home .main .common .content .list {
  display: flex;
  justify-content: space-between;
}
.home .main .common .content .list .item {
  flex-shrink: 0;
  width: 287px;
  height: 320px;
  position: relative;
}
.home .main .common .content .list .item:hover .cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home .main .common .content .list .item img {
  width: 100%;
  height: 100%;
}
.home .main .common .content .list .item h3 {
  width: 287px;
  height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .main .common .content .list .item .cover {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .main .common .content .list .item .cover .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 37px;
  text-align: center;
}
.home .main .common .content .list .item .cover .check {
  width: 100px;
  height: 30px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  background-color: #f50a0a;
  outline: none;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}
.home .main .common .content .list .item .cover .check a {
  color: #fff;
}
.home .main .common .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .main .common .box .item {
  flex-shrink: 0;
  width: 369px;
  height: 489px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(33, 34, 34, 0.06);
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative;
}
.home .main .common .box .item img {
  width: 369px;
  height: 356px;
}
.home .main .common .box .item .spotName {
  width: 180px;
  height: 38px;
  text-align: center;
  line-height: 28px;
  background: url(/assets/pc/images/nameBg.png) no-repeat 50%;
  background-size: 100% 100%;
  position: absolute;
  left: -11px;
  top: 8px;
  color: #fff;
  z-index: 9;
}
.home .main .common .box .item .item_content {
  padding: 16px 40px 0;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1d1d1d;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#briefInfos {
  padding: 16px 40px 0;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1d1d1d;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home .main .common .box .item .detail {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/assets/pc/images/ckDetails.png);
  width: 110px;
  height: 29px;
  line-height: 30px;
  text-align: center;
}
.home .main .common .box .item .detail a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
