body{
	font-family: 'Poppins', sans-serif;
}

#header{
	background-color: #fff;
	padding: 15px 0px;
}

#header .logo{
	font-size: 20px;
	text-transform: uppercase;
	color: #da1884;
}

#footer{
	background-color: #fff;
	padding: 15px; 0px;
}

#footer ul.footer-links{
	list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul.footer-links > li {
    float: left;
    position: relative;
}
#footer ul.footer-links > li > a{
	font-size: 14px;
	color: #52565e;
}
#footer ul.footer-links > li:not(:first-child){
	padding-left: 20px;
}
#footer ul.footer-links > li:not(:first-child):before{
	content: '•';
	position: absolute;
	top: 1px;
	left: 6px;
	color: #666;
}
#footer span.copyright{
	float: right;
	font-size: 12px;
	color: #52565e;
}

#content {
	padding: 15px 0px;
}
.s-title{
	background-color: #fff;
	padding: 15px;
	border-left: 5px solid #da1884;
	border-bottom: 1px solid #eee;
}
.s-title h1,
.s-title h2,
.s-title h4{
	margin: 0;
	color: #000;
	font-weight: bold;
}

.box{
	background-color: #fff;
	padding: 15px;
}

.sidebar {
    position: sticky;
    top: 15px;
}

ul.sidelist{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sidelist li{
	width: 100%;
	padding: 10px 0px;
}
ul.sidelist li:not(:last-child){
	border-bottom: 1px dashed #efefef;
}
ul.sidelist li a {
	display: flex;
	color: #000;
}
ul.sidelist li a:hover{
	background-color: #efefef;
	text-decoration: none;
}
ul.sidelist li a span.date {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    background-color: #efefef;
    height: min-content;
}
ul.sidelist li a span > strong{
	font-size: 24px;
    font-weight: bold;
}
ul.sidelist li a span > span{
	font-size: 12px;
}

ul.sidelist li a span.title{
	flex: 1;
	padding-left: 15px;
	font-size: 14px;
}

.home{
	background-color: #fff;
	padding: 15px;
	overflow: hidden;
}
.home > .big{
	border-bottom: 1px dashed #dadada;
	padding-bottom: 15px;
}
.home > .big > p {
    font-size: 14px;
}
.home > .big > .img{
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.home > .big > .img > img{
	width: 100%;
}
.home > .big > .img > h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 15px;
    color: #FFF;
    font-size: 22px;
    background: rgb(218,24,132);
    background: linear-gradient(0deg, rgba(218,24,132,1) 0%, rgba(218,24,132,0) 100%);
    text-shadow:  1px 1px 1px rgba(0, 0, 0, .5);
}


.home > .sec{
	border-bottom: 1px dashed #dadada;
	padding: 15px 0px;
	display: flex;
}
.home > .sec > .secb{
	flex: 1;
}
.home > .sec > .secb:first-child{
	padding-right: 15px;
}
.home > .sec > .secb:last-child{
	padding-left: 15px;
	border-left: 1px dashed #dadada;
}
.home > .sec > .secb img{
	width: 100%;
	margin-bottom: 15px;
}
.home > .sec > .secb h4{
	font-size: 16px;
}
.home > .sec > .secb p{
    font-size: 14px;
}
.home > .tex > p{
	font-size: 14px;
	padding-top: 15px;
}



.home > .bl{
	padding: 15px 0px;
}
.home > .bl:not(:last-child){
	border-bottom: 1px solid #eee;
}
.home > .bl:after{
	content: ' ';
	display: block;
	width: 100%;
	clear: both;
}
.home > .bl > .bhl{
	width: calc(50% - 1px);
	float: left;
	padding: 0px 15px;
}
.home > .bl > .bhl:last-child{
	border-left: 1px solid #eee;
}

.home a{
	color: #da1884;
}
.home img{
	width: 100%;
}

ul.links{
	margin: 0;
	padding: 0;
	padding-left: 15px;
	list-style: none;
}
ul.links li{}
ul.links li::before {
  content: "»";
  color: #da1884;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul.links li a{
	color: #da1884;
	font-size: 13px;
}
