/* 内容 */
.contentInfo{
  width: 80vw;
  margin: 1vh 0vw ;
  padding: 0vw!important;
  display: flex;
  flex-wrap: wrap;
}
.contentInfo>div:nth-child(2n){
  margin-left: 10vw;
}
.contentItem{
  width: 35vw;
  height: 10vh;
  margin-bottom: 4vh;
  border-bottom: 1px solid #e3e3e3;
}
.contentItem>div{
  display: flex;
  font-size: 1.2vw;
  color: #333333;
}
.contentItem>div>img{
  width: 2vw;
}
.contentItem>div>text:hover{
  color: red;
  cursor: pointer;
}
.contentItem>p{
  margin: 0;
  font-size: 1vw;
  color: #999999;
  margin-left: 0.3vw;
}

/* 页码 */
.contentPage{
  width: 80vw;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
}
.contentPage div{
  height: 5vh;
  line-height: 5vh;
  padding: 0 2vh;
  margin-right: 0.2vw;
  border: 1px solid #eeeeee;
}
.contentPage input{
  margin: 0 1vh;
  text-align: center;
}
.contentPageANum{
  display: flex;
}
   .nowColor {
    background-color: #1e9fff;
    color: #fff;
   }