.banner {
    height: 498px;
    background: url("../img/article-bg.jpg") no-repeat bottom;
    background-size: cover;
}
.content {
    margin: 20px 0;
    /*max-width:1080px;*/
}
.content .title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin: 0;
}
.content h3 {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    font-size: 1.5rem;
}
.content .container .list-group-item {
    display: block;
    padding: 32px 50px;
    margin: 16px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 3px;
    box-shadow: 0 0.5px 2px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0.5px 2px 0 rgba(0,0,0,.25);
    cursor: pointer;
}
.content .container{
    max-width:1080px !important;
   
}
.content .container .list-group a{
    font-weight: bold;
    color: #262626;
    font-size: 20px;
    text-decoration:none;
}
.content .container .list-group .list-group-item span{
    color: #898a89;
    font-size: 14px

}
.content .container .list-group-item:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}