.header-img {

  position: relative;

}

.header-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.img-font {
  position: absolute;
  left: 2.6rem;
  bottom: 2.65rem;
}

.img-font-chinese {
  font-family: Source Han Serif CN-Bold;
  font-weight: bold;
  font-size: 0.46rem;
  color: #F6E1F4;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.img-font-english {
  margin-top: 0.12rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #F6E1F4;
  letter-spacing: 0.05rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.bbox {
  width: 100%;
}

.box-xin {
  width: 14rem;
  padding: 0.8rem 0 0.54rem 0;
  margin: 0 auto;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; */
}

.newbox {
  display: flex;
  align-items: center;
  /* width: 14rem;
  height: 1.52rem; */
  background: #FFFFFF;
  
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #E2E2E2;
  padding: 0.23rem 0.25rem 0.3rem;
  width:14rem;
}
.newbox:hover .newbox_c{
    color: #630C88;
}
 .newbox:hover{
  /*height: 1.52rem;*/
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
} 

.date {

  font-family: MicrosoftYaHei,
    MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.46rem;
  color: #333333;
  /* line-height: 0.26rem; */
  /* letter-spacing: 20px; */
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.07rem
}

.year {
  width: 0.72rem;
  font-family: Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  /* line-height: 0rem; */
  text-align: center;
  white-space: nowrap;
  font-style: normal;
  /* text-transform: none; */
}

.newbox_line {
  width: 0.01rem;
  height: 0.89rem;
  background: #BFBFBF;
  border-radius: 0rem 0rem 0rem 0rem;
  margin-left: 0.27rem;
  margin-right: 0.37rem;
}

.newbox_c:hover .newbox_tit{
    color: #630C88;
}
.newbox_tit {
  margin-bottom: 0.16rem;
  font-family: Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  /* color: #630C88; */
  /* line-height: 0rem; */
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: color 1s;
}

.newbox_con {
  /* width: 12.13rem;
  height: 0.52rem; */
  font-family: Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  /* line-height: 0.28rem; */
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    
}
.page{
  margin-bottom: 0.55rem !important;
}