/*
Template Name:Mediumish
Copyright:WowThemes.net,https://www.wowthemes.net
Version:1.0.1
License: https://www.wowthemes.net/freebies-license/
*/

.mainheading {
	text-align: center;

}
.data{
	color: rgba(0,0,0,.42);
    font-size: 16px;
    font-weight: 400;
	font-family: var(--sys-sans),var(--cjk-sans),sans-serif;
	text-align: center;
	margin-bottom: 48px
}

.article-post a {
    color: rgba(0,0,0,.86);
	border-bottom: 1px solid rgba(0,0,0,.15);
}

.article-post a:hover {
	color:#001AFF;
	border-bottom: 1px solid #001AFF;
	transition:all 0.2s;
	text-decoration: none;
}

.header nav .current{
color: black;
border-bottom: 2px solid rgba(0,0,0,.05);
}

.header nav a{
	color: black;

}

.header nav a:hover{
color:#001AFF;
}

.article-post {
	font-size: 16px;
	line-height: 1.8;
	color: #222;
	/* text-align: justify; */
}

.article-post p, .article-post blockquote, .article-post ul,.article-post ol,.article-post h1, .article-post h2, .article-post h3 , .article-post hr{
	width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.article-post img{
	display: block;
	max-width: 100%;
	margin:16px auto;
	/* border: rgba(0,0,0,.05) 1px solid; */
	margin-top: 16px;
}


.article-post video{
	display: block;
	max-width: 100%;
	margin:16px auto;
	/* border: rgba(0,0,0,.05) 1px solid; */
	margin-top: 16px;
}


h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
	margin-top: 56px;
  }

h3{
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 12px;
	margin-top: 32px;
}

blockquote {
	border-left:3px solid rgba(18, 24, 78, 0.08);
	padding:12px 12px 12px 20px;
	margin: 16px 0 16px 0;
	font-size: 16px;
	line-height: 1.8;
	color:rgba(0,0,0,.75);
	background-color: #001AFF08;
}

ul, ol{
	padding-left: 18px;
}

li{
    margin-bottom: 6px;
}

em {
	font-weight: 700;
}


/* xs */
@media(max-width:768px){
	.mainheading {
		font-size: 28px;
		font-weight: 600;
		margin-bottom: 8px;
		letter-spacing: .01em;
		line-height: 1.5;
		margin-top: 24px;
	}
}

@media(min-width:768px){
	.mainheading {
		font-size: 32px;
		font-weight: 600;
		margin-bottom: 12px;
		letter-spacing: .02em;
		line-height: 1.4;
		margin-top: 28px;
	}
}

@media(min-width:992px){
	.mainheading {
		font-size: 36px;
		font-weight: 600;
		margin-bottom: 12px;
		letter-spacing: .03em;
		line-height: 1.3;
		margin-top: 48px;
	}
}

@media(min-width:1200px){
	.mainheading {
		font-size: 40px;
		font-weight: 600;
		margin-bottom: 12px;
		letter-spacing: .03em;
		line-height: 1.2;
		margin-top: 64px;
	}
}
footer{
    /* flex布局开始 */
    max-width: 660px;
    padding-left: 16px;
    padding-right:16px;
    margin-left: auto;
    margin-right: auto;
    /* flex布局结束 */
}