@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.layoutWidget13 {
  font-size: 1em;
  color: #999;
  overflow: hidden; }
  .layoutWidget13 .box {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px 40px; }
    .layoutWidget13 .box .thumbnail {
      width: 50%;
      height: 100%;
      float: right;
      box-sizing: border-box;
      padding: 40px 0px; }
      .layoutWidget13 .box .thumbnail img {
        width: 100%;
        height: 100%;
        display: block; }
      .layoutWidget13 .box .thumbnail:hover .swiper-button-next, .layoutWidget13 .box .thumbnail:hover .swiper-container-rtl .swiper-button-prev {
        right: 10px;
        opacity: 1; }
      .layoutWidget13 .box .thumbnail:hover .swiper-button-prev, .layoutWidget13 .box .thumbnail:hover .swiper-container-rtl .swiper-button-next {
        left: 10px;
        opacity: 1; }
      .layoutWidget13 .box .thumbnail .swiper-pagination {
        bottom: 40px;
        height: 2em;
        line-height: 2em;
        color: #ffffff; }
      .layoutWidget13 .box .thumbnail .swiper-pagination-bullet {
        background: #ffffff; }
      .layoutWidget13 .box .thumbnail .swiper-pagination-bullet-active {
        background: #ffffff; }
      .layoutWidget13 .box .thumbnail .swiper-button-next, .layoutWidget13 .box .thumbnail .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
        right: -30px;
        transition: all .3s;
        opacity: 0; }
      .layoutWidget13 .box .thumbnail .swiper-button-prev, .layoutWidget13 .box .thumbnail .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
        left: -30px;
        transition: all .3s;
        opacity: 0; }
    .layoutWidget13 .box .caption {
      width: 50%;
      float: left; }
      .layoutWidget13 .box .caption .captionBox {
        width: 100%;
        padding: 40px 40px 40px 0px;
        box-sizing: border-box; }
        .layoutWidget13 .box .caption .captionBox h2 {
          font-size: 1.286em;
          margin-bottom: 16px; }
        .layoutWidget13 .box .caption .captionBox .content {
          min-height: 152px; }
        .layoutWidget13 .box .caption .captionBox .btn {
          font-weight: bold;
          text-decoration: none;
          display: inline-block;
          margin-top: 40px;
          min-width: 90px;
          text-align: center;
          padding: 9px 30px; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
@media (max-width: 1200px) {
  .layoutWidget13 .caption .captionBox {
    width: auto; } }
/* Medium devices (tablets, less than 992px) 平板端 */
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .layoutWidget13 .box {
    padding: 16px; }
    .layoutWidget13 .box .thumbnail {
      width: 100%;
      padding: 0 0 8px 0; }
    .layoutWidget13 .box .caption {
      width: 100%; }
      .layoutWidget13 .box .caption .captionBox {
        padding: 0px; }
        .layoutWidget13 .box .caption .captionBox h2 {
          margin-bottom: 16px; }
        .layoutWidget13 .box .caption .captionBox .content {
          min-height: 112px; }
        .layoutWidget13 .box .caption .captionBox .btn {
          margin-top: 40px; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */

/*# sourceMappingURL=layoutWidget13.css.map */
