/* news-list */
/* crumbs */
.crumbs {
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
  color: #bdbdbd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crumbs .text {
  padding-right: 8px;
}

/* section */
section {
  margin-bottom: 10px;
  border-top: 1px solid #dbe1ec;
  border-bottom: 1px solid #dbe1ec;
  background: #fff;
}

section .title {
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #dbe1ec;
  overflow: hidden;
}

section .title .content {
  float: left;
  padding-left: 10px;
  border-left: 5px solid #45abff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}

section .title .more {
  float: right;
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}

section .title .change {
  float: right;
  margin-top: -6px;
  font-size: 16px;
  color: #45abff;
}

section .title .change i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-image: url(../images/color-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px -302px;
}

section .title .text {
  float: left;
}

section .title .text.on {
  color: #45abff;
}

section .title .text.border-left {
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333;
}

/* type-list */
.type-list {
  padding: 15px 10px 0;
  font-size: 0;
}

.type-list .type-item {
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 15px;
  padding-right: 10px;
  font-size: 14px;
}

.type-list .type-item a {
  display: block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dbe1ec;
  border-radius: 8px;
  text-align: center;
}

.type-list .type-item.on a {
  border: 1px solid #45abff;
  background: #45abff;
  color: #fff;
}

.type-list .spread {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 15px;
  padding-right: 10px;
  font-size: 14px;
}

.type-list .spread .text {
  display: block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dbe1ec;
  border-radius: 8px;
  text-align: center;
  color: #45abff;
}

/* pagination */
.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px 10px;
  overflow: hidden;
}

.pagination .text {
  display: block;
  width: 18%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dbe1ec;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
}

.pagination .empty {
  color: #bbb;
}

.pagination .now {
  background: #45abff;
  color: #fff;
  border: 1px solid #45abff;
}

.news-list {
  display: none;
}

.news-list.on {
  display: block;
}

.news-list .news-item {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

.news-list .news-item .news-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.news-list .news-item .container {
  display: flex;
}

.news-list .news-item .container img {
  flex: 0 0 110px;
  width: 110px;
  height: 70px;
  margin-right: 10px;
  border-radius: 3px;
}

.news-list .news-item .container .content {
  color: #999;
}

.news-list .news-item .container .content .text {
  display: -webkit-box;
  height: 40px;
  margin-bottom: 15px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  text-indent: 2em;
}

.news-list .news-item .container .content .date {
  text-align: right;
}
.nolinkpage {color: #fff;
margin:0 auto;
    width: 60px;
    border: 1px solid #45abff;
    border-radius: 10px;
    padding: 2px 50px 2px 50px;
    background: #45abff;}