@charset "UTF-8";
/**
 * 
 * @authors Sean (982653014@qq.com)
 * @date    2017-01-14 21:35:23
 * @version $Id$
 */
/**
 * 定义变量 start
 * @type {String}
 */
.wp {
  max-width: 720px;
}
.wp .lingyvtitle {
  height: 4.46666667rem;
  background: #ccc;
}
.wp .lingyvtitle h2 {
  line-height: 3.13333333rem;
  color: #ff6666;
  text-align: center;
  margin-top: 0.66666667rem;
  font-size: 1rem;
}
.wp .lingyv {
  width: 100%;
  position: relative;
  height: 17.4rem;
}
.wp .lingyv .swiper-pagination {
  position: static;
  background: #ccc;
  width: 100%;
  overflow: hidden;
  height: 2.73333333rem;
}
.wp .lingyv .swiper-pagination span {
  width: 7.43333333rem;
  height: 2.26666667rem;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  font-size: 0.8rem;
  line-height: 2.26666667rem;
  background: white;
  color: #666;
}
.wp .lingyv .swiper-pagination span.cur {
  background: #ff6666;
  color: white;
}
.wp .lingyv .swiper-wrapper {
  width: 24rem;
  height: 14.93333333rem;
  overflow: visible;
}
.wp .lingyv .swiper-wrapper .swiper-slide div {
  width: 50%;
  height: 4.9rem;
  float: left;
  border-bottom: 0.08666667rem solid #ccc;
  border-left: 0.06666667rem solid #ccc;
  padding: 0.56666667rem 0 0 0.83333333rem;
}
.wp .lingyv .swiper-wrapper .swiper-slide div img {
  float: left;
  margin-right: 0.56666667rem;
  width: 2.06666667rem;
  height: 2.06666667rem;
}
.wp .lingyv .swiper-wrapper .swiper-slide div h6,
.wp .lingyv .swiper-wrapper .swiper-slide div a {
  font-size: 0.86666667rem;
  line-height: 1.46666667rem;
}
.wp .lingyv .swiper-wrapper .swiper-slide div p {
  font-size: 0.7rem;
  color: #a9a7a7;
}
.wp .lingyv .swiper-wrapper .swiper-slide div:nth-child(odd) {
  border-left: none;
}
.wp .lingyv .swiper-wrapper .swiper-slide div.a img {
  margin-top: 0.66666667rem;
}
.wp .lingyv .swiper-wrapper .swiper-slide div.a a {
  line-height: 3.33333333rem;
  color: red;
}
