.xueyuanzhanshi {
  padding: 15px;
  background-image: url("../img/xueyuanzhanshi.png");
  background-size: 100% auto;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.xueyuanzhanshi > .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.xueyuanzhanshi > .head > div {
  width: 47.5%;
}
.xueyuanzhanshi > .head > .left > a {
  width: 100%;
  height: 100%;
  display: block;
}
.xueyuanzhanshi > .head > .left > a img {
  width: 100%;
  height: 100%;
}
.xueyuanzhanshi > .head > .right > a {
  width: 100%;
  height: 64px;
  display: block;
}
.xueyuanzhanshi > .head > .right > a:first-child {
  margin-bottom: 10px;
}
.xueyuanzhanshi > .head > .right > a img {
  width: 100%;
  height: 100%;
}
.xueyuanzhanshi > .list > a {
  display: block;
}
.xueyuanzhanshi > .list > a > img {
  width: 100%;
  margin-bottom: 15px;
}
.sixiangxuexi {
    height: calc(100vh - 60px);
    background-color: #ae0a0f;
    padding: 15px;
    background-image: url(../img/sixiangxuexi.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.sixiangxuexi > .content {
  background-color: #fbd9b4;
  border-radius: 10px;
  padding: 15px;
  padding-top: 40px;
  position: relative;
  margin-top: -50px;
  margin-bottom:30px;
}
.sixianglist {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding: 15px;
  overflow-y: auto;
}
.sixianglist > .item {
  display: flex;
  align-items: center;
  width:100%;
  background-image: url(../img/sixiangitem.png);
  background-size: 100% 100%;
  padding: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-left: 25px;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.sixianglist > .item > .left {
  width: 25px;
}
.sixianglist > .item > .left > img {
  width: 100%;
}
.sixianglist > .item > .right {
  width: 20px;
}
.sixianglist > .item > .middle {
  width: calc(100% - 60px);
  font-size: 15px;
  margin-left: 10px;
  padding-top: 5px;
}
.sixianglist > .item > .right > img {
  width: 100%;
}
.sixianglist > .item > .middle {
  font-size: 15px;
  color: #f7efc9;
  font-weight: bold;
}
.borderbox {
  position: absolute;
  bottom: 0rem;
  z-index: 2;
  width: 100%;
}
.shadow1 {
  position: absolute;
  background-color: rgba(251, 217, 180, 0.29);
  width: 94%;
  left: 3%;
  bottom: -7px;
  height: 200px;
  border-radius: 10px;
}
.shadow2 {
  position: absolute;
  background-color: rgba(251, 217, 180, 0.29);
  width: 88%;
  left: 6%;
  bottom: -14px;
  height: 200px;
  border-radius: 10px;
}
