.content {
	padding-bottom: 20rem;
}
.content h2,.content .hh2 {
	font-size: 3.1rem;
	line-height: 3.1rem;
	letter-spacing: 0rem;
	color: #002169;
	margin-top: 3.1rem;
	margin-bottom: 3.4rem;
}

.content .cont .c {
	display: inline-block;
	width: 18rem;
	height: 29rem;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0rem 0.2rem 0.6rem 0rem 
		#b5ccff;
	border-radius: 0.3rem;
	text-align: left;
	position: relative;
	margin-bottom: 4.5rem !important;
}
.content .cont .c img {
	width: 100%;
	height: 10.2rem;
}
.content .cont .text {
	padding: 1.5rem;
}
.content .cont .c .time {
	color: #ffd100;
	font-size: 1.1rem;
	text-align: left;
	position: relative;
	font-weight: bold;
}
.content .cont .c .time::before {
	content: '';
	width: 1rem;
	height: 1.1rem;
	background-color: #ffd100;
	border-radius: 0rem 6.6rem 6.6rem 0rem;
	position: absolute;
	top: 0.1rem;left: -1.6rem;
}
.content .cont .c .title {
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: 0rem;
	color: #002169;
	text-align: justify;
	margin: 1rem 0;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: bold;
}
.content .cont .c .t {
	font-size: 1rem;
	line-height: 1.4rem;
	letter-spacing: 0rem;
	color: #454545;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.content .cont .c .more {
	text-decoration: underline;
	font-size: 1rem;
	line-height: 1.3rem;
	letter-spacing: 0rem;
	color: #002169;
	position: absolute;
	bottom: 1.6rem;right: 1.6rem;
}

.content .cont .c:nth-of-type(3n-1) {
	margin: 0 3rem;
}
.content a.toMore {
	margin: 0 auto;
	display: block;
	width: 16.2rem;
	height: 3.6rem;
	line-height: 3.6rem;
	border-radius: 0.3rem;
	border: solid 1px #000000;
	color: #454545;
	font-size: 1.5rem;
	margin-top: 6rem;
	font-weight: bold;
    text-align: center;

}
.content a.toMore img {
	display: inline-block;
	margin-left: 2rem;
	margin-right: 0.8rem;
}
.content a.toMore:hover {
	background: #FFD100;
	border: solid 1px #FFD100;
}



/* ===========================================文章内容详情=================================== */

.detailsBox  {
	padding-bottom: 20rem;
}
.detailsBox .headBox {
	margin-top: 6rem;
	margin-bottom: 5rem;
}
.detailsBox .headBox p {
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0rem;
	color: #ffd100;
	text-align: left;
	margin-left: 1.6rem;
	margin-bottom: 1rem;
	position: relative;
}
.detailsBox .headBox p::before {
	content: '';
	width: 1rem;
	height: 1.1rem;
	background-color: #ffd100;
	border-radius: 0rem 6.6rem 6.6rem 0rem;
	position: absolute;
	top: 0.2rem;left: -1.6rem;
}
.detailsBox .headBox h1 {
	font-size: 2.2rem;
	line-height: 3rem;
	letter-spacing: 0rem;
	color: #002169;
	text-align: left;
}
.detailsBox .headBox h1::after {display: none;}
p {
	text-align: initial;
}
.detailsBox .cont {
	margin-bottom: 14rem;
}
.detailsBox .cont img {
	max-width: 100%;
	margin: 1rem 0;
}
.detailsBox .btnBox a {
	display: inline-block;
	width: 28.8rem;
	height: 15.4rem;
	background-color: #ffffff;
	box-shadow: 0rem 0.2rem 0.6rem 0rem 
		#b5ccff;
	border-radius: 0.3rem;
	position: relative;
}

.detailsBox .btnBox .text {
	padding: 1.6rem;
}
.detailsBox .btnBox .time {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.5rem;
	letter-spacing: 0rem;
	color: #ffd100;
	position: relative;
	font-weight: bold;
}
.detailsBox .btnBox .time::before {
	content: '';
	width: 1rem;
	height: 1.1rem;
	background-color: #ffd100;
	border-radius: 0rem 6.6rem 6.6rem 0rem;
	position: absolute;
	top: 0.2rem;left: -1.6rem;
}
.detailsBox .btnBox .title {
	font-size: 1.5rem;
	color: #002169;
	text-align: left;
	margin: 0.9rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: bold;
}
.detailsBox .btnBox .t {
	font-size: 1rem;
	color: #454545;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.detailsBox .btnBox .more {
	text-decoration: underline;
	font-size: 1rem;
	line-height: 1.3rem;
	letter-spacing: 0rem;
	color: #002169;
	position: absolute;
	bottom: 1.5rem;right: 1.5rem;
}

.detailsBox .btnBox a::before {
	position: absolute;
	bottom: -2.6rem;
	font-size: 1.13rem;
	line-height: 1.5rem;
	letter-spacing: 0rem;
	color: #002169;
}
.detailsBox .btnBox a.l::before {
	content: '上一篇';
	left: 0;
}
.detailsBox .btnBox a.r::before {
	content: '下一篇';
	right: 0;
}
.detailsBox .btnBox a.noCont {
	color: #002169;
	line-height: 12.4rem;
	font-size: 1.2rem;
	text-align: center;
}
/* .detailsBox strong {
	display: block;
} */
.detailsBox strong,
.detailsBox strong span
{
	font-weight: 700;
	color: #002169;
	margin-bottom: 1rem;
}
.detailsBox p {
	margin-top: 2rem;
}






