@charset "UTF-8";

/*
* @description: 文章页样式
 *@author:王奉
* @update: name(2020/04/28)
 */

header {
	background: #242A37;
	
}

.header-con {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.left {
	width: 832px;
	float: left;
}

.position {
	margin: 68px 0 73px 0;
}

.position a {
	color: #2B2B2B;
}

.title {
	font-size: 30px;
	font-weight: bold;
}

.info {
	color: #666;
	width: 100%;
	border-bottom: 1px solid rgba(102, 102, 102, 0.15);
	padding: 39px 0;
	margin-bottom:49px;
}

.box {
	padding: 0 6px;
	height: 20px;
	line-height: 20px;
	border: 1px solid rgba(210, 210, 210, 1);
	border-radius: 10px;
	color: #666;
	margin-right: 14px;
}

.edit {
	margin: 0 34px 0 20px;
}

.articletitle {
	font-size: 22px;
	font-weight: 500;
	margin: 45px 0;
}

.article-con {
	width: 100%;
	padding-bottom: 55px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.15);
}

.article-con img {
	max-width: 90%;
	margin: 0 auto;
}

.btn-next {
	display: block;
	width: 85px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: rgba(26, 91, 253, 1);
	box-shadow: 0px 0px 30px 0px rgba(86, 157, 236, 0.2);
	border-radius: 5px;
	margin: 20px auto 31px;
	color: #fff;
	font-weight: bold;
}

.relevant {
	margin-bottom: 82px;
}

.relevant-link {
	display: block;
	color: #1A5BFD;
	margin-top: 19px;
}

.right {
	width: 254px;
	height: 433px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);
	border-radius: 10px;
	margin: 173px 0 0 0;
	position: relative;
	padding: 0 24px;
}

.right:before {
	content: "";
	display: block;
	width: 302px;
	height: 4px;
	background: #2C68FF;
	border-radius: 2px 2px 0px 0px;
	margin-left: -24px;
}

.right-title {
	font-size: 14px;
	color: #343434;
	padding: 12px 0 18px 0;
	position: relative;
}

.right-title:before {
	content: "";
	display: block;
	width: 39px;
	height: 2px;
	background: #2C68FF;
	position: absolute;
	bottom: 0;
}

.right-con {
	display: block;
	width: 100%;
	padding-bottom: 23px;
	border-bottom: 1px solid #E8E8E8;
}

.right-text {
	font-size: 16px;
	color: #343434;
	line-height: 24px;
	margin: 13px 0;
}

.author {
	font-size: 12px;
	color: #666;
}

.time {
	font-size: 12px;
	color: #9A9A9A;
	margin-left: 30px;
}

.right-con:last-child {
	border-bottom: none;
}

.right-con:hover .right-text {
	color: #2D68FF;
}

.next-article{
	display: block;
	width: 359px;
	height: 185px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);
	border-radius: 10px;
	margin: 41px 0 95px 0;
	padding: 0 22px;
	margin-right: 20px;
	float: left;
}
.next-article:last-child{
	margin-right: 0;
}
.next-article .right-text{
	width: 256px;
}
.next-article:hover .right-text{
	color: #2D68FF;
}
