@charset "utf-8";
.news.p100 {
  padding-top: 0;
}
.recommend-news {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f6f7;
}
.recommend-news .img {
  width: 48%;
}
.recommend-news .img img {
  width: 100%;
}
.recommend-news .text {
  width: 52%;
  background-color: #f5f6f7;
  padding: 10px 0 10px 15px;
}
.recommend-news .text .t {
  color: #b61a86;
}
.recommend-news .text .t span {
  margin: 0 8px;
}
.recommend-news .text .title {
  font-size: 16px;
  line-height: 1.3;
  margin: 7px 0;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient:vertical;
  /* autoprefixer: on */
  -webkit-line-clamp:2;
}
.recommend-news .text .title a:hover {
  color: #b61a86;
}
.recommend-news .text .desc {
  color: #999;
  line-height: 1.5;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient:vertical;
  /* autoprefixer: on */
  -webkit-line-clamp:2;
}
.news-category {
  text-align: center;
  margin: 30px auto 45px;
}
.news-category a {
  color: #666;
  padding-bottom: 15px;
}
.news-category a:hover, .news-category a.active {
  color: #b61a86;
  border-bottom: 1px solid #b61a86;
}
.news-category a+a {
  margin-left: 6.48%;
}
.news-list .news-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.news-list .news-item:nth-child(2n) {
  margin-right: 0;
}
.news-item .img{
  width: 100%;
  display: block;
  overflow: hidden;
}
.news-item .img img {
  width: 100%;
  height: 100%;
  transition: .5s ease-in-out;
}
.news-item a.img:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.news-item .title {
  font-size: 16px;
  margin: 15px 0 10px;
  line-height: 1;
}
.news-item .title a:hover {
  color: #b61a86;
}
.news-item .desc {
  color: #999;
  line-height: 1.6;
}
.news-item a.more {
  font-size: 12px;
  color: #999;
  display: block;
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.news-item a.more:hover {
  color: #b61a86;
}