/* 内容区 */
@media screen and (min-width: 1000px){
  .conBox{
    background-color: #fff;
    overflow: hidden;
    min-height: 790px;
    padding:50px 0;
  }
  
  .btnGroup{
    margin-bottom: 50px;
    justify-content: flex-start;
  }
  
  .btnGroup .btnItem{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3c6ade;
    margin-right: 30px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    opacity: .6;
  }
  .btnGroup .btnActive{
    opacity: 1;
  }

  .topBox{
    align-items: flex-start;
  }
  
  .mySwiperBox{
    width: 560px;
  }
  .mySwiperBox .swiper-slide{
    width: 100%;
    height: 390px;
  }
  .mySwiperBox .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  .mySwiperBox .swiper-pagination{
    width: 560px;
  }
  .mySwiperBox .swiper-pagination-bullet{
    margin: 20px 2px;
  }
  .mySwiperBox .swiper-pagination-bullet-active{
    width: 40px;
    border-radius: 5px;
  }

  .msgBox{
    width: 600px;
    position: relative;
    height: 390px;
  }
  .msgBox .title{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }
  .msgBox .msg{
    font-size: 14px;
    line-height: 30px;
    margin: 30px 0;
    text-align: justify;
  }
  .msgBox .time{
    font-size: 14px;
  }

  .msgBox .btn{
    position:absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 70px;
    background-color: #3c6ade;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
  }
  .msgBox .btn:hover{
    color: #fff!important;
  }
  .msgBox .btn:hover{
    transform: translateX(10px);
  }
  .msgBox .btn img{
    display: block;
    height: 22px;
    margin-left: 10px;
  }

  .sTitle{
    width: 205px;
    font-size: 20px;
    color: #00a4c4;
    margin: 100px 0 30px;
  }
  .sTitle-zhCN{
    width: 115px;
    font-size: 20px;
    color: #00a4c4;
    margin: 100px 0 30px;
  }
  .sTitle img, .sTitle-zhCN img{
    width: 20px;
  }

  .bomBox{
    justify-content: center!important;
    padding: 50px 0px;
    background-color: #f8f8f8;
  }
  .bomBox .cantainer{
    margin: 0 40px;
  }

  .bomBox .swiper-button-white{
    width: 30px;
    position: static;
    height: 27px;
    background-size: 100% 100%;
  }
  .bomBox .swiper-button-prev{
    background-image: url('../images/jt-prev1.png');
  }
  .bomBox .swiper-button-next{
    background-image: url('../images/jt-next1.png');
  }

  .bomBox .swiper-slide{
    height: 345px;
    overflow: hidden;
    position: relative;
  }
  .bomBox .swiper-slide:hover .imgBox img{
    transform: scale(1.2);
  }
  .bomBox .swiper-slide .imgBox{
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
  }
  .bomBox .swiper-slide .imgBox img{
    width: 100%;
    height: 100%;
    transition: all 300ms;
    object-fit: cover;
  }
  .bomBox .swiper-slide .imgBox .type{
    width: 85px;
    height: 30px;
    z-index: 1;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: rgba(55, 143, 182, .6);
  }
  .bomBox .swiper-slide .title{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
    display: -webkit-box;  
    -webkit-line-clamp: 3; /* 限制显示的行数为3 */  
    -webkit-box-orient: vertical;  
    overflow: hidden;  
    text-overflow: ellipsis;  
  }
  .bomBox .swiper-slide .timeBox{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 14px;
  }

  .bomBox .swiper-slide .timeBox .time{
    color: #3e3e3e;
  }
  .bomBox .swiper-slide .timeBox a{
    color: #2eb3ce;
  }
}
@media screen and (max-width: 1000px){
  .conBox{
    background-color: #fff;
    overflow: hidden;
  }
  
  .btnGroup{
    margin-bottom: 0.666667rem;
    justify-content: space-around;
  }
  
  .btnGroup .btnItem{
    width: 3.813333rem;
    height: 0.933333rem;
    line-height: 0.933333rem;
    text-align: center;
    background-color: #3c6ade;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    opacity: .6;
  }
  .btnGroup .btnActive{
    opacity: 1;
  }

  .topBox{
    
    flex-direction: column;
    align-items: center;
  }
  
  .mySwiperBox{
    width: 100%;
  }
  .mySwiperBox .swiper-slide{
    width: 100%;
    height: 5.333333rem;
  }
  .mySwiperBox .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  .mySwiperBox .swiper-pagination{
    width: 9.2rem;
    margin: 0 auto;
  }
  .mySwiperBox .swiper-pagination-bullet{
    margin: 0.4rem 0.026667rem;
    height: 0.08rem;
  }
  .mySwiperBox .swiper-pagination-bullet-active{
    width: 0.9rem;
    border-radius: 0.066667rem;
  }

  .msgBox{
    width: 100%;
    margin-top: 0.9rem;
  }
  .msgBox .title{
    font-size: 0.4rem;
    line-height: 0.533333rem;
    font-weight: 600;
  }
  .msgBox .msg{
    font-size: 0.4rem;
    line-height: 0.6rem;
    text-align: justify;
    margin-top: 0.2rem;
  }
  .msgBox .time{
    font-size: 0.32rem;
    color: #666;
    padding-top: 0.2rem;
  }
  .msgBox .btn{
    width: 3.4rem;
    height: 0.933333rem;
    background-color: #3c6ade;
    color: #fff;
    font-size: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 0.2rem;
  }
  .msgBox .btn img{
    display: block;
    height: 0.293333rem;
    margin-left: 0.133333rem;
  }

  .sTitle{
    width: 4rem;
    font-size: 0.4rem;
    color: #00a4c4;
    margin: 1rem 0 0.4rem;
  }
  .sTitle-zhCN {
    width: 2.5rem;
    font-size: 0.4rem;
    color: #00a4c4;
    margin: 1rem 0 0.4rem;
  }
  .sTitle img, .sTitle-zhCN img{
    width: 0.5rem;
  }
  .content-list {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.6rem 0;
    background-color: #e1f5f8;
  }
  .content-list a {
    display: flex;
    flex-direction: column;
    width: 5rem;
    margin: 0 0.2rem;
    flex-shrink: 0;
  }
  .img-box {
    position: relative;
    height: 2.6rem;
  }
  .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .img-box .type {
    width: 1.093333rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    background-color: rgba(55, 143, 182, .6);
    position: absolute;
    left: 0.133333rem;
    top: 0.133333rem;
  }
  .content-list .title {
    font-size: 0.4rem;
    padding-top: 0.2rem;
  }
  .content-list .time {
    font-size: 0.32rem;
    color: #666;
    padding-top: 0.2rem;
  }
}