@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');
}
.container-fluid {
  background: url(../../images/professional/bg.png);
}
.container-fluid .onlineVideo {
  min-height: 400px;
}
.container-fluid .onlineVideo .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-fluid .onlineVideo .content .contentList {
  width: 1174px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container-fluid .onlineVideo .content .contentList .item {
  margin-top: 30px;
  display: flex;
  width: 378px;
  overflow: hidden;
}
.container-fluid .onlineVideo .content .contentList .item a {
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container-fluid .onlineVideo .content .contentList .item a .top {
  position: relative;
}
.container-fluid .onlineVideo .content .contentList .item a .top img {
  width: 100%;
  height: 240px;
}
.container-fluid .onlineVideo .content .contentList .item a .top span {
  position: absolute;
  font-size: 70px;
  color: #fff;
  top: 70px;
  left: 169px;
}
.container-fluid .onlineVideo .content .contentList .item a .bottom {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container-fluid .onlineVideo .content .contentList .item a .bottom .title {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  line-height: 18px;
  font-size: 18px;
  color: #333333;
  font-family: 'SourceHanSerifCN-Medium';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container-fluid .onlineVideo .content .contentList .item a .bottom .text {
  margin-top: 10px;
  width: 100%;
  font-family: 'SourceHanSerifCN-Regular';
  line-height: 16px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container-fluid .onlineVideo .content .contentList .item + .item {
  margin-left: 20px;
}
.container-fluid .onlineVideo .content .contentList .item:nth-of-type(4n) {
  margin-left: 0;
}
.container-fluid .pagination {
  margin: 0;
  padding-top: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  clear: both;
}
.container-fluid .pagination ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
}
.container-fluid .pagination ul li a {
  color: #666666;
  display: block;
  width: 55px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}
.container-fluid .pagination ul li a.active {
  background: url("../../images/paginationActive.png") no-repeat center center;
  color: #fff;
}
.container-fluid .pagination .toPage {
  display: flex;
  flex-direction: row;
  line-height: 30px;
}
.container-fluid .pagination .toPage input {
  width: 60px;
  height: 30px;
  margin: 0 10px;
  background-color: rgba(187, 169, 120, 0.2);
  border: none;
}
.container-fluid .pagination .toPage input:focus {
  border: unset;
}
.container-fluid .pagination .toPage span {
  font-size: 16px;
  color: #666;
}
.container-fluid .pagination .toPage p {
  font-size: 16px;
  margin-left: 40px;
  background-color: #bba978;
  color: #fff;
  padding: 0 12px;
  margin-bottom: 0;
}
.container-fluid footer {
  clear: both;
}
@media screen and (max-width: 1780px) {
  .onlineVideo {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1330px) {
  .onlineVideo {
    padding: 0;
    width: 100%;
    margin-left: 0%;
  }
}
