.search {
  height: 70px;
  margin: 20px auto;
}
.search input {
  outline: none;
  width: 1000px;
  float: left;
  height: 48px;
  border: 1px solid #e8eaeb;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 2px;
}
.search input:focus {
  border-color:#FFB301;
}
.search .btn-search {
  float: right;
  height: 50px;
  width: 150px;
  background:#FFB301;
  color: #fff;
  margin-left: -4px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  outline: none;
}
.search .btn-search:hover {
  opacity: 0.8;
}
.main {
  width: 100%;
  height: 100%;
  clear: both;
  /* padding: 0 20px; */
}
.main .title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e8eaeb;
}
.main .title .name {
  font-size: 20px;
  float: left;
}
.main .title .meta {
  color: #777e8c;
  float: right;
}
.main .title .back {
  width: 98px;
  height: 28px;
  border: 1px solid#FFB301;
  border-radius: 2px;
  color:#FFB301;
  line-height: 28px;
  text-align: center;
  float: right;
}
.main .title .back:hover {
  text-decoration: none;
  background-color: rgba(255, 60, 30, 0.05);
}
.main .list li {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #777e8c;
}
.main .list li a {
  color: #5e75c3;
}
.main .list li:nth-child(even) {
  background-color: #f4f6fb;
}
.main .list li .tit {
  width: 755px;
  float: left;
}
.main .list li .date {
  float: left;
}
.main .list li .act {
  float: right;
}
.main .list li .act a {
  color: #5e75c3;
  margin-left: 18px;
}
.main table {
  width: 100%;
  /*margin-top: 10px;*/
}
.main table thead th {
  background-color: #f0f2f8;
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding: 0 15px;
  /* border-bottom: 1px solid #e8eaeb; */
}
.main table tbody td {
  color: #777e8c;
  font-size: 14px;
  padding: 15px;
  border-bottom: 1px solid #e8eaeb;
}
.main table tbody a {
  color: #5e75c3;
  margin-right: 15px;
}
.main table tbody tr:nth-of-type(even) td {
  background-color: #F7F7F7 ;
}
.main table tbody tr td{
  font-family: 'PingFangSC';
}
.main table tbody tr:hover td {
  background-color: #f8f8f8;
}
.main .no-record {
  text-align: center;
}
table.view {
  width: 776px;
  text-align: left;
  border-top: 1px solid #e8eaeb;
  border-left: 1px solid #e8eaeb;
  margin: 12px;
}
table.view td {
  padding: 10px;
  border-right: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  word-break: break-all;
}
table.view .banner {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.pager,.pager1 {
  text-align: center;
  color: #777e8c;
  /* padding: 20px 0 20px; */
}
.pager .spage-total,.pager1 .spage-total {
  line-height: 32px;
  display: inline-block;
  margin-right: 15px;
}
.pager .spage-number,.pager1 .spage-number {
  display: inline-block;
}
.pager button,.pager1 button {
  border: 1px solid #e8eaeb;
  /* padding: 0 10px; */
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  min-width: 40px;
  border-radius: 5px;
  /* color: #777e8c; */
  background: #fff;
  margin-left: -1px;
  outline: none;
  cursor: pointer;
  
}
.pager button:hover,
.pager button.active,.pager1 button:hover,
.pager1 button.active {
  background-image: linear-gradient(90deg, #FFB301 0%, #FE8C01 100%);
  color: #fff;
  cursor: pointer;
}
.pager button.active,.pager1 button.active {
  cursor: default;
}
.pager button.button-disabled,.pager1 button.button-disabled {
  color: #dddddd;
  cursor: default;
  background-color: #ffffff;
  box-sizing: border-box;
}

.pager button.button-disabled:hover,.pager1 button.button-disabled:hover {
  background-color: #fff;
}
.button-first{
  background: #fff;
}
.features-item {
  display: block;
  width: 100%;
  text-align: center;
}
