/* portal_view.css */
.xy_body {
  background: #fff;
}
.xy_body #wp{
  width: 1200px !important;
}
.xy_body .ct2 {
  display: flex;
  justify-content: space-between;
}
.xy_body .ct2 .xy_lf {
  width: 46px;
}
.xy_body .ct2 .xy_ln .xy_lf_wrap {
  width: 46px;
}
.xy_body .ct2 .xy_mc {
  width: 700px !important;
}

.xy_body .ct2 .xy_rr {
  width: 331px;
}
.xy_body .ct2 .xy_rr .xy_rr_wrap {
  width: 331px;
}

/* 新闻左侧功能区 */
.xy_lf .xy_lf_wrap{
  width: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xy_lf .xy_lf_pos_wrap{
  position: fixed;
  top: 185px;
}
.xy_lf .xy_lf_praise_wrap{
  position: relative;
  padding-bottom: 30px;
}
.xy_lf .xy_lf_praise_wrap::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 1px;
  background: #DEE5EC;
}
.xy_lf .xy_lf_praise_wrap .news_praise{
  width: 46px;
  height: 46px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.xy_lf .xy_lf_pos_wrap .xy_lf_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.xy_lf .xy_lf_pos_wrap .xy_lf_label{
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.xy_lf .xy_lf_pos_wrap .zan_label_act{
  color: #3E74F8;

}
.xy_lf .xy_lf_pos_wrap .collect_label_act{
  color: #FFC740;
}
.xy_lf .xy_lf_pos_wrap .xy_lf_group{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xy_lf .xy_lf_group .xy_lf_item{
  margin-top: 30px;

}
.xy_lf .xy_lf_group .xy_lf_item:first-child{
  margin-top: 10px;

}
.xy_lf .xy_lf_group .xy_lf_item .xy_lf_item_icon{
  margin-bottom: 6px;
}

/* 新闻内容区 */
.xy_mc .news_wrap{
  width: 100%;
  margin-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECEFF9;
}
.xy_mc .news_wrap .news_title{
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 15px;
}
.xy_mc .news_wrap .news_info_wrap{
  color: #929DAE;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.xy_mc .news_wrap .news_info_wrap .news_info_item{
  display: flex;
  align-items: center;
  margin-right: 22px;
}
.xy_mc .news_wrap .news_info_wrap .news_info_item .view_icon{
  margin-right: 6px;
}
.xy_mc .news_wrap .news_content_wrap{
  margin-bottom: 20px;
}
.xy_mc .news_wrap .news_content_wrap img{
  width: 100%;
  margin-bottom: 20px;
}
.xy_mc .news_wrap .news_bottom_wrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.xy_mc .news_wrap .news_bottom_wrap .news_bottom_item:not(:last-child)::after{
  content: "|";
  margin: 0 10px;
}
.xy_mc .order_news_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.xy_mc .order_news_wrap .order_news_item{
  color: #A6AAB4;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  max-width: 324px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}


/* 新闻右侧 */
.xy_rr .xy_rr_pos_wrap{
  width: 331px;
  top: 185px;
}

.xy_rr .xy_rr_diy_wrap .area {
  padding: 0;
  box-shadow: none;
  background: transparent;
}