
/* 公用开始 */
.qyjj_nr {
    /* width: 100%; */
    height: auto!important;
}
.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_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3% auto;
    padding: 1.2vw 0;
}
.nr_rq {
    width: 10%;
    border-right: 1px dashed #A2A2A2;
}
.nr_rq p:nth-child(1) {
    font-size: 2vw;
    text-align: center;
    line-height: 2;
}
.nr_rq p:nth-child(2) {
    font-size: 1.5vw;
    text-align: center;
}
.nr_xx {
    width: 60%;
    padding: 1%;
}
.nr_xx p:nth-child(1) {
    font-size: 1.2vw;
    color: #000;
    font-weight: 700;
    margin-bottom: 2%;
   
}
.nr_xx p:nth-child(2) {
    font-size: 1vw;
    color: #A2A2A2;
    margin-bottom: 2%;
   
}
.nr_tp {
    width: 20%;
    /* padding: 1vw 0; */
  
}
.nr_tp img {
    width: 100%;
    height: 100%;
    border-radius: 1vw;
   
}
a:hover .nr_list {
    background: #DE0A09;
}
a:hover .nr_rq p{
    color: #fff;
}
a:hover  .nr_xx p {
    color: #fff;
}
@media(max-width:768px){
    .nr_xx p:nth-child(2) {
   
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
}




