@media screen and (min-width: 1024px) and (max-width: 1920px) {
    .info-list > ul > li > a > img {
        height: 178px;
    }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
    .info-list > ul > li > a > img {
        height: 135px;
    }
	.hr20 {
    height: 70px!important;
}
}
.pager {
    height: 30px;
    margin: 0 auto 20px;
}

.pager a {
    width: 50px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #cccaca;
    text-align: center;
}

/*.pagination {*/
/*    display: inline-block;*/
/*    padding-left: 0;*/
/*    margin: 17px 0;*/
/*    border-radius: 3px;*/
/*}*/

/*.pagination > li {*/
/*    display: inline;*/
/*}*/

/*.pagination > li:first-child > a, .pagination > li:first-child > span {*/
/*    margin-left: 0;*/
/*    border-bottom-left-radius: 3px;*/
/*    border-top-left-radius: 3px;*/
/*}*/

/*.pagination > li > a, .pagination > li > span {*/
/*    position: relative;*/
/*    float: left;*/
/*    padding: 6px 12px;*/
/*    line-height: 1.42857143;*/
/*    text-decoration: none;*/
/*    color: #2c3e50;*/
/*    background-color: #fff;*/
/*    border: 1px solid #ddd;*/
/*    margin-left: -1px;*/
/*}*/

/*.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {*/
/*    color: #777777;*/
/*    background-color: #fff;*/
/*    border-color: #ddd;*/
/*    cursor: not-allowed;*/
/*}*/

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {*/
/*    z-index: 3;*/
/*    color: #fff;*/
/*    background-color: #2c3e50;*/
/*    border-color: #2c3e50;*/
/*    cursor: default;*/
/*}*/