.zyycq .zyycq-content,
.zyycq_list .zyycq-content {
  width: 100%;
  border: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.zyycq .zyycq-content > h2,
.zyycq_list .zyycq-content > h2 {
  text-align: center;
  font-size: 18px;
  color: #181818;
  margin: 24px 0 5px;
}
.zyycq .zyycq-content .zy-lottery,
.zyycq_list .zyycq-content .zy-lottery {
  margin: 0 20px;
}
.zyycq .zyycq-content .looter,
.zyycq_list .zyycq-content .looter {
  display: none;
}
.zyycq .zyycq-content .looter > .zyyc-list,
.zyycq_list .zyycq-content .looter > .zyyc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 20px 24px;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type {
  width: 46%;
  margin: 5px 0;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 36px;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item > .left,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item > .left {
  display: flex;
  align-items: center;
  width: 86%;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item > .left > span,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item > .left > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e0e0e0;
  border-radius: 50%;
  line-height: 20px;
  margin-right: 20px;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item > .left > a,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item > .left > a {
  font-size: 16px;
  color: #181818;
  max-width: 90%;
  height: 36px;
  overflow: hidden;
  display: block;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item > .left > a:hover,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item > .left > a:hover {
  text-decoration: underline;
  color: #a50000;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item > .left > a:visited,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item > .left > a:visited {
  text-decoration: none;
  color: #999999;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item > .right,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item > .right {
  font-size: 14px;
  color: #4a4a4a;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item.din > .left > span,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item.din > .left > span {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 10px;
  background: url(/www8300/images/din.png) no-repeat center center;
  background-size: 100%;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item.din > .left > a,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item.din > .left > a {
  color: #a50000;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type > .item.din > .right,
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type > .item.din > .right {
  color: #a50000;
}
.zyycq .zyycq-content .looter > .zyyc-list > .list-type:not(:nth-of-type(2n)),
.zyycq_list .zyycq-content .looter > .zyyc-list > .list-type:not(:nth-of-type(2n)) {
  margin-right: 35px;
}
.zyycq .zyycq-content .looter > .zyyc-list.show,
.zyycq_list .zyycq-content .looter > .zyyc-list.show {
  display: block;
}
.zyycq .zyycq-content .looter.show,
.zyycq_list .zyycq-content .looter.show {
  display: block;
}
.zyycq .zyycq-content .looter > .zyycq-more,
.zyycq_list .zyycq-content .looter > .zyycq-more {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #c60000;
  margin-top: 10px;
}
.zyycq_list .looter {
  display: block !important;
}
