﻿@charset "utf-8";
/* CSS Document */
@import url("base.css");
#container {
	height:auto!important;

	
}

#container #container_left {
	width:247px;
	height:auto!important;
	min-height:600px;
	_height:600px;
	float:left;

}
#container #container_right
{
 width:710px; float:left;
 height:auto!important;
 min-height:600px;
 _height:600px;
 margin-left:10px;

}
.content #content_title {
background:transparent url(../img/TitleLine.gif) no-repeat scroll center bottom;  
height:45px;
}

.content #content_title #flag {
background:transparent url(../img/downFlag.gif) no-repeat scroll 0 0;
color:red;
font-size:14px;
font-weight:bold;
height:33px;
line-height:33px;
text-indent:68px;
}
.rightContent .content{ border:none;}
.rightContent .content .company
{
  margin:0 auto; height:120px; width:667px;
  border-bottom:1px dotted #dbdbdb;
  margin-bottom:10px;
}

.rightContent .content .company .left
{
	width:118px; height:120px; float:left; text-align:center;
}
.rightContent .content .company .left img
{
	 padding:2px; border:1px solid #dbdbdb; 
	 max-width:103px;
	  max-height:103px;
	  width:expression(document.body.clientWidth>103?"103px":"auto");
	overflow:hidden;
	}

.rightContent .content .company .right
{
	width:530px; height:120px; float:left;
}
.rightContent .content .company .right span
{
	
	}
.rightContent .content .company .right ul li{ height:30px; line-height:30px;}
.rightContent .content .company .right ul .left{ width:80px; float:left;  color:#666;
	 font-size:14px;  font-weight:bold; text-align:right;}
.rightContent .content .company .right ul .right{ width:420px; float:left; text-indent:18px;}
