.jou-top{
  margin-top: 75rem;
  border-bottom: 1rem solid #f5f5f5;
  display: flex;
  margin-bottom: 20rem;
}
.jou-top a{
  color: #333333;
}
.jou-top span{
  display: inline-block;
  width: 120rem;
  font-size: 18rem;
  height: 40rem;
  border-radius: 10rem 10rem 0 0 ;
  text-align: center;
  line-height: 40rem;
  font-weight: 600;
  margin-bottom: 20rem;

  cursor: pointer;
}
.j-active{
  /* color: #fff; */
  color: #EA4049;
}
.j-active::after{
  content: "";
  display: block;
  margin: auto;
  background: #EA4049;
  width: 60rem;
  height: 4rem;
  border-radius: 4rem;
}
.jou-list{
  height: 600rem;
  overflow: hidden;
}
.detail-right{

  margin-top: 75rem;
}
.jou-li{
  padding: 20.5rem 0;
  width: 100%;
  border-bottom: 1rem solid #f2f2f2;
  display: flex;
}
.jou-li:hover{
  background: linear-gradient(89.99deg, rgba(252, 252, 252, 0) -32.36%, #FCFCFC 45.34%, rgba(252, 252, 252, 0) 123.43%);
}
.jou-li-left img{
  width: 114rem;
  height: 114rem;
  border-radius:10rem;
}
.jou-li-left{
  margin-right: 30rem;
}
.jou-li-right{
  margin: 2rem 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    text-align: left;
    cursor: pointer;
}
.jou-li-right b{
  font-weight: 600;
font-size: 18rem;
line-height: 25rem;
color: #333333;

}
.jou-li-right:hover.jou-li-right b{
  color: red;
}
.jou-li-right:hover.jou-li-right a{
  color: #EA4049;
}
.jou-li-right a{
  color: #333;
}
.jou-li-right p{
  font-style: normal;
font-weight: 400;
font-size: 14rem;
line-height: 20rem;

color: #666666;
}
.jou-li-right div{
  margin-bottom: 0;
  color: #999;
}
.jou-li-right div img{
  vertical-align: middle;
  margin-left: 10rem;
  margin-bottom: 1rem;
}