.layui-table tbody tr:hover,.layui-table thead tr,.layui-table-click,.layui-table-header,.layui-table-hover,.layui-table-mend,.layui-table-patch,.layui-table-tool,.layui-table-total,.layui-table-total tr,.layui-table[lay-even] tr:nth-child(even) {
  background-color:#fff;
}
.layui-table-cell {
   height: auto;
   line-height: 28px;
}
.trtitle{
  font-size: 18px;
}
.layui-table thead th{
  font-weight: bold;
}
.layui-btn{
  background-color:#1485c9;
}
.reset{
  background-color:#707070;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color:#1485c9;
}
.layui-table-page {
    margin: 0 auto;
    text-align: center;
}
.newtitle{
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newscontent{
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.menunav .on{
  color: yellow;
  font-weight: bold;
  padding-bottom: 4px;
  /*border-bottom: 1px solid #006aaf; */
}
.layui-form-select dl dd.layui-this{
  background-color:#1485c9;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1485c9;
    color: #fff;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #1485c9!important;
    background-color: #1485c9;
    color: #fff;
}
.nodata{
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding: 100px;
  font-size: 16px;
}