@charset "utf-8";

/* 内容列表 */

.mainList{
  margin-bottom: 60px;
  margin-top: 50px;
}

.mainList_item{
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 30px;
}

.mainList_item a{
  position: relative;
}

.mainList_item:hover .mainList_txt{
  color: #333;
}

.mainList_img{
  width: 92%;
  height: 210px;
}

.mainList_txt{
  line-height: 40px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff4444;
}




/* 内容列表 end */
