﻿body > .wp {
  width: 100%;
  background: url(../images/Schoolbg.jpg) top center repeat-y;
	background-attachment: fixed;
}
body > .wp > .container {
  margin: 0;
  padding: 0;
}

.article-content {
  overflow: hidden;
}
.article-content .article-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1.0rem;
}
.article-content .article-title .article-title-img {
  width: 2.19rem;
  height: 0.9rem;
}
.article-content .article-title .article-title-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-content .article-title h2 {
  font-size: 0.39rem;
  color: rgb(191, 167, 112);
  line-height: 1;
  margin-top: 0.2rem;
  font-weight: bold;
}
.article-content .article-title h3 {
  margin-top: 0.2rem;
  font-size: 0.29rem;
  color: #323232;
  line-height: 1;
  font-weight: bold;
}
.article-content .item-box {
  margin-top: 0.92rem;
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 0.08rem;
  justify-content: center;
  margin-bottom: 1.16rem;
}
.article-content .item-box .item {

  width: 2.45rem;
  height: 2.35rem;
}
.article-content .item-box .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.article-content .item-box .item .item-img {
  width: 1.10rem;
  height: 1.10rem;
}
.article-content .item-box .item .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-content .item-box .item .item-img img:hover{
	filter:alpha(opacity=60); /*IE*/
-moz-opacity:0.6; /*MOZ , FF*/
opacity:0.6; /*CSS3, FF1.5*/}
.article-content .item-box .item .item-title {
  font-size: 0.16rem;
  color: rgb(50, 50, 50);
  line-height: 1.25;
  text-align: center;
  margin-top: 0.2rem;
  width: 2.6rem;
}
.article-content .item-box .item .item-title:hover{ color:rgb(204, 181, 121);}

@media screen and (max-width: 999px) {
  .banner-top {
    margin-top: 1.01rem;
  }
  .banner-top::before {
    padding-top: 47.733%;
  }
  .banner-top .banner-bd .wp .banner-title {
    font-size: 0.3rem;
    left: 0.75rem;
    top: 2.64rem;
  }
  .article-content .article-title {
    margin-top: 0.96rem;
  }
  .article-content .article-title .article-title-img {
    width: 1.83rem;
    height: 0.78rem;
  }
  .article-content .article-title h2 {
    font-size: 0.41rem;
    margin-top: 0.15rem;
  }
  .article-content .article-title h3 {
    font-size: 0.37rem;
    margin-top: 0.1rem;
  }
  .article-content .item-box {
    margin-top: 0.83rem;
    grid-template-columns: repeat(2, auto);
    gap: 0.17rem;
  }
}