.body{
    background-image: url("/static/images/hjbg.jpg");
     background-size: 100%;
}
     .pagination li{
       padding: 10px;
       background-color: #f5f5f5;
     }

     .bgs{
        background-color: #181c61;
     }
     .word-wrap {
         width:100%;
  word-break:break-all;
  white-space: normal; /* 保证文本会在适当的地方换行 */
}


@media (min-width: 1200px) {
    .container{
        max-width: 1500px;
    }
}

.bottom{
    padding-top:20px;
    padding-bottom :20px;
    background-color:#3c3c3c;
}

.bottom a:link{
    color: #ffffff;
}

.bottom a:active{
    color: #ffffff;
}

.bottom a:hover{
    color: #ffffff;
}

.bottom a:visited{
    color: #ffffff;
}