/* 新闻显示 */ 
.upfilecl{
    text-align: left;  
}
.upfilecl a{
    color: blue;  
}
.content .info-list{
    display: none;
} 
.main .warp .content .news-box{
    width: 100%;
    display: block;
    margin: 0 auto;

}
.main .warp .content .news-box .info-title{
    width: 92%; 
    border-bottom: 1px solid #e1e1e1; 
    margin: 0 auto;

}
.main .warp .content .news-box .info-title h2{
    width: 84%;
    margin: 20px auto;   
}
.main .warp .content .news-box .info-title .info-detailed{
    width: 92%;
    margin: 20px auto;  
    text-align: left;
    font-size: 0; 
    margin-top: 0; 

}
.main .warp .content .news-box .info-title .info-detailed span{
    display: inline-block;
    width: 33.3%; 
    font-size: 12px; 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}
.main .warp .content .news-box .info-title .info-detailed span:nth-child(even){
    text-align: center;
}
.main .warp .content .news-box .info-title .info-detailed span:last-of-type{
    text-align: right;
}

.main .warp .content .news-box .news-content{
    width: 92%;
    margin: 20px auto;
    font-size: 14px;
    color: #333333;   
    line-height: 26px;
    text-align: left;
    overflow: hidden;
    min-height: 60px;
}
.main .warp .content .news-box .news-content p{
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    text-indent: 26px !important;
}
.main .warp .content .news-box .news-content img{
    width: 100%;
}
.main .warp .content .news-box .news-more{
    width: 100%;
    background: #eeeeee;
    padding: 20px 20px;
}
.main .warp .content .news-box .news-more a{
    display:block;
    width: 92%;
    font-size: 13px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main .warp .content .news-box .news-more a:first-of-type{
    margin-bottom:14px; 
}