*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:hover{
  text-decoration: none !important;
}
.flex1{
  display: flex;
  justify-content: space-between;
}
.news-right-new{
  width: 300px;
  padding: 10px;
}
.news-right-new .comTitle{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
}
.news-right-new .zxBox .comTitle .icon{
  background: url('https://news.c6nkl.com/images/2019/zxIcon.png') no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
  margin-right: 6px;
}
.news-right-new .ranking .comTitle .icon{
  background: url('https://news.c6nkl.com/images/2019/phbIcon.png') no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 22px;
  margin-right: 6px;
}
.news-right-new .comTitle .text{
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
}
.news-right-new .ranking .contentBox .controw{
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news-right-new .ranking .contentBox .controw .heade{
  position: relative;
}
.news-right-new .ranking .contentBox .controw .heade .headimg{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
}
.news-right-new .ranking .contentBox .controw .heade .zais{
  width: 13px;
  height: 13px;
  background: #DF2711;
  border-radius: 13px;
  border: 1px solid #FFFFFF;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 11px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 24px;
}
.news-right-new .ranking .contentBox .controw .expinfo{
  display: flex;
        width: 142px;
      flex-direction: column;
      height:40px;
  margin-left:10px;
}
.news-right-new .ranking .contentBox .controw .expinfo .extop{
  display: flex;
      flex-direction: row;
      align-items: center;
}
.news-right-new .ranking .contentBox .controw .expinfo .extop .expinfo-name-ot{
  font-size: 16px;
  color:#333333;
  font-weight: bold;
   white-space: nowrap;
}
.news-right-new .ranking .contentBox .controw .expinfo .extop .lslh{
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #2E7BFE;
  line-height: 14px;
  background: #F2F9FF;
  border-radius: 2px;
  padding: 1px 2px;
  margin: 3px;
  white-space: nowrap;
}
.news-right-new .ranking .contentBox .controw .expinfo .czss{
  display: flex;
      align-items: center;
}
.news-right-new .ranking .contentBox .controw .expinfo .cztitle{
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height:14px;
  margin-top: 3px;
}
.news-right-new .ranking .contentBox .controw .expinfo .czbody{
  padding: 1px 2px;
  background: #F4F4F4;
  border-radius: 2px;
  font-size: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 14px;
  margin-left: 4px;
  margin-top: 3px;
}
.news-right-new .ranking .contentBox .controw .saleplan{
  width:90px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news-right-new .ranking .contentBox .controw .saleplan .planleft{
  width: 50px;
      margin-left: 14px;
}
.news-right-new .ranking .contentBox .controw .saleplan .planleft .lhbfb{
  font-weight: 800;
      font-size: 24px;
      display: flex;
      line-height: 28px;
      font-family: LeagueGothic-Regular,LeagueGothic;
      justify-content: center;
      align-items: flex-start;
      color: #F13C1B;
}
.news-right-new .ranking .contentBox .controw .saleplan .planleft .isthat{
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #F13C1B;
  text-align: center;
}
.news-right-new .ranking .contentBox .controw .saleplan .goexp img{
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.news-right-new .zxBox{
  margin-top: 30px;
}
.news-right-new .zxBox .contentBox .item{
  width: 100%;
  padding: 15px 0 12px;
  border-bottom: 1px solid #E8E8E8;
}
.news-right-new .zxBox .contentBox .item .desc{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.news-right-new .zxBox .contentBox .item .time{
  margin-top: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}