.zfbanner {
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.zfbanner img {
  height: 270px;
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.guidepage {
  width: 1200px;
  margin: 10px auto 20px auto;
}
.guidepage .listbanner img {
  width: 1200px;
  height: 50px;
  display: block;
}
.guidepage .crumbs-plane {
  height: 54px;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
}
.guidepage .crumbs-plane .current {
  color: #333;
}
.guidepage .crumbs-plane li {
  color: #999;
  font-size: 14px;
}
.guidepage .crumbs-plane li a {
  color: #999;
}
.guidepage .crumbs-plane li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
}
.guidepage .crumbs-plane li:last-child::after {
  content: "";
}
.guidepage .guide-mian {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.guidepage .guide-mian .left-nav {
  width: 200px;
  background: #fff;
}
.guidepage .guide-mian .left-nav ul {
  padding: 28px 0;
}
.guidepage .guide-mian .left-nav ul li {
  width: 150px;
  height: 44px;
  font-size: 18px;
  color: #333333;
  margin: 0 auto 20px auto;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.guidepage .guide-mian .left-nav ul li a {
  color: #333;
  display: block;
}
.guidepage .guide-mian .left-nav ul li.active {
  background: #F1F7FF;
  color: #3075FF;
  border-radius: 3px;
}
.guidepage .guide-mian .left-nav ul li.active a {
  color: #3075FF;
  font-weight: 500;
}
.guidepage .guide-mian .guide-content {
  width: 980px;
}
.guidepage .guide-mian .guide-content .category {
  background: #fff;
  padding: 30px;
}
.guidepage .guide-mian .guide-content .category .exam-box {
  display: flex;
  justify-content: space-between;
}
.guidepage .guide-mian .guide-content .category .exam-box .exam-name {
  position: relative;
}
.guidepage .guide-mian .guide-content .category .exam-box .exam-name h2 {
  font-size: 28px;
  color: #333;
  cursor: pointer;
  font-weight: 400;
}
.guidepage .guide-mian .guide-content .category .exam-box .exam-name h2::after {
  width: 10px;
  height: 6px;
  content: '';
  background: url(/image/sanjiaox01.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -20px;
}
.guidepage .guide-mian .guide-content .category .exam-box .exam-name .dropdown {
  min-width: 500px;
  position: absolute;
  left: 0px;
  top: 50px;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 12px 0px #EBEBEB;
  border-radius: 4px;
  display: none;
  border: 1px solid #EBEBEB;
  padding: 15px 0;
}
.guidepage .guide-mian .guide-content .category .exam-box .exam-name .dropdown li {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  padding: 0 20px;
}
.guidepage .guide-mian .guide-content .category .exam-box .exam-name .dropdown li:hover {
  background: #F1F7FF;
  color: #3075FF;
}
.guidepage .guide-mian .guide-content .category .exam-box .addrbox {
  position: relative;
}
.guidepage .guide-mian .guide-content .category .exam-box .addrbox .addr {
  width: 100px;
  height: 36px;
  border: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.guidepage .guide-mian .guide-content .category .exam-box .addrbox .addr:hover {
  color: #3075FF;
}
.guidepage .guide-mian .guide-content .category .exam-box .addrbox .addr img {
  padding-right: 8px;
  padding-top: 2px;
}
.guidepage .guide-mian .guide-content .category .exam-box .addrbox .province {
  width: 715px;
  height: 540px;
  position: absolute;
  right: 0;
  top: 50px;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 12px 0px #EBEBEB;
  border-radius: 4px;
  display: none;
  overflow-y: auto;
  padding: 15px 0;
}
.guidepage .guide-mian .guide-content .category .exam-box .addrbox .province li {
  line-height: 46px;
  font-size: 14px;
  color: #333;
  padding: 0 32px;
  cursor: pointer;
}
.guidepage .guide-mian .guide-content .category .exam-box .addrbox .province li:hover {
  color: #3075FF;
  background: #F2F8FF;
}
.guidepage .guide-mian .guide-content .category .calendar-body ul {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  position: relative;
}
.guidepage .guide-mian .guide-content .category .calendar-body ul::after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background: #eee;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.guidepage .guide-mian .guide-content .category .calendar-body ul li {
  text-align: center;
}
.guidepage .guide-mian .guide-content .category .calendar-body ul li div:nth-child(1) {
  position: relative;
  height: 60px;
}
.guidepage .guide-mian .guide-content .category .calendar-body ul li div:nth-child(1) span {
  background-color: #3075FF;
  border-radius: 5px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  padding: 5px 10px;
  position: relative;
}
.guidepage .guide-mian .guide-content .category .calendar-body ul li div:nth-child(1) span::after {
  width: 10px;
  height: 6px;
  content: '';
  background: url(/image/sanjiaox02.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  z-index: 2;
}
.guidepage .guide-mian .guide-content .category .calendar-body ul li div:nth-child(1)::before {
  width: 15px;
  height: 15px;
  content: '';
  background: url(/image/yuandian.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -8px;
  z-index: 2;
}
.guidepage .guide-mian .guide-content .category .calendar-body ul li div:nth-child(2) {
  line-height: 52px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guidepage .guide-mian .guide-content .guide-box {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
}
.guidepage .guide-mian .guide-content .guide-box .item {
  margin-bottom: 50px;
}
.guidepage .guide-mian .guide-content .guide-box .item .title {
  display: flex;
}
.guidepage .guide-mian .guide-content .guide-box .item .title h3 {
  min-width: 108px;
  height: 39px;
  background: #5991ff;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0 10px;
}
.guidepage .guide-mian .guide-content .guide-box .item .title a {
  margin-bottom: 35px;
}
.guidepage .guide-mian .guide-content .guide-box .item .title .bg {
  flex: 1;
  height: 39px;
  background-image: linear-gradient(to right, #e6efff, #fff);
}
.guidepage .guide-mian .guide-content .guide-box .item .text {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  padding-top: 20px;
}
