.body-wallpaper {
	background: #F8F8F8;
}
.section-bread{
	padding: 30px 0;
}
.section-bread span{
	overflow: hidden;
    display: block;
    float: left;
}
.section-bread a{
	font-size: 14px;
	color: #555;
	line-height: 18px;
    height: 18px;
    display: block;
    float: left;
}
.section-bread .arrow{
	width: 14px;
	height: 14px;
	margin: 2px 6px;
    float: left;
}
.breadcrumbs {
    overflow: hidden;
}
.big-title {
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
    line-height: 5.8rem;
	padding: 4rem 0 2rem 0;
}
.section-magazines {
	background: white;
	padding-bottom: 20px;
}
.section-magazines .small-lists {
	overflow: hidden;
}
.section-magazines .small-lists li:hover {
	box-sizing: border-box;
	box-shadow: 0 12px 12px -10px rgba(0, 0, 0, .15);
}
.section-magazines .small-lists li:hover .sml-pic img {
	/* transform: scale(1.05); */
}
.section-magazines .small-lists li {
    margin-right: 15px;
	margin-bottom: 15px;
    width: calc((100% - 15px) / 2);
	float: left;
	background: white;
	cursor: pointer;
}
.section-magazines .small-lists li:nth-of-type(2n){
	margin-right: 0;
}
.section-magazines .small-lists li a {
	list-style: none;
	text-decoration: none;
}
.section-magazines .small-lists .sml-pic {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.section-magazines .small-lists .sml-pic img {
	width: auto;
	min-width: 100%;
	transition: all .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}
@media screen and (max-width: 1024px){
	.section-bread{
		padding-top: 0px;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.big-title {
        font-size: 23px;
		text-indent: 6px;
		padding: 25px 0 10px 0;
        line-height: 33px;
	}
	.section-magazines .small-lists li{
		margin-right: 15px;
		margin-bottom: 15px;
		width: calc((100% - 15px) / 2);
    }
    .section-magazines .content {
        background: transparent;
    }

    .section-magazines .content{
        padding: 0;
    }
    .section-magazines .small-lists {
        background: white;
        border-radius: 5.33px;
        width: 100%;
    }
	.body-wallpaper-list .section-magazines .small-lists {
        border-radius: 0;
    }
	.section-magazines .small-lists .sml-pic{
		padding-bottom: 216.53%;
	}
}