.list-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 16px;
}
.list-content .crumbs {
  padding: 22px 0;
  overflow: hidden;
}
.list-content .crumbs ul,
.list-content .crumbs ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-content .crumbs ul li,
.list-content .crumbs ol li {
  float: left;
  font-size: 12px;
  color: #666666;
}
.list-content .crumbs ul li a,
.list-content .crumbs ol li a {
  color: #333333;
  display: inline-block;
}
.list-content .directSelect {
  position: relative;
  padding: 20px 20px;
  background-color: #fff;
  text-align: left;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.list-content .directSelect .journalBox {
  position: relative;
  width: 100%;
  padding: 3px 0;
  display: flex;
}
.list-content .directSelect .journalBox .joural_tit {
  width: 88px;
  font-size: 14px;
  color: #999;
  font-weight: bold;
  letter-spacing: 2em;
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.list-content .directSelect .journalBox .joural_tit::after {
  content: ":";
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  position: absolute;
  right: -16px;
  top: 0px;
}
.list-content .directSelect .journalBox .joural_cont {
  overflow: hidden;
  width: 994px;
  display: inline-block;
}
.list-content .directSelect .journalBox .joural_cont li {
  list-style: none;
  overflow: visible;
  display: inline-block;
  padding: 0 12px;
  margin-left: 12px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 30px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.list-content .directSelect .journalBox .joural_cont .active {
  color: #fff;
}
.list-content .directSelect .journalBox span {
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'MicrosoftYaHei';
  text-align: center;
  background-color: white;
}
.list-content .directSelect .journalBox span i {
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.2s all;
}
.list-content .directSelect .journalBox span i.active {
  transform: rotate(180deg);
}
.list-content .directSelect .journalBox span.joinBtn {
  color: white;
}
.list-content .directSelect .dataBox {
  margin-top: 24px;
}
.list-content .sort_list {
  display: flex;
  justify-content: space-between;
  padding: 6px 6px 6px 14px;
  background-color: white;
  margin: 12px 0 20px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  width: 100%;
  box-sizing: border-box;
}
.list-content .sort_list .sort_type {
  width: 100%;
  line-height: 36px;
}
.list-content .sort_list .sort_type span {
  display: inline-block;
  font-size: 14px;
  font-family: 'PingFangSC-Regular, PingFang SC';
  font-weight: 400;
  color: #666666;
}
.list-content .sort_list .sort_type span:last-child {
  margin-left: 32px;
}
.list-content .search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 36px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0 12px;
}
.list-content .search_box i {
  width: 18px;
  height: 18px;
  color: #b6b6b6;
  font-size: 18px;
  cursor: pointer;
}
.list-content .search_box input {
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  background: transparent;
}
.list-content .magazine-list {
  margin-top: 16px;
  background-color: white;
}
.list-content .magazine-list .no-data {
  padding: 100px 0px;
  text-align: center;
}
.list-content .magazine-list .no-data .tip-icon {
  display: block;
  margin: 24px auto;
  font-size: 100px;
  max-width: 150px;
  height: 150px;
}
.list-content .magazine-list .no-data .tip-msg {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
}
.list-content .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.list-content .content .card {
  width: calc(100% / 3 - 20px);
  height: 372px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-bottom: 24px;
}
.list-content .content .card .card-head {
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
}
.list-content .content .card .card-head .img-top {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-content .content .card .card-body {
  padding: 20px 20px 28px;
  text-align: left;
  font-size: 14px;
  border-top-width: 0;
  background-color: #fff;
  cursor: pointer;
}
.list-content .content .card .card-body .card-title {
  display: block;
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.list-content .content .card .card-body .card-info {
  margin: 0;
  color: #999;
}
.list-content .content .card .card-body .card-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
}
.list-content .content .card .card-body .card-info p .iconfont {
  display: inline-block;
  margin-right: 8px;
  color: #CCCCCC;
}
.list-content .content .card .card-body .card-info p span {
  display: inline-block;
  width: calc(100% - 36px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-content .content .card .card-body .card-info p:nth-of-type(2) {
  margin-top: 8px;
}
.list-content .content .card:nth-of-type(3n-1) {
  margin-left: 30px;
  margin-right: 30px;
}
.list-content .content .card:nth-last-of-type(1),
.list-content .content .card:nth-last-of-type(2),
.list-content .content .card:nth-last-of-type(3) {
  margin-bottom: 0;
}
.list-content .position_box {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: -70px;
  bottom: 67px;
  font-size: 10px;
  font-weight: 500;
  color: #787878;
  cursor: pointer;
}
.joinWrap {
  width: auto;
}
.joinWrap .information label {
  line-height: 2;
}
.joinWrap .information select {
  width: 432px;
}
