@charset "utf-8";
/* http://gkzxw.com 高考资讯网-盒子样式表 */
.box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 0px 15px;
  box-sizing: border-box;
}
.box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e5e5e5;
  padding: 12px 0;
}
.box .title h3 {
  font-size: 16px;
  font-weight: 500;
  color: #0779bf;
}
.box .title h3 span {
  font-size: 14px;
  color: #c4c4c4;
  margin-left: 10px;
}
.box .title span a {
  font-size: 15px;
  color: #c4c4c4;
}
.box .title a {
  color: #0779bf;
  font-weight: 500;
}
.box-item {
  padding: 6px 0px 12px 0px;
}
.box-list-item {
  padding: 6px 0px 0px 0px;
}
.box-list-item ul li,
.box-item ul li {
  border-bottom: 1px dotted #e5e5e5;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
}
.box-list-item li a::before,
.box-item ul li a::before {
  content: "•";
  color: #7a7f86;
  margin-right: 5px;
  font-size: 15px;
}
/* 高考资讯 */
.list-news-gk {
  margin: 6px 0px 12px 0px;
}
.list-news-gk ul li {
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
.list-news-gk span {
  font-size: 14px;
}
.list-news-gk a:nth-child(2) {
  margin-left: 8px;
}
/* 首页栏目中的小栏目 */
.sub-nav {
  height: 66px;
  border: 1px solid #ebebeb;
  color: #225599 !important;
  border-radius: 3px;
  margin-top: 10px;
  padding: 6px 0px;
  background: linear-gradient(145deg, #d9eefd, #f7f7f7);
  position: relative;
  box-sizing: border-box;
  color-scheme: light;
  -webkit-color-scheme: light;
}
.sub-nav:hover {
  box-shadow: 2px 2px 6px #d1d1d1, -2px -2px 6px #ffffff;
}
.sub-nav p {
  line-height: 26px;
  font-weight: lighter;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
/* 动画效果 */
.sub-nav a {
  color: #225599 !important;
}
.sub-nav a:hover {
  text-decoration: underline;
}
.sub-nav > p a + a::before {
  content: "|";
  padding: 0 9px;
}
.adpic img {
  width: 286px;
  height: 66px;
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
/*首页各省市简称*/
.all-places {
  width: 1200px;
  height: 44px;
  background: #028fe1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.box-gk {
  position: relative;
  width: 140px;
  height: 44px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  background-image: url(../img/dfz.gif);
}
.places-gk {
  width: 1048px;
  display: flex;
  justify-content: space-evenly;
  margin-right: 8px;
}
.places-gk a {
  flex: 1;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
