.homebox1{
	width: 100%;
	border-top: 3px solid #E4E4E4;
}
.homebox1-m{
	width: 1200px;
	margin: 0 auto;
}
.homebox1-t{
	width: 100%;
	height: 42px;
	line-height: 42px;
}
.homebox1-t img{
	width: 19px;
	height: 19px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 3px;
}
.homebox1-t a{
	font-size: 14px;
	color: #000000;
	display: inline-block;
}
.homebox1-b-t{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #E4E4E4;
	font-size: 14px;
	color: #282828;
	margin-bottom: 15px;
}
.homebox1-b-t span{
	display: inline-block;
	width: 100px;
	height: 38px;
	text-align: center;
	border-right: 1px solid #E4E4E4;
	background: #f2f2f2;
}
.homebox1-b-t ul{
	display: inline-block;
}
.homebox1-b-t ul li{
	display: inline-block;
}
.homebox1-b-t ul li a{
	color: #282828;
	display: inline-block;
	padding: 0 20px;
	box-sizing: border-box;
}
.homebox1-b-b{
	width: 100%;
	overflow: hidden;
}
.homebox1-b-b .list{
	width: 100%;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.homebox1-b-b .item{
	display: inline-block;
	width: 385px;
	margin-bottom: 34px;
}
.homebox1-b-b .item .img{
	width: 100%;
	height: 290px;
}
.homebox1-b-b .item .img img{
	width: 100%;
	height: 100%;
}
.homebox1-b-b .content{
	width: 385px;
	border: 1px solid #E4E4E4;
	border-top: 0;
	font-size: 14px;
	color: #797979;
	padding: 0 24px 18px;
	box-sizing: border-box;
}
.homebox1-b-b .content p{
	height: 48px;
	line-height: 48px;
}
.homebox1-b-b .content .name{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	float: left;
}
.homebox1-b-b .content .name img{
	width: 45px;
	height: 45px;
	vertical-align: middle;
	float: left;
}
.homebox1-b-b .content .name span{
	display: inline-block;
	margin-left: 8px;
	float: left;
}
.homebox1-b-b .content .detail{
	display: inline-block;
	float: right;
	height: 45px;
}
.homebox1-b-b .content .detail a{
	display: inline-block;
	width: 120px;
	height: 37px;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	color: #797979;
	text-align: center;
	line-height: 37px;
	margin-top: 4px;
}
.homebox1-m .page-list{
	width: 100%;
	text-align: center;
	margin-bottom: 42px;
	font-size: 14px;
	color: #797979;
}
.homebox1-m .page-list .bg{
	display: inline-block;
	width: 60px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #E4E4E4;
	margin: 0 6px;
}
.homebox1-m .page-list .small{
	width: 51px;
}
.homebox1-m .page-list input{
	width: 58px;
	height: 38px;
	text-align: center;
	border: 1px solid #E4E4E4;
	color: #797979;
	font-size: 14px;
}
.homebox1-m .page-list .active{
	background: #4ab238;
	color: #fff;
}
.footer-t{
	background: #fff;
}
