/*
* description: 关于我们
* author: stt
* time: 2019-10-28
*/
.wrapper {
  width: 100%;
}
.main {
  width: 1204px;
  margin: 0 auto 130px;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.module {
  margin-top: 130px;
}
.module .module--title {
  font-size: 42px;
  color: #ff9225;
  line-height: 44px;
}
.module .module--title .module--title-english {
  font-size: 0;
  height: 36px;
}
.module .module--title .module--title-english.media-watching-squirrel {
  background: url(../png/media-watching-squirrel.png) no-repeat;
}
.module .module--title .module--title-english.squirrel-breaking-news {
  background: url(../png/squirrel-breaking-news.png) no-repeat;
}
.module .module--title .module--title-chinese {
  font-size: 54px;
  line-height: 64px;
  font-weight: bold;
}
.module .module--list {
  margin: 40px -19px 0;
  font-size: 0;
}
.module .module--list .module--list-item {
  display: inline-block;
  width: 33.3333%;
  padding: 0 19px;
  min-height: 270px;
  margin-top: 40px;
  position: relative;
  font-size: 16px;
}
.block--media {
  position: absolute;
  color: #5a5a5c;
  background-color: #f2f2f2;
  padding: 45px 35px;
  height: 270px;
  cursor: pointer;
  transition: all 0.1s ease 0s;
}
.block--media .media-date {
  font-size: 42px;
  color: #68686a;
  font-weight: bold;
}
.block--media .media-title {
  font-size: 20px;
  margin-top: 8px;
  line-height: 34px;
  height: 70px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.block--media .media-general {
  display: none;
  margin-top: 4px;
  font-size: 17px;
  line-height: 25px;
  text-indent: 34px;
}
.block--media .media-source {
  margin-top: 30px;
  font-size: 17px;
  text-align: right;
}
.block--media:hover {
  height: auto;
  min-height: 270px;
  background-color: #ff9225;
  z-index: 1;
  color: #fff;
}
.block--media:hover .media-date {
  color: #fff;
}
.block--media:hover .media-title {
  height: auto;
}
.block--media:hover .media-general {
  display: block;
}
.block--breaking-news {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 344px;
  margin-bottom: 47px;
}
.block--breaking-news .breaking-news-date {
  position: relative;
  padding-top: 7px;
  height: 74px;
  line-height: 44px;
  font-size: 42px;
  font-weight: bold;
  color: #68686a;
  border-top: 2px solid #68686a;
}
.block--breaking-news .breaking-news-date:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #68686a;
  border-radius: 50%;
  top: -9px;
  left: 0;
}
.block--breaking-news .breaking-news-order {
  width: 100%;
  height: 270px;
  position: absolute;
  background-color: #f2f2f2;
  z-index: 1;
  top: 74px;
  left: 0;
  padding: 30px 33px 45px;
}
.block--breaking-news .breaking-news-order .water-print {
  font-weight: bold;
  color: #fff;
  height: 155px;
  font-size: 108px;
  padding-top: 3px;
  line-height: 112px;
}
.block--breaking-news .breaking-news-order .breaking-news-general {
  opacity: 0;
  margin-top: 4px;
  font-size: 17px;
  text-indent: 34px;
  display: none;
  line-height: 25px;
}
.block--breaking-news .breaking-news-content {
  position: absolute;
  top: 74px;
  width: 100%;
  height: 270px;
  padding: 45px 35px;
  z-index: 5;
}
.block--breaking-news .breaking-news-content .breaking-news-title {
  font-size: 20px;
  margin-top: 70px;
  line-height: 34px;
  height: 70px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.block--breaking-news .breaking-news-content .breaking-news-general {
  display: none;
  margin-top: 4px;
  font-size: 17px;
  line-height: 25px;
  text-indent: 34px;
  z-index: 5;
}
.block--breaking-news:hover .breaking-news-date {
  border-top: 2px solid #ff9225;
  color: #ff9225;
}
.block--breaking-news:hover .breaking-news-date:before {
  background-color: #ff9225;
}
.block--breaking-news:hover .breaking-news-order {
  min-height:270px;
  background-color: #ff9225;
  height: auto;
  padding-top: 13px;
  z-index: 20;
}
.block--breaking-news:hover .breaking-news-order .water-print {
  color: #ffab54;
}
.block--breaking-news:hover .breaking-news-order .breaking-news-general {
  opacity: 0;
  display: block;
}
.block--breaking-news:hover .breaking-news-content {
  z-index: 30;
  height: auto;
  min-height: 270px;
  color: #fff;
}
.block--breaking-news:hover .breaking-news-content .breaking-news-title {
  margin-top: 53px;
  line-height: 34px;
  height: auto;
}
.block--breaking-news:hover .breaking-news-content .breaking-news-general {
  display: block;
}
.load-more {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin: 20px auto 0;
  width: 200px;
}
.load-more.load-more-media {
  margin-top: 67px;
}
.load-more span {
  display: inline-block;
  margin: auto;
  padding: 6px 16px;
  border: 1px solid #68686a;
  transition: all 0.1s;
}
.load-more:hover span {
  color: #ff9225;
  border: 1px solid #ff9225;
}
