.fy .header {
  background: url('../../img/skin/fy/banner1.jpg') no-repeat center;
  background-size: cover;
  height: 170px;
}
.fy .heading {
  height: 100%;
  padding: 51px 0 0 17px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.fy .share-title {
  text-align: left;
  margin: 16px 0 10px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
}
.fy .heading .share-time {
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  margin: 0;
  height: 46px;
  font-size: 12px;
}
.fy .share-page-view-num {
  color: #f05018;
  margin-left: 6px;
  font-weight: 700;
}
.fy #analysisModular >div .content-box .content-title {
  padding: 16px 0 10px 4px;
  /* border-bottom: 1px solid #dcdcdc; */
}
.fy #analysisModular >div .content-box .content-title .echarts3-title {
  background: url(../../img/san.png) left center no-repeat / 5px;
  border: none;
  color: #2F3033 !important;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}
.fy #analysisModular>div {
  margin-bottom: 5px;
}

.fy#list #analysisDetail #analysisModular .emotion_destribute .emotionCountBox {
  color: #515151;
}
.fy#list #analysisDetail #analysisModular .emotion_destribute .emotionCountBox >span {
  color: #f74c4c;
  font-weight: 600;
}
.fy#list .marke-red {
  color: inherit;
}
.fy#list .mainInfoList {
  padding: 10px !important;
  /* border-bottom: 1px dashed #ccc; */
}
.fy#list .mainInfoList .mainInfo >div:nth-child(2) {
  display: block !important;
}
.fy#list .mainInfoList .mainInfo .infoTitle {
  color: #000 !important;
  font-size: 18px;
}
.fy#list .mainInfoList .mainInfo .textContantBox {
  margin: 5px 0 !important;
}
.fy#list .mainInfoList .mainInfo .textContantBox.textContantBoxTop {
  display: none;
}
.fy#list .mainInfoList .mainInfo .textContantBox.textContantBoxBottom {
  color: #616161 !important;
  font-size: 18px;
}
.fy#list .mainInfoList .mainInfo .bottomBar {
  color: #9f9f9f !important;
}
.fy#list .mainInfoList .mainInfo .bottomBar >.pull-left {
  margin-right: 10px;
}
.fy#list .mainInfoList .mainInfo .bottomBar .dataSource i.fa{
  color: #9f9f9f !important;
}
.fy#list .top_ten_rankings .topTenListBox ul li .leftBox > span:nth-child(2) a {
  /* color: #616161 !important; */
}
.fy#list .top_ten_rankings .topTenListBox ul li.minWidthStyle .rightBox {
  color: #9f9f9f !important;
}
