﻿.category {
    margin: 20px auto 40px auto;
    overflow: hidden;
}
.content_title {
    text-align: center;
    width: 100%;
    background: #eee;
    height: 20px;
	padding:4px 0;
}
.content_title h1 {
    color: #333;
    font-weight: bold;
    text-align: center;
	font-size:16px;
}

.img_list_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img_list_box ul {
    overflow: hidden;
    padding-bottom: 6px;
}
.img_list_box ul li {
    width: 33.33%;
    height: 170px;
    float: left;
    margin: 20px 0;
    text-align: center;
}
.img_list_box ul li a {
	text-align:center;
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.img_list_box ul li h3{
	font-size:16px;
	text-align:center;
	font-weight:normal;
	margin-top:10px;}
.img_list_box ul li a:hover,.img_list_box ul li h3:hover{
	color:#C30;}
.img_list_box ul li img,.img_list_box ul li h3{
	cursor:pointer;
	}

























