/* @font-face {
  font-family: 'Alibaba PuHuiTi';
  src: url('../../fonts/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.eot');
  src: url('../../fonts/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.woff2') format('woff2'),
    url('../../fonts/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.woff') format('woff'),
    url('../../fonts/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.ttf') format('truetype');
} */

.mod-loading {
  width: 50px;
  height: 50px;
  margin: 30px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

body {
  font-family: "Microsoft Yahei", 微软雅黑, "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: #4a4a4a;
}

.page_container {
  width: 1260px;
  margin: 0 auto;
}


.cnt_group {
  overflow: hidden;
  margin: -10px;
  margin-bottom: 10px;
}

.cnt_group .cnt_item {
  float: left;
  width: 33.3%;
  padding: 10px;
}

.cnt_group .cnt_item:nth-child(4),
.cnt_group .cnt_item:nth-child(5) {
  width: 50%;
}

.cnt_group .cnt_item a {
  display: block;
  width: 100%;
  border: 1px solid #bfbfbf;
}

.cnt_group .cnt_item .cover {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cnt_group .cnt_item:nth-child(4) .cover,
.cnt_group .cnt_item:nth-child(5) .cover {
  height: 260px;
}

.cnt_group .cnt_item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.cnt_group .video_item .cover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
}

.cnt_group .video_item .cover i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 66px;
  opacity: .7;
  transition: all .4s;
}

.cnt_group .video_item:hover .cover i {
  opacity: 1;
}

.cnt_group .cnt_item a:hover .cover img {
  transform: scale(1.1);
}

.cnt_group .cnt_item .msg {
  display: block;
  padding: 8px 14px;
  height: 166px
}

.cnt_group .video_item .msg {
  height: 120px;
}

.cnt_group .cnt_item:nth-child(4) .msg,
.cnt_group .cnt_item:nth-child(5) .msg {
  height: 210px;
}

.cnt_group .video_item:nth-child(4) .msg,
.cnt_group .video_item:nth-child(5) .msg {
  height: 140px;
}

.cnt_group .cnt_item .msg label {
  color: #4b5258;
  display: block;
  margin-bottom: 10px;
}

.cnt_group .cnt_item .msg label i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-right: 4px;
}

.cnt_group .cnt_item .msg label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.cnt_group .cnt_item .msg h4 {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #4a4a4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  transition: all .4s;
}

.cnt_group .video_item .msg h4 {
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
}

.cnt_group .cnt_item a:hover .msg h4 {
  color: #000;
}

.cnt_group .cnt_item .msg p {
  font-size: 12px;
  line-height: 18px;
  color: #9f9e9d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cnt_group .cnt_item .msg em {
  display: block;
  font-size: 14px;
  color: #9b9ba3;
  margin-top: 15px;
}

.cnt_group .cnt_item .msg em i,
.cnt_group .cnt_item .msg em span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  font-size: 12px;
}

.cnt_group .cnt_item:nth-child(4) .msg em,
.cnt_group .cnt_item:nth-child(5) .msg em {
  margin-top: 30px;
}

.cnt_ad {
  display: block;
  width: 100%;
  height: 186px;
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.cnt_ad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.cnt_ad:hover img {
  transform: scale(1.1);
}

.more_btn {
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  user-select: none;
  display: none;
}

.more_btn i,
.more_btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #5d5d66;
  transition: all .2s;
}

.more_btn i {
  margin-left: 2px;
}

.more_btn:hover i,
.more_btn:hover span {
  color: #4e2a8c;
  font-weight: bold;
}

@media (max-width: 768px) {
  .cnt_ad {
    height: 68px;
  }
}