.index-title{
   font-size:0.24rem ;
   color: #836448;
   font-weight: 500;
   border-bottom: 0.021rem solid #75A78E;
   display: inline;
   margin-top: 0;
}

.news-box{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFEBE3;
}
.news-box .news-text{
    width: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin:  0.833rem 0;
}

.news-box .news-text .newlist{
    width: 100%;
   display: flex;
   flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.228rem;
    flex-direction: row;
}
.news-box .news-text .newlist .left{
    width: 3.125rem;

}
.news-box .news-text .newlist .right {
    padding: 0.354rem 0.365rem 0.354rem 0.208rem;
    width: 3.333rem;
    height: 2.5rem;
    background: #F7F5F1;
    margin-left: -0.417rem;
    position: relative;
}


.news-box .news-text .newlist .right h2{
    font-size: 0.125rem;
    color: #525251;
}
.news-box .news-text .newlist .right .desc{
    font-size: 0.083rem;
    color: #525251;
}

.news-box .news-text .newlist .right .bottom{
    font-size: 0.083rem;
    color: rgba(82, 82, 81, 0.6);
    position: absolute;
    bottom: 0.2604rem;
}
.news-box .news-text .newlist .right .bottom p{
    margin-bottom: 0.0521rem;
}
.news-box .news-text .newlist .right .bottom a{
    font-size: 0.083rem;
    color: rgba(82, 82, 81, 0.6);
    text-decoration:none;
}

.news-box .news-text .newlist .right .bottom img{
        width: 0.0417rem;
    height: 100%;
    margin-left: 0.0521rem;
}


.news-box .news-text .newlist .right1{
   margin-left: 0;
   margin-right: -0.417rem;
}



.news-details-box{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFEBE3;
}
.news-details-box .news-details-text{
    width: 6.25rem;
    display: flex;
/*    align-items: center;*/
    justify-content: space-between;
    flex-direction: column;
    margin:  0.5208rem 0 0.833rem 0;
}

.news-details-box .news-details-text .tabheader{
   font-size: 0.07292rem;
   display: flex;
   color: #3D3D3D;
}

.news-details-box .news-details-text .tabheader a {
   margin: 0 0.0417rem;
   text-decoration: none;
   color: #3D3D3D;
}
.news-details-box .news-details-text .detail{
   display: flex;
   align-items: center;
   flex-direction: column;
}
.news-details-box .news-details-text .detail .title{
   font-size: 0.15625rem;
   color: #3D3D3D;
   font-weight: 500;
}
.news-details-box .news-details-text .detail .time{
   color: #525251;
   font-size: 0.083rem;
   margin-top: 0.14583rem;
   margin-bottom: 0.78125rem;
}
.news-details-box .news-details-text .detail .content{
   font-size: 0.083rem;

}
.news-details-box .news-details-text .detail .content img{
 max-width: 100% !important;
}



@media (max-width: 600px) {
   .news-box .news-text {
    width: 100%;
   }
   
   .news-box .news-text .newlist .left{
       width: 170px;
   }
   
   .news-box .news-text .newlist .right {
    padding: 0.354rem 20px 0.354rem 0.208rem;
   }
   
   .news-details-box .news-details-text {
    width: 100%;
    padding: 20px;
   }
   
   .news-details-box .news-details-text .detail .content ,.news-details-box .news-details-text .detail .content p,.news-details-box .news-details-text .detail .content span,.news-details-box .news-details-text .detail .content div {
    
    max-width: calc(100vw - 40px) !important;;
}
.news-details-box .news-details-text .detail .content img {
    max-width: calc(100vw - 40px) !important;
}
}