.titimg {
  width: auto;
  background-color: #ffffff;
  text-align: center;
}
.titimg img {
  width: 1200px;
}
.main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}
.main .zbyg-zong {
  display: flex;
  border-bottom: 1px solid #ff6500;
}
.main .zbyg-zong .zbyg-li {
  cursor: pointer;
  width: 142px;
  height: 43px;
  font-size: 18px;
  background: rgba(255, 102, 0, 0.06);
  text-align: center;
  line-height: 43px;
  color: #ff6600;
}
.main .zbyg-zong .zbyg-li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ff6500;
}
.main .zbyg-zong .zbyg-weiyi {
  color: #fff;
  background-color: #ff6500;
}
.main .zbyg-zong .zbyg-weiyi a {
  color: #fff;
}
.main .qh {
  display: none;
}
.main .news {
  padding-top: 13px;
}
.main .news .news-list {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.main .news .news-list .news-tit {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  background: #ffffff;
  padding-left: 12px;
}
.main .news .news-list .news-tit .news-tit-left span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.main .news .news-list .news-tit .news-tit-right {
  width: 0px;
  height: 0px;
  border: 6px red solid;
  border-color: #999 transparent transparent transparent;
}
.main .news .news-list .news-context {
  display: none;
  padding: 12px;
  margin-top: 6px;
  background-color: #f5f5f5;
}
.main .news .news-list .news-context .news-context-flex {
  display: flex;
}
.main .news .news-list .news-context .news-context-flex p {
  line-height: 22px;
  font-size: 15px;
  color: #666;
  margin-left: 8px;
  text-align: justify;
}
.main .news .news-list .news-context .news-context-flex .neirong p {
  margin-bottom: 15px;
}
.main .zytb {
  text-align: center;
  font-size: 24px;
  color: #ff6600;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 46px;
}
.main .hold-all {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.main .hold-all .hold {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 367px;
  height: 166px;
  background: #f5f5f5;
  border-radius: 8px;
}
.main .hold-all .hold div a {
  display: block;
  margin-top: 13px;
  color: #333;
  font-size: 18px;
}
.main .hold-all .hold div a:hover {
  color: #0374ff;
}
.main .zgjyzx {
  text-align: center;
  font-size: 12px;
  color: #ababab;
  margin: 30px 0;
}
@media screen and (max-width: 820px) {
  .titimg img.jiu {
    content: url(https://img6.eol.cn/e_images/gk/2025/jnc14-m.jpg);
    width: 100%;
  }
  .titimg img.gk {
    content: url(https://gaokao.eol.cn/e_html/gk/gkzytbzn/style/images/banner.png);
    width: 100%;
  }
  .main {
    width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.1rem;
  }
  .main .zbyg-zong {
    width: 100%;
    display: flex;
    border-bottom: none;
    overflow-y: auto;
  }
  .main .zbyg-zong .zbyg-li {
    cursor: pointer;
    white-space: nowrap;
    padding-left: 0.3rem;
    height: 43px;
    font-size: 0.4rem;
    background: #fff;
    opacity: 1;
    text-align: center;
    color: #666;
    border-bottom: 1px solid;
  }
  .main .zbyg-zong .zbyg-li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
  }
  .main .zbyg-zong .zbyg-weiyi {
    color: #ff6500;
  }
  .main .qh {
    display: none;
  }
  .main .news {
    padding-top: 0;
  }
  .main .news .news-list {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    padding-right: 0.24rem;
  }
  .main .news .news-list .news-tit {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0rem;
    background: #ffffff;
    padding-left: 12px;
    height: 0.8rem;
  }
  .main .news .news-list .news-tit .news-tit-left {
    display: flex;
    align-items: center;
  }
  .main .news .news-list .news-tit .news-tit-left span {
    display: block;
    padding-left: 0.2rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
  }
  .main .news .news-list .news-tit .news-tit-right {
    width: 0px;
    height: 0px;
    border: 6px red solid;
    border-color: #999 transparent transparent transparent;
  }
  .main .news .news-list .news-context {
    display: none;
    padding: 12px;
    padding-top: 0;
    margin-top: 0px;
    background-color: #fff;
  }
  .main .news .news-list .news-context .news-context-flex {
    display: flex;
  }
  .main .news .news-list .news-context .news-context-flex img {
    margin-top: -0.8rem;
  }
  .main .news .news-list .news-context .news-context-flex p {
    line-height: 22px;
    font-size: 15px;
    color: #666;
    margin-left: 8px;
    text-align: justify;
  }
  .main .zytb {
    text-align: left;
    font-size: 0.38rem;
    color: #333;
    margin-top: 0.72rem;
    margin-bottom: 0.56rem;
    border-left: 4px solid #ff6500;
    padding-left: 0.2rem;
  }
  .main .hold-all {
    width: 6.75rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .main .hold-all .hold {
    width: 2.12rem;
    height: 1.96rem;
    background: #f5f5f5;
    border-radius: 8px;
    display: block;
  }
  .main .hold-all .hold div img {
    width: 0.8rem;
    margin-left: 0.65rem;
  }
  .main .hold-all .hold div a {
    margin-top: -0.08rem;
    color: #333;
    font-size: 0.32rem;
    text-align: center;
  }
}
