﻿
.event .vertical-line{
    width: 5px;
    height: 52px;
    background:#d5bf8d;
    position: absolute;
    left: 28px;
    top:26px;
}
.event.b-bottom{
    border-bottom:1px solid #cbcbcb;
}
.event .content{
    width: 1200px;
    margin: 62px auto 48px;
}
.event .title{
    height: 188px;
    position: relative;
    text-align: center;
}

.event .filter{
    position: absolute;
    left: 50%;
    bottom: 32px;
    width: 480px;
    margin-left: -240px;
}
.event .filter-item{
    display: block;
    width: 220px;
    height: 36px;
    background: #ececec;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: #333;
}
.event .filter-item.active{
    background: #d5bf8d;
}
.event .list-item{
    background: #fff;
    margin-bottom: 55px;
}
.event .list-item a img {
    max-height: 547px;
}
.event .list-item .msg{
    /*height: 90px;*/
    position: relative;
    padding: 30px 50px 22px;
    color: #333;
}
.event .scene-name{
    font-size: 33px;
}
.event .msg img {
    height: 14px;
    padding: 0 14px 0 26px;
}
.event .scene-tag{
    font-size: 18px;
    color:#000;
}
