.banner1 {
    width: 100%;
}

.jz {
    padding: 0.5rem 0.13rem 0.53rem 0.13rem;;
    text-align: center;
}

.jztitle {
    margin-bottom: 0.5rem;
}

.fk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


    
.jzkk div {
    width: 3.54rem;
    height: 2.74rem;
    margin-bottom: 0.2rem;
    border-radius: 15px;
    background-image: -moz-linear-gradient( 90deg, rgb(240,246,255) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240,246,255) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,246,255) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 0px 5px 0px rgba(154, 173, 199, 0.3);
    padding-top: 0.44rem;
}


.ktitle {
    font-size: 0.21rem;
    font-weight: 600;
    color: #353535;
    margin-bottom: 0.12rem;
    letter-spacing: 0.02rem;
}

.kwz {
    color: #4d4e4e;
    margin-bottom: 0.25rem;
    letter-spacing: 0.01rem;
}

.kbtn {
    display: block;
    width: 1.52rem;
    height: 0.38rem;
    background-color: #2770ff;
    color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.ali {
    
    padding: 0.6rem 0.13rem 0.53rem 0.13rem;;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(177,207,253) 0%, rgb(244,248,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(177,207,253) 0%, rgb(244,248,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(177,207,253) 0%, rgb(244,248,255) 100%);
  }
  .aliimg {
    height: 1.12rem;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
  }
 .alicont{
        border-radius: 6px;
        background-color: rgb(255, 255, 255) !important;
        box-shadow: 0px 0px 6px 0px rgba(174, 186, 206, 0.3);
        width: 3.54rem;
        height: 2.74rem;
        margin-bottom: 0.2rem;
        text-align: left;
        padding-left: 0.25px;

  }

  .aliwz {
    width: 2.98rem;
    margin: auto;
    line-height: 2;
    color: #4d4e4e;
  }





  .carousel {
    position: relative;
    max-width: 100%; 
    margin: 0 auto; 
    overflow: hidden; 
    height: 4.55rem;
    background: url(../img/lpbj.png) no-repeat;
    background-size: 100% 100%;
}

.lbt {
    display: flex; 
    transition: transform 0.5s ease; 
    margin-top: 1.35rem;
    width: 300%;
}

.lbt div {
    width: 100%; 
    height: 2.55rem;
    display: block; 
    text-align: center;
}


/* 小圆点样式 */
.dots {
    text-align: center; 
    margin-top: 10px; 
}

.dot {
    height: 0.08rem; 
    width: 0.08rem; 
    margin: 0 0.05rem; 
    background-color: #bbb;
    border-radius: 50%; 
    display: inline-block; 
    cursor: pointer; 
}

.dot.active {
    background-color: #3399ff;
    width: 0.13rem;
    height: 0.08rem;
}


.newsBox {
    text-align: center;
    padding-top: 0.65rem;
    margin-bottom: 0.8rem;
    position: relative;
}

.newsConten {
    width: 6.48rem;
    margin: 0 auto;
}

.contenlist {
    height: 1.2rem;
    width: 100%;
    border-bottom: 0.01rem dashed #ccc;
    display: flex;
    align-items: center;
}

.contenlist:last-child {
    
    border-bottom: 0.01rem solid #ccc;
}

.newimg {
    width: 1.49rem;
    height: 0.99rem;
    background-color: #3399ff;
}
.newimg img {
    width: 100%;
    height: 100%;
}

.newsk {
    flex: 1;
    height: 0.99rem;
    text-align: left;
    padding-left: 0.1rem;
    padding-top: 0.2rem;
}

.newstitle {
    font-size: 0.19rem;
    margin-bottom: 0.08rem;
    font-weight: 500;
}
.newswz {
    font-size: 0.14rem;
    color: #6e6e6e;
    position: relative;
}

.newTime {
    position: absolute;
    bottom: 0;
    right: 0;
}

.newsMORE {
    color: #ff0000;
    font-size: 0.12rem;
}