.news-list-nav li.active a {
    color: #2e4e7e;
    font-size: 16px;
    font-weight: bold;
}

.news-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-title h5 {
    color: #bb2822;
    font-size: 22px;
}

.news-title span {
    font-size: 16px;
    color: #494949;
}

.news-list {
    margin-top: 30px;
}
.news-list img{ max-width:100%;}
.news-list li{
    border-bottom:1px solid #cccccc;
    margin-top:20px;
    padding-bottom:20px;
}
.news-list .col-md-4{
    width:250px;
}
.news-list .col-md-8{
    padding-left:5px;
}
.news-list a {
    display: block;
    color: #666666;
    text-decoration: none;
}

.news-list li img {
    width: 220px;
    height: 135px;
    display: block;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.news-list li img:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.news-list p{
    margin-bottom:8px;
}
.news-list p.time{
    color:#999999;
    font-size:12px;
}
.news-list p.time:hover{
    color:#AAA;
}
.news-list p.title{
    color:#494949;
    font-size:16px;
    font-weight: bold;
}
.news-list p.title:hover{
    color:#333;
}
.news-list p.description{
    font-size:14px;
    color:#666666;
}
.news-list p.description:hover{
    color:#999;
}

.news-list p.godetail-button{
    margin-top:20px;
    margin-bottom:0px;
}
.godetail {
    width: 90px;
    height: 20px;
    background-image: url(../images/godetails.png);
    display: block;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.godetail:hover {
    background-image: url(../images/godetails-hover.png)
}