@charset "utf-8";

/*分页样式*/
a {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}

#page {
  height: 20px;
  display: table;
  margin: 12px auto 0;
}

.page {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pagingUl {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 20px;
}

.pagingUl li {
  float: left;
  width: 20px;
  height: 20px;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

.pagingUl li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #eeeeee;
}

.prv,
.next {
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  margin-right: 8px;
}

.first,
.last {
  width: 60px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eeeeee;
}

.first {
  margin-right: 8px;
}

.pagingUl li a:hover,
.activP {
  border: 1px solid transparent !important;
  color: #ff5d23 !important;
}


/* 弹框样式 */
.aui_dialog .aui_title {
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #ff5d23;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.aui_dialog .aui_close {
  top: 8px;
  right: 6px;
  background-color: #ff5d23;
  border-top-right-radius: 8px;
}

.aui_dialog .aui_close:hover {
  background-color: #ff5d23;
}

.aui_outer .aui_inner {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.aui_dialog .aui_content {
  height: 480px;
}

.publication-wrap {
  width: 832px;
  height: 438px;
  overflow: auto;
  margin-top: 16px;
}

#publication-table {
  width: 1900px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
}

#publication-table tr th {
  background: #f5f5f5;
  text-align: center;
}

#publication-table tr td,
#publication-table tr th {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding: 12px;
  margin: 0;
  word-break: break-all;
}

#publication-table .pic-url {
  color: #3898ff;
}

#publication-table .pic-url:hover {
  color: #3898ff;
}


/* 滚动条样式 */
/* 滚动槽 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding-top: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background: rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 0 5px #efefef;
  box-shadow: inset 0 0 5px #efefef;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #cccccc;
  -webkit-box-shadow: inset 0 0 10px #cccccc;
  box-shadow: inset 0 0 10px #cccccc;
}
