﻿.main {
  border: solid 1px #2a7ec5;
  width: 998px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.main .search {
  padding: 0 31px;
  height: 57px;
  line-height: 57px;
  background: #ebf5fd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .search .search-label {
  font-family: "SourceHanSansCN-Medium";
  font-size: 14px;
  color: #333;
}

.main .search .input-tips {
  position: relative;
  margin: 0 10px;
}

.main .search .input-tips label {
  position: absolute;
  left: 13px;
  height: 28px;
  top: 0;
  line-height: 28px;
  font-size: 14px;
  color: #999;
}

.main .search .input-tips input {
  width: 362px;
  font-size: 14px;
  color: #999;
  height: 28px;
  border: solid 1px #dbdbdb;
  padding: 0 12px;
}

.main .search .input-tips input:focus {
  border-color: #dbdbdb;
  color: #333;
}

.main .search .search-btn {
  width: 59px;
  height: 28px;
  background: #2a7ec5;
  color: #fff;
  line-height: 28px;
  text-align: center;
  margin-top: 13px;
  cursor: pointer;
}

.main .content {
  min-height: 400px;
  padding: 0 30px;
  padding-top: 8px;
}

.main .content .content-item {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px dashed #dbdbdb;
  padding-left: 13px;
}

.main .content .content-item a {
  color: #333;
}

.main .content .content-item a .item-title {
  width: 753px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content .content-item a .item-time {
  width: 100px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content .content-item:hover a {
  color: #d01a28;
}

.main .content .content-item::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #d01a28;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main .pager {
  margin-top: 0;
  padding: 30px 0;
}

.main .pager .m-pagination-page > li.active > a {
  background: #fff;
  color: #d01a28;
  border-color: #fff;
}

.process-location {
  height: 57px;
  padding: 0 31px;
  line-height: 57px;
  font-size: 14px;
  color: #333;
  background: #f1f9fc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.process-location a {
  color: #333;
}

.process-location a:last-child {
  color: #d01a28;
}
