.head-top {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.slt-logo {
    width: 230px;
    margin: 30px 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.slt-logo img {
    width: 100%;
}

.head-logo {
    /*width: 1200px;*/
    margin: 0 auto;
    overflow: hidden;
    z-index: 100;
}

.swiper {
    /*height: 1000px;*/
}

.swiper-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: -10px;
}

.ww-carousel-container {
    position: relative;
}

.ww-container-out {
    background: #dae1ef;
    /*margin-top: -280px;*/
    margin-top: -400px;
    padding-bottom: 30px;
}

.ww-container {
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    justify-items: center;
    width: 1200px;
    margin: auto;
    z-index: 1;
    padding: 25px 20px 20px;
    position: relative;
    /*top: -250px;*/
}

.ww-content {
    width: 100%;
}

.item-title {
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
    color: #123283;
    border-bottom: 1px solid #4876CD;
    background: linear-gradient(0deg, #DBE8FD, #FBFCFD);
    display: flex;
    justify-content: space-between;
    height: 46px;
    align-items: center;
}

.item-list {
    font-weight: bold;
}

.item-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 15px 0;
    gap: 10px;
    cursor: pointer;
}

.item-flex:before {
    content: ' ';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f1ab3c;
    margin: 0 5px 0 10px;
}

.item-time {
    font-size: 14px;
    color: #959595;
}

.flex1 {
    flex: 1;
}

