.position-relative {
  position: relative;
  height: inherit;
}


.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt65 {
  margin-top: 65px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mr25 {
  margin-right: 25px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}



.index-news {
  padding-top:35px;
  /* margin-bottom: 30px; */
  background-position-y: bottom;
  background-repeat: repeat-x;
}

.index-modal-title {
  font-size: 32px;
  color: #610706;
  font-weight: normal;
}

.index-modal-title img {
  width: 44px;
  height: 44px;
  margin-right: 25px;
}

.index-news-go-all {
  display: inline-block;
  width: 136px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
  background: #ba0b0b;
  font-size: 14px;
  color: #fff;
  transition: background linear 0.3s;
}

.index-news-go-all:hover {
  color: #fff;
  background: #a1080b;
}

.index-news-divider-box {
  width: 100%;
  height: 50px;
}

.index-news-tops {
  width: 100%;
  height: 310px;
  background: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15);
}

.index-news-media-box {
  width: 100%;
  height: 202px;
  position: relative;
  overflow: hidden;
}

.index-news-media-box img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  transition: transform linear 0.3s;
}

@media screen and (max-width: 767px) {
  .index-news-media-box img {
    height: 55vw;
  }
}

.index-news-tops:hover .index-news-media-box img {
  transform: scale(1.05);
}

.index-news-media-time {
  position: absolute;
  top: 15px;
  left: 20px;
  background: #e05050;
  padding: 6px 5px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.15px;
}

.index-news-media-title {
  width: 100%;
  height: 78px;
  padding: 17px 20px 0;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color linear 0.3s;
}

.index-news-tops:hover .index-news-media-title,
.index-news-item:hover .index-news-item-title {
  color: #a1080b;
}

.index-news-item {
  height: 100px;
  margin-top: 35px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 15px;
}

.index-news-item-title {
  display: block;
  width: 100%;
  height: 52px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color linear 0.3s;
}

.index-news-item-time {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.18px;
  margin-top: 10px;
}


/* .index-research-info-title:hover {
  color: rgba(200, 200, 200, 0.8);
} */

.index-research-info-content {
  width: 100%;
  max-height: 150px;
  opacity: 0.75;
  font-size: 14px;
  color: #e4c4c1;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin: 23px 0 27px;
}

.index-research-info:hover .index-research-info-title {
  color: rgba(200, 200, 200, 0.8);
}

.index-research-info:hover .index-research-info-content a {
  color: #e39d97;
}

.index-research-info-content a {
  transition: color 0.3s linear;
}

.index-results {
  height: 277px;
  background: #fff;
  padding-top: 53px;
}

.index-results-item {
  display: block;
  width: 100%;
  height: 162px;
  border-bottom: 6px solid #a1080b;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15);
  padding: 26px 20px 0;
  transition: background linear 0.3s; background:#fff;
}

.index-results-item:hover {

}

.index-results-item-time {
  display: inline-block;
  width: 66px;
  height: 66px;
  padding-top: 10px;
  background: rgba(161, 8, 11, 0.1);
  text-align: center;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 16px;
  transition: background linear 0.3s;
}

.index-results-item-time-day {
  font-size: 30px;
  color: #a1080b;
  line-height: 30px;
  transition: color linear 0.3s;
}

.index-results-item-time-month {
  font-size: 12px;
  color: #a1080b;
  line-height: 20px;
  transition: color linear 0.3s;
}

.index-results-item-title {
  display: inline-block;
  width: calc(100% - 100px);
  max-height: 110px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.2px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  vertical-align: top;
  float: right;
  transition: color linear 0.3s;
}

.index-news .index-results-item {
  margin-top: 30px;
}

.index-results-item:hover .index-results-item-time {
  background: #fff;
}

.index-results-item:hover .index-results-item-title {
  color: #A1080B;
}

<!--ºÄÊ±1764524581.3509Ãë-->