/* CSS Document */
.container{
	width:1200px;
	margin: 0 auto;
}
.ntent {
	margin-top:20px;
}
.newcont-left {
    width: 260px;
	float:left;
	margin: 20px 0;
}
.product .container_left{
	width:260px;
	margin-top:20px;
}
.container .container_right{
	width:900px;
	float: right;
	padding-bottom:50px;
}
.container_right .location{
	height:50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.container_right .location span{
	float:right;
	font-size: 16px;
	color:#666;
}
.container_right .location span a{
	font-size: 16px;color: #666;
}
.container_right .location span a:hover{
	color:red;
}
.container_right .content h3{
	height:36px;
	line-height: 36px;
	font-size: 18px;
	color:#333;
	padding:20px 0;
	text-align: center;
}
.container_right .content p{
	font-size: 14px;
	color:#333;
	line-height: 24px;
}
.container_right .content #MyContent>p{
	text-indent: 2em;
}
.container_right .content img{
	max-width: 100%;
	display: inline-block;
}
.container_right .content .show{
	height:24px;
	line-height: 24px;
	border-top: 1px solid #999;
	margin-top: 25px;
}
.container_right .content .show span{
	font-size: 14px;
	color:#333;
	width: 450px;
	overflow: hidden;
	height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.next_show{
	text-align: right;
}
.container_right .content .show span>a{
	font-size: 14px;
	color:#666;
}
.container_right .content .show span>a:hover{
	color:red;
}
.container_right .content table{
	margin:0 auto;
}
.product .container_right{
	width:900px;
	margin-top:20px;
}