.bgC1 {
  /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
  background: var(--pub-color) !important;
}
.bgC2 {
  background: var(--pub-color);
}
.bgC3 {
  background: var(--pub-color);
}
.bgC4 {
  background: var(--pub-color);
}
.colorC1 {
  color: var(--pub-color) !important;
}
.colorC2 {
  color: var(--pub-color);
}
.colorC3 {
  color: var(--pub-color);
}
.colorC4 {
  color: var(--pub-color);
}
.bgImg1 {
  background: url('https://tedownloads.tcmjc.com/template/u144.svg') no-repeat;
}
.borderC1 {
  border-bottom: 4px solid var(--pub-color);
}
.borderC2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: var(--pub-color);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.borderC3::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: var(--pub-color);
  position: absolute;
  bottom: -1px;
  left: 0;
}
label.error {
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}
.panel-title,
.control-label,
.modal-title {
  font-weight: bold;
}
.btn-default {
  background: #055e66;
  color: white;
}
.btn-default:hover {
  background: #aaaaaa;
  color: white;
}
.btn-primary:hover {
  background: #055e66;
  color: white;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .contentBox {
    margin-top: 100px;
  }
  .contentBox .videoBox .addBox .fa-plus {
    display: none;
  }
  .contentBox .videoBox .shellBox {
    width: 100%;
  }
  .contentBox .videoBox .shellBox .listBox {
    display: flex;
    justify-content: center;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .updateClass .fa-pencil {
    display: none;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .updateClass .fa-trash-o {
    display: none;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%!important;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox {
    width: 100%!important;
    height: 185px!important;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .videoImg {
    width: 100%!important;
    height: 185px!important;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoContent {
    height: 76px!important;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoContent .videoContentBox .videoContentTitle {
    margin: 15px 0!important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .navBox {
    display: none;
  }
  #tszj .contentBox .videoBox .addBox .fa {
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .contentBox .videoBox .videoBox .addBox .fa-plus :hover {
    cursor: pointer;
  }
  .contentBox .videoBox .shellBox {
    display: flex;
    justify-content: center;
  }
  .contentBox .videoBox .shellBox .listBox {
    width: 85%;
    display: flex;
    justify-content: space-between;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .updateClass .fa-pencil {
    color: #F59A23;
    cursor: pointer;
  }
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .updateClass .fa-trash-o {
    color: #D9001B;
    cursor: pointer;
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .navBox {
    display: block;
  }
  .contentBox .videoBox .shellBox {
    display: flex;
    justify-content: center;
  }
  .contentBox .videoBox .shellBox .listBox {
    width: 95.8%;
    display: flex;
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .contentBox .videoBox .shellBox {
    display: flex;
    justify-content: center;
  }
  .contentBox .videoBox .shellBox .listBox {
    width: 79%;
    display: flex;
    justify-content: left;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
  .contentBox .videoBox .shellBox .listBox {
    width: 100%;
    display: flex;
    justify-content: left;
  }
}
#tszj {
  width: 100%;
  height: auto;
  color: #333;
}
#tszj .contentBox {
  margin-bottom: 100px;
}
#tszj .contentBox .videoBox {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
#tszj .contentBox .videoBox .addBox {
  width: 100%;
  height: auto;
}
#tszj .contentBox .videoBox .shellBox {
  width: 100%;
}
#tszj .contentBox .videoBox .shellBox .listBox {
  flex-wrap: wrap;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox {
  margin: 0 25px 45px;
  width: 270px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  border-width: 1px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox {
  width: 270px;
  height: 165px;
  position: relative;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .videoImg {
  width: 270px;
  height: 165px;
  border: 1px solid #F2F2F2;
  cursor: pointer;
  transition: all 2s;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .videoImg:hover {
  cursor: pointer;
  transform: scale(1.1);
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .contentPlay {
  font-size: 49.92px;
  color: #D7D7D7;
  position: absolute;
  left: 19.968px;
  bottom: 17.088px;
  cursor: pointer;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoImgBox .updateClass {
  display: flex;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoContent {
  width: 100%;
  height: 76px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoContent .videoContentBox {
  margin: 0 11.25px;
  font-size: 14px;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoContent .videoContentBox .videoContentTitle {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #333;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoContent .videoContentBox .videoContentTitle:hover {
  cursor: pointer;
  text-decoration: underline;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoContent .videoContentBox .videoContentLine {
  width: 92%;
  display: inline-flex;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
}
#tszj .contentBox .videoBox .shellBox .listBox .videolistBox .videoContent .videoContentBox .videoContentLine .typeName {
  color: var(--pub-color);
}
#tszj .contentBox .videoBox .shellBox .listBox .moreBox {
  width: 100%;
  text-align: center;
}
#tszj .contentBox .videoBox .shellBox .listBox .moreBox .more {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid var(--pub-color);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 87.5px;
  margin: 53px 0 25px 0;
}
#tszj .contentBox .videoBox .shellBox .listBox .moreBox .more:hover {
  color: #ffffff;
  background: var(--pub-color);
}
#tszj .uploadBtn {
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  margin: 0 0 15px 0;
  cursor: pointer;
}
@media (max-width: 1370px) {
  #tszj .contentBox .videoBox .shellBox .listBox .videolistBox{
    margin: 0 15px 45px;
  }
}
