@charset "utf-8";
.container,
.container-middle,
.wrap {
    /*padding-right:15px;padding-left:15px;*/
    margin: 0 auto
}

.wrap,
.container,
.container-middle {
    width: 1280px;
    /* min-width: 1280px; */
}


.pro_card {
    border: 3px solid #f5f8fa;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px rgba(222.00091525807102, 219.00077969107474, 219.00077969107474, 0.59);
    background-color: #FFFFFF;
    overflow: hidden;
}

.pro_card:hover {
    border: 3px solid #7c1c72
}

.pro_card_tit {
    color: #111111;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.7em;
    text-align: center;
}

.pro_card_text {
    color: #3e3e3e;
    line-height: 2em;
    text-align: center;
}

.pro_card img {
    transition: 0.4s ease all;
}

.pro_card:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.img_atuo {
    height: auto;
    overflow: hidden;
}



.next-list ul li .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #ccc;
    position: relative;
}
.next-list ul li h3 {
    text-align: center;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
}

.pagination
 {
    display: -ms-flexbox;
    display: flex
;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #7c1c72;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #7c1c72;
	border-color: #7c1c72;
}
.page-num-current:hover {
	color: #fff;
}