body {
	background-color: #f9f9f9;
}
header {
	width: 100%;
	position: fixed;
	height: 56px;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
	background-color: #fff;
	z-index: 999;
}
.head {
	height: 56px;
	width: 1000px;
	margin: 0 auto;
}
.head .logo {
	height: 40px;
	padding-top: 8px;
	float: left;
}
.head .logo>img {
	height: 40px;
}
.head>h1 {
	float: left;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	padding-left: 15px;
}
.head>h1>a {
	display: inline-block;
	padding: 0 15px;
	color: #404040;
}
.head>h1>a:hover {
	color: #04477C;
}
.head .searchModel {
	float: left;
	height: 46px;
	padding-top: 10px;
	margin-left: 20px;
}
.head .searchModel .search {
	height: 20px;
	width: 160px;
	background-color: #f2f2f2;
	padding: 8px 36px 8px 16px;
	border-radius: 18px;
}
.head .searchModel .search input {
	height: 100%;
	width: 100%;
	display: block;
	outline: none;
	border: none;
	background-color: inherit;
}
.typePage {
	width: 1000px;
	margin: 0 auto;
	padding-top: 66px;
	position: relative;
}
.typePage aside {			/* 打赏 */
	position: fixed;
	top: 216px;
	left: calc((100vw - 1000px)/2 - 78px);
}
.typePage aside .praise {
	padding-bottom: 20px;
}
.typePage aside .praise>h3,
.typePage aside .assist>h3{
	justify-content: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}
/*

*/
.typePage aside .praise>h3 .iconfont{
	font-size: 26px;
	color: #888;
	font-weight: 100;
}
.typePage aside .assist>h3 .iconfont {
	font-size: 30px;
	color: #888;
	font-weight: 100;
}
.typePage aside p {
	font-size: 14px;
	text-align: center;
	color: #999;
	margin-top: 7px;
	height: 19px;
}

.typePage section {
	padding: 24px;
	width: 682px;
	background: #fff;
	float: left;
}
.typePage section>h1 {
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 15px;
}
.typePage section>time {
	height: 20px;
	font-size: 14px;
	color: #666666;
}
.typePage section>article {
	padding-top: 15px;
}
.typePage section>article img {
	width: 100%;
}
.typePage .hotList {				/* 最热技术前沿列表 */
	float: right;
	padding: 16px;
	width: 228px;
	background: #fff;
}
.typePage .hotList>h4 {
	font-size: 16px;
	height: 18px;
	padding-left: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding-left: 12px;
	border-left: 4px solid #065fb9;
	font-size: 18px;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
}
.typePage .hotList>ul li {
	padding-bottom: 17px;
}
.typePage .hotList>ul li h5 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.typePage .hotList>ul li .releaseTime {
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #888;
}