/*
*piclist3样式
*/
.list-pics {
	overflow: hidden;
	margin: 0 -40px
}

.list-pics li {
	float: left;
	width: 50%;
	margin-bottom: 60px
}

.list-pics li a {
	display: block;
	overflow: hidden;
	margin: 0 40px;
	position: relative
}

.list-pics .pic {
	width: 100%;
	padding-bottom: 64%;
	overflow: hidden;
	position: relative
}

.list-pics .pic img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.list-pics .pic img:hover {
	transform: scale(1.05);
	box-shadow: 0px 8px 40px 0px rgba(159,38,32,0.08);
}

.list-pics p {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 32%;
	background: url(../images/listpic-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 86px;
	line-height: 86px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/*
*组件样式
*/
.style>ul {
    padding-left: 20px;
    padding-right: 20px;}

.style>ul>li {
    margin-top: 47px;
    border: 1px solid #dcdcdc;
    float: left;
    width: 30%;
    margin-left: 5%;
    padding: 15px;
    box-sizing: border-box;}

.style>ul>li:nth-child(3n-2) {
    margin-left: 0;}

.style>ul>li>a {
    display: block;}

.style>ul>li>a .pic {
    position: relative;
    padding-top: 68%;
    overflow: hidden;}

.style>ul>li>a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;}

.style>ul>li>a p {
    padding: 10px 0 0;
    text-align: center;
    font-size: 16px;
    color: #000;}

.style>ul>li:hover {
    background-color: #9f2620;
    box-shadow: 0 0 5px #9f2620;
    border: 1px solid transparent;}

.style>ul>li:hover>a p {
    color: #fff;}

@media screen and (max-width: 800px){
    .style>ul>li{width:48%;margin-left: 0% !important;margin-right:4%;min-height:245px !important;}
    .style ul li.xypy{margin-right:0 !important;}
}

@media screen and (max-width: 520px){
    .style>ul>li{width:100%;margin-left: 0 !important;}
}

