@charset "UTF-8";
/**
* 四周年活动列表页 手机端样式
* @authors guotong
* @date    2015-12-08 15:06:06
*/
body{
  font-family: 'Microsoft YaHei';
  padding-bottom: .2rem;
  font-size: .24rem;
  background: #f9eae5;
  min-height: 12rem;
}
.main-header{
  display:block;
  width: 100%;
  background: url(../images/recommend/head-bg.jpg) center no-repeat;
  background-size: cover;
  height: 2.28rem;
  text-align: center;
  line-height: .86rem;
  font-size: .34rem;
  color: #f55100;
}
.party-list{
  display: block;
  width: 6.2rem;
  margin: 0 auto .5rem;
  color: #fff;
}
.party-item{
  width: 100%;
  margin-top:.2rem;
  overflow: hidden;
  background: #fff;
  padding-bottom: .1rem;
}
.party-item a{
  display: block;
}
.party-item a .img-box{
    position: relative;
}
.img-box img{
  width: 100%;
}
.img-box .party-name{
  font-size: .28rem;
  margin-top:.1rem;
  line-height: .6rem;
  height: .6rem;
  padding-left: .1rem;
  color: #fd6131;
}
.party-list p{
  line-height: .4rem;
  height:.4rem;
  padding-left: .1rem;
  color: #666666;

}
.pulluploading{
  width: 100%;
  text-align: center;
  color: #fff;
}
 
