/**!
 * ä¸­å›½äººæ°‘æ”¿æ²»åå•†ä¼šè®®æ±Ÿè‹çœè‹å·žå¸‚å§”å‘˜ä¼š
 * author: wppei
 * date:2020-05-18
 */

.catalog-title {
  width: 300px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  background: url("../images/list_bg.jpg") no-repeat center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}

.catalog ul {
  width: 300px;
  border-bottom: 1px solid #e1ecf5;
  border-top: none;
}

.catalog ul li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  font-size: 18px;
  border-left: 1px solid #e1ecf5;
  border-right: 1px solid #e1ecf5;
}

.catalog ul li.current{
	background-color: #f1f7fb;
  border: none;
  color: #015293;
}

.catalog ul li:hover {
  background-color: #f1f7fb;
  border: none;
  color: #015293;
}

.list-content {
  width: 960px;
  margin-left: 20px;
  padding-bottom: 22px;
}

.list-c-title {
  height: 59px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c3d9eb;
}

.list-c-tl {
  float: left;
  line-height: 59px;
  background: url("../images/list_icon1.png") no-repeat 0 center;
  padding-left: 20px;
  font-size: 18px;
  color: #015293;
  font-weight: 700;
}

.list-search {
  float: right;
  width: 219px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #e8e8e8;
  padding: 0 50px 0 29px;
}

.list-search .input-placeholder {
  left: 30px;
  color: #bab9b9;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
}

.list-search input {
  height: 38px;
  line-height: 38px;
  color: #333;
}

.search-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/list_search.png") no-repeat;
  right: 18px;
  top: 10px;
  cursor: pointer;
}

.list-content .wb-data-infor {
  margin-right: 192px;
}

.list-time {
  float: right;
  width: 192px;
  text-align: right;
  color: #999;
}

.wb-data-infor:hover .list-time {
  color: #015293;
}

/* åˆ†é¡µ */
.em-pager {
    margin-top: 33px;
}

/* æ‰‹æœºç«¯ */
@media (max-width: 767px) {
    .em-pager {
        margin-top: 25px;
    }

    .subpage {
        padding-bottom: 25px;
    }
}
