*{
	padding:0;
	margin:0;
	text-decoration:none;
	list-style: none;
}
/* 使用100vw 消除左右滚动条 */
html {
 overflow-y: scroll;
 
}

:root {
 overflow-y: auto;
 overflow-x: hidden;
}

:root body {
 position: absolute;
}

body {
 width: 100vw;
 overflow: hidden;
}

/* 使用100vw 消除左右滚动条结束 */
/* top隐士 */
.paihang{
	border-bottom: solid 2px #fff;
}
/* 内容 */
.Rk-neirong{
	width: 1238px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}
.Rk-works:nth-child(4n){
	width: 260px;
	height: 235px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	padding:10px 10px;
	position: relative;
	float: left;
	margin-right: 0px;
	margin-bottom: 24px;
}
.Rk-works{
	width: 260px;
	border: solid 1px #dddddd;
	background-color: #fff;
	border-radius: 5px;
	padding:10px 10px;
	position: relative;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}
.Rk-works:hover{
	transition: 0.3s;
box-shadow: 0 0 12px 2px #ff9f7d;
}
.rk-biaoti{
	font-size: 15px;
	color: #000;
}
.Rk-works:hover .rk-biaoti{
    color: #ff9470;
}
.Rk-works:hover .rk-jishu{
    color: #ff9470;
}
.rk-jishu{
	font-size: 13px;
	color: #484848;
	margin-top: 5px;
	height: 15px;
	overflow: hidden;
	white-space:nowrap;
            /* 溢出文字用...代替 */
            text-overflow: ellipsis;
}
.tuman{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 5px;
}
.tuman>img{
	width: 100%;
	height: 100%;
}
.zuozhe{
	width: 100%;
	position: absolute;
	bottom: 18px;
	left: 15px;
	display: flex;
	align-items: flex-end;
}
.zuozhe-tx{
	width: 56px;
	height: 56px;
	border-radius: 50px;
	background-color: #fff;
	overflow: hidden;
}
.zuozhe-tx>img{
	width: 100%;
	height: 100%;
}
.name{
	font-size: 13px;
	color: #6c6c6c;
	margin-left: 10px;
}
