.tmp-content{
  width: 1554px;
  margin: 0 auto;
  display:flex;
  padding-top: 70px;
  flex-wrap: wrap;
}
.tmp-content-item{
  width: 730px;
  margin-right: 94px;
  margin-bottom: 46px;
}
.tmp-content-item:nth-child(odd){
  margin-right: 0px;
}
.item-top{
  height: 50px;
  text-align: center;
  margin-bottom: 38px;
}
.item-top img{
  height: 100%;
}
.item-top .name{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 50px;
}
.item-bottom{
  max-height: 468px;
}
.item-bottom-item{
  box-sizing: border-box;
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.item-bottom-item::after{
  content: '';
  width: 730px;
  height: 1px;
  background-image: linear-gradient(to right,#979797 0%,#979797 50%, transparent 0%);
  background-size: 20px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  opacity: 0.45;
}
.item-bottom-item:first-child::before{
  content: '';
  width: 730px;
  height: 1px;
  background-image: linear-gradient(to right,#979797 0%,#979797 50%, transparent 0%);
  background-size: 20px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  opacity: 0.45;
}
.item-bottom-item .round{
  width: 10px;
  height: 10px;
  border: 2px solid #C9000C;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
}
.item-bottom-item .title{
  width: calc(100% - 170px);
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-bottom-item .date{
  width: 118px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-left: 32px;
}
.item-bottom-item:hover .round{
  width: 49px;
  height: 11px;
  background: url('../../images/rightJt.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 0px;
  border: none;
}
.item-bottom-item:hover .title{
  width: calc(100% - 150px - 59px);
  color: #C9000C;
}
.seeMore{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 13px;
}
.seeMore .seeMore-text{
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  margin-right: 6px;
}
.noData{
  height: 156px;
  text-align: center;
  line-height: 156px;
  color: #999;
  font-size: 16px;
}
.tmp-content .imageList{
  width: 100%;
  height: 556px;
  margin-bottom: 68px;
  display: flex;
}
.tmp-content .imageList .left{
  width: 730px;
  height: 100%;
  margin-right: 94px;
}
.tmp-content .imageList .right{
  width: 730px;
  height: 100%;
}