@font-face {
  font-family: 'SourceHanSerifCN-Regular';
  src: url('../../fonts/SourceHanSerifCN-Regular.otf');
}
@font-face {
  font-family: 'SourceHanSerif-Bold';
  src: url('../../fonts/SourceHanSerif-Bold.ttf');
}
@font-face {
  font-family: 'SourceHanSerifCN-Medium';
  src: url('../../fonts/SourceHanSerifCN-Medium.otf');
}
@font-face {
  font-family: 'Arial MT';
  src: url('../../fonts/Arial-MT.ttf');
}
.container-fluid .contentBox {
  padding: 0 0 80px 0;
  margin: 10px auto 0;
  width: 1194px;
}
.container-fluid .contentBox .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container-fluid .contentBox .list .item {
  box-shadow: 0px 1px 10px 0px rgba(35, 24, 21, 0.05);
  margin-top: 30px;
  width: 378px;
}
.container-fluid .contentBox .list .item a {
  text-decoration: none;
}
.container-fluid .contentBox .list .item a .imgBox {
  width: 378px;
  height: 240px;
  padding: 30px 20px 0 20px;
  background-color: #F7F1E2;
}
.container-fluid .contentBox .list .item a .imgBox img {
  width: 100%;
  height: 100%;
}
.container-fluid .contentBox .list .item a .text h1 {
  font-family: 'SourceHanSerif-Bold';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin: 0;
  padding: 20px 0 20px 20px;
  background-color: #fff;
  color: #333333;
}
.container-fluid .contentBox .list .item a .text h1 i {
  font-size: 22px;
  margin-right: 10px;
  color: #BBA978;
}
.container-fluid .contentBox .list .item a .active h1 {
  color: #6FB41B;
}
.container-fluid .contentBox .list .item a .active h1 i {
  color: #6FB41B;
}
.container-fluid .contentBox .list .item + .item {
  margin-left: 30px;
}
.container-fluid .contentBox .list .item:nth-of-type(4n) {
  margin-left: 0;
}
@media screen and (max-width: 1220px) {
  .container-fluid .contentBox {
    margin: 10px auto 0;
    width: 1034px;
  }
  .container-fluid .contentBox .list .item {
    width: 338px;
  }
  .container-fluid .contentBox .list .item a .imgBox {
    width: 338px;
    height: 200px;
  }
  .container-fluid .contentBox .list .item + .item {
    margin-left: 10px;
  }
  .container-fluid .contentBox .list .item:nth-of-type(4n) {
    margin-left: 0;
  }
}
