input{
	outline: none;
	border:none;
}
.banner img{
	width: 100%;
}
.post_box{
	padding-bottom: .9rem;
}
.post_box h4{
	font-size: .3rem;
	text-align: center;
}
.post_box .search_box{
	width: 7.2rem;
	padding: .5rem 0 .65rem 0;
	overflow: hidden;
	margin: 0 auto;
}
.post_box .search_box .text{
	float: left;
	width: 5.9rem;
	height: .58rem;
	line-height: .58rem;
	padding:.1rem 0 .1rem .2rem;
	box-sizing: border-box;
	color: #999999;
	font-size: .16rem;
	background: #f1f8fd;
	border-radius: 5px 0 0 5px;
}
.post_box .search_box .button{
	float: left;
	display: inline-block;
	width: 1.3rem;
	height: .58rem;
	text-align: center;
	border-radius: 0 5px 5px 0;
	line-height: .58rem;
	font-size: .2rem;
	background: #006db8;
	color: #fff;
	/*letter-spacing:8px;*/
	cursor: pointer;
}
.post_box .list_item {
	overflow: hidden;
}
.post_box .list_item  .item{
	width: calc(50% - .15rem);
	float: left;
	margin-right: .3rem;
	margin-bottom: .3rem;
	position: relative;
}
.post_box .list_item  .item:nth-child(even) {
	margin-right: 0;
}
.post_box .list_item  .item .img{}
.post_box .list_item  .item img{
	width: 100%;
} 
.post_box .list_item  .item a{position: absolute;font-size: 22px; line-height: 22px; left: .3rem; bottom: .26rem; color: #fff;} 
.post_box .list_item  .item a i{display:inline-block;width: 24px; height: 10px; background: url(../images/shzp_go_white.png) no-repeat; margin-left: 15px;}
.post_box .more_btn{text-align: center; padding-top: .3rem;}
.post_box .more_btn a{font-size: 22px; color: #006db8; font-weight: bold;}
.post_box .more_btn a i{display:inline-block;width: 24px; height: 10px; background: url(../images/shzp_go_blue.png) no-repeat; margin-left: 15px;}



@media screen and (max-width: 768px) {
	.post_box .search_box{
		width: 100%;
		padding: 30px 60px;
		box-sizing: border-box;
	}
	.post_box .search_box .text{
		width: 80%;
		height: 40px;
		line-height: 40px;
		padding:10px 0 10px 20px;
	}
	.post_box .search_box .button{
		width: 20%;
		height: 40px;
		line-height: 40px;
	}
	.post_box .list_item .item{
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.post_box .list_item .item a{
		position: absolute;
	    font-size: 16px;
	    line-height: 22px;
	    left: 20px;
	    bottom: 10px;
	    color: #fff;
	}
	.post_box .more_btn a{
		font-size: 18px;
	}
	.post_box h4{
		font-size: 14px;
	}
	.post_box{
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 414px){
	.post_box .search_box{
		padding: 30px 20px;
	}
}