.s{
	text-align: right;
	color: #999;
	font-size: 14px;
	float: left;
	font-family: 'Libre Baskerville', serif;
	padding-top: 20px;
	line-height: 2.5em;
}
.d-line{
	padding: 0px;
	float: left;
}

.l-year{
	padding: 10px;
	float: left;
	color: #1d1d1d;
	text-align: right;
	font-size: 32px;
	font-weight: bold;font-family: 'Jost', serif;
}

.post-slide{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 25px;
	padding-left: 25px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.20);
}
.post-slide .post-content{
	padding: 20px;
}
.post-slide .post-title{
	font-size: 26px;
	margin-top: 25px;
	text-transform: capitalize;
	text-align: center;
	float: left;
	width: 100%;
	color: #0d6c6d;
	font-family: 'Noto Serif TC', serif;
	line-height: 1.75em;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
	font-size: 15px;
	color: #676767;
	text-align: center;
	float: left;
	line-height: 1.55em;
	width: 100%;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
@media(max-width:768px){
.post-slide{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
}
