/*公用变量*/
/*公用样式函数*/
.newsList {
  padding-top: 75px;
  padding-bottom: 20px;
  overflow: hidden;
}
.newsList ul {
  margin-left: -3.2%;
}
.newsList ul li {
  float: left;
  width: 30%;
  margin-left: 3.2%;
  margin-bottom: 58px;
}
.newsList .flipPageNum {
  padding-top: 0;
  margin-top: -30px;
}
.newsListThumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.newsListThumb:hover .forLine {
  display: block;
}
.newsListThumb img {
  display: block;
  width: 100%;
}
.newsListThumb .forLine {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #e60012;
  z-index: 20;
}
.newsListInfo {
  padding-top: 20px;
}
.newsListDate {
  float: left;
  width: 22%;
  text-align: center;
  background: url(../images/newsListLine.jpg) no-repeat right center;
}
.newsListDate span {
  display: block;
}
.newsListDate .dateM {
  font-size: 14px;
  line-height: 22px;
}
.newsListDate .dateD {
  font-size: 30px;
  color: #e60012;
  line-height: 40px;
  height: 47px;
}
.newsListDate .dateY {
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  font-weight: bold;
}
.newsListTitle {
  float: right;
  width: 74%;
}
.newsListTitle h3 {
  line-height: 22px;
  font-size: 16px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.newsListTitle h3 a {
  transition: all 0.3s;
  color: #fff;
}
.newsListTitle h3 a:hover {
  color: #e60012;
}
.newsListTitle p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 10px;
}
.newsListTitle .linkMore {
  float: right;
}
/*more样式*/
.linkMore {
  display: block;
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 20px;
  line-height: 20px;
  padding-right: 30px;
  background: url(../images/iconListMore.png) no-repeat center center;
  transition: all 0.5s;
}
.linkMore span {
  transition: all 0.5s;
  font-size: 12px;
  position: absolute;
  transform: rotate(180deg);
  opacity: 0;
  text-align: left;
}
.linkMore:hover {
  background-position: right center;
  width: 80px;
}
.linkMore:hover span {
  opacity: 1;
  transform: rotate(360deg);
}
.newsDetailTitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 60px;
}
.newsDetailContent img {
  max-width: 100%;
}
.newsDetail .pageShare {
  margin-top: 30px;
}
.newsDetail .pageShare .title {
  margin-right: 30px;
  line-height: 58px;
}
.newsDetail .detailFlip {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .newsList ul li {
    width: 46.6%;
  }
  .detailFlip a {
    display: block;
    width: 102px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .newsList ul {
    margin-left: 0;
  }
  .newsList ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
