.details{
    width: 19.2rem;
    height: 10.8rem;
    margin: 0 auto;
    position: relative;
    background: url(../image/news.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 1.3rem;
    text-align: center;
    font-size: 0;
}
.details-title2{
    height: 1.11rem;
}
.details-nav{
    width: 12.3rem;
    height: 0.19rem;
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #812e1b;
    margin: 0 auto;
    text-align: left;
    margin-top: -0.2rem;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .details-nav a{
    font-size: 0.19rem;
    color: #812e1b;
  }
.details_nav{
    width: 11rem;
    margin: 0 auto;
    height: 0.17rem;
    font-size: 0.16rem;
    display: flex;;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
}
.blackbox{
    width: 0.34rem;
    cursor: pointer;
    position: absolute;
    left: -0.45rem;
    top: -0.08rem;
}
.details_nav a{
    color: #000000;
}
.details_nav a:hover{
    color: #b33030;
}
.details_tit{
    font-size: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
	letter-spacing: 0px;
	color: #812e1b;
    text-align: center;
    margin: 0.8rem 0 0.4rem;
}

.details_box_box{
    width: 11rem;
    height: 5rem;
    /* height: 2900px; */
    overflow: auto;
    font-size: 0.18rem;
    margin: 0 auto;
    color: #812e1b;
    text-align: left;
}
.details_box_box img{
    max-width: 100%;
}
