body {
  background: #fff !important;
}

.main{
  margin-top: var(--header-height);
}

.bar_890 {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.research-title {
  padding: 40px 0 12px;
  border-bottom: #DBDBDB 1px solid;
}

.research-title h1 {
  font-size: 24px;
  line-height: 33px;
  position: relative;
  margin: 0;
  font-weight: normal;
}

.research-title h1 em.line {
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100px;
  height: 2px;
  background-color: #CE3D3A;
  font-style: normal;
}

.research-list {
  min-height: 600px;
}

.research-list ul {
  display: block;
  padding-bottom: 30px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.research-list ul li {
  display: block;
  clear: both;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: #DDDDDD 1px dotted;
}

.research-list ul li a {
  display: block;
  height: 150px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.research-list ul li a:hover {
  background-color: #F8F9FC;
}

.research-list .news_img {
  float: left;
  width: 266px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.research-list .news_img img {
  width: 266px;
  height: 150px;
  object-fit: cover;
  transition: all 0.6s;
}

.research-list ul li a:hover .news_img img {
  transform: scale(1.1);
}

.research-list .news_img_r {
  float: right;
  width: 100%;
  margin-left: -282px;
}

.research-list .news_img_r_info {
  margin-left: 282px;
  position: relative;
  height: 150px;
}

.research-list .news_name {
  font-size: 18px;
  color: #333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 6px;
}

.research-list ul li a:hover .news_name {
  color: #CE3D3A;
}

.research-list .news_sub_name {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin-top: 8px;
}

.research-list .news_tip_text {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nodata_div {
  background: url(../assets/images/nodata_new.png) 50% 30px no-repeat;
  position: relative;
  margin: 50px auto;
  min-height: 186px;
  padding: 30px 0;
}

.nodata_div .text {
  display: block;
  color: #999;
  font-size: 14px;
  text-align: center;
  padding-top: 174px;
  line-height: 12px;
}

.pageSet {
  border: 0;
  background-color: #fff;
  padding-bottom: 40px;
}

.xyb_pagination {
  text-align: center;
  color: #666;
  line-height: 28px;
  overflow: hidden;
  font-size: 12px;
}

.xyb_pagination .prev,
.xyb_pagination .next {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 2px;
  color: #626568;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ddd;
  box-sizing: border-box;
  user-select: none;
}

.xyb_pagination .prev.disabled,
.xyb_pagination .next.disabled {
  cursor: not-allowed;
  color: #999;
}

.xyb_pagination .inputPage {
  width: 40px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
}

.xyb_pagination .btn-jump {
  height: 28px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  font-size: 12px;
  cursor: pointer;
  margin-left: 4px;
}

.xyb_pagination .page-size-select {
  width: 72px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 12px;
}

/* detail */
.news_info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news_info h1 {
  font-size: 32px;
  line-height: 42px;
  color: #000;
  word-wrap: break-word;
  margin: 0;
  font-weight: normal;
}

.time_author {
  display: block;
  font-size: 16px;
  color: #999;
  padding: 30px 0 20px;
  line-height: 22px;
  border-bottom: #DBDBDB 1px solid;
}

.time_author .time {
  padding-left: 50px;
  display: inline-block;
}

.news_detail {
  padding: 40px 0 0;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  min-height: 400px;
}

.news_detail img {
  padding: 24px 0;
  max-width: 100%;
}

.detail_tip {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0;
  word-wrap: break-word;
}

.research-loading,
.research-error {
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 80px 0;
}

@media (max-width: 768px) {
  .research-list ul li a {
    height: auto;
  }

  .research-list .news_img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }

  .research-list .news_img img {
    width: 100%;
    height: auto;
  }

  .research-list .news_img_r {
    float: none;
    margin-left: 0;
  }

  .research-list .news_img_r_info {
    margin-left: 0;
    height: auto;
    padding-bottom: 8px;
  }

  .research-list .news_tip_text {
    position: static;
    margin-top: 8px;
  }
}
