.wrap-footer-box{}
.wrap-footer-box .box:first-child{margin-right: 6px;}
.wrap-footer-box .box .inner-content{
    padding: 10px;
}
.wrap-footer-box .box{
    float: left;
    width: 442px;
    border: 1px solid rgba(204, 204, 204, 0.6);
}





section.news{
    background-color: #fff;
    padding-bottom: 20px;
}
section.news .featured{}
section.news .featured h2{
    font-size: 16px;
    margin-top: 10px;
}
section.news .featured h2 a{
    color: red;
}
section.news .featured h2 a:hover{}
section.news .featured .desc{}
section.news .news-list .date{
    font-size: 13px;
    margin-top: 5px;
    font-style: italic;
}
section.news .news-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
section.news .news-list li:last-child{border-bottom:0}
section.news .news-list li{
    padding-left: 15px;
    background: url(../img/dot.png) no-repeat left 4px;
    border-bottom: 1px dashed #807E7E;
    margin: 10px 0;
    padding-bottom: 7px;
}
section.news .news-list li h3{
    margin: 0;
 
    font-size: 15px;
    font-weight: bold;
}
section.news .news-list li h3 a{
    color: #7B7979;
 }
section.news .news-list li h3 a:hover{ text-decoration:none}