* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
}

a {
    color: #000;
}
.container
{
    width: 100%;
    padding: 0 100px;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.header .left{
    width: 295px;
    flex-shrink: 0;
    font-size: 20px;
    text-align: center;
}
.header .left .green{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #30B980;
}
.header .left .green small{
    width: 3px;
    height: 3px;
    background-color: #30B980;
}
.header .left img{
    width: 100%;
}
.header .left>div{
    margin-top: 10px;
}
/* 一维码容器样式 */
.header .left .barcode-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.header .left .barcode-wrapper svg{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.header .center{
   width: 800px;
   margin: 0 25px;
}
.header .center img{
    width: 100%;
}
.header .right{
    width: 350px;
    height: 306px;
    flex-shrink: 0;
    font-size: 20px;
    background-color: #F7FBF9;
    padding: 50px;
    text-align: center;
}
.header .right .ewm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.header .right .ewmlist{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header .right .ewmlist img{
    width: 100px;
    height: 100px;
    margin-top: 10px;
}
.tiao{
    width: 100%;
    height: 35px;
    background-color: #F7FBF9;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
    font-size: 20px;
}
.bannercontent{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 6px solid #F7FBF9;
}
.bannercontent .left{
    width: 60%;
    border-right: 6px solid #F7FBF9;
    padding: 10px;
}
.bannercontent .left .title{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}
.bannercontent .msg{
    font-size: 18px;
    line-height: 30px;
    text-indent: 2em;
}
.bannercontent .left .img{
    width: 100%;
    height: 276px;
    overflow: hidden;   
    display: flex;
    align-items: center;    
    justify-content: center;
    margin-bottom: 20px;
}
.bannercontent .left .img img{
    width: 100%;
}
.bannercontent .right{
    flex:1;
    padding: 10px;
}
.bannercontent .right .title{
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;
}
.listnew{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.listnew .left{
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}
.listnew .left .list{
    width: 49%;
    margin-bottom: 20px;
}
.listnew .left .list .title{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #30B980;
}

.listnew .left .list .msg{
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listnew .right{
    flex: 1;
    padding: 10px;
}
.listnew .right img{
    width: 100%;
    margin-bottom: 10px;
}
.listnew .right .rlist {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.listnew .right .rlist .ritem{
    width: 49%;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 5px;
}
.listnew .right .rlist .ritem::before{
    content: '';
    margin-left: -10px;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    background-color: #30B980;
    border-radius: 50%;
}
.imgs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.imgs img{
    width: 49%;
}
.schoolBox{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url('../img/hicetea72.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: right top;
    margin-top: 50px;
    border-bottom: 6px solid #F7FBF9;
}
.schoolBox a{
    width: 20%;
    margin-bottom: 10px;
    text-align: left;
}
.footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 20px;
}

/* 轮播图样式 */
.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-item {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.carousel-item.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 左右箭头按钮 */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(48, 185, 128, 0.7);
    color: white;
    border: none;
    font-size: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 10;
    border-radius: 3px;
}

.carousel-btn:hover {
    background-color: rgba(48, 185, 128, 0.9);
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}

/* 指示器 */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 2px solid #30B980;
}

.indicator:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.indicator.active {
    background-color: #30B980;
}

