.home_carousel{
   position: relative;
}
.home_carousel .item>a{
   display:block;
}
.home_carousel .item>a>img{
   margin:0 auto;
}
.home_carousel .carousel-indicators li{
   width:40px;
   margin:0 5px;
}
.home_carousel .carousel-indicators li.active{
   margin:0 5px;
   height:11px;
}
.home_more:hover img{
   transform:rotate(360deg);
   transition:0.3s all;
}

.home_news{
   background:url(../images/home_bg01.jpg) left center no-repeat;
   background-size:100% 102%;
}
.home_news .container{
   overflow: hidden;
}

.home_news_tit{
   font-size:30px;
   color:#333;
   font-weight:bold;
   text-transform:uppercase;
   margin-bottom:60px;
}
.home_news_tit img{
   vertical-align:middle;
   margin-top:-5px;
   margin-right:5px;
}
.home_news_tit span{
   display:inline-block;
   vertical-align:top;
   width:90%;
}
.home_news_l{
   padding:0;
}
.home_news_r{
   padding:0;
}
.home_news_list>li>a{
   display:block;
   padding:25px;
   background:url(../images/home_news_bg01_1.png) left center no-repeat;
   background-size:100% 100%;
}
.home_news_list>li{
   margin-bottom:25px;
}
.home_news_list>li:hover>a{
   background:url(../images/home_news_bg01.png) left center no-repeat;
   background-size:100% 100%;
}
.home_news_p1{
   font-size:19px;
   color:#cf2430;
}
.home_news_p1 i{
   /*display:inline-block;*/
   /*width:25px;*/
   /*height:1px;*/
   /*background-color:#cf2430;*/
   /*margin-top:20px;*/
   /*margin-right:10px;*/
}
.home_news_p2{
   font-size:19px;
   color:#333;
   margin:20px 0;
   white-space:nowrap; 
   text-overflow:ellipsis; 
   -o-text-overflow:ellipsis; 
   overflow: hidden; 
}
.home_news_list>li:hover .home_news_p2{
   color:#cf2430;
}
.home_news_p3{
   font-size:15px;
   color:#666;
   margin-bottom:10px;
   height:42px;
   overflow : hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.home_news_carousel .carousel-indicators{
   bottom:-16px;
   left:7%;
}
.home_news_carousel .carousel-indicators li{
   background-color:#d8d9da;
   margin:0 5px;
   border:2px solid #d8d9da;
}
.home_news_carousel .carousel-indicators li.active{
   background-color:transparent;
   border:2px solid #cf2430;
   width:10px;
   height:10px;
   margin:0 5px;
}
.home_news_more{
   text-align:right;
   margin-top:-10px;
}
.home_news_link{
   color:#cf2430;
   font-size:19px;
   text-transform:uppercase;
}
.home_news_link:hover{
   color:#cf2430;
   opacity:0.8;
}

.home_news_vedio{
   width:100%;
   height:340px;
   position: relative;
}
.club_envent_vedio_cover{
   background-color:rgba(0,0,0,0.4);
   position: absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
}
.club_envent_vedio_cover>img{
   position:absolute;
   top:0;
   right:0;
   left:0;
   bottom:0;
   margin:auto;
   cursor: pointer;
}
.home_news_vedio_bot{
   background-color:#fff;
   padding:25px;
   font-size:19px;
   color:#222;
}
.home_news_vedio_bot img{
   vertical-align:middle;
   margin-right:5px;
   margin-top:-5px;
}
.home_news_vedio_bot span{
   display:inline-block;
   vertical-align:top;
   width:92%;
}
.home_news_vedio_more{
   margin-top:15px;
}

/* 新闻详情 弹窗 start */
.popups{
   background-color:rgba(0,0,0,0.5);
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
   z-index:500;
   display:none;
}
.homeNewsCon{
   width:1170px;
   height:82%;
   position:absolute;
   left:0;
   right:0;
   top:10%;
   margin:auto;
}
.homeNews_close{
   text-align:right;
   margin-bottom:20px;
}
.homeNews_close img{
   cursor: pointer;
}
.homeNewsCon_det{
   background-color:#fff;
   padding:0 30px;
   width: 100%;
}
.homeNews_div1{
   padding:20px 0;
   border-bottom:1px solid #e5e5e5;
}
.homeNews_p1{
   font-size:19px;
   color:#333;
   margin-bottom:20px;
}
.homeNews_p2{
   color:#666;
   font-size:17px;
}
.homeNews_p2 p{display:inline-block;margin-right:50px;}
.homeNews_p2 span{
   margin-left:5px;
}
.homeNewsCon_det{
   position: absolute;
   overflow:auto;
   max-height:92%;
}
/* 新闻详情 弹窗 end */

.home_best{
   background:url(../images/home_bg01.jpg) left center no-repeat;
   background-size:100% 100%;
}
.home_best .container{
   overflow: visible;
}
.home_best_con{
   background-color:#fff;
   padding:25px;
   box-shadow: 0px 13px 35px 0px rgba(175, 175, 175, 0.3);
}
.home_best_tit{
   font-size:26px;
   color:#333;
   font-weight:bold;
}
.home_best_p{
   font-size:15px;
   color:#666;
}
.home_best_p1{
   font-size:19px;
   color:#333;
   margin:20px 0;
}
.home_best{
   background:url(../images/home_bg03.jpg) center center no-repeat;
   background-size:100% 101%;
}

@media (min-width: 200px) and (max-width:767px) {
   .home_carousel .carousel-indicators{bottom:10px;}
   .home_carousel .carousel-indicators li{border:1px solid #cf2430;}
   .home_carousel .carousel-indicators li.active{background-color:#cf2430;}
   .home_carousel_hidden{
      padding:15px 15px 30px;
      box-sizing:border-box;
      color:#333;
   }
   .home_car_p1{
      font-size:18px;
      margin-bottom:0px;
      white-space:nowrap; 
      text-overflow:ellipsis; 
      -o-text-overflow:ellipsis; 
      overflow: hidden; 
   }
   .home_car_p2{
      font-size:14px;
      overflow : hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
   }
   .home_more{
      color:#cf2430;
      font-size:14px;
      text-transform:uppercase;
   }

   .home_news{padding:20px 0;}

   .home_news_tit{margin-bottom:12px;font-size:22px;}
   .home_news_tit span{width:86%;}
   .home_news_list>li{margin-bottom:10px;}
   .home_news_list>li>a{padding:10px 15px;}
   .home_news_p1{font-size:16px;}
   .home_news_p2{font-size:16px;margin:5px 0;}
   .home_news_p3{font-size:14px;}
   .home_news_vedio{height:205px;}
   .club_envent_vedio_cover>img{width:50px;}
   .home_news_link{font-size:14px;}
   .home_news_more{margin-top:0px;}
   .home_news_carousel .carousel-indicators{left:31px;bottom:-20px;}
   .home_news_r{margin-top:20px;}
   .home_news_vedio_bot{padding:10px;}
   .home_news_vedio_bot span{width:85%;}
   .home_news_vedio_more{margin-top:10px;}
   .homeNewsCon{width:85%;}
   .homeNews_close{margin-bottom:10px;}
   .homeNews_close img{width:30px;}
   .homeNewsCon_det{padding:0 15px;}
   .homeNews_div1{padding:15px 0;}
   .homeNews_p1{font-size:16px;margin-bottom:5px;}
   .homeNews_p2 p{display:block;margin-top:5px;}
   .rich{padding:10px 0;}

   .home_best_con{padding:15px;}
   .home_best_tit{font-size:20px;}
   .home_best_p{font-size:14px;}
   .home_best_p1{font-size:16px;margin:5px 0;}

}
@media (min-width: 768px){
   .home_carousel_hidden{
      width:1170px;
      height:50%;
      position:absolute;
      left:0;
      right:0;
      bottom:0;
      top:0;
      margin:auto;
   }
   .home_carousel_hidden>div{
      width:62%;
      color:#fff;
   }
   .home_car_p1{
      font-size:34px;
      white-space:nowrap; 
      text-overflow:ellipsis; 
      -o-text-overflow:ellipsis; 
      overflow: hidden; 
   }
   .home_car_p2{
      font-size:19px;
      margin:20px 0 40px;
      overflow : hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
   }
   .home_more{
      font-size:17px;
      color:#fff;
      display:inline-block;
      padding:10px 15px;
      text-transform:uppercase;
      border:1px solid #fff;
   }
   .home_more img{
      margin-left:10px;
   }
   .home_more:hover{
      opacity:0.8;
      color:#fff;
   }
   .home_carousel .carousel-indicators{bottom:15px;}

   .home_news{padding:40px 0;}

   .home_news_l{width:47.666667%;padding-right:35px;box-sizing:border-box;}
   .home_news_r{width:52.333333%;}

}
@media (min-width: 768px) and (max-width:991px){
   .home_carousel_hidden{width:730px;}
   .home_car_p1{font-size:24px;}
   .home_car_p2{font-size:14px;margin:5px 0 10px;}
   .home_more{padding:5px 10px;font-size:14px;}

   .home_news_tit{margin-bottom:30px;font-size:24px;}
   .home_news_tit span{width:87%;}
   .home_news_list>li>a{padding:15px;}
   .home_news_p2{font-size:16px;margin:10px 0;}
   .home_news_p3{font-size:14px;}
   .home_news_vedio{height:245px;}

   .homeNewsCon{width:760px;}

   .home_best_p1{margin:10px 0;}

   .home_news_vedio_bot span{width:89%;}

   .home_news_carousel .carousel-indicators{left:11%;}
}

@media (min-width: 992px) and (max-width:1199px){
   .home_carousel_hidden{width:970px;}
   .home_car_p1{font-size:30px;}
   .home_car_p2{font-size:16px;}
   .home_more{padding:6px 10px;font-size:14px;}

   .home_news_tit{margin-bottom:30px;}
   .homeNewsCon{width:990px;}
}



@media(min-width:1200px){
   .home_news{padding:90px 0;}
   .home_best{padding:80px 0 60px;}
}



