.banner_zsyx{
    width: 100%;
    height: 205px;
    padding-top: 75px;
    background: url('/statics/images/yxlbbj.png')no-repeat center;
    text-align: center;
  	margin-top:10px;
}
.banner_zsyx>h2{
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #EFEFEF;
    background: linear-gradient(0deg, #AFB9FF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 29px;
 	 margin-top: 0px;
}
.banner_zsyx>p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #EFEFEF;
    margin-bottom: 19px;
}
.crumbs {
  margin: 0 0 10px;
}
.ding-school-list .content {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #e8e8e8;
}
.ding-school-list .content .selector {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.ding-school-list .content .selector .select-item {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ding-school-list .content .selector .select-item:last-child {
  margin-bottom: 0;
}
.ding-school-list .content .selector .select-item .select-name {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #333333;
  flex: none;
}
.ding-school-list .content .selector .select-item .select-name strong {
  font-size: 16px;
  font-weight: bold;
  color: #07153d;
  line-height: 26px;
}
.ding-school-list .content .selector .select-item .select-value {
  display: flex;
}
.ding-school-list .content .selector .select-item .select-value .select-list {
  padding-left: 10px;
}
.ding-school-list .content .selector .select-item .select-value .select-list.all {
  display: block;
  flex: none;
}
.ding-school-list .content .selector .select-item .select-value .select-list li {
  display: inline;
}
.ding-school-list .content .selector .select-item .select-value .select-list li a {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 1;
  padding: 5px 15px;
  display: inline-block;
}
.ding-school-list .content .selector .select-item .select-value .select-list:last-of-type li a {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 1;
  padding: 5px 5px;
  display: inline-block;
}
.ding-school-list .content .selector .select-item .select-value .select-list li a.mb25 {
  margin-bottom: 25px;
}
.ding-school-list .content .selector .select-item .select-value .select-list li a:hover,
.ding-school-list .content .selector .select-item .select-value .select-list li a.active {
  color: #fff;
  background: #3055c6;
  border-radius: 2px;
  text-decoration: none;
}
.ding-school-list .content .description {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
  color: #333333;
}
.ding-school-list .content .school-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ding-school-list .content .school-list .school-list-item {
    position: relative;
  padding: 20px;
  border: 1px #e8e8e8 solid;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ding-school-list .content .school-list .school-list-item .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.ding-school-list .content .school-list .school-list-item .item-logo img {
  width: 80px;
  height: 80px;
}
.ding-school-list .content .school-list .school-list-item .item-title {
  text-align: center;
}
.ding-school-list .content .school-list .school-list-item .item-title a {
  color: #444444;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  display: block;
}
.ding-school-list .content .school-list .school-list-item .item-title a:hover {
  text-decoration: none;
}
.ding-school-list .content .school-list .school-list-item .item-tags span {
  font-size: 14px;
  font-weight: 900;
  padding: 5px 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 5px;
  display: inline-block;
}
.ding-school-list .content .school-list .school-list-item .item-tags span:last-child {
  margin-right: 0;
}
.ding-school-list .content .school-list .school-list-item .item-tags span:first-child {
  margin-left: 0;
}
.ding-school-list .content .school-list .school-list-item .item-tags span.zsb {
  --item-tags-ck-color: #d01717;
  color: var(--item-tags-ck-color);
  border-color: var(--item-tags-ck-color);
}
.ding-school-list .content .school-list .school-list-item .item-tags span.ck {
  --item-tags-ck-color: #1a56c8;
  color: var(--item-tags-ck-color);
  border-color: var(--item-tags-ck-color);
}
.ding-school-list .content .school-list .school-list-item .item-tags span.zk {
  --item-tags-ck-color: #da6b1a;
  color: var(--item-tags-ck-color);
  border-color: var(--item-tags-ck-color);
}
.ding-school-list .content .school-list .school-list-item .item-info {
  font-size: 12px;
  color: #666;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #eee;
}
.ding-school-list .content .school-list .school-list-item .item-info span:first-child {
  border-right: 1px solid #626262;
  padding-right: 10px;
  margin-right: 10px;
}
.ding-school-list .content .school-list .school-list-item .item-foot {
  --item-foot-a: #0a45b4;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 100%;
}
.ding-school-list .content .school-list .school-list-item .item-foot a {
  font-size: 14px;
  color: #fff;
  background: #1a56c8;
  border-radius: 4px;
  padding: 7px 17px;
  display: inline-block;
  border: 1px solid var(--item-foot-a);
}
.ding-school-list .content .school-list .school-list-item .item-foot a:last-child {
  background-color: #fff;
  border-color: var(--item-foot-a);
  color: var(--item-foot-a);
}
.ding-school-list .content .school-list .school-list-item .item-foot a:hover {
  text-decoration: none;
  background-color: var(--item-foot-a);
  color: #fff;
}
.ding-school-list #main-box4 {
  margin-top: 20px;
}