/*互动活动*/
.banner{
    background: url('/images/apps/frontend/activity/kv.jpg') center center no-repeat;
    height: 380px;
}
.fixwidth{width: 1186px;}
.activity-list{margin-top: 60px;}
.item{float: left;width: 265px;}
.item.no-margin-right{margin-right: 0px;}
.item .activity-img img{border-radius: 3px;width: 100%;}
.item .activity-txt{
    padding: 15px 10px;
}    
.item .activity-txt .activity-title{
    font-size: 14px;
    color: #00213b;
    height: 50px;
    background: url('/images/apps/frontend/activity/nav_big.png') right 3px no-repeat;
    margin-right: 10px;
}
.item .activity-txt .activity-title{
    padding-right: 45px;  
}
.item .activity-txt .activity-summary,
.item .activity-txt .activity-date
{font-size: 12px;color: #99a0a9;line-height: 22px;}
.item .activity-txt .activity-date{
    background: url('/images/apps/frontend/activity/clock.png') left center no-repeat;
    padding-left:20px;
    margin-top: 12px;
}

/*互动活动*/
.video-activity-page .content{
}
.video-activity-page .video-activity-container {
    padding: 35px 0 100px;
}
.video-activity-page .video-activity-container .item{
    width: 265px;
    box-shadow: 0 4px 10px #ccc;
    margin-bottom: 30px;
    float: left;
    border: 1px solid #e5e5e5;
}
.video-activity-page .video-activity-container .item .img-box {
    width: 265px;
    overflow: hidden;
}
.video-activity-page .video-activity-container .item .post-content-box{
    padding: 15px 10px;
    background: #fff;
}
.video-activity-page .video-activity-container .item .post-content-box h5{
    color: #1c1a1a;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.video-activity-page .video-activity-container .item .post-content-box .post-date{
    color: #e82433;
}
.video-activity-page .video-activity-container .item .post-content-box .post-content p{
    line-height: 22px;
}
.video-activity-page .loading-box {
    text-align: center;
}
.video-activity-page  a.btn-weibo-1{
    float: right;
    width: 24px;
    height: 20px;
    margin-top: 5px;
    background: url(/images/apps/frontend/btn-weibo-1.png) no-repeat;
    overflow: hidden;
    text-indent: -99em;
    margin-top: 15px;
    display:none;
}
.video-activity-page  a.btn-weibo-1:hover {
    background-position: left bottom;
}
.video-activity-page .banner-video-box{
    width: 1122px;
    height: 560px;
    overflow: hidden;
    margin-bottom: 20px;
}