/*列表*/
.bg_box{
	position:fixed;
	width:100%;
	height:100%;
	background: url(../images/whg_bg.png) no-repeat center top;
	z-index: 1;
}

.company_content {
	position:relative;
	margin: 0 auto;
	width:1000px;
	min-height:500px;
	background: #fff;
	padding-bottom:30px;
	margin-bottom:50px;
	box-shadow: 0px 1px 4px #9B9B9B;
	z-index: 9997;
}
.main_left{
	float:left;
	width:230px;
	min-height:500px;
	background: #F5F5F5;	
	overflow: scroll;
	overflow-y: hidden;
}
.main_right{
	float:right;
	width:770px;
}
.company_head {
	margin: 0 auto;
	width:726px;
	height:70px;
	border-bottom:3px #cbcbcb solid;
}

.company_srh {
	float:right;
	margin-top:25px;
	border:1px solid #DB5561;
}
.search_select{
	height:30px;
	border:none;
}
.company_srh_text {
	width:180px;
	height:30px;
	line-height:30px;
	border:none;
	padding-left: 6px;
}
.company_srh_submit {
	float:right;
	width:30px;
	height:30px;
	background: url(../images/icon_search.png) 8px 8px no-repeat;
	background-color:#db5561;
	border:none;
}
.company_search_text {
	width:290px;
	height:35px;
	line-height:35px;
	border:none;
	padding-left: 6px;
}
.company_search_submit {
	float:right;
	width:80px;
	height:35px;	
	background-color:#db5561;
	border:none;
	display: inline-block;
	text-align: center;
	line-height:35px;
	color:#FFFFFF;
	font-size:16px;
}

.company_location {
	width:726px;
	min-height:40px;
	margin: 0 auto;
}

.company_location_left {
	float:left;
	max-width:726px;
	font-family: Microsoft YaHei;
	font-size: 16px;
	color:#494f6f;
	padding-left:15px;
	padding-top:14px;
	padding-bottom:14px;
	background: url(../images/icon-location.png) 0 16px no-repeat;
}

.company_location_btn {
	width:40px;
	height:16px;
	float:right;
	margin-top: 10px;
	padding-left:30px;
	padding-top: 4px;
	padding-bottom: 1px;
	background: url(../images/icon_return.png) 10px 4px no-repeat;
	background-color:#db5561;
	color:#fff;
	border-radius:10px;
	border:none;
	font-family: Microsoft YaHei;
	font-size: 12px;
}

.company_location_btn:hover {
	color:#fff;
}
.search_criteria tr td {
	border-top: 1px #ddd dashed;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}
.search_criteria{
	width:726px;
	margin: 0 auto;
	border-collapse: collapse;
}
.search_criteria_head{
	float:left; 
	width:16%; 
	height:45px; 
	line-height:45px; 
	font-size:16px; 
	font-family: '微软雅黑';
	font-weight: bold;
}
.search_criteria_content{
	float:left;
	height:45px; 
	line-height:45px; 
	font-size:13px; 
	font-family: '微软雅黑';
}
.search_criteria_content span{
	cursor:pointer;
}
.choose{
	border: 1px #FFB944 solid;
}
.company_msglist tr td {
	border-bottom: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}

.company_msglist {
	width:726px;
	margin: 0 auto;
	border-collapse: collapse;
	border-top:3px #db5561 solid;
	margin-bottom: 20px;
}

.company_msglist_alink{
	float:left;
	width:100%;
	text-decoration: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color:#494f6f;
	line-height: 25px;
}
.company_msglist_alink_icon01 {
	background: url(../images/icon_01.png) 0px center no-repeat;
	float:left;
	margin-left: 10px;
	padding:12px 40px;
}
.company_msglist_alink_icon02 {
	background: url(../images/icon_02.png) 0px center no-repeat;
	float:left;
	margin-left: 10px;
	padding:12px 40px;
}
.company_msglist_alink_icon03 {
	background: url(../images/icon_03.png) 0px center no-repeat;
	float:left;
	margin-left: 10px;
	padding:12px 40px;
}

.company_msglist_alink_icon04 {
	background: url(../images/file.png) 0px center no-repeat;
	float:left;
	margin-left: 10px;
	padding:12px 40px;
}

.company_msglist_download {
	background: url(../images/icon_down01.png) 0px 0px no-repeat;
	float:right;
	height:50px;
	margin:15px 20px 15px 0;
}

tr.company_msglist_msg:hover {
	background-color:#f5f5f5;
}
tr.company_msglist_msg .company_msglist_download:hover {
	background: url(../images/icon_down02.png) 0px 0px no-repeat;
}

.company_sharelist tr td {
	height:40px;
	border-bottom: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}

.company_sharelist {
	width:726px;
	margin: 0 auto;
	border-collapse: collapse;
	border-top:3px #db5561 solid;
	margin-bottom: 20px;
}


.company_sharelist_alink_name{
	float:left;
	background: url(../images/icon_04.png) 0px 0px no-repeat;
	line-height: 27px;
	padding-left: 40px;
	margin:12px 0 12px 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color:#494f6f;
}

.company_sharelist_more {
	float:right;
	margin:15px 20px;
	color:#c1c3d5;
	font-family: Microsoft YaHei;
	font-size: 16px;
}

tr.company_sharelist_msg:hover {
	background-color:#f5f5f5;
}
.nav_box{
	padding:13px 0;
	padding-left:35px;
	padding-right:8px;
	min-height:19px;
	font-size:18px;
	color:#837367;
	font-family: '微软雅黑';
	background: url(../images/zyk_nav_1.png) 20px 18px no-repeat;
	background-color: #EDEDED;
	margin-bottom:1;
}
.nav_box:hover{
	cursor:pointer;
	background-color: #EB9EA5;
	color:#321B1D;
}
.nav_box_selected{
	background-color: #EB9EA5;
	color:#321B1D;
}
.nav_ztree{
	padding:8px 25px;
}
.zyk_back{
	width:70px;
	height:21px;
	float:right;
	margin-top: 10px;
	margin-right:10px;
	background: url(../images/zyk_back.jpg) no-repeat;
}
.zyk_index{
	width:70px;
	height:21px;
	float:right;
	margin-top: 10px;
	background: url(../images/zyk_index.png) no-repeat;
}