#container{
    background-color: #fff;
    color: #000;
}

.flot_muen{ width:100%; height:auto; overflow:hidden; background-color:#fff; top:0;}
.flot_muen_li{ width:auto; height:30px; overflow:hidden; text-align:center; float:left; border:1px solid #eeeeee; line-height:30px; font-size:12px; color:#666; margin:5px; padding:0 5px; }

.news-box{
    width: 93%;
    margin: 0 auto;
}
.news-box .news-column{
    line-height: 3.0;
    border-bottom: solid 2px #01b4ed;
}
.news-box .news-list{
    overflow: hidden;
    margin-top: 7%;
}
.news-box .news-list a{
    color: #fff;
}
.news-box .news-list li{
    float: left;
    margin-bottom: 5%;
}
.news-box .news-list .ar-title{
    color: #000;
    text-align: center;
    line-height: 2.5;
}

.news-box .news-list .left-pic{
    width: 100%;
    margin-right: 5%;
}

.news-box .news-list .list-line{
    width: 100%;
    float: left;
    margin-top: 2%;
}

/*详情页面start*/
.news-detail-title{
    margin-top: 2%;
    text-align: center;
    line-height: 1.8;
}
.detail-time {
    color: #666;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2%;
}
.detail-content{
    color: #666;
    line-height: 1.8;
}
.pre-next {
    margin-top: 2%;
    line-height:1.8;
}
.pre-next a{
    color: #666;
}
/*详情页面end*/
