.banner {
    width: 100%;
    height: 4.4rem;
}
.swiper-slide a {
    width: 100%;
    height: 100%;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 4.4rem;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    background: #fff;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 0.12rem;
    opacity: 1;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #4185F4;
    opacity: 1;
}

.box {
    width: 16.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.box .item-box {
    width: 4.8rem;
}

.box .item-box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0 0.3rem;
    ;
}

.box .item-box .top .title {
    font-size: 0.26rem;
    color: #1E46B4;
    position: relative;
    padding-left: 0.36rem;
    box-sizing: border-box;
}

.box .item-box .top .title::before {
    content: '';
    width: 0.1rem;
    height: 0.25rem;
    border-radius: 0.03rem;
    background: #1E46B4;
    position: absolute;
    left: 0;
    top: 0.06rem;
}

.box .item-box .img-box {
    width: 4.8rem;
    height: 2.7rem;
}

.box .item-box .img-box img {
    width: 100%;
    height: 100%;
}

.box .item-box .item-title {
    margin: 0.18rem 0;
    padding: 0 0.1rem;
}

.box .item-box .item-title a {
    width: 100%;
    font-size: 0.22rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 0.22rem;
}

.box .item-box .item-title a:hover {
    color: #409EFF;
}

.box .item-box .item-text {
    padding: 0 0.1rem;
    font-size: 0.16rem;
    color: #888888;
    margin-bottom: 0.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.box .item-box .item-ul {
    margin-bottom: 0.4rem;
}

.box .item-box .item-ul .item-ul-li {
    border-bottom: dashed 0.01rem #D8D8D8;
    display: flex;
    justify-content: space-between;
    padding: 0.14rem 0.1rem;
}

.box .item-box .item-ul .item-ul-li .item-ul-div {
    width: 0.62rem;
    height: 0.62rem;
    background: #4185F4;
    border-radius: 0.03rem;
    color: #fff;
    text-align: center;
}

.box .item-box .item-ul .item-ul-li .item-ul-div .day {
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.box .item-box .item-ul .item-ul-li .item-ul-div .date {
    font-size: 0.12rem;
}

.box .item-box .item-ul .item-ul-li .item-ul-title {
    width: 80%;
}

.box .item-box .item-ul .item-ul-li .item-ul-title a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
}

.box .item-box .item-ul .item-ul-li .item-ul-title a:hover {
    color: #409EFF;
}

.box1 {
    display: flex;
    height: 4.85rem;
}

.box1 .img-box {
    width: 7rem;
    height: 4.85rem;
}

.box1 .img-box img {
    width: 100%;
    height: 100%;
}

.box1 .gk-box {
    width: calc(100% - 7rem);
    background: #4185F4;
    padding: 0.69rem 1.53rem 0.53rem 1.06rem;
    color: #fff;
}

.box1 .gk-box p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-indent: 0.36rem;
    margin-bottom: 0.2rem;
}

.box1 .circle-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4185F4;
    text-align: center;
}

.box1 .circle-box .circle-left {
    display: flex;
}

.box1 .circle-box .circle-left .circle {
    width: 1.27rem;
    height: 1.27rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 0.52rem;
    padding: 0.22rem 0;
    box-sizing: border-box;
}

.box1 .circle-box .more {
    color: #fff;
    font-size: 0.18rem;
    cursor: pointer;
}
.box1 .circle-box .more:hover {
    color: blue;
}

.box1 .circle-box .circle-left .circle .num {
    font-size: 0.5rem;
    font-weight: bold;
}

.box1 .circle-box .circle-left .circle .num span {
    font-size: 0.18rem;
    font-weight: normal;
}

.box1 .circle-box .circle-left .circle .text {
    font-size: 0.18rem;
}

.box .item-ul .item-ul-li {
    color: #888888;
    font-size: 0.18rem;
}

.box .item-ul .item-ul-li .item-ul-tips {
    width: 70%;
}

.box .item-ul .item-ul-li .item-ul-tips a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 0.18rem;
    line-height: 0.26rem;
}

.box .item-ul .item-ul-li .item-ul-tips a:hover {
    color: #409EFF;
}

.box .item-box .marginTop {
    margin: 0.13rem 0 0.3rem;
}

.box .item-box .detail-text {
    font-size: 0.18rem;
    color: #333;
    padding: 0 0.06rem;
    margin: 0.24rem 0 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    cursor: pointer;
}
.box .item-box .detail-text:hover {
    color: #409EFF;
}
.box .more {
    font-size: 0.18rem;
    color: #666;
    cursor: pointer;
}
.box .more:hover {
    color: #409EFF;
}
.flex-box1 {
    justify-content: flex-start;
}
.marginR {
    margin-right: 1rem;
}
.spe-box {
    width: 16.4rem;
    margin: 0 auto;
    display: flex;
}
.spe-box .box {
    width: 10.6rem;
}
.right-box {
    margin-top: 0.53rem;
}
.item-banner {
    width: 4.6rem;
    height: 1rem;
    line-height: 1rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.item-banner img {
    width: 100%;
    object-fit: cover;
}
.item-banner .title {
    position: absolute;
    top: 0;
    left: 1.8rem;
    color: #fff;
    font-size: 0.26rem;
    width: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}