.search{
    background: #DD1936;
    color:#FFF;
}
.rrbox{
    width:90%;
    padding:20px 2.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border:1px solid red;*/
    margin:2% 5%;
    background: #FFFFFF;
    border-radius:14px;
    position: relative;
}
.rrbox .imgdiv{
    width:25%;
    padding:8.33% 0;
    position: relative;
    display: flex;
    align-items: center;
}
.rrbox .imgdiv img{
    width:100%;
    position: absolute;
}
.rrbox .imgdiv .nopic{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DD1936;
    font-size: 40px;
    font-weight: bold;
    color:#FFF;
    text-align: center;
}
.eventintro{
    margin-left:4%;
    width:71%;
    /*border:1px solid red;*/
    height:100%;
    font-size:15px;
    line-height:140%;
}
.eventintro .title{
    font-size:20px;
}
.eventintro .title,.eventintro .stime,.eventintro .address{
    margin-bottom:10px;
    display: flex;
    align-items: center;
}
.eventintro img{
    width:17px;
}
.eventintro span{
    margin-left: 9px;
}
.materialdiv .btn{
    min-width:80px;
    margin-right:20px;
}
.page{
    text-align: center;
}
.page a,.page span {
    font-size: 16px;
    margin: 8px;
    padding: 8px 10px;
    /*opacity: 0.9;*/
}
.page span{
    color:blue;
}
.page a{
    background: #DD1936;
    border-radius: 8px;
    color: #FFF;
}
@media screen and (max-width:768px) {
    .rrbox .imgdiv{
        width:43%;
        padding:15.33% 0;
    }
    .nomsgimg{
        width:100%;
    }
}
@media screen and (max-width:480px){
    .rrbox{
        display:block;
        position:relative;
    }
    .rrbox .imgdiv{
        width:100%;
        display: block;
        padding:33.33% 0;
    }
    .rrbox .imgdiv img{
        top:0;
        bottom:0;
        /*border:1px solid red;*/
    }
    .rrbox .eventintro{
        width:100%;
        display: block;
        /*border:1px solid red;*/
        height:auto;
        max-width:100%;
        margin:15px 0;
    }
    .page {
        margin-top:25px;
    }
    .page a, .page span {
        font-size: 12px;
        margin: 5px;
        padding: 8px 11px;
    }
}