.nav-list {
  background-color: transparent;
}
.search-box {
  background: #fff;
  padding-left: 10px;
  font-size: 15px;
}
.news-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news-list .data-list {
  position: relative;
  width: 836px;
  padding: 20px 30px;
  background-color: #fff;
}

.news-list .recommend {
  width: 288px;
}
.lee-pull-right {
  float: right !important;
}
.news-list .kind-title {
  position: relative;
  width: auto;
  height: 32px;
  line-height: 18px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ebebeb;
}
.news-list .kind-title:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 72px;
  height: 2px;
  clear: both;
  background-color: #ff0036;
}
.news-list .list {
  margin-top: 30px;
}
.news-list .list li {
  display: flex;
  height: 146px;
  margin-bottom: 30px;
}
.page_center {
  text-align: center;
  background: #fff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.news-list .recommend .reco-list {
  width: 256px;
  padding: 20px 16px;
  background-color: #fff;
  margin-bottom: 16px;
}
.news-list .recommend .reco-list li.data {
  height: 16px;
  line-height: 16px;
  margin-top: 15px;
}
.news-list li dl dt {
  line-height: 22px;
  color: #333;
  font-size: 18px;
  margin-bottom: 18px;
}
.news-list .list li dl dd.text {
  text-indent: 25px;
  line-height: 23px;
  margin-bottom: 20px;
  color: #999;
}
.news-list .ty2 {
  color: #999;
}
.news-list .list li a .poster {
  width: 250px;
  height: 146px;
  margin-right: 20px;
  overflow: hidden;
}
#news-box li:hover dt {
  color: #ff1864;
}
a:hover {
  color: #ff0036;
  text-decoration: none;
}
.reco-list li:hover a {
  color: #ff1864;
}
.getin_class {
  margin-top: 10px;
  text-align: center;
  height: 40px;
  background-color: #ffffff;
  border: #bdb5b5 1px solid;
}
.getin_class a {
  line-height: 40px;
  font-size: 16px;
}
.data-list .getin_class {
  line-height: 40px;
  font-size: 16px;
}
.getin_class:hover {
  background-color: #ff1864;
  color: white;
}
.getin_class:hover a {
  color: white;
}
.news-list .list li a dl dd.time span.ty2 {
  color: #999;
}

.listcont_class i {
  background: url(/imagev8/bg.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 1px 5px 0 0;
  line-height: 14px;
  vertical-align: text-top;
  opacity: 0.6;
  background-position: -22px -40px;
}
#news-box img {
  width: 100%;
  height: 100%;
}
.reco-list .swiper-wrapper a p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.reco-list .data a {
  display: block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reco-list:nth-child(1) {
  height: 200px;
}

/*详情页*/
.news-list-article .recommend li img {
  width: 100%;
  height: auto;
}

.news-list-article .reco-list:nth-child(1) {
  height: auto;
}

.news-list-article .reco-list .data a {
  display: contents;
}

.recommend .reco-list-cate li {
  border: 1px solid #6c757d;
  border-radius: 0.25rem;
  background: none;
  padding: 5px;
}
.recommend .reco-list-cate li > a {
  color: #6c757d;
}
.recommend .reco-list-cate li:hover a {
  color: #fff;
}
.recommend .reco-list-cate li:hover {
  background-color: #ff0036;
  border: 1px solid #ff0036;
  color: #fff;
}

.lee-pull-left dd.time a {
  margin-left: 5px;
}

/******material首页开始*******/
.first_content {
  display: flex;
  background: #fff;
}
.first_content .first_item {
  width: 48%;
  padding: 20px 30px;
  overflow: hidden;
}
.first_content .first_item:nth-child(1) {
  height: 360px;
}
.material .reco-list:nth-child(1) {
  height: auto;
}
.first_content .first_item:nth-child(1) p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #fff;
}

/****material首页结束*******/

/* 上一篇和下一篇样式 */
#next {
  width: auto;
  border-top: 1px solid #ebebeb;
  padding: 17px 0;
}
#next a {
  width: 395px;
  font-size: 16px;
  color: #333;
}
#next a:hover {
  color: #ff0036;
}

/*分页样式*/
.page_center {
  text-align: center;
  background: #fff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
/*.pagination > li,*/
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ff0036;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
/*.pagination > li:hover,*/
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ff0036;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .thisclass,
.pagination > .thisclass > a,
.pagination > .thisclass > span,
.pagination > .thisclass > a:hover,
.pagination > .thisclass > span:hover,
.pagination > .thisclass > a:focus,
.pagination > .thisclass > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff0036;
  border-color: #ff0036;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
