.event-sec{
    min-height: 100px;
    background-color: rgba(23, 28, 149, .9);
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 20px;
}
.evt-tip{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
}
.evt-content{
    background-color: #fff;
    border-radius: 16px;
    padding: 8px 20px 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.evt-left{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.evt-time{
    width: 46%;
    font-size: 16px;
    line-height: 1.4;
    color: rgb(23, 28, 149);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #e2e2e2;
}
.color-time{
    color: #2880fe;
    font-size: 14px;
}
.big-time{
    font-size: 32px;
    font-weight: 900;
}
.evt-date{
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    color: rgb(23, 28, 149);
    font-size: 16px;
}
.evt-date p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.evt-date p:nth-child(1){
    margin-right: 12px;
}
.evt-date p svg{
    width: 20px;
    height: 20px;
}
.evt-img{
    width: 30%;
    padding: 0 1%;
}
.evt-img img{
    display: block;
    width: 100%;
    height: auto;
}
.evt-middle{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.evt-name{
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.evt-tag span{
    width: auto;
    background-color: #e2e2e2;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.evt-btn{
    width: 10%;
    display: flex;
    justify-content: flex-end;
}
.evt-btn a{
    display: block;
    width: auto;
    cursor: pointer;
}
.evt-btn a button{
    font-size: 14px;
    background: #be1e97;
    padding: 12px 24px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    font-weight: 700;
}
.evt-btn a:hover button{
    background: #cb4bab;
    color: #fff;
}
@media (max-width: 1450px){
    .evt-left {
        width: 24%;
    }
    .evt-time {
        width: 46%;
    }
    .evt-date {
        width: 50%;
    }
    .evt-img {
        width: 28%;
    }
    .evt-middle {
        width: 36%;
    }
    .evt-btn {
        width: auto;
    }
    .big-time {
        font-size: 30px;
    }
}
@media (max-width: 1200px){
    .evt-left {
        width: 28%;
    }
    .evt-time {
        width: 46%;
    }
    .evt-date {
        width: 52%;
    }
    .evt-name {
        font-size: 18px;
    }
    .evt-img {
        width: 26%;
    }
    .big-time {
        font-size: 28px;
    }
}
@media (max-width: 980px){
    .evt-time {
        width: 40%;
        font-size: 14px;
    }
    .big-time {
        font-size: 28px;
    }
    .evt-date {
        width: 56%;
        font-size: 14px;
    }
    .evt-date p svg {
        width: 14px;
        height: 14px;
    }
    .evt-name {
        font-size: 16px;
    }
    .evt-btn a button {
        font-size: 12px;
        padding: 10px 20px;
    }
}
@media(max-width:799px){
    .side-event{
        width: 94%;
        margin: 0 auto;
    }
    .event-sec{
        background-color: rgba(23, 28, 149, .9);
        border-radius: .4rem;
        padding: .15rem;
        margin-bottom: .35rem;
    }
    .evt-tip{
        color: #fff;
        font-size: .36rem;
        font-weight: 700;
        padding: .3rem .3rem;
    }
    
    .evt-content{
        background-color: #fff;
        border-radius: .35rem;
        padding: .1rem .2rem .42rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .evt-left{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .evt-time{
        width: 46%;
        font-size: .36rem;
        line-height: 1.4;
        color: rgb(23, 28, 149);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-right: .05rem solid #e2e2e2;
    }
    .color-time{
        color: #2880fe;
        font-size: .32rem;
    }
    .big-time{
        font-size: .7rem;
        font-weight: 900;
    }
    .evt-date{
        width: 46%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.4;
        color: rgb(23, 28, 149);
        font-size: .36rem;
    }
    .evt-date p{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .evt-date p:nth-child(1){
        margin-right: .2rem;
    }
    .evt-date p svg{
        width: .36rem;
        height: .36rem;
    }
    .evt-img{
        width: 86%;
        padding: .2rem 0;
    }
    .evt-img img{
        display: block;
        width: 100%;
        height: auto;
    }
    .evt-middle{
        width: 90%;
        display: flex;
        flex-direction: column;
        margin-bottom: .36rem;
    }
    .evt-name{
        color: #212121;
        font-size: .4rem;
        font-weight: 700;
        margin-bottom: .2rem;
        text-align: center;
    }
    .evt-tag{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .evt-tag span{
        width: auto;
        background-color: #e2e2e2;
        padding: 5px 15px;
        font-size: .3rem;
        border-radius: .3rem;
        margin: 0 .15rem .15rem 0;
    }
    .evt-btn{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .evt-btn a{
        display: block;
        width: auto;
        cursor: pointer;
    }
    .evt-btn a button{
        font-size: .4rem;
        background: #be1e97;
        padding: .2rem .4rem;
        border-radius: .1rem;
        color: #fff;
        text-transform: uppercase;
        transition: all .3s;
        font-weight: 700;
    }
    .evt-btn a:hover button{
        background: #cb4bab;
        color: #fff;
    }
}