/* 公用开始 */
.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_xxgk{
    width: 100%;
    height: auto;
  
    margin: 5% auto;
}
.nr_xxgk a{
    display: flex;
    justify-content:space-between;
   flex-wrap: wrap;
}
.nr_xxgk div {
    width: 80%;
    font-size: 1vw;
    color: #000;
}
.nr_xxgk div p{
    width: 100%;  
    line-height: 2vw; 
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.nr_xxgk>a>p {
    font-size: 1vw;
    color: #a2a2a2;
    margin-top:3vw;
}
@media(max-width:768px){
    .nr_xxgk a {
  
    flex-direction: column;
}
.nr_xxgk div {
    width: 100%;
  
}
.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_xxgk div{
    font-size: 3.5vw!important;
    
}
.nr_xxgk div p {
font-size: 4vw!important;
line-height: 7vw!important ;
   
}
}