#body_fr{
    width: 25%;
    float: right;
}
#body_fr .cbox {
    background: #fff;
    padding: 15px 26px;
    margin-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
#body_fr .cbox .tt {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 13px;
}
#body_fr .cbox .tt .tit {
    font-size: 24px;
    line-height: 70px;
    display: inline-block;
    border-bottom: 1px solid #0c704c;
    color: #0c704c;
}
#body_fr .article_list .list_item {
    height: auto;
    border-top: 1px solid #e3e3e3;
    border-bottom: none;
    padding: 16px 0;
}
#body_fr .article_list .list_item .count {
    width: 17px;
    height: 16px;
    background: url(../images/re4.png) no-repeat bottom;
    margin-right: 15px;
    border: none;
    margin-top: 6px;
    background-size: 100% 100%;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 11px;
    float: left;
}
#body_fr .article_list .list_item:nth-child(1){
    border: none;
}
#body_fr .article_list .list_item:nth-child(1) .count {
    background: url(../images/re1.png) no-repeat bottom;
    background-size: 100% 100%;
}
#body_fr .article_list .list_item:nth-child(2) .count {
    background: url(../images/re2.png) no-repeat bottom;
    background-size: 100% 100%;
}
#body_fr .article_list .list_item:nth-child(3) .count {
    background: url(../images/re4.png) no-repeat bottom;
    background-size: 100% 100%;
}
#body_fr .article_list .list_item .title {
    float: none;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#body_fr .article_list .list_item .list_date {
    float: none;
    display: block;
    padding-left: 32px;
    line-height: 22px;
}
#body_fr .article_list .list_item .list_date .date {
    color: #208952;
    font-size: 12px;
}
#body_fr .article_list .list_item .list_date .views {
    color: #666;
    float: right;
    padding-left: 26px;
    background: url(../images/viwe.png)no-repeat left;
    font-size: 12px;
}



#body_fr .news_list{
    float: left;
    width: 100%;
}
#body_fr .news_list .news:nth-child(1){
    border: none;
}
#body_fr .news_list .news {
    padding: 10px 0;
    width: 100%;
    float: left;
    border-top: 1px solid #e3e3e3;
}
#body_fr .news_list .news_title {
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#body_fr .news_list .news_title a {
    color: #000;
}
#body_fr .news_list .news_info {
    font-size: 12px;
    line-height: 22px;
}
#body_fr .news_list .news_date {
    float: left;
    color: #208952;
    padding: 0;
    font-size: 13px;
    position: relative;
    display: inline-block;
}

