﻿.ward {
	text-align: center;
}

/*文章内容*/
.articlebox {
	text-align: left;
	width: 1200px;
	display: inline-block;
	/*background-color: red;*/
}

	.articlebox .mainbody {
		width: 800px;
		padding: 0px 45px;
		box-sizing: border-box;
		background-color: #fff;
		display: inline-block;
		float: left;
	}

.mainbody a {
	text-decoration: underline;
	padding: 0px 2px;
}

	.mainbody a:hover {
		opacity: .7;
	}

.mainbody .crumbsBox {
	font-size: 16px;
	line-height: 40px;
}

	.mainbody .crumbsBox .link {
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
	}

		.mainbody .crumbsBox .link:hover {
			color: red;
		}

.mainbody .title {
	font-size: 28px;
	/*line-height: 80px;*/
	margin: 20px 0;
}

.mainbody .time {
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}

/*文章内容 结束*/


/*相关文章*/

.relatedBody {
}

	.relatedBody .relatedTitle {
		font-size: 18px;
		font-weight: bold;
		border-left: 3px solid #D22222;
		padding-left: 10px;
		box-sizing: border-box;
		margin: 25px 0px 15px 0px;
	}

	.relatedBody .relatedLi {
		position: relative;
		display: inline-block;
		width: 50%;
		float: left;
	}

.relatedLi .point {
	display: inline-block;
	position: absolute;
	font-size: 30px;
	top: -8px;
	left: 0px;
}

.relatedLi .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 15px;
	font-size: 16px;
	line-height: 30px;
	margin: 0px;
	text-decoration: none;
}

	.relatedLi .title:hover {
		color: #d22222;
		cursor: pointer;
	}

/*相关文章 结束*/


/*右侧文章*/

.articlebox .rightBody {
	float: left;
	display: inline-block;
	width: 400px;
	padding-left: 30px;
	box-sizing: border-box;
}

.rightBody {
	margin-top: 30px;
}

	.rightBody .rightBoxItem {
		background-color: #fff;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-radius: 5px;
		border: 1px solid #dedede;
		box-sizing: border-box;
	}

.rightBoxItem .rightCate {
	padding: 5px 15px 10px 10px;
}

	.rightBoxItem .rightCate .cateTitle {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 10px;
		border-bottom: 2px solid #D22222;
	}

	.rightBoxItem .rightCate .line {
		width: 100%;
		border-top: 1px solid #EEEEEE;
	}

.rightBoxItem .rightLi {
	position: relative;
}

.rightLi .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 80px;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	text-decoration: none;
}

	.rightLi .title:hover {
		color: #d22222;
	}

.rightLi .time {
	position: absolute;
	right: 15px;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}

.cateBox {
	padding: 0 5px;
}

	.cateBox .cateItem {
		display: inline-block;
		background-color: #fff;
		border-radius: 3px;
		padding: 2px 8px;
		font-size: 12px;
		margin: 5px 0px 8px 5px;
		cursor: pointer;
		transition: all .1s;
		box-sizing: border-box;
		border: 1px solid #ccc;
		color: #666;
		text-decoration: none;
	}

		.cateBox .cateItem.active, .cateBox .cateItem:hover {
			/*background-color: #D22222;*/
			color: #D22222;
			border-color: #FF6A6A;
		}

/*右侧文章 结束*/


/*自适应样式调整*/

@media screen and (max-width: 1679px) {

	.articlebox {
		width: 1150px;
	}

		.articlebox .mainbody {
			width: 750px;
			padding: 0 20px 0px 20px;
		}
}

@media screen and (max-width: 1279px) {
	.articlebox {
		width: 710px;
	}

		.articlebox .mainbody {
			width: 710px;
			padding: 0 0px 0px 0px;
		}

		.articlebox .rightBody {
			width: 100%;
			padding-left: 0px;
		}
}

@media only screen and (max-width: 767px) {
	.articlebox {
		width: 100%;
	}

		.articlebox .mainbody {
			width: 100%;
		}

	.relatedBody .relatedLi {
		width: 100%;
	}
}
/*自适应样式调整 结束*/

.bootLoginBox {
	margin-bottom: 20px;
}

	.bootLoginBox a {
		text-decoration: none;
	}

		.bootLoginBox a:hover {
			opacity: 0.6;
		}

	.bootLoginBox .bootLoginBtn {
		display: inline-block;
		padding: 4px 10px;
		background-color: #3A7BEE;
		color: #fff;
		font-size: 12px;
		border-radius: 18px;
		cursor: pointer;
	}

	.bootLoginBox .bootLoginTxt {
		margin-left: 8px;
		display: inline-block;
		padding: 4px 10px;
		color: #3A7BEE;
		font-size: 12px;
		border-radius: 18px;
		border: 1px solid #3A7BEE;
		cursor: pointer;
	}

.articleTagBox {
	font-size: 12px;
	margin-bottom: 20px;
	color: #666;
}

	.articleTagBox .articleTagTitle {
	}

	.articleTagBox .articleTagItem {
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 8px;
		padding: 2px 8px;
		margin-right: 8px;
		margin-bottom: 10px;
	}
