.eduBanner {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  min-height: 145px;
  box-sizing: border-box;
  background-image: url(../images/qk_bsfw_banner.png);
  background-repeat: no-repeat;
}
.bannerText {
  display: flex;
  align-items: center;
  color: #fff;
}
.bannerText h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: 600;
  margin-right: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 94px;
}
.bannerText h3 .sbly {
  height: 40px;
}
.bannerText h3 span {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}
.bannerText h3 span::before {
  display: inline-block;
  content: "";
  width: 3px;
  margin-right: 12px;
  margin-left: 20px;
  height: 30px;
  border-radius: 5px;
  vertical-align: middle;
  background-color: #fff;
}
.bannerText .dropdowmEdu #dropdownMenu1 {
  border-color: #fff;
  width: 150px;
  height: 38px;
  border-radius: 24px;
  font-size: 16px;
  color: #fff;
  background-color: #70a2db;
}
.dropdown-menu {
  min-width: 150px;
  left: 0;
  border-radius: 10px;
  background-color: #fff;
}
/*政策文件*/
.zcwj_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.zcwj_title .more {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.zcwj_list li {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  display: flex;
  justify-content: space-between;
}
.zcwj_list li:hover a {
  color: #048;
}
.zcwj_list li a {
  width: calc(100% - 100px);
  color: #000000;
}
.zcwj_list li a::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../images/qk_bsfw_listLi.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 7px;
}
/* 查询服务 */
.cxfw_list {
  margin-right: -11px;
}
.cxfw_list li {
  float: left;
  width: 31.96%;
  height: 57px;
  background-color: #f6f8fb;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  margin-right: 11px;
  margin-bottom: 14px;
}
.cxfw_list li a {
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cxfw_list li:hover {
  background-color: #64a5db;
}
.cxfw_list li:hover a {
  color: #fff;
}
/*常见问题*/
.question_title {
  border-radius: 13px 0px 0px 13px;
}
.question_title img {
  width: 100%;
  height: 57px;
}
.advise_box {
  display: flex;
  justify-content: space-between;
  padding-left: 33px;
  padding-right: 32px;
  padding-top: 19px;
  padding-bottom: 10px;
}
.advise_box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333333;
  height: 60px;
  transition: all 0.3s;
}
.advise_box a:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.cjwt_article {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #ebf4ff;
  padding-bottom: 13px;
}
.zswd_box {
  padding-left: 13px;
}
.zswd_box h3 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #333333;
}
.zswd_box ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.zswd_box ul li img {
  margin-right: 8px;
}
.elp1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bottom_link {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.bottom_link a {
  display: inline-block;
}
.bottom_link img {
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  margin-bottom: 16px;
  height: 82px;
  transform-origin: left bottom;
}
.bottom_link img:hover {
  transform: scale(1.03);
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-14 {
  margin-top: 14px;
}
.col-md-8 {
  width: 68.7%;
}
.col-md-4 {
  width: 31.3%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .col-md-8 {
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 660px) {
  .cxfw_list li {
    width: 48%;
  }
  .bannerText h3 {
    margin-left: 0.9rem;
    margin-right: 0.2rem;
  }
}
@media (max-width: 460px) {
  .cxfw_list li {
    width: 100%;
  }
  .bannerText h3 {
    margin-left: 10px;
  }
}
