.img{
	width: 100%;
}


.img img{
	width: 100%;
}

.clearfix {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}

.accessories
{
	margin: 0px auto;
	width: 80%;
	background-color: white;
	padding-bottom: 5px;
}

.accessories .accessories_item
{
	margin: 0px auto;
	width: 100%;
	/*height: 100px;*/
	background-color: white;
	padding-top: 10px;
	padding-bottom: 5px;
}

.itemimg
{
	float: left;
	width: 180px;
	height: 200px;
	overflow: hidden;
}

.itemimg a {
	width: 180px;
	height: 200px;
	/*background: url(../images/insidepage/news_listimgbg.jpg) no-repeat 0px 0px;*/
	display: block;
}
/*.itemimg a:hover
{
	background: url(../images/insidepage/news_listimgbg2.jpg) no-repeat 0px 0px;
}*/
.itemimg img {
	margin: 0px, auto;
	height: 200px;
	width: 175px;
	padding: 5px;
}

.itemcontent {
	float: left;
	width: 1200px;
	padding: 0px 10px 0px 0px;
}

.item_title {
	font: 25px "微软雅黑";
	color: #0068b7;
	margin: 0px 0px 20px;
	padding: 0px;
}
.item_title a {
	font: 25px "微软雅黑";
	color: #0068b7;
}
.item_title a:hover {
	color: #009944;
	text-decoration: none;
}
.item_description {
	font: 18px/25px "微软雅黑";
	color: #666;
	/*height: 45px;*/
	overflow: hidden;
	margin: 0px 0px 5px;
	padding: 0px;
}

.more  {
	margin: 0px;
	padding: 0px;
}
.more a  {
	color: #0068b7;
	font: 12px "微软雅黑";
}
.more a:hover  {
	color: #009944;
	text-decoration:none;
}