.w16{overflow: hidden;}
.bigVideoList-ul {
	overflow: hidden;
	background: #f3f3f3;
}

.bigVideoList-ul li {
	background: #fff;
	padding-bottom: 0.2rem;
	margin-bottom: 0.4rem;
}

.bigVideoTop {
	position: relative;
	width: 16rem;
	height: 9rem;
	display: block;
}

.bigVideoTop img {
	width: 16rem;
	height: 9rem;
	display: block;
}

.bigVideoTop .bigV-play {
	width: 2.345rem;
	height: 2.345rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1.172rem;
	margin-top: -1.172rem;
}

.bigVideoBom {
	padding: 0 0.42rem;
	margin-top: 0.22rem;
	font-size: 0.68rem;
	line-height: 1.024rem;
	max-height: 2.04rem;
	overflow: hidden;
}

.bigVideoBom a {
	color: #333;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bigGoHome {
	width: 2.26rem;
	height: 2.13rem;
	position: fixed;
	top: 15.64rem;
	right: 20px;
	z-index: 9999;
}

.bigGoHome img {
	width: 2.26rem;
	height: 2.13rem;
	display: block;
}

/*img*/
.bigImgList {
	padding: 0 0.5rem 0.4rem 0.5rem;
	width: 15rem;
	background: #f3f3f3;
}

.bigImgList-ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.bigImgList-ul li {
	width: 7.27rem;
	overflow: hidden;
	background: #fff;
	margin-top: 0.85rem;
	padding-bottom: 0.3rem;
}

.bigImgTop {
	display: block;
	width: 7.27rem;
	height: 4.17rem;
	position: relative;
}

.bigImgTop img {
	width: 7.27rem;
	height: 4.17rem;
}

.bigImgTop .bigV-fang {
	position: absolute;
	top: 0;
	left: 0;
}

.bigImgBom {
	padding: 0 0.42rem;
	margin-top: 0.22rem;
	font-size: 0.54rem;
	line-height: 1.024rem;
	max-height: 2.04rem;
	overflow: hidden;
}

.bigImgBom a {
	color: #333;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*font-list*/
.bigFontList-ul {
	overflow: hidden;
	padding: 0 0.45rem
}

.bigFontList-ul li {
	overflow: hidden;
	line-height: 1.24rem;
	border-bottom: 1px dashed #000;
}

.bigFontList-ul li a {
	color: #333;
    width: 15.1rem;
    overflow: hidden;
    max-height: 2.08rem;
    line-height: 1rem;
    font-size: 0.7rem;
    font-family: Arial;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.bigFontList-ul li div {
	display: block;
	font-style: normal;
	font-size: 0.512rem;
	color: #666;
}

.bigFontList-ul li:last-child {
	border: none;
}
/*round*/

.bigRoundList {
	padding: 0.6rem 1.35rem 0.4rem 1.35rem;
	width: 13.3rem;
	background: #f3f3f3;
}

.bigRoundList-ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.bigRoundList-ul li {
	width: 6.04rem;
	margin-bottom: 0.8rem;
}
.bigRoundTop {
	width: 6.04rem;
	width: 6.04rem;
	display: block;
}
.bigRoundTop img{
	width: 5.56rem;
	height: 5.56rem;
	border:0.24rem solid #fff;
	border-radius: 3.02rem;
}

.bigRoundBom {
	margin-top: 0.22rem;
	font-size: 0.56rem;
	line-height: 0.9rem;
	overflow: hidden;
	text-align: center;
    max-height: 1.8rem;
    text-overflow: ellipsis;
}

.bigRoundBom a {
	color: #333;
    max-height: 1.8rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}