.header{
    border-bottom: 1px solid #ebebeb;
}
.container--center {
    position: relative;
    width: 1180px;
    margin: auto;
    text-align: left;
}
.container{
    padding-bottom: 40px;
}
.event--title-wrap{
    padding: 40px 0 25px;
    text-align: center;
}
.title--line{
    height: 16px;
    width: 100px;
    margin: 0 20px 5px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.event--title{
    display: inline-block;
    font-size: 24px;
    line-height: 1.33;
    color: #3d3d3d;
}
.event--title-en{
    padding-top: 6px;
    line-height: 1.29;
    color: #999999;
    font-size: 14px;
}
.event--list{

}
.clear_float{
    clear: both;
}
.event--item{
    position: relative;
    float: left;
    width: 380px;
    height: 550px;
    margin: 10px 20px 10px 0;
    background-color: #ffffff;
}
.event--item:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}
.event--item.right{
    margin-right: 0;
}
.event--img{
    position: relative;
    width: 100%;
    height: 407px;
}
.event--img img{
    width: 100%;
    height: 407px;
}
.event--img-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.event--item:hover .event--img-mask {
    opacity: 0.12;
}
.event--item-tag{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.event--item-info{
    width: 100%;
    height: 143px;
    padding: 16px 20px 18px;
    border: solid 1px #e0e0e0;
    border-top: none;
    text-align: center;
}
.event--item-title{
    line-height: 1.22;
    color: #303030;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.event--item-desc{
    padding-top: 6px;
    line-height: 1.25;
    color: #666666;
    text-align: left;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
.event--item-style {
    padding: 0 9px;
    position: absolute;
    left: 20px;
    bottom: 16px;
    /*width: 74px;*/
    height: 26px;
    border-radius: 2px;
    border: solid 1px #ff7385;
    font-size: 14px;
    color: #ff7385;
    text-align: center;
    line-height: 26px;
}
.event--item-time {
    position: absolute;
    right: 20px;
    bottom: 22px;
    text-align: right;
    font-size: 14px;
    color: #666666;
}
.event--item-time-icon {
    position: relative;
    margin-right: 5px;
    top: 1px;
}
.event--item-tip{
    padding: 0 12px;
    position: absolute;
    top: 10px;
    left: -6px;
    /*width: 88px;*/
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}
.event--item-tip.to-be {
    background-color: #6b92d6;
}
.event--item-tip.not-to-be {
    background-color: #ff7466;
}
.event--item-tiparrow{
    position: absolute;
    left: 0;
    top: 32px;
    height: 0;
    width: 6px;
    border: 3px solid transparent;
}
.event--item-tiparrow.to-be {
    border-top-color: #6b92d6;
    border-right-color: #6b92d6;
}
.event--item-tiparrow.not-to-be {
    border-top-color: #cc6f66;
    border-right-color: #cc6f66;
}
.event--list.finished .event--img-mask {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.event--list.finished .event--img-mask {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.event--img-txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.event--list.finished .event--item:hover {
    box-shadow: none;
}
.event--list.finished .event--item:hover .event--img-txt {
    opacity: 0.56;
}
