/*新闻资讯*/
.fixwidth{width: 1186px;}
.news-list{margin-top: 60px;}
.item{float: left;width: 265px;}
.item.no-margin-right{margin-right: 0px;}
.item .news-img img{border-radius: 3px;width: 100%;}
.item .news-txt{
    padding: 15px 10px;
}    
.item .news-txt .news-title{
    font-size: 14px;
    color: #00213b;
    height: 50px;
    background: url('/images/apps/frontend/news/nav_big.png') right 3px no-repeat;
    margin-right: 10px;
}
.item .news-txt .news-title{
    padding-right: 45px; 
    word-break: break-all;
}
.item .news-txt .news-summary{height:40px;overflow-y: hidden; word-break: break-all}
.item .news-txt .news-summary,
.item .news-txt .news-date
{font-size: 12px;color: #99a0a9;line-height: 22px;}
.item .news-txt .news-date{
    background: url('/images/apps/frontend/news/clock.png') left center no-repeat;
    padding-left:20px;
    margin-top: 12px;
}
/*互动活动*/
.video-activity-page .video-activity-container {
    padding: 35px 0 100px;
}
.video-activity-page .video-activity-container .item{
    border: 1px solid #e5e5e5;
    width: 265px;
    height: 349px;
    box-shadow: 0 4px 10px #ccc;
    margin-bottom: 30px;
    float: left;
    margin-right: 39.3px;
}
.video-activity-page .video-activity-container .item.fourth-item{margin-right: 0px;}
.video-activity-page .video-activity-container .item .img-box {
    width: 265px;
    height: 202px;
    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;
}
/*news*/
.list-box {
    background: #f7f7f7;
    padding: 55px 0;
}
.list-box .inner {
    overflow: hidden;
}
.list-box ul {
    width:1300px;
}
.list-box .item {
    width: 317px;
    padding: 10px;
    float: left;
    margin: 0 54px 80px 0 ;
}
.list-box .item .post-date{
    color: #e50170;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 8px;
}
.list-box .item .img-box {
    height: 186px;
    width: 317px;
    overflow: hidden;
    margin-bottom: 15px;
}
.list-box .item .post-title {
    color: #35394b;
    font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}
.list-box .item .post-content {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 28px;
    font-size: 13px;
}
.list-box .item .more-bar a{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding-right: 20px;
    height: 22px;
    line-height: 22px;
    background: url(/images/apps/frontend/float_bar_bkg.png) no-repeat 60px -49px;
}
.pagination-box {
    padding: 16px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #e9eced;
    overflow: auto;
}
.pagination-box a{
    width: 155px;
    height: 34px;
    overflow: hidden;
    background: url(/images/apps/frontend/pagination.png) no-repeat left -34px;
    text-indent: -99em;
}
.pagination-box a.btn-page-prev {
    float: left;
}
.pagination-box a.btn-page-prev.last-page{
    background-position: left top;
}
.pagination-box a.btn-page-next {
    float: right;
    background: url(/images/apps/frontend/pagination.png) no-repeat left -102px;
}
.pagination-box a.btn-page-next.last-page{
    background-position: left -68px;
}
.post-box{
    background: #f7f7f7;
    padding: 20px 0;
}
.post-box .post-header{
    padding: 15px 0;
    border-bottom: 1px solid #e9eced;
    overflow: auto;
    border-bottom: 1px solid #e9eced;
}
.post-box .post-header a {
    overflow: hidden;
    text-indent: -99em;
}
.post-box .post-header a.btn-back{
    float: left;
}
.post-box .post-header a.btn-back:hover {
    background-position: left bottom;
}
.post-box .post-header a.btn-weibo-1{
    float: right;
    width: 24px;
    height: 20px;
    margin-top: 5px;
    background: url(/images/apps/frontend/btn-weibo-1.png) no-repeat;
    display:none;
}
.post-box .post-header a.btn-weibo-1:hover {
    background-position: left bottom;
}
.post-box .post-title {
    padding: 10px 0;
    margin-bottom: 20px;
}
.post-box .post-title h1{
    color: #35394b;
    font-size: 34px;
    line-height: 46px;
    float: left;
    width: 980px;
}
.post-box .post-title .post-date{
    float: right;
    font-size: 13px;
    color: #707070;
    height: 46px;
    line-height: 46px;
}
.post-box .post-container{
    overflow: auto;
    margin-bottom: 20px;
}
.post-box .post-content {
    width: 830px;
    overflow: hidden;
}
.post-box .sidebar {
    width: 246px;
    overflow: hidden;
}
.post-box .sidebar .img-box{
    width: 246px;
    overflow: hidden;
    margin-bottom: 30px;
}
.post-box .sub-list h4{
    color: #0d0d0d;
    font-size: 13px;
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    background: url(/images/apps/frontend/float_bar_bkg.png) no-repeat 8px -47px;
}
.post-box .sub-list li {
    height: 22px;
    line-height: 22px;
    padding: 10px;
    border-bottom: 1px solid #e9eced;
}
.post-box .sub-list li.last {
    border-bottom: none;
}
.post-box .sub-list li a{
    font-size: 13px;
    color: #a0a0a0;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-box .sub-list li a:hover{
    color: #707070;
}

/*分页*/
.news--page{text-align: center;margin-top: 45px;}
.news--page a{
    font-size: 16px;
    color: #777777;
    display: inline-block;
    margin-right: 20px;
    width: 15px;
}
.news--page a.no-active{opacity: 0.3;cursor: default;}
#current_page{
    font-size: 16px;
    color: #fff;
    background-color: #FA4453;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.news--page .first-page{
    background: url('/images/apps/frontend/news/page_arrow.png') 4px 3px no-repeat;
    margin-right: 6px;
}

.news--page .last-page{
    margin-right: 0px;
    background: url('/images/apps/frontend/news/page_arrow.png') -8px 3px no-repeat;
}
.news--page .prev-page{
    background: url('/images/apps/frontend/news/page_arrow.png') 4px -15px no-repeat;
}

.news--page .next-page{
    margin-right: 6px;
    background: url('/images/apps/frontend/news/page_arrow.png') -8px -15px no-repeat;
}