.mainContent{
	margin: 22px auto;
	width: 1134px;
	min-height: 630px;
	border: 1px solid #efefef;
	/*background-color: teal;*/
	/*最低高度应该为100%-头和尾的高*/
}

#niticeNo{
	margin: 10px auto;
	text-align: center;
}


#datefornow{
	margin-top:10px;
}

.innerTitle{
	background-color: #d1a961;
	/*border-bottom: 1px solid #084d8b;*/
	/*height: 26px;*/
	padding-top: 17px;
}

.innerTitle span{
	/*margin: 29px 0 0 18px;*/
	/*width: 130px;*/
	margin-left: 18px;
	padding: 5px 18px;
	/*border-bottom: 1px solid #fff;
	border-right: 1px solid #084d8b;
	border-left: 1px solid #084d8b;
	border-top: 1px solid #084d8b;*/
	background-color: #fff;
	color: #996666;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-family: "Microsoft YaHei";
    font-size: 16px;
}
#sc1{
	position:absolute;
    width: 1505px;
    height: 36px;
	left:260px;
    font-family: '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #000000;
}
#sc2{
	position:absolute;
	left:135px;
	top:200px;
    background: url(../images/diandian.png) no-repeat scroll ;
    color: #804000 ;
    font-size: 16px;    
    width: 115px;
    height: 15px;
	padding-left: 7px;
}
#table_sc{
    width: 80%;
    margin-top: 10px;
    border-collapse: collapse;
    clear: both;
    margin: 120px auto 30px;
    width: 860px;
    text-align: center; 
    font-size: 14px;
    color: #545454;
    font-style: normal;       
}

table tr th{
     text-align: center;
     background-color: #eae3d8;
     border: 1px solid #efefef;
     width:300px;
     height:35px;
     padding-right: 5px;
}
table tr td{
     border:1px solid #efefef;
     text-align: left;
     padding-left: 15px;
}


.content{
	background-color: #E9E9E9;
	min-height: 489px;
	padding-top: 70px;
	padding-bottom: 90px;
}
.contMain h4{
	color:#996666;
}

.contentfordetail{
	background-color: #FFF;
	min-height: 489px;
	padding-top: 70px;
	padding-bottom: 55px;
	border-radius: 4px;
	box-shadow: 0px 1px 1px #ccc;
}

.contTitlefordetail{
	/*line-height: 190px;*/
	background-color: #FFF;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	width: 1024px;
	margin:0 auto;
}


.contTitle{
	/*line-height: 190px;*/
	background-color: #E9E9E9;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	width: 1024px;
	margin:0 auto;
}

.contMain{
	padding: 24px 80px ;
	line-height: 35px;
}

.contMain p{
	font-size: 18px;
}

.contMain div{
	text-indent: 35px;
}

.contEnding{
	padding-right: 80px;
	text-align: right;
}

.inspect{
	width: 980px;
	margin: 40px auto 0;
	border: 1px solid #E9E9E9;
	border-collapse: collapse;
}

.inspect th{
	border: 1px solid #E9E9E9;
	background-color: #eae3d8;
	color: #87550f;
}

.inspect td{
	border: 1px solid #E9E9E9;
	text-align: center;
	line-height: 47px;
}

/*datatable*/

.paginate_button.previous {
}

.dataTables_info {
	margin-left: 100px;
}

#noticeColumns tr{
	height: 43px;
}

#noticeColumns{
	color: #333;
	font-family:"Microsoft YaHei UI Regular", "Microsoft YaHei UI";
	font-weight:400;
	font-style:normal;
    font-size: 14px;
}
#proquaColumns tr{
	height: 43px;
}

#proquaColumns{
	color: #333;
	font-family:"Microsoft YaHei UI Regular", "Microsoft YaHei UI";
	font-weight:400;
	font-style:normal;
    font-size: 14px;
}
.innerContent{
	background-color: #fff;
	margin-top: -32px;
	margin-left: 40px;
	margin-right:40px;
	padding-top: 10px;
}

#author{
	display:inline-block;
}

#createTime{
	display:inline-block;
	margin-left:20px;
}

#authorAndCreateTime{
	text-align:center;
	margin-top: 20px;
	font-size:15px;
}

#titleHr{
	border-top:5px solid #55A6CE;
}

.upGsgsAttachments{
	margin-left:40px;
	margin-top:10px;
}

a.upGsgsAttachment:link, a.upGsgsAttachment:visited {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  }
a.upGsgsAttachment:hover {border-color: #55A6CE; background-color:#55A6CE}

.table_inspect_head {
	font-family:"微软雅黑 Bold", "微软雅黑";
	font-weight:700;
	font-style:normal;
	font-size:14px;
	color:#0f4f8f;
	text-align:center;
}

.objection tr td {
	padding-top:10px;
	padding-bottom:10px;
}

.objection .item {
	float: right;
}

.objection .result {
	float: left;
	padding-left: 10px;
}

.objection input {
	width: 225px;
    padding: 0 5px;
    height: 25px;
    border: 1px solid #ababab;
    line-height: 25px;
    outline: 0;
    background: #fff;
    border-radius: 4px;
    float: left;
}

.objection i {
	margin-right: 5px;
    font-size: 20px;
    line-height: 25px;
    color: red;
    vertical-align: middle;
}

.objection textarea {
	width:440px;
	height:120px;
	border-radius: 4px;
	resize: none;
	float: left;
}

.objection .submit {
	display: inline-block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    margin: 0 10px;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    background-color: #026DCF;
}

.objection .cancel {
	display: inline-block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    margin: 0 10px;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    background-color: #1559c8;
}

.objection .msg {
	color: red;
	margin-left:10px;
	float: left;
}