/* CSS Document */
a:link, a:visited
{
    text-decoration: none;
    color: #303030;
}
.container
{
    text-align: center;
    width: 1000px;
	height:1000px;
    height: auto;
    margin: 0 auto;
}
.body
{
    width:1000px;
	margin:0 auto;
	padding: 12px;
	clear:both;
}
.content
{
	width:auto;
	height:auto;
	overflow: auto;
	border-top:1px solid #EDEDED;
    
}
.c_left
{
	width:20%;
	float:left;
	text-align:left;
	margin-top:20px;
}
.c_right
{
	width:80%;
	float:left;
	margin-bottom:20px;
	min-height:400px;
	margin-top:50px;
}
.opus
{
	margin-top:10px;
}
.o_top
{
	text-align:left;
	border-bottom:1px solid #F19C1A;
	padding-bottom:5px;
}
.o_item
{
	float:left;
	margin:10px 5px;
	width:240px;
	height:113px;
	text-align: right;
}
.o_item img{ max-width:240px;  max-height:113px;}
.case_content{ width:700px; margin-left:100px; margin-top:50px;}
.o_bottom{margin: 0;
padding: 0;
overflow: auto;border-bottom:1px solid #fff;}