@import 'common.css';
.inside{
	
}
.inside .inside-left{
	float:left;
	width:230px;
}
.inside .inside-right{
	float:right;
	width:740px;
}


.goodmore .catename{
	font-weight:bold;
	color:#3366d5;
	font-size:16px;
}
.goodmore .list ul{
	width:770px;
}
.goodmore .list dl{
	float:left;
	width:226px;
	height:244px;
	margin-right:30px;
}
.goodmore .list dl dt img{
	width:224px;
	height:150px;
	border:1px solid #cbddef;
}
.goodmore .list dl dd{
	padding-top:10px;
	text-align:center;
	line-height:20px;
}
.goodmore .list dl dd .title{
	color:#0000ee;
}
.goodmore .page{
	clear:both;
	color:#000;
	text-align:right;
}
.goodmore .page a{
	background: #fff;
	border: 1px solid #0b6dc6;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color:#0b6dc6;
	font-family:"微软雅黑";
	margin-right:3px;
}
.goodmore .page a.selected{
	background: #0b6dc6;
	border: 1px solid #0b6dc6;
	color: #fff;
	text-decoration: none;
}
.goodmore .page .pageinfo{
	display:none;
}
.goodview .catename{
	font-weight:bold;
	color:#3366d5;
	font-size:16px;
}
.goodview .title{
	font-weight:bold;
	font-size:20px;
}
.goodview .content{
	font-size:16px;
	line-height:30px;
}
.goodview .content img{
	max-width:100%;
	height:auto;
}

.goodcate .goodcentercontent{
	text-indent:30px;
	line-height:30px;
	font-size:14px;
	padding-bottom:20px;
}
.goodcate .list dl dt{
	float:left;
	width:200px;
}
.goodcate .list dl dt .title{
	height:25px;
	font-weight:bold;
	color:#3366d5;
}
.goodcate .list dl dt img{
	width:150px;
}
.goodcate .list dl dd{
	float:right;
	width:520px;
	line-height:25px;
}
.goodcate .list dl dd .cate2{
	background:url(img/cpdot.gif) no-repeat left center;
	padding-left:15px;
	display:inline-block;
}
.goodcate .list dl dd .cate2goodtitle{
	white-space:nowrap;
	display:inline-block;
	margin-right:10px;
}
.goodcate .list dl dd .cate2goodtitle a{
	color:blue;
}
@media(max-width:640px) {
.inside .inside-left{
	float:none;
	width:auto;
	display:none;
}
.inside .inside-right{
	float:none;
	width:auto;
}
.goodcate .list dl dt{
	float:none;
	width:auto;
	text-align:center;
}
.goodcate .list dl dt img{
	width:90%;
	height:auto;
}
.goodcate .list dl dd{
	float:none;
	width:auto;
}
}