
html,body{
	background: #FAFAFA;
}
#content-core{
	max-width: 100%;
	min-height:100%;
}
#content{
    padding:0;
}
main{
    /* background: #fff; */
	font-family:Harding,Palatino,serif !important;

}
main .page-history{
    padding-bottom: 100px;
}
.ListWraper {
	padding: 20px 30px;
    background: #fff;
	box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
	margin-bottom:30px;
}
.ListWraper hr{
	margin:15px 0;
	border-top:0;
}

.ListWraper .headerTit{
	/* border-top: 5px solid #222; */
    /* border-bottom: 1px solid #222; */
    /* padding-top: 8px; */
    /* padding-bottom: 8px;
    margin-bottom: 24px; */
	line-height: 1.4;
}
.ListWraper .headerTit h2{
	font-weight: 700;
	font-size: 24px;
	margin:0;
	color: #406EB5;
	font-family: 'LatoWebSemibold' !important;
}
.ListWraper .content{
	margin-bottom: 16px;
}
.ItemList{
	overflow: hidden;
}
.ListWraper .content h3 {
	margin:0;
	margin-bottom: 8px;
}
.ListWraper .content h3 a{
	font-family: 'LatoWebSemibold' !important;
	font-weight: 700;
	color: #333333;
}
.ListWraper .content h3 a:hover{
	color: #406EB5;
}
.ListWraper .content .u-mt-auto{
	color:rgb(111,111,111)
}
.c-meta__item{
	padding-right: 5px;
    margin-right: 5px;
    /* border-right: 1px solid #bbb; */
}
#list .c-meta__type{
	font-weight:900;
	font-size: 16px;
	color: #333;
	line-height: 16px;
	font-family: 'LatoWebSemibold' !important;
}
.time{
	/* color: rgb(34,34,34);
	font-size: 12px; */
	font-size: 16px;
	line-height: 16px;
}
.desc-php-p h3 a{
	font-size: 20px;
	line-height: 24px;
}
.desc-php-p p{
	font-size: 17px;
	line-height:1.33;
	color: #333333;
}
.desc-php-p p:last-child{
	margin-bottom: 0;
}