.main-content {
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
  width: 1200px;
  min-height: 600px;
  margin: 0 auto 60px;
  position: relative;
}
.main-content .date-wrapper {
  position: absolute;
  top: -46px;
  right: 0;
  color: #333;
}
.main-content .date-wrapper input {
  width: 220px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-left: 5px;
  background-image: url('../../index/img/calendar.png');
  background-position: 8px;
  background-repeat: no-repeat;
}
.layui-laydate-range .layui-laydate-header {
  color: #333;
  background-color: #f7f7f7 !important;
}
.layui-laydate-range .layui-laydate-header span,
.layui-laydate-range .layui-laydate-header * {
  color: #333 !important;
}
.layui-laydate-range .layui-laydate-preview {
  color: #666 !important;
}
.layui-laydate-range .laydate-btns-clear {
  display: none;
}
.layui-laydate-footer span:hover {
  color: #4794d1;
}
li {
  font-size: 15px;
}
li > a {
  width: 100%;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
li > a .status-tag {
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 12px;
  border-radius: 20px;
  display: none;
  float: left;
}
li > a.collecting .status-tag {
  display: inline-block;
  background-color: #e7b526;
}
li > a.finished .status-tag,
li > a.paused .status-tag,
li > a.unpublished .status-tag {
  display: inline-block;
  background-color: #6c93a8;
}
.spin-loading::before {
  top: 550px;
  left: 50%;
  width: 100px;
  height: 26px;
  margin-left: -50px;
  background-image: url('../../index_province/img/loading.gif');
  background-color: #fff;
  background-size: 100px 26px;
  background-repeat: no-repeat;
}
.list-loading {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100px;
  height: 26px;
  margin-left: -50px;
  background-image: url('../../index_province/img/loading.gif');
  background-color: #fff;
  background-size: 100px 26px;
  background-repeat: no-repeat;
}
.loading .list-loading {
  display: block;
}
.letter-list {
  position: relative;
  min-height: 600px;
}
.letter-list ul,
.letter-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.letter-list > li {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 5px;
  border-bottom: 1px dashed #d8d8d8;
}
.letter-list > li:before {
  position: absolute;
  top: 23px;
  left: 5px;
  content: '';
  width: 5px;
  height: 5px;
  float: left;
  background-color: #2c8be9;
}
.letter-list > li .title {
  width: 995px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.letter-list > li .time {
  width: 100px;
  text-align: right;
  float: right;
}
.published-list {
  position: relative;
  min-height: 600px;
}
.published-list .list-header {
  height: 40px;
  line-height: 40px;
  background-color: #e8e8e8;
  margin-top: 10px;
}
.published-list .list-header > .cell {
  color: #4794d1;
  height: 40px;
  line-height: 40px;
}
.published-list .cell {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  box-sizing: border-box;
  word-break: break-all;
}
.published-list ul,
.published-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.published-list .num {
  width: 17%;
}
.published-list .title {
  width: 63%;
}
.published-list .type,
.published-list .time {
  width: 10%;
}
.published-list li.msg-item {
  line-height: 0;
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d8d8d8;
}
.published-list li.msg-item a {
  line-height: 20px;
}
.stata-box {
  width: 100%;
}
.stata-box #echart-container {
  width: 100%;
  height: 300px;
  margin-top: 50px;
}
.stata-box .echart-tip {
  text-align: right;
  color: #aaa;
  font-size: 12px;
  line-height: 30px;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
}
.stata-box h1 {
  color: #25619B;
  text-align: center;
  margin: 20px 0;
  font-weight: normal;
  font-size: 24px;
}
.stata-box .ipt-box {
  text-align: center;
  vertical-align: middle;
}
.stata-box .ipt-box * {
  vertical-align: middle;
}
.stata-box .ipt-box span > span {
  margin-left: 25px;
}
.stata-box .ipt-box .with-margin-right {
  margin-right: 25px;
}
.stata-box .ipt-box select {
  height: 31px;
  line-height: 31px;
  outline: none;
}
.stata-box .ipt-box button {
  margin-left: 25px;
  width: 88px;
  height: 32px;
  background-color: #25619B;
  text-align: center;
  color: #fff;
}
