@charset "UTF-8";
/**!
* [通用列表]
* date: 2021-01-26
* author: [hhj];
*/

body {
  background-color: #f6f8fc;
}

.main-l {
  float: left;
  width: 285px;
  padding: 6px;
  box-shadow: 0px 0px 24px 0px rgba(36, 144, 255, 0.11);
  background-color: #fff;
}

.main-l-tt {
  padding-left: 32px;
  height: 61px;
  line-height: 61px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  background: url('../images/result_bg.jpg') repeat-x left center;
}

.left-tt {
  padding-left: 32px;
  display: block;
  margin-top: 6px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #064ec0;
  background-color: #e5f0ff;
  border-radius: 4px;
}
/*隐藏监督曝光*/
/* .wb-tree li:nth-child(7){
    display:none;
} */

.left-tt:hover,
.left-li.active .left-tt {
  background-color: #c7dbf7;
}

.left-li.current > .left-tt {
  background-color: #c7dbf7;
}
/* 搜索结果 */
.main-r {
  margin-left: 304px;
  padding: 8px 33px 41px 37px;
  box-shadow: 0px 0px 24px 0px rgba(36, 144, 255, 0.11);
  background-color: #fff;
}
.result-li {
  padding-top: 18px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ebeff5;
}

.result-tt {
  height: 51px;
  line-height: 51px;
  font-size: 22px;
  color: #363a40;
}

.result-tt > a {
  display: block;
  color: #363a40;
}

.result-text {
  display: block;
  line-height: 30px;
  max-height: 60px;
  text-indent: 2em;
  font-size: 14px;
  color: #79808a;
}

.result-time {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #b8bec8;
}

.pager {
  margin-top: 14px;
}

.m-pagination-page > li > a {
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
}

.m-pagination-group > button {
  height: 30px;
}

.m-pagination-page > li > a:hover,
.m-pagination-group > button:hover {
  border-color: #1458c3;
}

.m-pagination-size > select {
  height: 30px;
  border-radius: 2px;
}
.m-pagination-group > input {
  height: 28px;
  line-height: 28px;
}

.m-pagination-page > li.active > a {
  border-color: #1458c3;
  color: #1458c3;
  background-color: transparent;
  font-weight: normal;
}

.m-pagination-page > li.current > a {
  border-color: #1458c3;
  color: #1458c3;
  background-color: transparent;
  font-weight: normal;
}

.m-pagination-info {
  height: 30px;
  line-height: 30px;
}

/* 小屏幕 */
@media (max-width: 768px) {
  .main-l {
    float: none;
    width: 100%;
  }

  .main-r {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    padding: 0 18px 13px 18px;
  }
}

.left-menu > .left-li > a {
  padding-left: 50px;
}
