.cp_page .kjinfo {
  width: 100%;
  padding: 16px 12px;
  margin-top: 12px;
  border: 1px solid #e0e0e0;
}
.cp_page .kjinfo .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cp_page .kjinfo .top .left {
  display: flex;
  align-items: center;
}
.cp_page .kjinfo .top .left strong {
  font-size: 16px;
  margin-right: 12px;
}
.cp_page .kjinfo .top .left span {
  color: #999999;
}
.cp_page .kjinfo .top .right {
  display: flex;
  align-items: center;
  color: #e0e0e0;
}
.cp_page .kjinfo .top .right a {
  color: #1f75cc;
  margin: 0 9px;
}
.cp_page .kjinfo .top .right a:hover {
  text-decoration: underline;
}
.cp_page .kjinfo .bot {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
}
.cp_page .kjinfo .bot select {
  width: 89px;
  height: 24px;
  font-weight: bold;
  font-size: 14px;
  color: #181818;
  text-align: center;
  margin: 0 3px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  cursor: pointer;
}
.cp_page .kjinfo .bot .ball {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: #ffffff;
  margin: 0 2px;
  border-radius: 50%;
  background: #e13737;
}
.cp_page .kjinfo .bot .ball.blue {
  background: #25a0f4;
}
.cp_page .kjinfo .bot p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-left: 16px;
}
.cp_page .kjinfo .bot p i {
  font-size: 18px;
  color: #e24939;
}
.cp_page .kjinfo .bot p i.blue {
  color: #0197ff;
}
.cp_page .lottery {
  margin-top: 12px;
}
.cp_page .lottery .bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
  background: #f5f5f5;
}
.cp_page .lottery .bottom .item {
  padding: 10px;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}
.cp_page .lottery .bottom .item strong {
  font-size: 14px;
  color: #181818;
}
.cp_page .lottery .bottom .item .m_h2 {
  padding: 4px 0;
}
.cp_page .lottery .bottom .item .zst_wrap,
.cp_page .lottery .bottom .item .gj_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.cp_page .lottery .bottom .item .zst_wrap a,
.cp_page .lottery .bottom .item .gj_wrap a {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #181818;
  overflow: hidden;
}
.cp_page .lottery .bottom .item .zst_wrap.zst_wrap,
.cp_page .lottery .bottom .item .gj_wrap.zst_wrap {
  border-bottom: 1px dashed #e0e0e0;
}
.cp_page .lottery .bottom .item .zst_wrap.equal,
.cp_page .lottery .bottom .item .gj_wrap.equal {
  border-bottom: none;
  grid-template-columns: repeat(2, 1fr);
}
.articlepage .content {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.articlepage .content .detail {
  min-height: 500px;
  flex: 1;
}
.articlepage .content .detail .topic {
  padding: 18px 16px 12px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.articlepage .content .detail .topic h2 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
}
.articlepage .content .detail .topic .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  padding-bottom: 12px;
  border-bottom: 1px dashed #cecece;
}
.articlepage .content .detail .topic .desc span {
  margin: 0 9px;
}
.articlepage .content .detail .text {
  padding-top: 12px;
  word-break: break-all;
}
.articlepage .content .detail .text img {
  max-width: 100% !important;
  overflow: hidden;
}
.articlepage .content .detail .text p {
  margin: 13px 0px 13px 0px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  word-break: break-all;
}
.articlepage .content .detail .text pre {
  white-space: pre-wrap !important;
}
.articlepage .content .detail .bot {
  padding: 0 16px 20px;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.articlepage .content .detail .bot .lastnext {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #e0e0e0;
}
.articlepage .content .detail .bot .lastnext p {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
}
.articlepage .content .detail .bot .lastnext p span {
  color: #999999;
}
.articlepage .content .detail .bot .lastnext p a {
  color: #181818;
}
.articlepage .content .detail .bot .lastnext p a:hover {
  text-decoration: underline;
}
.articlepage .content .detail .bot .lastnext p:last-of-type {
  border-top: 1px solid #e0e0e0;
}
.articlepage .content .detail .bot .other {
  margin-top: 17px;
  display: flex;
  align-items: center;
  color: #999999;
}
.articlepage .content .detail .bot .other a {
  color: #999999;
  margin: 0 3px;
}
.articlepage .content .side {
  width: 306px;
  margin-left: 12px;
}
.articlepage .content .side .article {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.articlepage .content .side .article .m_h2 {
  height: 38px;
  line-height: 38px;
  padding: 0;
  padding-left: 12px;
  background: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
}
.articlepage .content .side .article .list {
  padding: 8px 12px;
}
.articlepage .content .side .article .zst_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3px;
  padding: 4px 10px;
}
.articlepage .content .side .article .zst_wrap a {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #181818;
  overflow: hidden;
}
.articlepage .content .side .article:not(:last-of-type) {
  margin-bottom: 16px;
}
.articlepage .quotewrap {
  padding: 0px 16px;
  margin-top: 16px;
  border: 1px solid #e0e0e0;
}
.articlepage .quotewrap .quote {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.articlepage .quotewrap .quote a {
  width: 161px;
  height: 30px;
  line-height: 30px;
  color: #4a4a4a;
}
.articlepage .quotewrap .quote a:hover {
  text-decoration: underline;
}
.articlepage .quotewrap .quote:not(:last-of-type) {
  border-bottom: 1px dashed #e0e0e0;
}
.articlepage .tg_wrap {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.articlepage .tg_wrap span {
  font-weight: bold;
  font-size: 14px;
  color: #4a4a4a;
}
.articlepage .tg_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 24px;
  font-size: 12px;
  color: #4a4a4a;
  background: #f3f5f9;
  border-radius: 2px;
}
.articlepage .tg_wrap a:not(:last-of-type) {
  margin-right: 9px;
}
.cb_wrap .print {
  width: 100%;
  margin-top: 6px;
  border-spacing: 0;
  border-collapse: collapse;
}
.cb_wrap .print .title {
  font-size: 12px;
  color: #69390d;
  font-weight: bold;
  background: #ffdfb3;
  border: none;
  border: 1px solid #ffdfb3;
}
.cb_wrap .print td {
  padding: 3px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border: 1px solid #fabf61;
}
.cb_wrap .print td a {
  color: #4a4a4a;
}
.cb_wrap .print td a:hover {
  color: #5397df;
}
.cb_wrap .ctitle {
  width: 182px;
  height: 38px;
  font-weight: bold;
  font-size: 16px;
  color: #69390d;
  text-align: center;
  line-height: 38px;
  margin-top: 14px;
  background: #f3f5f9;
  border-radius: 8px 8px 0px 0px;
}
.cb_wrap .clist {
  padding: 5px 12px;
  border: 1px solid #e0e0e0;
}
.cb_wrap .clist .block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 7px 0;
}
.cb_wrap .clist .block .m_title {
  width: 32.5%;
}
.cb_wrap .clist .block .m_title:not(:nth-of-type(3n)) {
  margin-right: 12px;
}
.cb_wrap .clist .block:not(:last-of-type) {
  border-bottom: 1px dashed #cecece;
}
.navigation .navtitle {
  display: flex;
  align-items: center;
  height: 38px;
  margin-top: 16px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #69390d;
  background: #f3f5f9;
  border-radius: 8px 8px 0px 0px;
}
.navigation .con {
  padding: 10px 16px;
  border: 1px solid #dddddd;
}
.navigation .con .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.navigation .con .title img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.navigation .con .title strong {
  color: #3d8bde;
}
.navigation .con .links {
  display: flex;
  flex-wrap: wrap;
}
.navigation .con .links a {
  display: flex;
  align-items: center;
  color: #333333;
  margin-right: 20px;
  margin-bottom: 10px;
}
.navigation .con .links a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 6px;
  background: #dddddd;
}
.navigation .con .links a.hot::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/images/hot1.png) no-repeat center center / 100%;
}
