li {
  list-style-type: none;
}
.sci_page {
  width: 100%;
  padding-top: 100px;
  background: #fafafa;
  padding-bottom: 32px;
  font-feature-settings: normal;
  -webkit-text-size-adjust: 100%;
}

.sci_page .top {
  width: 1280px;
  box-sizing: border-box;
  margin: 15px auto;
  height: 85px;
  transition: all linear 0.218s;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #eee;
  padding: 15px;
  display: flex;
  align-items: center;
}

.sci_page .top li {
  padding: 0;
  position: relative;
  height: 35px;
  line-height: 35px;
  display: flex;
  margin-right: 30px;
}

.sci_page .top li input {
  width: 300px;
  height: 34px;
  border: 1px solid #ddd;
  padding-left: 12px;
}

.sci_page .top li select {
  outline: none;
  height: 34px;
  border: 1px solid #ddd;
  padding-left: 5px;
  width: 220px;
}

.sci_page .top li label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  margin-right: 16px;
}

.sci_page .top li .chaxun {
  background: #302a27;
  color: #fff;
  width: 100px;
  border-radius: 5px;
  line-height: 34px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.sci_page .top li:last-child {
  margin-right: 0;
}

.sci_page .content {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 15px;
  width: 1280px;
  margin: 0 auto;
  min-height: 700px;
  box-sizing: border-box;
}

.table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}
.table>thead>tr>th{
   padding: 10px;
   border: 1px solid #ddd;
}
.table td{
	padding: 6px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.table>thead{
	background: #926d2a;
	color: #fff;
}

.table>tbody>tr{
	background: #fff;
	transition: all 0.3s ease;
}
.table>tbody>tr:nth-child(even){
	background: #fafafa;
	transition: all 0.3s ease;
}
.table>tbody>tr:hover{
	background: rgba(0, 0, 0, 0.1);
}

.sciname a{ display: block; color: #926d2a;}

.pagination {
  display: flex;
}

.pagination li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #f1f1f2;
  color: #ababab;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 4px;
}

.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}

 .pagination .active {
  background: #926d2a;
  border-color: #926d2a;
  color: #fff;
}
