.qyjj_nr {
    /* width: 100%; */
    height: auto;
}
.qyjj {
    height: auto;
    margin-top: 5%;
   border-bottom: 2px solid #A2A2A2;
}
.qyjj p {
    font-size: 1.5vw;
    color: #A2A2A2;
}
.qyjj_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 2% 0;
   
}
.qyjj_title_l {
    width: 40%;
    height: 2vw;
    /* background: red; */
    font-size: 1.5vw;
    text-align: left;
    line-height: 2vw;
    border-left: 3px solid #DE0A09;
    padding-left: 1vw;
}
.qyjj_title_r {
    width: 55%;
    height: 2vw;
    /* background: pink; */
    font-size: 1.2vw;
    text-align: right;
    line-height: 2vw;
    color: #A2A2A2;
}
.nr {
    width: 100%;
    height: auto;
    margin: 2% 0;
}
.nr p {
    text-indent:2em;
    font-size: 1vw;
    line-height: 2;
    color: #1F1F1F;
}
@media(max-width:768px){
    .qyjj p {
    font-size: 5vw!important;
}
.qyjj_title_l {
  
    font-size: 4.5vw!important;
}
.qyjj_title_r {
   
    font-size: 3.5vw!important;
}
.qyjj_title {
    margin: 4% 0!important;
}
.nr p{
    font-size: 4vw!important;
}
}