.list2w{
    box-shadow: 0px 5px 29px 0px rgba(210, 206, 196, 0.33);
    margin-bottom: 50px;}

.list2w a{
    display: block;
    margin-top: 25px;}
.list2w a .pic{
    padding-top: 300px;}
.list2w a h3{
    margin-top: 10px;
    font-size: 18px;
    line-height: 40px;
    color: #191919;
    text-align: center;
    transition: .5s;}
.list2w a:hover h3{
    color: #0b1769;}

.list2w .page{
    position: static;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 0;}

.list2w .page span{
    width: 9px;
    height: 5px;
    background: #0b1769;
    border-radius: 0;
    opacity: 1;
    margin: 0 8px;
    transition: .5s;}
.list2w .page span.active{
    width: 50px;}
