.category {
    margin: 20px auto 20px auto;
    overflow: hidden;
}
.content_title {
    text-align: center;
    width: 100%;
    height: auto;
    overflow: auto;
}
.content_title h1 {
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
	font-size:18px;
}
.content_title .Eg {
    width: 100%;
    background: #eee;
    height: 26px;
    text-align: right;
}
.img_list_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img_list_box ul {
    overflow: hidden;
}
.img_list_box ul li {
    width: 100%;
    float: left;
    text-align: center;
	margin:12px 0 0 30px;

}
.img_list_box ul li .img_box {
    width: 100%;
	text-align: center;
	margin-bottom:10px;
}
.img_list_box img {
    width: 100%;
	cursor:pointer;
}
.img_list_box ul li a {
    font-size: 16px;
    color: #333;
    line-height:24px;
}
.img_list_box ul li a:hover{
	color:#C30}





















