.clear{
    width: 100%;
}

#news{
	padding: 3rem 0;
	background: #fff;
}

#news .section-title{
    margin: 2rem auto;
    text-align: center;
}
#news .section-title h2{
   font-size:2rem;
   margin-bottom: 1rem;
}

.newscon{
	width: 95%;
	padding: 6rem 0;
	background: #fff;
	margin: 0 auto;
}
.newscon .newstitle{
	width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.newscon .newstitle h1{
	font-size: 1.8rem;
	text-align: center;
	color: #000;
    font-weight: bold;
}
.newscon h2{
    font-size:1.2rem;
    font-weight: bold;
}
.newscon h3{
    font-size:1.15rem;
    font-weight: bold;
}
.newscon h4,.newscon h5,.newscon h6,.newscon h7{
    font-size:1.1rem;
    font-weight: bold;
}

.newscon .newstimes {
	font-size: 12px;
	color: #ccc;
}
.newscon .newstext{
	text-align: left;
	line-height: 24px;
	font-size: 14px;
}
.newscon .newstext img{
    max-width: 100%;
}
.newscon .newstext p{
    text-indent: 2rem;
}

.newscon .pager{
    width: 100%;
    margin: 2rem 0 4rem 0;
}

.newscon .btn_down{
    text-align: center;
    width: 100%;
}
.newscon .btn_down a{
    background: #CCC;
    border-radius: 100px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 18px;
    padding: 1rem 2rem;
    font-weight: bold;
    margin: 1rem 1rem 0 0;
}
.newscon .btn_down .bbk{
    background: #bcff2f;
}
.newscon a{
    color: #000;
    text-decoration: none;
}
.newscon .related p{
    font-size: 1.2rem;
}
.newscon .related ul li{
    line-height: 2rem;
}

/***************************/

.single-blog-inner .post-date p {
	margin-bottom: 0;
	line-height: 25px;
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #36324a;
	font-weight: 600;
}
.single-blog-inner .post-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.single-blog-inner .post-date {
	position: absolute;
	top: 10px;
	height: 65px;
	width: 65px;
	background: #fff;
	border-radius: 50%;
	left: 10px;
	text-align: center;
	line-height: 65px;
}
.single-blog-inner .post-title h3 {
	margin-top: -7px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.single-blog-inner .post-title h3 a {
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	color: #36324a;
}
.single-blog-inner .post-title h3:hover a {
	color: #f77ade;
}
.single-blog-inner {
	margin-bottom: 30px;
	background: #fff
}
.single-blog-inner .post-details p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 16px;
	color: #6f6c7f;
}
.single-blog-inner .post-details a {
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.single-blog-inner .post-details a:hover {
	color: #f77ade;
}
.post-details {
	padding-top: 30px
}
.single-blog-inner:hover .post-image {
	box-shadow: 0 13px 30px rgba(0,0,0,.20);
}
.post-image {
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}
.single-blog-inner .post-info {
	margin-bottom: 14px;
}
.single-blog-inner .post-info a {
	color: #f77ade;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	position: relative;
}
.single-blog-inner .post-info a + a {
	margin-left: 30px
}
.single-blog-inner .post-info a + a:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 2px;
	background: #f77ade;
	left: -15px;
	bottom: 2px;
}
.single-blog-inner .post-image img {
	width: 100%;
}
.single-blog-inner .post-details .blog-btn:hover, .single-blog-inner .post-details .blog-btn {
	color: #5b39c9;
	position: relative;
}
.single-blog-inner .post-details .blog-btn {
	font-size: 14px;
	font-weight: 500;
}
.post-date p span {
	display: block;
	line-height: 1;
}
.single-blog-inner .post-details .blog-btn:after {
	content: "";
	height: 1px;
	width: 100%;
	background: #5b39c9;
	position: absolute;
	bottom: 2px;
	left: 0;
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
	visibility: hidden;
	opacity: 0;
}
.single-blog-inner .post-details .blog-btn:hover:after {
	visibility: visible;
	opacity: 1;
}
/* ==============================================
        blog page 
==============================================*/
.blog-list-inner .post-details {
	padding: 39px 0 0 0;
}
.blog-list-inner .single-blog-inner .post-details p {
	margin-bottom: 34px;
}
.blog-list-inner .single-blog-inner {
	margin-bottom: 50px;
}
.blog-list-inner .single-blog-inner:hover .post-image {
	box-shadow: none;
}
.blog-list-inner .single-blog-inner:hover .post-details .btn {
	color: #fff;
	background-color: #5b39c9;
}
.blog-list-inner .single-blog-inner:hover .post-details .btn:before {
	background-color: #5b39c9;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(20);
	transform: scale(20);
}
.blog-list-inner .single-blog-inner .post-details .btn:hover {
	border-color: #5b39c9;
}


@media (min-width:1200px) {
    .single-blog-inner .post-image img {
    	min-height: 351px;
    }
}
