﻿
/* CSS Document */
.fn{width:100%;height:auto;margin:0 auto;padding:30px 0px 0px 0px;position:relative;clear:both;background:#efefef;}

.fn_tit{width: 100%;height: auto;position: relative;padding: 40px 10px;}
.fn_tit h1{color:#5c5959;font-size:2.4rem;position:relative;text-align:center;}
.fn_tit h1 a{color:#5c5959;font-size:2.4rem;position:relative;text-align:center;font-weight:normal;}
.fn_tit h3 {font-size: 3.4rem; color: #000;font-weight:normal;text-align:center;line-height:2;}
.fn_tit h3 a{font-size: 3.4rem; color: #000;font-weight:bold;text-align:center;line-height:2;font-style:oblique}
.fn_tit .t1{display: block;width:12px;height: 12px;margin:0 auto;background:#d9000b;margin-top:2rem;}
.fn_mm{width: 100%;height: auto;position: relative;padding: 40px 10px;overflow:hidden;}
.owl-carousel { display: none; width: 100%; z-index: 1; margin: 0 auto;}
.demo{background: linear-gradient(to right,#ffcccc,#d3d3d3);}
.post-slide{position:relative;}
.post-slide .xian{position:absolute;bottom:0px;left:0px;width:0%;transition: all 0.3s ease;}
.post-slide:hover .xian{
	border-bottom: solid #d9000b 4px;
	  transition: all 0.3s ease;
	border-radius:2px;
	width:100%;
}

.post-slide .post-img{
    overflow: hidden;
	 width: 100%;
    height: 70%;
	position: relative;
}


.post-slide .img2{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 2;
    transition: all 0.3s ease 0s;

}
.post-slide:hover .img2 {
		top: 0;
		width: 100%;
    height: 100%;
	}
.post-slide .post-img .img1{
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out 0s;
}

.post-slide .post-content{
    padding: 20px;
	border-radius:2px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #5c5959;
    transition: all 0.3s ease 0s;
	line-height:3;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.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;
}
