/*------------------信息分类---------------------*/
/*分类标题*/
.type {
  margin-top: 10px;
}

.type p {
  font-size: 12px;
  color: #666;
}

/*分类标题*/

.type div {
  width: 1200px;
  height: 30px;
  border: 1px solid #eee;
  margin-top: 10px;
}

.type div a {
  display: inline-block;
  width: 110px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  text-align: center;
  line-height: 30px;
}

.type div a:hover {
  background-color: #eee;
}

.type div a.on {
  background-color: #ffba26;
  color: #fff;
}

/*信息列表*/
.information {
  margin-top: 10px;
  font-size: 0;
  min-height: 666px;
}

.information .info_list {
  display: inline-block;
  width: 940px;
  min-height: 666px;
  border: 1px solid #eee;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 12px;
  margin-right: 20px;
}

.information .title {
  font-size: 14px;
  font-weight: bold;
  background-color: #F8F8F8;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

/*列表*/
.information .list {
  min-height: 600px;
  padding: 0 20px;
}

.information .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 8px 0;
  /*border-top: 1px dashed #666;*/
  background-color: #F8F8F8;
  margin-top: 6px;
}

.information .list li i {
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 10px;
  background-color: #3C6DAD;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.information .list li:first-child {
  border-top: none;
}

.information .list li > div {
  display: flex;
  align-items: center;
}

.information .list li > div > a.bold {
  font-weight: bold;
}

.information .list li > div > a {
  display: inline-block;
  max-width: 620px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 5px;
}

.information .list li > div > a > span {
  position: absolute;
  right: 0;
}

.information .list .type {
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #28A1FF;
  border-radius: 4px;
}

.information .list .region {
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFBA26;
  border-radius: 4px;
}

/*来源*/

.information .list .source {
  position: relative;
  color: #999;
}

.information .list .source div:first-of-type {
  width: 110px
}

.information .list .source .info_source {
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  background-color: #28A1FF;
  color: #fff;
}

.information .list .source .time {
  color: #999;
  font-size: 12px;
  margin-left: 16px;
}

.information .list .source .time i {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  background: url("../images/slicing/time-list.png") no-repeat;
  position: relative;
  top: 1px;
}

.information .list .source a {
  color: #b3894a;
  font-size: 12px;
}

/*--------------分页条-----------------*/
.paging {
  text-align: center;
  margin: 60px 0;
  font-size: 0;
}

.paging.hide {
  display: none;
}

/*上下页按钮*/
.paging a {
  text-decoration: none;
  font-size: 12px;
}

.paging > span {
  font-size: 12px;
}

.paging > a {
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
}

.paging > a:hover {
  background-color: #3c6dad;
  color: #fff;
}

.paging > b {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
  color: #999;
  background-color: #eee;
  font-weight: normal;
}

/*页码*/
.paging ul {
  display: inline-block;
  vertical-align: top;
}

.paging > ul > li {
  float: left;
  border: 1px solid #eee;
  margin-right: 10px;
}

.paging > ul > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
}

.paging > ul > li > a:hover {
  background-color: #3c6dad;
  color: #fff;
}

.paging > ul > li > a.current {
  background-color: #3c6dad;
  color: #fff;
}

/*当没有数据时*/
.without {
  width: 450px;
  margin: 120px auto 0;
}

.without b {
  display: inline-block;
  height: 78px;
  line-height: 78px;
  padding-left: 128px;
  background: url("../images/slicing/regret.png") no-repeat 0;
  font-size: 24px;
  color: #666;
  margin-bottom: 90px;
}

.without p {
  font-weight: bold;
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}

.without ul {
  list-style: disc inside;
}

.information .list .without ul li {
  color: #666;
  margin-bottom: 10px;
}











