.event_single .content{
    /*min-height: 770px;*/
}

.event_single .banner{
    /*width: 640px;*/
    /*height: 251px;*/
    position: relative;
     overflow: hidden;
     
     width: 100%;
/*height: 236px;*/
}

.event_single .banner img{
    width: 100%;   
    min-height: 236px;
}

.event_single .banner .social{
    position: absolute;
    left: 0;
    bottom: 0;
}

.event_single .banner .social a{
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    
    
    transition: all .2s;
    -webkit-transition: all .2s;
}

.event_single .banner .social a:hover{
        opacity: .8;
}

.event_single .banner .social a.fb{
    background:  url(../../img/fb.jpg) no-repeat center center;     
}

.event_single .banner .social a.twt{
    background:  url(../../img/twt.jpg) no-repeat center center;     
}

.event_single .banner .social a.pn{
    background:  url(../../img/pin.jpg) no-repeat center center;     
}

.event_single .banner .social a.gplus{
    background:  url(../../img/gplus.jpg) no-repeat center center;     
}

.event_single  h3{
    font-size: 15px;
    font-weight: bold;
    margin-top: 26px;
}

.event_single span.date{
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #bfbebf;
    border-bottom: 1px solid #e0dedf;
    margin-bottom: 20px;
}
