.yinbanner {
    position: relative;
    height: 299px;
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}
.yinbanner img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ypmain{
	padding:30px 0 40px;
}
.ypmain td{
	width: 228px;
	margin-left: 15px;
	background-image: url(../images/video1.jpg);
	height: 285px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.ypmain td:hover{
	cursor: pointer;
}
.ypmain td .vid1{
	width: 157px;
	height: 157px;
	border-radius: 50%;
	left: 35.5px;
	top:31px;
	position: absolute;
}
.ypmain td .vid2{
	width: 52px;
	height: 52px;
	left: 88px;
	border-radius: 50%;
	top:83px;
	position: absolute;
}
.ypmain td p{
	position: absolute;
	top: 235px;
	color: #000;
	padding:0 15px;
	font-size: 14px;
	line-height: 20px;
}
.ypmain td p i{
	margin-right: 5px;
}
.ypmain td:nth-child(5n+1){
	margin-left: 0;
}
.paginationnvideo{
	padding-bottom: 30px;
    padding-top: 30px;
    width: auto;
    text-align: center;
}
.paginationnvideo ul{
	display: inline-block;
}
.paginationnvideo li {
    float: left;
    margin-right: 4px;
    border-radius: 50%;
    margin-left: 10px;
}
.paginationnvideo a{
    display: block;
    padding: 8px 10px;
    color: #333;
}
.paginationnvideo li.curr {
    border-color: #ff6c00;
    background: #ff6c00;
}
.paginationnvideo li.curr a{
	color: #fff;
}




/*个人中心音频*/
.ypmaingrzx td{
	width: 228px;
	margin-left: 36px;
	margin-right:36px;
	background-image: url(../images/video1.jpg);
	height: 285px;
	position: relative;
	float: left;
	margin-top: 20px;
}
.ypmaingrzx td:hover{
	cursor: pointer;
}
.ypmaingrzx td .vid1{
	width: 157px;
	height: 157px;
	border-radius: 50%;
	left: 35.5px;
	top:31px;
	position: absolute;
}
.ypmaingrzx td .vid2{
	width: 52px;
	height: 52px;
	left: 88px;
	border-radius: 50%;
	top:83px;
	position: absolute;
}
.ypmaingrzx td p{
	position: absolute;
	top: 235px;
	color: #000;
	padding:0 15px;
	font-size: 14px;
	line-height: 20px;
}
.ypmaingrzx td p i{
	margin-right: 5px;
}
