/*latest exam*/
.exam-title {
	width: 100%;
	height: 80px;
	background: #89b837;
}
.exam-title ul {
	margin: 0;
}
.exam-title ul li {
	display: inline-block;
	width: 200px;
	height: 60px;
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height:60px; 
	border-radius: 5px 5px 0 0;
}
.exam-title ul li.active {
	color: #333;
	background: #fff;
}
.exam-title ul li:hover {
	color: #333;
	background: #fff;
}
.exam-main {
	width: 100%;
	padding: 10px 0 30px;
	background: #f4f4f4;
}
.exam-main .exam-list {
	display: none;
}
.exam-main .exam-list-on {
	display: block;
}
.exam-main ul li {
	display: inline-block;
	width: 260px;
	padding: 10px;
	font-size: 0;
	margin: 20px 20px 0 0;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.exam-main ul li:hover {
	border: 1px solid #89b837;
}
.exam-main ul li h3 {
	font-size: 16px;
	color: #89b837;
	margin: 0 0 5px 0;
}
.exam-main ul li p {
	margin: 0 0 5px 0;
	height: 14px;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



/*feature*/
.table-img-30 img {
	width: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px;
}
.table>tbody>tr>th:first-child,
.table>tbody>tr>td:first-child {
	line-height: 30px;
}

/*latest navbar*/
.custom-accordion-style-1 .panel .panel-body {
	padding: 15px;
}



