/*新闻详情*/
.new-detail-kv{height: 357px;background:  url('/images/apps/frontend/news_detail/kv.jpg') center center repeat-x;}
.news-detail{
    width: 1028px;
    padding: 65px 80px 0px;
    margin: 0px auto;
    background-color: #fff;
    position: relative;
    top: -88px;
    -webkit-box-shadow:-4px 0 4px #F2F2F2, /*左边阴影*/  
        4px 0 4px #F2F2F2, /*右边阴影*/  
        0 -4px 4px #F2F2F2, /*顶部阴影*/  
        0 6px 6px #F2F2F2; /*底部阴影*/  
    -moz-box-shadow: -4px 0 4px #F2F2F2, /*左边阴影*/  
        4px 0 4px #F2F2F2, /*右边阴影*/  
        0 -4px 4px #F2F2F2, /*顶部阴影*/  
        0 6px 6px #F2F2F2; /*底部阴影*/  
    box-shadow:-4px 0 4px #F2F2F2, /*左边阴影*/  
        4px 0 4px #F2F2F2, /*右边阴影*/  
        0 -4px 4px #F2F2F2, /*顶部阴影*/  
        0 6px 6px #F2F2F2; /*底部阴影*/  
    padding-bottom: 55px;
}
.news-detail .top-icon{
    width: 100%;
    text-align: center;
    left: 0px;
    height: 100px;
    background-color: inherit;
}
.news-detail .top-icon img{position: relative;top: -126px;}
.news-detail .detail-content{width: 712px;}
.news-detail .news-recommend{width: 231px;}
.news-detail .detail-content .news-title{
    font-size: 26px;
    color: #6a6b71;
    line-height: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #EFEFEF;
}
.news-detail .detail-content .news-date span{
    display: inline-block;
    font-size: 18px;
    color: #99a0a9;
    float: right;
    margin-right: 10px;
    padding-left: 30px;
    height: 60px;
    line-height: 60px;
    background: url('/images/apps/frontend/news_detail/clock.jpg') left center no-repeat;
}
.news-detail .detail-content .news-content {font-size: 16px;color: #777777;line-height: 38px;margin-top: 20px;}

.news-detail .detail-content .news-nav{font-size: 18px;color: #262626;margin-top: 20px;}
.news-detail .detail-content .news-nav table{width: 100%;text-align: center;}
.news-detail .detail-content .news-nav table .page-nav-left{text-align: left;}
.news-detail .detail-content .news-nav table .page-nav-right{text-align: right;}
.news-detail .detail-content .news-nav table a{display: inline-block;}
.news-detail .detail-content .page-nav-left,
.news-detail .detail-content .page-nav-right{width: 213px;}
.news-detail .detail-content .page-nav-left a{
    background: url('/images/apps/frontend/news_detail/prev.png') left center no-repeat;
    padding-left: 22px;
}
.news-detail .detail-content .page-nav-center{width: 286px;}
.news-detail .detail-content .page-nav-center a{
    background: url('/images/apps/frontend/news_detail/news_icon_small.png') left center no-repeat;
    padding-left: 30px;
}
.news-detail .detail-content .page-nav-right a{
    background: url('/images/apps/frontend/news_detail/next.png') right center no-repeat;
    padding-right: 22px
}

.news-recommend .recommend-title{font-size: 22px;color: #6a6b71;padding-bottom: 28px;}
.news-recommend .recommend-item{background-color: #F4F4F4;margin-bottom: 30px;}
.news-recommend .recommend-item .news-txt{padding: 17px 17px 20px 17px;}
.news-recommend .recommend-item .news-title{
    font-size: 15px;
    color: #262626;
    margin-bottom: 6px;
    background: url('/images/apps/frontend/news_detail/nav.png') right center no-repeat;
}
.news-recommend .recommend-item .news-summary{font-size: 12px;color: #666666;line-height: 22px;}
.news-content img{ max-width: 712px;}

a.player h2,a.player h3,a.player p{  text-align: center; font-size: 20px; line-height: 34px;}

.news-content strong{ font-weight: bold}
.news-content em{ font-style: italic;}

.news-detail .news-relative {
    width: 231px;
}
.news-relative .news-title{font-size: 22px;color: #6a6b71;padding-bottom: 20px;}
.relative_news > li{
    position: relative;
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 25px;
}
.relative_news > li:before{
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D1AA75;
    margin-right: 10px;
    margin-bottom: 2px;
}

.tag_list{
    margin-top: 130px;
}
.tag_list label{
    font-weight: bold;
    font-size: 16px;
}
.tag_list ul{
    display: inline-block;
}
.tag_list li{
    float: left;
    font-size: 16px;
    margin-right: 15px;
    line-height: 12px;
}