.swiper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16rem;
}
.swiper .thumbs {
  width: 795rem;
  height: 540rem;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.swiper .thumbs .thumb {
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}
.swiper .thumbs .cursors {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 195rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(28, 10, 4, 0.99) 91%);
}
.swiper .thumbs .cursors ul {
  position: absolute;
  left: 25rem;
  bottom: 34rem;
  display: flex;
}
.swiper .thumbs .cursors li {
  width: 8rem;
  height: 8rem;
  margin: 0 8rem;
  opacity: 0.64;
  background: #ffffff;
  box-shadow: 0 2rem 4rem 0 rgba(132, 68, 44, 0.2);
  border-radius: 100%;
  cursor: pointer;
}
.swiper .thumbs .cursors li:hover,
.swiper .thumbs .cursors li.cur {
  width: 16rem;
  height: 16rem;
  margin: -4rem 4rem;
  opacity: 1;
  background: url('/expert/web/icon/cur_bg.png') no-repeat center;
}
.swiper .titles {
  background-color: #9b8a69;
  width: 405rem;
  height: 540rem;
}
.swiper .titles li {
  height: 20%;
  padding: 0 28rem;
  cursor: pointer;
}
.swiper .titles li.cur {
  background-color: #942704;
}
.swiper .titles li p {
  padding-top: 10rem;
  margin-bottom: 10rem;
  font-size: 18rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}
.swiper .titles li span {
  font-size: 16rem;
  opacity: 0.6;
  color: #fff;
}
.news-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16rem;
  color: #5e4a23;
  padding: 32rem 0;
  border-bottom: 2rem dashed #dac69c;
  cursor: pointer;
}
.news-list .item .thumb {
  width: 272rem;
  height: 168rem;
  display: block;
  background-color: #f4e2c2;
}
.news-list .item .info {
  width: 745rem;
}
.news-list .item .info .title {
  margin: 16rem 0;
  font-size: 24rem;
}
.news-list .item .info .desc {
  line-height: 28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16rem;
}
.news-list .item .info .more {
  color: #9a3312;
  padding-right: 15rem;
  background: url('/expert/web/icon/more.png') no-repeat right center;
}
.news-list .item .date {
  width: 115rem;
  font-family: DINAlternate-Bold;
  color: #5e4a23;
  text-align: center;
  border-left: 1rem solid #dac69c;
}
.news-list .item .date .day {
  font-weight: Bold;
  font-size: 32rem;
  line-height: 28rem;
}
.news-list .item .date .year {
  font-size: 16rem;
  margin-top: 8rem;
}
.main {
  color: #5e4a23;
}
.main .search-num {
  margin-top: 50rem;
  border-bottom: 2rem dashed #dac69c;
  padding-bottom: 8rem;
  margin-bottom: 30rem;
  font-size: 16rem;
  line-height: 22rem;
  display: none;
}
.main .empty {
  font-size: 16rem;
  line-height: 22rem;
  display: none;
}
.main .empty span {
  font-size: 18rem;
  font-weight: bold;
}
.main_content img {
  max-width: 100%;
}
