*{
	color: #646464;
}
.suggest_mid {
	width: 1188px;
	margin: 0 auto;
	margin-top: 60px;
	border: 1px solid #CCC;
}
.suggest_title_div{
	width: 1170px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #F3031E;
/* border-bottom: 2px solid #3285FF; */
	padding-bottom: 10px;
	padding-top: 30px;
}
.suggest_title_name{
	color: #F3031E;
/* 	color: #3285FF; */
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	width: 1140px;
	margin: 0 auto;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.suggest_title_originl{
	display: inline-block;
	width: 250px;
	text-align: left;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	margin-top: -4px;
	color: #3385FF;
	cursor: pointer;
}
.suggest_title_originl:hover{
	color: #0064f9;
	text-decoration:underline;
}
.suggest_title_promote span{
	margin-left: 30px;
}
.suggest_content{
	width: 1160px;
	margin: 0 auto;
	/*padding: 0px  50px 0px 50px;*/
}


.suggest_content_detai_stan_table{
	/*width: 1086px;*/
	margin: 0 auto;
	border: solid #EAEBEC;
	border-width: 0px 1px 1px 0px;
	border-collapse:collapse;
	margin-bottom: 50px;
	margin-top: 40px;
}
.suggest_content_detai_stan_table tr th, .suggest_content_detai_stan_table tr td{
	border: solid #EAEBEC;
	border-width: 1px 0px 0px 1px;
	height: 30px;
}

.suggest_content_detai_stan_table tr th{
	background: #E5EFFF;
}
.suggest_content_detai_stan_table tr td{
	padding: 0px 4px 0px 4px;
	/* text-align: center; */
}
.tr_odd{
	background: #FFFFE9;
}

.suggest_content_detai_stan_table tr:hover td, .suggest_content_detai_stan_table tr:hover td a{
	background: #EEE;
	color: #3285FF;
}
.suggest_content_detai_stan_table tr:hover td div{
	color: #3285FF;
}
.suggest_content_detai_stan_table tr td a{
	color: #646464;
	text-decoration:underline;
}
.suggest_content_detai_stan_table tr td a:hover{
	color: #F3031E;
	text-decoration:underline;
}
.suggest_replaceStanNum_td{
	text-align: left;
}
.suggest_stanNum_td{
    width: 280px;
    text-align: left;
}
.suggest_stanName_td{
	width: 220px;
	text-align: left;
}
.suggest_draftOrg_td{
	text-align: left;
}

.text_overflow{
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.suggest_stanReplace_td{
    text-align: left;
    width: 140px;
}

.suggest_attachment_td a:hover{
    cursor: pointer;
    text-decoration: underline;
}