.blogbox{
	clear: both;
	width: 1198px;
	display: block;
	margin: 60px auto 0 auto;
	height: 400px;
}
.cate{
	width: 236px;
	background-color: white;
	float: left;
	box-shadow: 0 1px 3px #B0B0B0;
}
.catatex{
	display: block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin: 20px 0 0 10%;
	border-bottom: solid 1px #d4d4d4;
}
.catename{
	width: 236px;
	height: 48px;
	line-height: 48px;
	letter-spacing: 2px;
	font-size: 14px;
	padding: 0 0 0 10%;
	overflow: hidden;
	color: #768791;
	font-weight: normal;
	box-sizing: border-box;
	transition: 0.4s;
	cursor: pointer;

}
.catename:hover{
	background-color: #29424E;
	color: white;
	
}
.point{
	width: 14px;
	height: 14px;
	border-radius: 11px;
	border:solid 2px #C3CCD3;
	background-color: white;
	float: left;
	margin: 15px 15px 15px 0;
	transition: 0.2s;
}
.ch{
	width: 18px;
	height: 18px;
	border-radius: 11px;
	background-color: darkturquoise;
	border: none;
}
.chte{
	font-weight: bold;
	color: #263843;
}
.pict{
	display: block;
	width: 95%;
	margin: 16px auto 0 auto;
	
}

.list{
	width: 627px;
	background-color: white;
	float: left;
	margin: 0 15px 0 15px;
	box-shadow: 0 1px 3px #B0B0B0;
	cursor: pointer;
}
.list h3{
	text-align: justify;
}
.soc{
	width: 86px;
	height: 20px;
	float: right;
	margin: 60px 30px 26px 0;
}
.soc a{
	line-height: 20px;
	font-size: 12px;
	display: block;
	float: left;
	margin: 0 6px 0 6px;
	color: #C3CCD3;
}
.heart,.mess{
	float: left;
}











.pop{
	width: 305px;
	background-color: white;
	float: left;
	box-shadow: 0 1px 3px #B0B0B0;
}
.popname{
	width: 305px;
	height: 100px;
	line-height: 24px;
	letter-spacing: 2px;
	font-size: 14px;
	padding: 0 0 0 10%;
	overflow: hidden;
	color: #768791;
	font-weight: normal;
	box-sizing: border-box;
	transition: 0.4s;
	cursor: pointer;
	
}
.pho{
	width: 56px;
	height: 56px;
	border-radius: 28px;
	float: left;
	margin: 22px 15px 22px 0;
	background-image: url(../images/creek-2846097.png);
	background-repeat: no-repeat;
	background-position: center;
}
.popnam,.popintr{
	color: #768791;
	display: block;
}
.popnam{
	font-size: 16px;
	font-weight: 600;
	margin: 24px 0 0 0;
}
.popintr{
	color: #768791;
}
.popdate{
	font-size: 10px;
	color: gray;
	font-weight: bold;
	opacity: 0.4;
	display: block;
	line-height: 16px;
}