@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.videoWidget03 {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding-top: 64px; }
  .videoWidget03 .title {
    text-align: center;
    font-size: 2.143em;
    padding-bottom: 16px;
    color: #2b2b2b;
    font-weight: initial; }
  .videoWidget03 .videoBox {
    width: 960px;
    margin: 32px auto;
    transition: width .5s, height .5s; }

/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .videoWidget03 {
    max-width: 100%;
    width: 100%; }
    .videoWidget03 .videoBox {
      width: auto; } }
@media (max-width: 768px) {
  .videoWidget03 {
    padding-top: 24px; }
    .videoWidget03 .title {
      font-size: 22px;
      padding-bottom: 24px; }
    .videoWidget03 .videoBox {
      margin: 0; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */

/*# sourceMappingURL=videoWidget03.css.map */
