@charset "UTF-8";
body {
  background-color: #FCF6D6;
  background-image: url(../images/visitsee/m_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto; }
  body .container {
    padding: 15.5rem .5rem 5rem .5rem; }
    body .container .main .center {
      text-align: center;
      margin-bottom: .8rem; }
      body .container .main .center img.title {
        width: 7rem;
        padding: 2rem 0 1rem; }
      body .container .main .center img.full {
        width: 100%; }
      body .container .main .center p {
        color: #089539;
        font-size: .7rem; }
      body .container .main .center.video {
        display: block; }
      body .container .main .center.time {
        position: relative; }
        body .container .main .center.time .pai {
          position: absolute;
          color: #AE4D09;
          font-size: .6rem;
          top: 0;
          padding: 1.4rem 4.3rem 0; }
          body .container .main .center.time .pai span {
            color: #069539;
            float: left;
            font-size: 1rem;
            padding-top: .4rem; }
          body .container .main .center.time .pai div {
            margin-left: 2.5rem;
            padding: 0 .7rem; }
        body .container .main .center.time .kuan {
          position: absolute;
          color: #604647;
          font-size: .6rem;
          top: 6rem;
          padding: 1rem 1.3rem;
          text-align: left; }
          body .container .main .center.time .kuan span {
            color: #009537; }
    body .container .main .timeline {
      background-image: url(../images/visitsee/line.png);
      background-repeat: no-repeat;
      background-size: 90% 90%;
      background-position: center; }
    body .container .main .wonderful {
      padding: 1rem;
      height: 10rem;
      background-image: url("../images/visitsee/jcsj_bg.png");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      body .container .main .wonderful .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto; }
      body .container .main .wonderful .swiper-slide {
        background-size: cover;
        /*background-position: center;*/
        background-position: top; }
      body .container .main .wonderful .gallery-top {
        height: 80%;
        width: 100%; }
      body .container .main .wonderful .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0; }
        body .container .main .wonderful .gallery-thumbs .swiper-slide {
          height: 100%;
          opacity: 0.4; }
        body .container .main .wonderful .gallery-thumbs .swiper-slide-thumb-active {
          opacity: 1; }
    body .container .main .news-contant {
      overflow: hidden; }
      body .container .main .news-contant .item {
        padding: .3rem 1rem; }
        body .container .main .news-contant .item .date {
          color: #079235;
          float: left; }
          body .container .main .news-contant .item .date span {
            font-size: 1rem;
            font-weight: 500; }
          body .container .main .news-contant .item .date p {
            text-align: right;
            font-size: .5rem; }
        body .container .main .news-contant .item .article {
          margin-left: 3rem;
          padding: 0 20px 20px 20px; }
          body .container .main .news-contant .item .article .article-title {
            color: #039533;
            font-size: .65rem;
            font-weight: 600;
            display: -webkit-box;
            /*将对象转为弹性盒模型展示*/
            -webkit-box-orient: vertical;
            /*设置弹性盒模型子元素的排列方式*/
            -webkit-line-clamp: 1;
            /*限制文本行数*/
            overflow: hidden;
            /*超出隐藏*/ }
          body .container .main .news-contant .item .article p {
            height: .05rem;
            width: 1.2rem;
            background: #069539;
            margin: 0.5rem 0; }
          body .container .main .news-contant .item .article .cont {
            color: #423225;
            font-size: .65rem;
            display: -webkit-box;
            /*将对象转为弹性盒模型展示*/
            -webkit-box-orient: vertical;
            /*设置弹性盒模型子元素的排列方式*/
            -webkit-line-clamp: 3;
            /*限制文本行数*/
            overflow: hidden;
            /*超出隐藏*/ }
          body .container .main .news-contant .item .article .more {
            padding-top: .6rem;
            color: #069539;
            display: block;
            font-size: .6rem;
            text-align: right; }
            body .container .main .news-contant .item .article .more span {
              background-color: #C8F1C5; }
              body .container .main .news-contant .item .article .more span i {
                padding: 10px; }

/*# sourceMappingURL=visitsee.css.map */
