.all {
  background-image: url(../img/dj_bg.png), -webkit-gradient(linear, left top, left bottom, from(#FBF9F9), to(rgba(249, 239, 239, 0)));
  background-image: url(../img/dj_bg.png), linear-gradient(180deg, #FBF9F9 0%, rgba(249, 239, 239, 0) 100%);
  background-color: #FFFFFF;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tag > * {
  width: 225px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 23px 0px 23px;
  border: 1px solid #D9D9D9;
  margin: 0 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag > *:hover:not(.act) {
  background: #fff;
  border-color: transparent;
  color: #B30504;
  cursor: pointer;
}
.tag .act {
  background: #B30504;
  color: #fff;
  border: none;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list > div {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  
  
  
}
.list > div>div{
    overflow: hidden;
    border-radius: 0px 30px 0px 30px;
    padding: 60px 50px;
    background: #fff;
    transition: all 0.5s;
}
.list > div:nth-child(3n) {
  margin-right: 0;
}
.list > div:nth-child(n+4) {
  margin-top: 30px;
}
.list > div:hover>div {
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.list > div:hover .day {
  color: #B30504;
}
.list > div:hover .tit a {
  color: #B30504;
}
.list > div:hover .more {
  background: #B30504;
  color: #fff;
  border: none;
}
.list .sj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list .sj > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list .sj .day {
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
}
.list .sj .month {
  color: #737373;
  line-height: 2;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.list .tit {
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.list .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list .line {
  margin: 20px 0 18px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.list .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.75em;
  line-height: 1.875;
  color: #737373;
}
.list .more {
  width: 150px;
  height: 40px;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page .laypage_curr {
  background: #B30504 !important;
}
#page span:not(.laypage_curr):hover {
  color: #B30504;
}
#page a:not(.laypage_curr):hover {
  color: #B30504;
}
@media screen and (max-width: 1700px){
    .tag > *{
        width: 190px;
            border-radius: 0px 20px 0px 20px;
                margin: 0 10px;
    }
    .list > div {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    }
    .list > div>div{
        border-radius: 0px 20px 0px 20px;
        padding: 30px;
    }
    .list > div:nth-child(n+4) {
        margin-top: 20px;
    }
    .list .more {
        width: 120px;
    }
}
@media screen and (max-width: 1200px){
    .tag > *{
        width: 160px;
        height: 50px;
        border-radius: 0px 20px 0px 20px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px){
    .list{
        justify-content: space-between;
    }
    .list > div {
        width: calc((100% - 15px) / 2);
        margin-right: 0px;
    }
    .list > div:nth-child(n+3) {
        margin-top: 15px;
    }
    .list > div>div{
        border-radius: 0px 15px 0px 15px;
    }
    .tag > *{
        border-radius: 0px 15px 0px 15px;
        margin: 0 6px;
                width: 130px;
    }
}
@media screen and (max-width: 500px){
    .list > div{
        width: 100%;
    }
    .list > div:nth-child(n+2) {
        margin-top: 15px;
    }
}
