a{
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.shxgjbox {
  font-size: 16px;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-height: max-content;
  display: flex;
}
.shxgjleft {
  width: 350px;
  padding-right: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.shxgjimg {
  width: 100%;
  height: 200px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.shxgjcaidan {
  width: 100%;
  background-color: var(--main-bg-color);
  border-radius: 10px;
}
.shxgjright {
  flex: 1;
  border-radius: 10px;
  background-color: var(--main-bg-color);
}
.shxgjimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.shxgjcaidantop {
  padding: 10px;
}
.shxgjcaidantop a {
  display: block;
  margin: 10px auto;
  width: 70%;
  padding: 10px 0;
  text-align: center;
  color: pink;
  border-radius: 5px;
  border: 2px solid pink;
  text-decoration: none;
}
.shxgjcaidantop a:hover {
  background-color: pink;
  color: var(--main-bg-color);
}
.shxgjcaidancenter {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shxgjcaidancenter div {
  width: 70px;
  height: 2px;
  background-color: #ccc;
}
.shxgjcaidancenter span {
  margin: 0 20px;
  white-space: nowrap;
  color: #ccc;
}
.shxgjcaidanbottom {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.shxgjcaidanbottom a {
  width: 50%;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #ccc;
}
.shxgjcaidanbottom svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  padding-right: 5px;
  filter: drop-shadow(0px 2px 2px rgb(207, 207, 207));
}
.shxgjright {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shxgjtitle {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #ececec77;
  padding-bottom: 44px;
}
.shxgjtitle h2 {
  position: absolute;
  top: -4px;
  right: 10px;
  font-size: 16px;
  color: pink;
  border-bottom: 2px solid pink;
  padding-bottom: 10px;
}
.shxgjggw {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shxgjggw a {
  width: 50%;
  text-align: left;
  text-decoration: none;
  margin: 5px 0;
  padding: 10px 10px 0 55px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.shxgjggw a:hover {
  text-decoration: underline;
}
.shxgjggw a:nth-child(1) {
  color: rgb(255, 58, 91);
}
.shxgjggw a:nth-child(2) {
  color: rgb(0, 217, 255);
}
.shxgjggw a:nth-child(3) {
  color: rgb(255, 165, 0);
}
.shxgjggw a:nth-child(4) {
  color: rgb(111, 0, 255);
}
.shxgjggw a:nth-child(5) {
  color: rgb(4, 255, 129);
}
.shxgjggw a:nth-child(6) {
  color: rgb(220, 47, 255);
}
.shxgjggw a:nth-child(7) {
  color: rgb(255, 0, 128);
}
.shxgjggw a:nth-child(8) {
  color: rgb(147, 147, 255);
}
.shxgjggw a:nth-child(9) {
  color: rgb(0, 110, 255);
}
.shxgjggw a:nth-child(10) {
  color: rgb(207, 0, 114);
}
.shxgjggw a::after {
  content: "广告";
  box-sizing: content-box;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 14px;
  width: 30px;
  padding: 0 2px;
  border-radius: 5px;
  border: 1px solid rgb(128, 188, 228);
  color: rgb(128, 188, 228);
}
.shxgjnews {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.shxgjnews ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.shxgjnews ul > li {
  width: 50%;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  position: relative;
}
.shxgjnews ul > li > img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.shxgjnews ul > li > div {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 5px;
  color: var(--muted-color);
  font-size: 13px;
  width: 37px;
  margin: 0 5px;
  overflow: hidden;
  flex-shrink: 0;
}
.shxgjnews ul > li > div > b {
  font-size: 13px;
  white-space: nowrap;
  margin-left: -43px;
}
.shxgjnews ul > li > span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--key-color);
  padding-right: 10px;
}
.shxgjnews ul > li > a {
  white-space: nowrap;
  color: var(--muted-color);
  font-size: 14px;
  text-decoration: none;
  border: 1px solid var(--key-color);
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: auto;
}
.shxgjnews ul > li > a:hover {
  background-color: var(--key-color);
  color: var(--main-bg-color);
}
.shxgjpage {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.shxgjpage a {
  display: inline-block;
  padding: 5px 80px;
  margin: 15px 0 0 0;
  border: 1px solid var(--key-color);
  border-radius: 5px;
  color: var(--key-color);
  text-decoration: none;
}
.shxgjpage a:hover {
  background-color: var(--key-color);
  color: var(--main-bg-color);
}
@media screen and (max-width: 900px) {
  .shxgjbox {
    flex-direction: column;
    overflow: hidden;
  }
  .shxgjleft {
    display: none;
  }
  .shxgjpage a {
    margin: 15px 0 15px 0;
}
}
@media screen and (max-width: 630px) {
  .shxgjnews ul > li {
    width: calc(100% - 30px);
    padding: 5px 0;
    margin: 0;
  }
  .shxgjpage a{
    padding: 5px 30px;
  }
}
