.banner{
    height: 3.5rem;
    position: relative;
    background: url(../img/upcoming//comming_bgc1.jpg) no-repeat center / cover;
}
.active {
    background: #E11932!important;
}
.banner span {
    font-size: 0.4rem;
    position: absolute;
    left: 2.4rem;
    top:1.09rem;
    font-weight: bold;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.title-style1 {
    padding-top: 1rem;
    padding-bottom: 0.53rem;
}
.title-style1::after{
    bottom: 0.25rem!important;
}
.box_bg{
    background: url(../img/upcoming/bg.png) no-repeat;
    background-size: 100% 100%;
}


.events-list{
    margin-top: 0.5rem;
    margin-bottom: 0rem;
    width: 14.6rem;
    display: flex;
    flex-wrap: wrap;
}
.event-item{
    margin-bottom: 0.35rem;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
    cursor: pointer;
    display: flex;
    padding: 0.15rem 0.22rem 0.15rem 0.15rem ;
}
.event-item:nth-child(2n){
    margin-left: 0.6rem;
}
.eventimgbox{
    width: 2.4rem;
    height: 1.52rem;
    overflow: hidden;
}
.event-img{
    width: 100%;
    height: 100%;
    transition: all .25s;
    display: block;
    object-fit: cover;
}
.event-item:hover .event-img{
    transform: scale(1.03);
}

.event-item-right{
   flex: 1;
   margin-left: 0.15rem;
}
.event-item .title{
    
    width: 3.74rem;
    font-size: 0.18rem;
    font-family: MiSans-Bold, MiSans;
    font-weight: bold;
    color: #193158;
}
.event-label .event-font{
    display: inline-block;
    font-size: 16px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.address{
    display: flex;
}
.address_imgbox{
    width: 0.25rem;
    height: 0.25rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ico2{
    display: none;
}
.address_imgbox img{
    position: absolute;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}
.event-item:hover .ico2{
    display: block;
}
.event-item:hover .ico1{
    display:none;
}
.event-item:hover .title{
    color: #1b335d;
}
.date_left{
    display: flex;
}
.read-red{
    position: relative;
    left: 2.8rem;
    width: 1.1rem;
    height: 0.32rem;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
}
.date{
    display: flex;
    justify-content: space-between;
    margin-top:0.15rem;
}
.read-grey{
    width: 1.15rem;
    height: 0.32rem;
    background: #AEAEAE;
    border-radius: 3px 3px 3px 3px;
}

.event-item:hover .read-grey{
    background: #E11932;
}

.read-font{
    position: relative;
    left: 0.15rem;
    top: 0.04rem;
    width: 0.7rem;
    height:0.19rem;
    font-size: 0.14rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.26rem
}



.pagination ul {
    padding-bottom: 0.84rem;
    display: flex;
    
}
.pagination li {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.06rem;
    background: #fff;
    font-size: 0.14rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #6D6D6D;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.pagination-active {
    background: #193158!important;
    color:#fff!important;
}
.pagination span {
    width: 0.51rem;
height: 0.31rem;
line-height: 0.31rem;
font-size: 0.14rem;;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #6D6D6D;
margin: 0 0.1rem;
}
.pagination li.prev {
    background: #F4F4F5;
}
.pagination li.next {
    background: #E2E1E1;
}
.pagination ul input {
    width: 0.6rem;
    border:0;width: 0.6rem;
    height: 0.31rem;
    background: #FFFFFF;
    opacity: 1;
    border: 0.01rem solid #E2E1E1;
}




@media only screen and (max-width:1024px){
    .banner{
        margin-top: 50px;
    }
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        white-space: nowrap;
    }
    .box_bg{
        padding: 15px;
    }
    .title-style1{
        padding: 15px 0;
        font-size: 16px;
    }
    .text-style1{
        font-size: 12px;
    }
    .events-list{
        margin-top: 15px;
        width: 100%;
        flex-direction: column;
    }
    .event-item{
        margin: 0!important;
        margin-bottom: 15px!important;
    }
    .event-item .title{
        font-size: 14px;
    }
    .date_left{
        align-items: center;
    }
    .address_imgbox{
        margin-right: 15px;
    }
    .event-label .event-font{
        font-size: 12px;
    }
}
