@charset "UTF-8";
.content-left-box {
  width: 854px;
}

.content-left-box .week-item {
  padding: 25px 30px;
  border: 1px solid #eeeeee;
  height: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.content-left-box .week-item .week-item-left {
  height: 170px;
  width: 300px;
}

.content-left-box .week-item .week-item-left a img {
  height: 170px;
  width: 300px;
}

.content-left-box .week-item .week-item-left .week-state {
  width: auto;
  height: auto;
  line-height: 20px;
  font-size: 12px;
  width: 80px;
  text-align: center;
  border-radius: 3px;
}

.content-left-box .week-item .week-item-right {
  width: calc(100% - 300px - 32px);
  padding: 0;
  margin-left: 32px;
  height: auto;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-left-box .week-item .week-item-right .week-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.content-left-box .week-item .week-item-right .details-p, .content-left-box .week-item .week-item-right .line-p {
  line-height: 20px;
  font-size: 14px;
}

.content-left-box .week-item .week-item-right .details-p *, .content-left-box .week-item .week-item-right .line-p * {
  font-size: 14px;
}

.content-left-box .week-item .week-item-right .join-count-2 {
  display: block;
  float: right;
  width: 200px;
  color: #999999;
}

.content-left-box .week-item .week-item-right .join-count-2 span {
  color: red;
}

.content-left-box .week-item .week-item-right .details-p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*这个决定行数*/
  overflow: hidden;
  height: auto;
}

.content-left-box .week-item .week-item-right .details-p span {
  color: #999;
}

.content-left-box .week-item .week-item-right .week-item-bottom {
  position: relative;
  bottom: auto;
  display: flex;
}

.content-left-box .week-item .week-item-right .week-item-bottom .btn {
  margin-top: 0;
  font-size: 12px;
  height: 32px;
  line-height: 30px;
  width: 100px;
}

.content-left-box .week-item .week-item-right .week-item-bottom .week-item-data {
  line-height: 32px;
  font-size: 12px;
  float: right;
}

.content-left-box .week-item .week-item-right .week-item-bottom .week-item-data .gray-p {
  font-size: 14px;
}

.content-left-box .week-item .join-count {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  /*  span {
        color: red;
      } */
}

.content-left-box .week-item .join-count i {
  margin: 0 5px;
}

.main-content-box {
  display: flex;
}

.content-right-box {
  width: calc(100% - 854px - 60px);
  margin-left: 60px;
  margin-top: 40px;
}

.content-right-box .camp-tite {
  font-size: 18px;
  font-weight: 550;
  margin-bottom: 22px;
}

.content-right-box .camp-tite span {
  border-bottom: 4px solid #29d3ff;
}

.content-right-box .camp-recomment-list .cr-list-item {
  padding: 20px 25px;
  padding-bottom: 10px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin-bottom: 15px;
  display: block;
}

.content-right-box .camp-recomment-list .cr-list-item:hover {
  border: 1px solid #29d3ff;
}

.content-right-box .camp-recomment-list .cr-list-item .img-warp img {
  width: 100%;
}

.content-right-box .camp-recomment-list .cr-list-item .camp-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 550;
}

.content-right-box .camp-recomment-list .cr-list-item .study-count {
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.content-right-box .camp-recomment-list .cr-list-item .study-count i {
  font-size: 24px;
  margin-right: 5px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

@keyframes boxAnimation {
  form {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
  }
  to {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  }
}
