.activity-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activity-item {
  margin-bottom: 20px;
  display: block;
  font-size: 0;
  width: 580px;
}
.activity-item:hover {
  /*box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.15);*/
  box-shadow: 0 0 15px 1px rgba(0, 39, 111, 0.09);
}
.activity-item:hover .activity__tit {
  color: #178fff;
}
.activity__state {
  position: absolute;
  top: 30px;
  right: 0;
  width: 72px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 100px 0 0 100px;
}
.activity__state--active {
  background: #FF7A45;
  background-size: 100% 100%;
}
.activity__state--disable {
  background: #BFBFBF;;
  background-size: 100% 100%;
}
.activity__bd {
  position: relative;
}
.activity__ft {
  background: #fff;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
.activity__img {
  width: 100%;
  height: 184px;
}
.activity__tit {
  font-size: 18px;
  font-weight: bold;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 480px;
  display: inline-block;
  line-height: 24px;
  height: 24px;
  margin-bottom: 10px;
}
.activity__time {
  font-size: 0;
  height: 16px;
  line-height: 16px;
  color: #999;
  display: inline-block;
}
.activity__time i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.activity__time span {
  font-size: 12px;
}
.activity-more {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all .5s;
  margin-bottom: 20px;
  font-size: 12px;
}
.activity-more:hover {
  color: #404040;
}
.topic {
  width: 100%;
}
.topic-info {
  padding: 40px;
  background: #fff;
}
.topic-info__img {
  width: 80px;
  height: 80px;
  font-size: 0;
  display: inline-block;
  margin-right: 20px;
}
.topic-info__img img {
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.topic-info__dep h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding-top: 8px;
  color: #262626;
  line-height: 19px;
  margin-bottom: 10px;
}
.topic-info__dep dl {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  color: #737373;
}
.topic-info__dep dl dt {
  margin-bottom: 10px;
}
.topic-info__dep dl dd {
  margin: 0;
  color: #404040;
  font-size: 12px;
}
.topic-info__dep dl dd span {
  display: inline-block;
  margin-right: 20px;
}
.topic-sort {
  padding: 20px 40px;
  background: #fff;
  margin-bottom: 10px;
  font-size: 0;
}
.topic-sort__name {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #404040;
}
.topic-sort__list {
  display: inline-block;
  font-size: 0;
  width: 738px;
  vertical-align: top;
}
.topic-sort__list a {
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
  line-height: 14px;
  color: #737373;
}
.topic-sort__list a:hover {
  color: #178fff;
}
.topic-answer {
  padding: 0 20px;
  background: #fff;
  font-size: 0;
}
.topic-answer a {
  font-size: 14px;
  padding: 20px 0;
  width: 100px;
  height: 54px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  color: #404040;
  line-height: 14px;
}
.topic-answer a.active {
  color: #178fff;
  border-bottom: 2px solid #178fff;
}
.topic-activity {
  padding: 0 20px;
  background: #fff;
}
.topic-activity a {
  font-size: 14px;
  padding: 20px 0;
  display: inline-block;
  width: 100px;
  height: 54px;
  box-sizing: border-box;
  text-align: center;
  color: #404040;
  line-height: 14px;
}
.topic-activity a.active {
  color: #178fff;
  border-bottom: 2px solid #178fff;
}
.activelist{
  color: #178fff !important;
}
.vj-container {
  padding-top: 30px;
}