/*--------------------内容-------------------------*/
body{font-family: "Microsoft YaHei";}
.l-main-content_pd-rgt_sm{
	padding-right: 0;
}
.b-post-3 {
  width: 25%;
  padding: 0 12px;
  margin-left:-1px;
}
.entry-main{
	background: #f7f7f7;
	overflow: hidden;
}
.b-post{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.b-post .entry-header{
	padding:0 10px 0 0;
}
.b-post-3 span{
	display: inline-block;
	vertical-align:middle;
}
.b-post-3 .entry-title{
	padding: 0;
	width: 85%;
	font-family: "微软雅黑","方正中等线简体";
	font-size: 16px;
	/*display:block;*/
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	font-weight: normal;
}
.b-post:hover .news_time{
	background: #5aaff7;
}
.b-post:hover .news_nr{
	top:0px;
}
.b-post:hover .news_jt:before{
	margin-left: 0;
}
.entry-media{
	position: relative;
	overflow: hidden;
}
.news_nr,.news_time{
	position: absolute;
	color: #fff;
}
.news_nr{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 400px;
	left: 0;
	padding: 0 20px 0 20px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.news_nr p{
	margin-top: 70px;
}
.news_time{
	width: 66px;
	background: #2e363a;
	top:0px;
	right: 20px;
	padding: 10px 0 0 0;
	height: 64px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news_time b,.news_time p{
	text-align: center;
	line-height: 24px;
}
.news_time b{
	display: block;
	font-size: 24px;
	width: 100%;
}
.news_time p{
	font-size: 12px;
}
.news_jt{
	width: 20px;
}
.news_jt:before{
	content:'\e684';
	font-family:'Pe-icon-7-stroke';
	font-size: 30px;
	font-weight: 900;
	margin-left: -100px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.newscontent .img-responsive{
	height: 188px;
}
.l-main-content{
	padding-bottom: 30px;
}
/*翻页*/
.news_fy{
	margin-bottom: 80px;
}
/*筛选*/
.news_sx{
	width: 350px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.news_sx ul{
	overflow: hidden;
	width: 100%;
	padding:0;
}
.news_sx ul li{
	vertical-align: middle;
	display: inline-block;
	list-style: none;
	text-align: center;
	width: 170px;
	cursor: pointer;
}
.news_sx ul li span{
	vertical-align: top;
	display: inline-block;
	color: #fff;
	width: 130px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	background: #2e363a;
}
.news_sx ul li.xz span{
	background: #5aaff7;
}
.news_sx ul li:hover span{
	background: #5aaff7;
}
.news_sx ul li b{
	vertical-align: top;
	display: inline-block;
	width: 0;
    height: 0;
    border-bottom: 36px solid #2e363a;
    border-left:15px solid transparent;
}
.news_sx ul li strong{
	vertical-align: top;
	display: inline-block;
	width: 0;
    height: 0;
    border-top: 36px solid #2e363a;
    border-right:15px solid transparent;
}
.news_sx ul li.xz b,.news_sx ul li:hover b{
	vertical-align: top;
	display: inline-block;
	width: 0;
    height: 0;
    border-bottom: 36px solid #5aaff7;
    border-left:15px solid transparent;
}
.news_sx ul li.xz strong,.news_sx ul li:hover strong{
	vertical-align: top;
	display: inline-block;
	width: 0;
    height: 0;
    border-top: 36px solid #5aaff7;
    border-right:15px solid transparent;
}