.jou-detail{
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.jou-detail-auto{
  width: 1200rem;
  margin: auto;
}
.jou-detail-auto h2{
  text-align: center;
  font-weight: 600;
font-size: 24rem;
line-height: 34rem;
margin-top: 60rem;
margin-bottom: 8rem;
color: #000000;
}
.jou-ex-title{
  text-align: center;
  font-weight: 400;
font-size: 14rem;
line-height: 20rem;
/* identical to box height */


color: #999999;
text-align: center;
}
.jou-ex-title img{
  width: 20rem ;
  height: 20rem;
  margin-left: 30rem;
  vertical-align: middle;
}
.jou-image{
  width: 1200rem;
  margin-top: 30rem;
}
.jou-detail-auto p{
font-weight: 400;
font-size: 16rem;
line-height: 22rem;
color: #333333;
}
.jou-auto-page{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 28rem 0;
  border-top: 1rem solid #F2F2F2;
  font-style: normal;
  font-size: 14rem;
  line-height: 20rem;
  color:#EA4049;

}
.jou-page-pre > .pre_next{
  color:#EA4049 !important;
}
.jou-page-next > .pre_next{
  color:#EA4049 !important;
}
.hot-title{
  display: flex;
  margin: auto 0;
  margin-top: 60rem;
  margin-bottom: 25rem;
}
.hot-null{
  width: 3rem;
height: 17rem;
 background: linear-gradient(180deg, #EA4049 0%, #E10727 100%);;
margin-top: 3rem;
}
.hot-text{
  font-weight: 600;
font-size: 18rem;
line-height: 25rem;
color: #EA4049;
margin-left:20rem;
}
.hot-list{
  display: flex;
  width: 100%;
  margin-bottom: 80rem;
}
.hot-item{
  width: 280rem;
  height: 178rem;
  border-radius: 10rem;
  margin-right: 26rem;
  cursor: pointer;
  position: relative;
}
.hot-item:hover{
  filter: drop-shadow(0rem 3rem 8rem rgba(0, 0, 0, 0.1));
  
}
.hot-item:nth-child(4){
  margin-right: 0;
}
.hot-item img{
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
.hot-item div{
  width: 280rem;
  height: 40rem;
  border-radius: 0 0 10rem 10rem;
  background: rgba(51, 51, 51, 0.6);;
  line-height: 40rem;
  color: #fff;
  font-size: 16rem;
  padding: 0 10rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}