﻿* {
	font-family: Microsoft YaHei;
	padding: 0px;
}

html {
	background-color: #fbf8ef;
}

body {
	color: #323232;
}

a {
	/*outline:none;*/
	/*text-decoration: none;*/
}

.menu_a {
	outline: none;
	text-decoration: none;
	display: block;
}

a img {
	border: none;
}

.but {
	background-color: #d5b661;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	width: auto;
	box-sizing: border-box;
	padding: 5px 15px;
	color: #ffffff;
	font-size: 14px;
	border: 0px;
	outline: none;
	cursor: pointer;
	margin-left: 11px;
	/* background: url("../images/liaisonRegister/u46.png") no-repeat center; */
}

.but:HOVER {
	background-color: #a7821d;
	/* background: url("../images/liaisonRegister/u46_mouseOver.png") no-repeat center; */
}

.but_preview {
	background-color: #d5b661;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	width: 110px;
	height: 29px;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	font-size: 14px;
	border: 0px;
	outline: none;
	cursor: pointer;
	margin-left: 11px;
	background: url("../images/liaisonRegister/u48.png") no-repeat center;
}

.but_preview:HOVER {
	background-color: #d1ad62;
	background: url("../images/liaisonRegister/u48_mouseOver.png") no-repeat center;
}

/***********************************************************************/
.main_div {
	width: 100%;
	min-height: 600px;
}

/***********************************************************************/
/******************************************菜单*****start*********************************/
.main_menu_content_div {
	/*菜单内容*/
	width: 190px;
	float: left;
	overflow: hidden;
	background-color: #ab812d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.main_menu_content_div ul {
	width: 100%;
	background-color: #ab812d;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.main_menu_content_div li {
	list-style: none;
	line-height: 39px;
	height: 39px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

.main_menu_content_div .remove_menu {
	cursor: pointer;
}

.main_menu_content_div .bottom_menu_li {
	/*底部li去掉边框*/
	border-bottom: 1px solid #ab812d;
}

/*.
去掉多余的鼠标悬浮事件
main_menu_content_div li:HOVER{*/
/*background: url(../images/three/menu/current_menu.png) no-repeat 11px 15px #af1d1d;*/
/*}*/
.main_menu_content_div li a {
	color: #f3f5f6;
	font-size: 14px;
	margin-left: 25px;
}

.top_menu_a_highlight {
	/*菜单高亮*/
	background: url(../images/three/menu/current_menu.png) no-repeat 11px 15px #af1d1d;
}

/******************************************菜单*****end*********************************/
/****************************************右侧内容*****start*******************************/
/****************右侧内容top*****************/
.main_content_div {
	width: 1120px;
	min-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.main_content_right_div {
	/*右侧内容区域*/
	width: 918px;
	min-width: 918px;
	margin-left: 10px;
	background-color: #FFFFFF;
	float: right;
	height: 100%;
	min-height: 485px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.main_content_right_top_div {
	/*内容区域top*/
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.main_content_right_top_div .top_div {
	margin-left: 10px;
	width: 300px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_content_right_top_div .top_div2 {
	margin-left: 79px;
	float: left;
}

.main_content_right_top_div .top_title_span {
	width: 96%;
	height: 45px;
	margin-left: 3px;
	margin-right: auto;
}

.main_content_right_top_div .top_value_span {
	/*值*/
	font-weight: bold;
}

.main_content_right_top_line_div {
	border-bottom: 1px solid #e6e6e6;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/****************右侧内容列表*****************/
.main_content_right_table_div {
	width: 98%;
	height: 100%;
	margin-top: 27px;
	margin-left: auto;
	margin-right: auto;
}

.main_content_radio_div {
	width: 97%;
	height: 100%;
	margin-top: 27px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}

.main_content_right_table_div table {
	text-align: center;
	margin: auto;
	width: 883px;
}

.table_title_tr {
	width: 100%;
	background-color: #eae3db;
	height: 40px;
}

.table_title_tr td {
	border: 1px solid #efefef;
	text-align: center;
	font-size: 14px;
	color: #996726;
	font-weight: bold;
}

.main_content_right_table_div td {
	border: 1px solid #efefef;
	line-height: 25px;
}


.main_content_right_table_div .odd {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14px;
	height: 40px;
}

.main_content_right_table_div .oddTr {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14px;
	height: 40px;
}

.main_content_right_table_div .even {
	/*/background-color: #F9F9F9;*/
	background-color: #f7f8fa;
	color: #666666;
	font-size: 14px;
	height: 40px;
}

.main_content_right_table_div .evenTr {
	/*/background-color: #F9F9F9;*/
	background-color: #f7f8fa;
	color: #666666;
	font-size: 14px;
	height: 40px;
}

.even td {
	text-align: center;
}

.odd td {
	text-align: center;
}

.main_content_right_table_div td a {
	color: #2a62c9;
}

/****************右侧内容底部*****************/
.main_content_right_bottom_div {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.main_content_right_bottom_but_div {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/****************右侧内容编辑*****************/
.edit_table {
	width: 100%;
}

.edit_table tr {
	width: 100%;
	height: 40px;
}

.edit_table td {
	border: 1px solid #efefef;
}

.edit_table .title_td {
	font-family: "微软雅黑";
	background-color: #eae3db;
	color: #996726;
	width: 190px;
	text-align: center;
	font-weight: bold;
}

.edit_table .content_td {
	background-color: #F6F7F9;
	width: 190px;
	text-align: center;
}

.edit_table .content_td2 {
	background-color: #F6F7F9;
	width: 190px;
	text-align: right;
}

.edit_table .value_td {
	width: 267px;
	text-align: center;
	max-width: 267px;
	overflow: hidden;
}

.edit_table_text {
	/*文本框*/
	width: 240px;
	height: 28px;
	font-size: 13px;
}

.edit_table_select {
	/*下拉框*/
	width: 244px;
	height: 32px;
	font-size: 13px;
}

.value_td .edit_table_date_text {
	/*日期框*/
	width: 110px;
	height: 24px;
	font-size: 12px;
	border: 1px solid #707070;
}

/****************右侧内容编辑(公示后)*****************/
.main_content_right_type_div {
	width: 100%;
	height: 40px;
	font-family: "微软雅黑 Regular", "微软雅黑";
	font-size: 14px;
	line-height: 20px;
	margin-left: 12px;
}

.main_content_right_type_div label {
	margin-right: 10px;
}

.hide_input {
	display: none;
}

.title_td .title_checkbox {
	float: left;
	margin-left: 40px;
}

.title_td .title_span {
	float: right;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.value_td .edit_date_big_table_text {
	width: 240px;
	height: 24px;
	font-size: 13px;
}

/****************************************右侧内容*****end*******************************/
/****************************************打印****start*********************************/
#printDiv {
	width: 100%;
	height: auto;
	overflow: visible;
}

#printDiv .print_div {
	width: 313px;
	height: 113px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.print_div .print_title_div {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}

.print_div .print_title_div2 {
	font-size: 15px;
	text-align: center;
	margin-top: 18px;
}

#printDiv .print_table {
	width: 805px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	margin-top: 35px;
}

.print_table .print_table_title_tr {
	height: 44px;
}

.dyfontStyle {
	height: 44px;
	width: 273px;
	font-family: '微软雅黑 Regular', '微软雅黑';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-align: center;
}

.dyfontStyle td {
	text-align: center;
	border: 1px solid #efefef;
}

.dytitle {
	font-size: 15px;
	text-align: center;
	margin-top: 18px;
}

.print_table .print_table_title_tr td {
	text-align: center;
	border: 1px solid #efefef;
}

.pint_but_div {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}

#btnPrint {
	width: 100px;
	height: 45px;
	border: 1px solid #0b4c8c;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	color: #333333;
}

#btnPrint:HOVER {
	border: 1px solid #adadad;
	background-color: #ebebeb;
}

.msg_div {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: red;
	height: 30px;
}

/****************************************打印****end*********************************/

.main_top_div {
	height: 160px;
	margin-bottom: 25px;
}

.mian_bottom_div {
	width: 100%;
	position: relative;
	/*height: 78px;*/
}

/************************************尾部***************************************/
.enddiv {
	position: relative;
	top: -650px;

}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*********************************股东及投资信息修改页面表**************************/
.main_content_right_putable_div {
	width: 98%;
	min-height: 50px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.main_content_right_pdtable_div {
	width: 98%;
	min-height: 50px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

.ptable_title_tr {
	width: 100%;
	background-color: #eae3db;
	height: 42px;
}

.ptable_title_tr td {
	border: 1px solid #efefef;
	text-align: center;
	font-size: 14px;
	color: #996726;
	font-weight: bold;
}

.main_pa_div {
	text-align: right;
	margin-right: 20px;
	font-size: 13px;
	color: #016DCF;
}

.main_pinv_div {
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 13px;
}

.main_pinv_div input {
	margin-left: 10px;
	width: 202px;
	height: 24px;
}

.value_td input {
	height: 25px;
}

.value_td select {
	height: 24px;
}

#dibu {
	width: 1366px;
	/* margin: 10px 0px 0px 0px; */
	background-color: #FFFFFF;
	height: 80px;
	margin: 10px auto 0 auto;
}

/* 样式保持首页换行样式 */
#dibu .right-info p {
	display: block;
}

#u112 {
	width: 1366px;
	margin: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	height: 80px;
}

#u112 .right-info p {
	width: 1366px;
	margin: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	height: 80px;
}

/* 表格下方的按钮部分 */
.main_content_btn {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 70%;
	margin: 20px auto 0 auto;
}

.self-btn {
	width: auto;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #D5B661;
	border: none;
	color: white;
	border-radius: 5px;
	font-size: 16px;
}
.self-btn-sub {
	width: auto;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #fbf8e8;
	border: none;
	color: #ab812d;
	border-radius: 5px;
	font-size: 16px;
}