@charset "utf-8";
body{
  background: url(/2024summercamp/img/bg1.jpg) repeat;
  /*background: rgb(249, 248, 248);*/
}
html,body *{
    padding:0;
    margin:0;
}
body *{
    padding:0;
    margin:0;
    font-family:'Microsoft YaHei','Î¢ÈíÑÅºÚ';
    font-size: .16rem;    
    color: #383838;
}
a:hover{
  color:#345ba5;
}
.com-w{
  width: 1280px;
  margin: 0 auto;
}
.com-title{
  margin-bottom: .5rem;  
}
.com-title h3{
  position: relative;
  font-size: .37rem;
  text-align: center;
  color: #0f66bb;
  font-weight: 700;
}
.com-title h6{
  position: relative;
  font-size: .16rem;
  text-align: center;
  margin-top: .1rem;
  padding-top: .3rem;
}
.com-title h6::before{
  position: absolute;
    content: "";
    width: .32rem;
    height: 2px;
    top: 30%;
    left: 50%;
    background: #0f66bb;
    margin-left: -.16rem;

}
/*.com-title:after{
    width: 10px;
    height: 100%;
    display: block;
    content: "";
    background: #329d15;
    position: absolute;
    top: 0;
    left: 0;
}*/
.com-bg{  
  background: rgba(255,255,255,.8);
}
.com-img-responsive {
    width:100%;
    height:0;
    overflow:hidden;
    display:block;
    background-color:#d8e3e6;
}
.com-img-responsive img {
    width:100%;
    transition:all 0.5s ease-in-out;
}
.com-img-responsive img:hover {
    transform:scale(1.03);
    opacity:0.85;
}
.ellipsis {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:block;
}
.footer{
   text-align: center;
   padding: 1rem 0;
}
.footer p{
  line-height: .26rem;
}
.theme-news,.theme-pic{
  padding: .5rem 0;
}
.theme-news .cover{
   overflow: hidden;
   background-color: #efefef;
   box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.theme-news .ct{
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
}
.theme-news .pic-news,.theme-news .news-list{
  width: 48%;
  background-color: #fff;
}
.theme-news .pic-news .cover{
   width: 100%;
   height: 3.2rem;
}
.theme-news .pic-news .new-info{
  display: flex;
  flex-direction: column;
  margin-top: .2rem;
  padding: .2rem;
}
.theme-news .pic-news .new-info .des{
  font-size: .14rem;
  color: #636363;
  margin-bottom: .1rem;
  line-height: .22rem;  
}
.theme-news .news-list a{
  display: flex;
  justify-content: space-between;
}
.theme-news .news-list li{
  margin-bottom: .2rem;
}
.theme-news .news-list li:last-child{
  margin-bottom: 0rem;
}
.theme-news .news-list .cover{
   width: 3.5rem;
   height: 2rem;
   overflow: hidden;
}
.theme-news  .cover img{
  width: 100%;
}
.theme-news .news-list .new-info{
  width: calc( 100% - 3.7rem ) ;
}
.theme-news .bm-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme-news .bm-list li{
  display: flex;
  width: 32%;
  margin-bottom: .2rem;
  background-color: #fff;
}
.theme-news .bm-list a{
  /*display: flex;
  justify-content: space-between;*/
}
.theme-news .bm-list .cover{
   width: 100%;
   height: 2.6rem;
   overflow: hidden;
}
.theme-news .bm-list .new-info{
  margin-top: .2rem;
  padding: .2rem;
 /* width: calc( 100% - 3.7rem ) ;*/
}
.theme-news h2{
  font-size: .18rem;
  line-height: .22rem;
  margin-bottom: .1rem;
}
.theme-news a:hover h2{
  color: #0f66bb;
}
.theme-news .new-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-news .date{
  background: url(/2024summercamp/img/time_r.png) no-repeat left center;
  padding-left: .22rem;
  font-size: .14rem;
  color: #999;
}
.theme-pic .sbanner{
  padding-bottom: .5rem;
  position: relative;
  z-index: 1;
}
.theme-pic .sbanner .cover {
    width:100%;
    height:4rem;
    margin-top:0px;
    overflow:hidden;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.theme-pic .sbanner .switch-btn{
   position: absolute;
   cursor: pointer;
   bottom: 50%;
   left: 0;
   width: 100%;
   display: flex;
   justify-content: space-between;
   padding: 0 0rem;
   z-index: 2;
}
.theme-pic .sbanner .switch-btn .btn{   
   outline: none;
   color: #e15f2d;
   display: block;
   width: 48px;
   height: 48px;
}
.theme-pic .sbanner .switch-btn .pre{   
   background: url(/2024summercamp/img/pre_w.png) no-repeat center center;
}
.theme-pic .sbanner .switch-btn .next{   
   background: url(/2024summercamp/img/next_w.png) no-repeat center center;
}
.theme-nav{
  height: 6rem;
  overflow: hidden;
}
.theme-nav img{
  width: 100%;
}
.theme-article h1{
   font-size: .26rem;
   margin-bottom: .1rem;
}
.article-info{
  font-size: .14rem;
  margin-bottom: .3rem;
}
.article-info span{
  margin-right:  0 .1rem;
}
.com-page-title{
    font-size: .20rem;
    padding:.2rem 0;
}
@media (max-width: 1280px) { 
  

}
@media (max-width: 750px) {
  body *{
    font-size: .22rem;
  } 
  .theme-nav{
    height: auto;
   /* margin:  0 -1rem;*/
  }
  .com-title{
    font-size: .48rem;
  }
  .theme-news h2{
    font-size: .26rem;
  }
  .theme-news .pic-news .cover,.theme-news .bm-list .cover{
    height: 4.2rem;
  }
  .theme-news .pic-news,.theme-news .bm-list li {
    margin-bottom: .5rem;
  }
 .theme-news .bm-list li:last-child {
    margin-bottom: 0rem;
  }
  .theme-news .pic-news .new-info .des,.theme-news .date{
    font-size: .22rem;
    line-height: .36rem;
  }
  .theme-news .date{
     padding-left: .36rem;
  }
  .theme-news .cover{
    margin-bottom: .3rem;
  }
  .com-w{
    width: 100%;
    padding:  0 .2rem;
  }
  .theme-news .ct{
    display: block;
  }
  .theme-news .pic-news,.theme-news .bm-list li{
     width: 100%;
  }
  #vsb_content_6 P{
    line-height:.58rem!important;
    font-size:.26rem!important;
  }
  #vsb_content_6{
    overflow: hidden;
  }
  #vsb_content_6 img{
    width: 100% !important;
    height: auto !important;
  }
  .theme-article h1{
   font-size: .32rem;
   margin-bottom: .2rem;
  }
  .com-page-title{
    font-size: .28rem;
    padding:.5rem 0;
  }
  .theme-article video{
    width:100% !important;
    height:auto;
  }

}