<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-list li{
  height: 192px;
  padding: 16px 16px 14px 0;
  margin-bottom: 80px;
  cursor: pointer;
}
.news-img{
  width: 271px;
  height: 149px;
  float: left;
}
.news-img&gt;img{
  width: 100%;
  height: 149px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.news-words{
  width: 740px;
  margin-left: 28px;
  float: left;
}
.news-words .news-title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #232323;
  letter-spacing: .54px;
  line-height: 28px;
  margin: 0;
}
.news-words .news-date{
  font-size: 14px;
  color: #c4c4c4;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: 28px;
}
.news-words .news-intr{
  font-size: 14px;
  color: gray;
  letter-spacing: 0;
  line-height: 28px;
  overflow: hidden;
  padding-right: 14px;
  height: 56px;
  position: relative;
}
.news-words .news-intr:after{
  content: "...";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 0 20px 1px 45px;
  background: url('../images/news/shengluehao.png') 0 0 no-repeat;
}
/**-----------鏂伴椈璇︽儏-------------**/
.news-detail-container{
  background: unset;
  padding:0;
}
.news-detail-left{
  width: 900px;
  background: #fff;
  padding: 25px 59px 78px;
  min-height: 727px;
}
.news-detail{
  padding-top: 42px;
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  line-height: 28px;
}
.news-detail-title{
  font-size: 30px;
  font-weight: normal;
  color: #232323;
  letter-spacing: 1px;
  line-height: 60px;
  margin-bottom: 34px;
}
.news-detail-date{
  color: #c4c4c4;
  letter-spacing: .4px;
  margin-bottom: 51px;
}
.news-detail-btn-box{
  padding-top: 57px;
  margin-top: 32px;
  text-align: right;
  border-top: 1px solid #efefef;
}
.beforeBtn,.afterBtn{
  line-height: 30px;
  padding: 0 26px;
  font-size: 14px;
  letter-spacing: .47px;
  display: inline-block;
  height: 30px;
  background: #338ffc;
  border: 0 solid #4fa4ff;
  color: #fff;
  cursor: pointer;
}
.cannotClick{
  border:1px solid#efefef;
  color:#999;
  cursor:text;
  background:#fff
}
.afterBtn{
  margin-left: 30px;
}
.news-detail-right{
  position: absolute;
  width: 280px;
  padding: 22px 23px 24px;
  right: 0;
  top: 0;
  background: #fff;
}
.right-title{
  font-size: 20px;
  color: #232323;
  letter-spacing: .67px;
  line-height: 28px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 35px;
}
.right-title:before{
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  top: 4px;
  left: 0;
  width: 4px;
  background: #208bfe;
}
.recommend-ul&gt;li{
  margin-top: 21px;
}
.img-box{
  width: 234px;
  height: 128px;
}
.img-box img{
  width:100%;
}
.recommend-ul&gt;li p{
  font-size: 14px;
  color: #232323;
  letter-spacing: .42px;
  line-height: 28px;
  margin-top: 8px;
}
.recommend-ul&gt;li span{
  font-size: 12px;
  color: #c4c4c4;
  letter-spacing: .42px;
  line-height: 28px;
}
</pre></body></html>