@charset "UTF-8";

@-moz-keyframes mymove {
  0% {
    bottom: .36rem; }
  60% {
    bottom: .16rem; }
  100% {
    bottom: .36rem; } }

@keyframes mymove {
  0% {
    bottom: .36rem; }
  60% {
    bottom: .16rem; }
  100% {
    bottom: .36rem; } }

@-webkit-keyframes mymove /*Safari and Chrome*/ {
  0% {
    bottom: .32rem; }
  60% {
    bottom: .12rem; }
  100% {
    bottom: .32rem; } 
}

#index{ 
  width: 100%;height: 100%;
  max-width: 750px;
  font-family: "微软雅黑"; 
  position: relative;margin: 0 auto;overflow: hidden;
}

#index .banner{ 
  width:750px;
  height: 850px;
  overflow: hidden;
 }
#index .banner_index{ width: 100%;height: 100%;}
#index .banner_index div.swiper-pagination{ 
   bottom: 36px;
 }
#index .banner_index .swiper-pagination .swiper-pagination-bullet{ 
  width: 17px;background: #fff;
  height: 17px;opacity: 1;
  margin: 0 10px;
 }
#index .banner_index .swiper-pagination .swiper-pagination-bullet-active{ 
  width: 17px;background: #008aff;
  height: 17px;opacity: 1;
 }
#content {width:750px;overflow: hidden;position: relative;}
/* news  */
#content .news{ 
  padding:18px 40px 0;
  width:670px;
  height: 780px;
}
#content .title{ 
  width:100%;height: 91px;
  border-bottom: 2px solid #0d9aeb; overflow: hidden;
}
#content .title h3{ 
  height: 60px;width:100%;
  margin-top:16px;
  background: url('../images/common/arrow.png') no-repeat;
  line-height: 60px;
  text-indent: 20px;
  font-size: 35px;
  color:#fff;
}
#content .news ul{ 
  overflow: hidden;
  min-height: 430px;
  margin-bottom: 22px;
}
#content .news ul li{ 
  width:100%;height: 88px;
  border-bottom: 2px dotted #939393;
}
#content .news ul li p{ 
  width:506px;line-height: 88px;
  font-size: 26px;
  color: #3e3e3e;
  float: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
#content .news ul li span{ 
  line-height: 88px;
  font-size: 26px;
  color: #3e3e3e;
  float: right;
}
#content .news .more{ 
  width:100%;
  height: 80px;display: block;
  background: #d8d8d8;
  text-align: center;
  line-height: 80px;color: #6d6d6d;
  font-size: 30px;border-radius: 12px;
}
/* 视频样式 */
#content .video_box{ 
  padding:18px 40px 0;
  width:670px;
  height: 938px;
  background: #f1f0f4;
}
#content .list_box{ 
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  padding-top:12px;
}
#content .video_box .list_box li{ 
  width:316px;
  height: 372px;
  background: #fff;
  margin-top:22px;
}
#content .video_box .list_box .text{ 
  width:100%;height: 36px;
  margin-top:14px;
}
#content .video_box .list_box .text p{ 
  margin-left:10px;
  line-height: 36px;
  float: left;width:190px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color:#3a3a3a;
}
#content .video_box .list_box .text a{ 
  float: right;
  width:91px;height: 34px;
  border-radius: 3px;
  border:1px solid #2795f1;
  color: #2795f1;
  text-align: center;line-height: 34px;
  font-size: 16px;
  margin-right:10px;
}
#content .entertainment{ 
  padding:18px 40px 0;
  width:670px;
  height: 538px;
}
#content .entertainment .list_box li{ 
  width:316px;
  height: 166px;
  margin-top:23px;
}













