
.photo_list li .img_box{
	background-color:rgb(0,102,255);
    padding:5px 5px 0px 5px;
}
a:visited {
    color: #333;
    text-decoration: none;
}

a:link {
    color: #333;
    text-decoration: none;
}
.mg_auto {
    margin: auto;
    float: none;
}
.pro_info{
	text-align: center;
}

	.photo_list{
		border:1px solid #cecece;
	}
	.photo_list li{
		list-style-type: none;
	}
	.photo_list li .title{
		font-size:14px;
		overflow:hidden;
		text-align:center;
		background-color:rgb(0,102,255);
		padding:2px;
		height:25px;
		line-height:25px;
		color:white
	}
	.photo_list li:hover .title{
		background-color:rgb(255,204,255);
		color:#000;
		cursor:pointer;
	}
	.photo_list li {
	    height: 220px;
	    margin-left: 12px;
	    margin-right: 10px;
	    margin-bottom: 15px;
	    margin-top: 15px;
	    float:left;
	    width: 220px;
	}
.photo_list li .img_box img{
	 width:100%;
	 height:195px;
}