@charset "UTF-8";
@media only screen and (min-width: 1024px) {
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: #F6F7FB;
  }
  .banner {
    width: 1920px;
    height: 470px;
    overflow: hidden;
    position: relative;
  }
  .banner .banner-bg {
    width: 1920px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(5px);
    filter: blur(15px);
  }
  .banner .wrap {
    width: 1920px;
    height: 470px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .banner .swiper-box {
    margin: 25px auto;
    width: 1000px;
    height: 420px;
    position: relative;
  }
  .banner .swiper-box .swiper-container {
    width: 100%;
    height: 100%;
  }
  .banner .swiper-box .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .banner .swiper-box .swiper-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
    width: 1000px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 300px 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #fff;
  }
  .banner .swiper-box .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 50px;
  }
  .banner .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 6px;
    cursor: pointer;
    background-color: #fff;
    opacity: 0.5;
  }
  .banner .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .news {
    width: 1000px;
    background: #fff;
    margin: 30px auto 100px;
    padding: 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news .title {
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news .title p {
    font-size: .28rem;
    text-align: center;
    margin: 0;
    color: #666666;
    position: relative;
    cursor: pointer;
  }
  .news .title p:nth-child(2) {
    margin-left: .81rem;
  }
  .news .title p span {
    position: absolute;
    background: #FF3333;
    width: .36rem;
    height: .06rem;
    border-radius: .03rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -.1rem;
    display: none;
  }
  .news .title .cor {
    color: #000000;
  }
  .news .title .cor span {
    display: block;
  }
  .news .list {
    display: none;
  }
  .news .videoList {
    margin-top: .3rem;
  }
  .news .videoList section {
    position: relative;
  }
  .news .videoList span {
    position: absolute;
    bottom: .07rem;
    right: .1rem;
    color: #fff;
    font-size: .22rem;
    text-align: center;
    width: .45rem;
    height: .2rem;
  }
  .news .videoList span i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .7;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: .07rem;
  }
  .news .videoList span em {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-style: normal;
    font-size: .14rem;
    line-height: .2rem;
  }
  .news .videoList video {
    display: none;
  }
  .news .videoList p {
    margin: 0;
    color: #000;
    font-weight: 400;
    width: 2.88rem;
    font-size: .16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: .2rem;
    left: .09rem;
  }
  .news .videoList div {
    padding-bottom: .48rem;
    width: 306px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(8, 1, 3, 0.05);
            box-shadow: 0px 4px 5px 0px rgba(8, 1, 3, 0.05);
    margin-top: .21rem;
    border-radius: .1rem;
  }
  .news .videoList div:nth-child(2) {
    margin-left: .03rem;
  }
  .news .videoList div:nth-child(3) {
    margin-left: .03rem;
  }
  .news .videoList img {
    width: 306px;
    height: 187px;
    border-radius: .1rem;
    cursor: pointer;
  }
  .news .news-item {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    cursor: pointer;
  }
  .news .news-item .cover-img {
    width: 210px;
    height: 130px;
    margin-right: 30px;
    float: left;
  }
  .news .news-item .right-box {
    width: calc(100% - 250px);
    float: left;
  }
  .news .news-item .right-box p {
    margin: 0;
  }
  .news .news-item .right-box .item-title {
    font-size: 22px;
    font-weight: bold;
  }
  .news .news-item .right-box .item-author {
    font-size: 14px;
    color: #808080;
    margin: 15px 0 15px;
  }
  .news .news-item .right-box .item-des {
    font-size: 14px;
    color: #545454;
    line-height: 26px;
  }
  .news .news-item:last-of-type {
    border: none;
  }
  .videoPlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
  }
  .videoPlay .mock {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
  }
  .videoPlay section {
    width: 7.2rem;
    height: 4.05rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .videoPlay section video {
    width: 100%;
    height: 100%;
    border-radius: .08rem;
  }
  .videoPlay section img {
    position: absolute;
    top: 0;
    right: -.27rem;
    width: .21rem;
    height: .2rem;
    cursor: pointer;
  }
}

/* 手机等小屏幕手持设备 */
@media only screen and (max-width: 1024px) {
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  #app {
    width: 100vw;
    overflow: hidden;
  }
  .banner {
    width: 100%;
    height: 3.15rem;
    overflow: hidden;
    position: relative;
  }
  .banner .banner-bg {
    display: none;
  }
  .banner .wrap {
    display: none;
  }
  .banner .swiper-box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner .swiper-box .swiper-container {
    width: 100%;
    height: 100%;
  }
  .banner .swiper-box .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .banner .swiper-box .swiper-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
    width: 100%;
    height: .64rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 .3rem 0 .3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .26rem;
    color: #fff;
  }
  .banner .swiper-box .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: .64rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: .2rem;
  }
  .banner .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    margin: .06rem;
    cursor: pointer;
    background-color: #fff;
    opacity: 0.5;
  }
  .banner .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .list {
    display: none;
    margin-top: 0.25rem;
    padding: 0 .25rem;
  }
  .news {
    width: 100%;
    background: #fff;
    margin: 0 auto 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news .title {
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding: .25rem 0 .27rem 0;
  }
  .news .title p {
    font-size: .28rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin: 0;
    color: #666666;
    position: relative;
    line-height: .28rem;
  }
  .news .title p span {
    position: absolute;
    background: #FF3333;
    width: .36rem;
    height: .06rem;
    border-radius: .03rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -.1rem;
    display: none;
  }
  .news .title .cor {
    color: #000000;
  }
  .news .title .cor span {
    display: block;
  }
  .news .videoList {
    padding: 0 .25rem;
  }
  .news .videoList section {
    position: relative;
    width: 7rem;
    height: 4rem;
  }
  .news .videoList span {
    position: absolute;
    bottom: .07rem;
    right: .1rem;
    color: #fff;
    font-size: .22rem;
    text-align: center;
    width: .83rem;
    height: .37rem;
  }
  .news .videoList span i {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
  }
  .news .videoList span em {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    font-style: normal;
  }
  .news .videoList video {
    width: 100%;
    height: 100%;
    border-radius: .1rem;
    background: #000;
  }
  .news .videoList img {
    display: none;
  }
  .news .videoList p {
    margin: .3rem 0 .2rem 0;
    font-size: .3rem;
    color: #000;
    font-weight: 400;
  }
  .news .videoList div {
    padding-bottom: .3rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .news .news-item {
    padding: .3rem 0;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    cursor: pointer;
  }
  .news .news-item .cover-img {
    width: 2.1rem;
    height: 1.3rem;
    margin-right: .3rem;
    float: left;
  }
  .news .news-item .right-box {
    width: calc(100% - 2.5rem);
    float: left;
  }
  .news .news-item .right-box p {
    margin: 0;
  }
  .news .news-item .right-box .item-title {
    font-size: .3rem;
    font-weight: 400;
    height: 1rem;
  }
  .news .news-item .right-box .item-author {
    font-size: .21rem;
    color: #808080;
  }
  .news .news-item .right-box .item-des {
    display: none;
  }
  .news .news-item:last-of-type {
    border: none;
  }
  .videoPlay {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */