a
{
	text-decoration: none
}

.list-pagi
{
	position: relative;
	text-align: center;
	zoom: 1
}

.list-pagi:before,.list-pagi:after
{
	content: "";
	display: table
}

.list-pagi:after
{
	clear: both;
	overflow: hidden
}

.list-pagi .active
{
	background: #164a7c;
	color: #ffffff
}

.list-pagi a,.list-pagi span
{
	float: left;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	font-size: 12px;
	border-radius: 50%
}

.list-pagi a:hover
{
	background: #164a7c;
	color: #ffffff;
	transition: background .5s
}

.list-pagi .next,.list-pagi .prev
{
	font-weight: bold
}

.list-pagi .next:hover,.list-pagi .prev:hover
{
	background: transparent
}

.now,.count
{
	padding: 0 5px;
	color: #f00
}

.list-pagi .desc
{
	color: #3e3e3e;
	width: auto
}

.list-pagi .pagi
{
	display: inline-block
}

.list-pagi
{
	margin-top: 100px;
	padding-bottom: 75px
}

.list-pagi-btn
{
	padding: 30px 10%;
	width: 80%;
	display: none
}

.list-pagi-btn .next-btn
{
	background: #cf9f51;
	height: 30px;
	line-height: 30px;
	color: #000;
	width: 120px;
	border-radius: 15px;
	border: none;
	text-align: center;
	font-size: 16px;
	display: block;
	background-color: transparent;
	width: 100%;
	color: #cf9f51;
	border: 1px solid #cf9f51
}

@media screen and (min-width: 1024px) and (max-width: 1919px)
{
	.list-pagi-btn .next-btn
	{
		height: 24px;
		line-height: 24px;
		width: 100px;
		font-size: 14px
	}
}

.list-pagi-btn .next-btn:hover,.list-pagi-btn .next-btn:active,.list-pagi-btn .next-btn:focus
{
	background: #cf9f51;
	color: #000;
	transition: all .5s
}

@media screen and (max-width: 1919px)
{
	.list-pagi
	{
		margin-top: 50px;
		padding-bottom: 25px
	}
}

.post-wraper
{
	width: 100%
}

.post-list-item
{
	display: block;
	float: left;
	margin: 50px 1.6667% 0 1.6667%;
	width: 21.6667%;
	height: 360px;
	position: relative;
	overflow: hidden
}

.post-list-item:hover .pli-img
{
	width: 105%;
	height: 105%;
	transition: all .5s
}

.pli-img
{
	width: 100%;
	height: 100%
}

.pli-name
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 1.5;
	color: #fff;
	background-color: #164a7c;
	filter: alpha(opacity=70)
}

.pli-name .pli-title
{
	font-size: 14px;
	padding: 10px 15px 0px 15px;
	display: block
}

.pli-name .pli-date
{
	font-size: 12px;
	padding: 0px 15px 10px 15px;
	display: block
}

@media screen and (max-width: 768px)
{
	.post-wraper{
		padding:15px 25px;
		box-sizing: border-box;
	}
	.post-list-item
	{
		margin:0;
		width: 49%;
		height: 250px;
		margin-bottom:5px;
	}
	.post-list-item:nth-child(even){
		margin-left:2%;
	}
	.pli-name .pli-title
	{
		font-size:8px;
		padding: 2px 5px;
		height: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		width:100%;
		overflow: hidden;
	}

	.pli-name .pli-date
	{
		font-size:6px;
		padding: 0px 5px 2px;
	}
	.list-pagi{
		margin-top:25px;
		padding-bottom:15px;
	}
	.list-pagi a, .list-pagi span{
		font-size:10px;
		width: 16px;
    height: 16px;
    line-height: 16px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1919px)
{
	.post-list-item
	{
		margin: 30px 1.6667% 0 1.6667%;
		height: 230.4px
	}

	.pli-name .pli-title
	{
		padding: 5px 8px 0px 8px
	}

	.pli-name .pli-date
	{
		padding: 0px 8px 5px 8px
	}
}

@media screen and (min-width: 1366px) and (max-width: 1919px)
{
	.post-list-item
	{
		margin: 30px 1.6667% 0 1.6667%;
		height: 306px
	}

	.pli-name .pli-title
	{
		padding: 5px 8px 0px 8px
	}

	.pli-name .pli-date
	{
		padding: 0px 8px 5px 8px
	}
}
