.left {
  width: 840px;
}

.right {
  width: 330px
}

.top-recomd {
  display: flex;
  justify-content: space-between
}

.top-recomd .nwSwWrap {
  width: 580px;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.top-recomd .nwSwWrap .swiper-slide {
  position: relative
}

.top-recomd .nwSwWrap .swiper-slide a .imgBox {
  width: 100%;
  height: 100%
}

.top-recomd .nwSwWrap .swiper-slide a:hover .imgBox img {
  transform: scale(1.1)
}

.top-recomd .nwSwWrap .swiper-slide a .imgInfo {
  position: absolute;
  bottom: 16px;
  left: 10px;
  right: 60px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF
}

.top-recomd .nwSwWrap .swiper-slide a .imgInfo p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.top-recomd .nwSwWrap .swiper-pagination {
  z-index: 1;
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 18px;
  height: 18px;
  display: grid;
  grid-template-columns: repeat(2, 8px);
  justify-content: space-between
}

.top-recomd .nwSwWrap .swiper-pagination .swiper-pagination-bullet {
  margin-top: 2px;
  width: 8px;
  height: 8px;
  background: #FFFFFF
}

.top-recomd .nwSwWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #47FFA3
}

.top-recomd .top-recomd-small {
  width: 240px
}

.top-recomd .top-recomd-small ul {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column
}

.top-recomd .top-recomd-small ul li {
  margin-top: 20px
}

.top-recomd .top-recomd-small ul li:first-child {
  margin-top: 0
}

.top-recomd .top-recomd-small ul li a {
  display: block;
  width: 240px;
  height: 80px;
  border-radius: 8px;
  position: relative
}

.top-recomd .top-recomd-small ul li a:hover {
  font-weight: bold;
  box-shadow: 0 0 10px rgba(71, 255, 163, 0.5)
}

.top-recomd .top-recomd-small ul li a p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  background: rgba(0, 0, 0, 0.5)
}


.list-box {
  font-size: 14px;
  color: #333
}

.list-box .tabsWrap>ul {
  margin: 35px -6px 0;
  display: flex;
  flex-wrap: wrap
}

.list-box .tabsWrap>ul li {
  margin: 5px 6px 0
}

.list-box .tabsWrap>ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  background: #F5F8F8;
  border-radius: 5px;
  padding: 0 15px
}

.list-box .tabsWrap>ul li:hover a,
.list-box .tabsWrap>ul li.active a {
  color: inherit;
  background: #47FFA3
}
.list-box .tabsWrap>ul li.current a{
  color: inherit;
  background: #47FFA3
}

.list-box .tabsWrap .tabsCont .tabInfo ul {
  margin-top: 32px
}

.list-box .tabsWrap .tabsCont .tabInfo ul li {
  margin-top: 24px
}

.list-box .tabsWrap .tabsCont .tabInfo ul li a {
  display: flex;
  align-items: center
}

.list-box .tabsWrap .tabsCont .tabInfo ul li a .imgBox {
  width: 216px;
  height: 138px;
  background: #47FFA3;
  border-radius: 8px
}

.list-box .tabsWrap .tabsCont .tabInfo ul li a .imgInfo {
  flex: 1;
  padding-left: 20px;
  color: #333333
}

.list-box .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p {
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  -webkit-line-clamp: 1
}

.list-box .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.txt,
.list-box .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.time {
  margin-top: 12px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  -webkit-line-clamp: 2
}

.list-box .tabsWrap .tabsCont .tabInfo ul li a .imgInfo p.time {
  line-height: 18px
}

.list-box .tabsWrap .tabsCont .tabInfo ul li a:hover .imgBox img {
  transform: scale(1.1)
}

.list-box .tabsWrap .tabsCont .tabInfo ul li a:hover .imgInfo {
  color: #47FFA3
}

.multiColumnList {
  display: grid;
  grid-template-columns: repeat(2, 155px);
  justify-content: space-between;
}

.multiColumnList li a {
  display: block;
  width: 155px;
  height: 99px;
  border-radius: 5px;
}

.infoList {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  padding-top: 2px;
}

.infoList li {
  margin-top: 20px;
}

.infoList li a {
  display: flex;
  align-items: flex-end;
}

.infoList li a p {
  flex: 1;
  padding: 0 5px 0 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.infoList li a .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}

.cms-rank .multiColumnList li {
  margin-top: 15px;
}

.cms-rank .multiColumnList li a {
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #64D2F3;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  box-sizing: border-box;
}


.cms-rank .multiColumnList li:nth-child(2n) a,
.cms-rank .multiColumnList li:nth-child(6n) a,
.cms-rank .multiColumnList li:nth-child(16n) a {
  background: #57BC84
}

.cms-rank .multiColumnList li:nth-child(16n) a,
.cms-rank .multiColumnList li:nth-child(6n) a {
  background: #57BC84 !important
}

.cms-rank .multiColumnList li:nth-child(3n) a,
.cms-rank .multiColumnList li:nth-child(9n) a {
  background: #B9DA6A
}

.cms-rank .multiColumnList li:nth-child(4n) a,
.cms-rank .multiColumnList li:nth-child(20n) a {
  background: #538BCC
}

.cms-rank .multiColumnList li:nth-child(20n) a {
  background: #538BCC !important
}

.cms-rank .multiColumnList li:nth-child(5n) a,
.cms-rank .multiColumnList li:nth-child(12n) a,
.cms-rank .multiColumnList li:nth-child(15n) a,
.cms-rank .multiColumnList li:nth-child(18n) a {
  background: #BC9C57
}

.cms-rank .multiColumnList li:nth-child(18n) a,
.cms-rank .multiColumnList li:nth-child(12n) a {
  background: #BC9C57 !important
}

.cms-rank .multiColumnList li:nth-child(7n) a,
.cms-rank .multiColumnList li:nth-child(10n) a,
.cms-rank .multiColumnList li:nth-child(11n) a,
.cms-rank .multiColumnList li:nth-child(14n) a {
  background: #FFAED1
}

.cms-rank .multiColumnList li:nth-child(8n) a,
.cms-rank .multiColumnList li:nth-child(13n) a {
  background: #A08AF0
}

.cms-rank .multiColumnList li:nth-child(17n) a {
  background: #FF968B
}



.keyword .contList {
  margin-top: 20px
}

.keyword .contList li {
  margin-top: 14px
}

.keyword .contList li a {
  display: flex;
  align-items: center
}

.keyword .contList li a .imgBox {
  width: 158px;
  height: 74px;
  background: #47FFA3;
  border-radius: 5px;
  border: 3px solid #fff;
  flex-shrink: 0
}

.keyword .contList li a:hover .imgBox {
  border-color: #47FFA3
}

.keyword .contList li a .imgInfo {
  width: 0;
  flex: 1;
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #333333
}

.keyword .contList li a .imgInfo p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.keyword .contList li a .imgInfo .tip {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #999999
}

.keyword .contList li a .imgInfo .tip span {
  font-weight: bold;
  color: #47FFA3;
  margin: 0 4px
}

.keyword .infoList li a p.tip {
  padding-left: 10px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  flex: none;
}
.keyword .infoList li a p.tip span {
  font-weight: bold;
  margin: 0 4px;
  color: #47FFA3;
}
.keyword .infoList li {
  margin-top: 12px;
}