a{
	color: #869fb1;
	 text-decoration:none; 
}
.noticeListContainer{
	width:80%;
    margin: 80px auto 20px;
	min-height:500px;
}
.noticeList{
	width:100%;
	border-collapse: collapse;
	border:1px solid #E7EAEC;
}
 .noticeListHead{
	height:50px;
} 
.noticeListHead>tr{
	height:60px;
}
.noticeListHead th{
	font-size: 18px;
	color:#19A1D1 !important;
	font-weight: bold;
	color:#869FB1;
	
}
.noticeListHead th,
.noticeListBody td{
	text-align:center;
	font-size: 14px;
}

.noticeTitle1{
	width:30%;
	
}
.noticeTitle2{
	width:60%;
}
.noticeTitle3{
	width:10%;
}
.noticeListBody td{
	height:30px;
	line-height:30px;
}
/* �޸ĺ�ɾ����ť����ʽ */
.glyphicon-pencil{
	color:#7EB561 !important;
	cursor:pointer;
	position:relative;
}
.glyphicon-trash{
	color:#E1725F !important;
	cursor:pointer;
}

.linkSpan{
	padding:7px;
	position:absolute;
	right:0rem;
}
#content-main{
	background-color:#fff;
	height:1050px;
}
#noticeDetail{
	height:450px;
}
.noticeListContainerBoth{
	width:80%;
	margin:20px auto;
	min-height:500px;
	margin-top:125px;
}

.noticeListContainerBoth .noticeListHead{
	background-color:#F5F5F6;
}
.tableNoContent {
    margin-top: 3rem;
}
.tableNoContentStartStyle {
    display: none;
}
.text-center {
    text-align: center;
}

.tableNoContentImg {
    width: 27%;
}

.tableNoContentFont {
    font-size: 30px;
    color: #c5c5c5;
    margin-top: 2rem !important;
}

#notice-body #gtco-header {
    height: 280px;
    margin-bottom: 40px;
}

#notice-body #gtco-header {
    padding-top: 84px;
}

#notice-body #gtco-header h1{
	color:#fff;
}

#notice-body .gray-bg{
	background:none;
}

#notice-body .table>thead>tr>th {
    border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
    line-height: 40px;
}

#notice-body .table td{
	padding: 11px;
	color: #686B6D;
}
#notice-body .table td a,
.dataTables_info{
	color: #686B6D;
}

#notice-body .table td a:hover{
	color: #19A1D1;
}

