.row {
    width: 100%;
}

.right-nr-li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 11px;
}
.right-nr-li a p{
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.right-nr-li a::after{
    content: "";
    width: 6px;
    height: 8px;
    background: #FF7F4D;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    display: block;
    background: url("../../images/dian.png") no-repeat;
}
.right-nr-li a:hover {
    color: #A8070F;
}

.right-nr-ul {
    padding: 22px 48px;
}

.details-nr {
    width: 100%;
    min-height: 556px;
    background: #FFFFFF;
}

.details-nr-top {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 19px;
    border-bottom: 2px solid #F4F4F4;
    margin-bottom: 17px;
}

.details-nr-title {
    text-align: center;
    font-size: 20px;
    color: #A8070F;
    /* margin-bottom: 7px; */
}

.details-nr-des {
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-nr-des p {
    font-size: 16px;
    color: #666666;
    margin-right: 63px;
}

.details-nr-des p:last-of-type {
    margin-right: 0;
}

.details-nr {
    padding: 0 86px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding-bottom: 20px;
}


/*会员风采  */

.vip_content {
    width: 1200px;
    margin: 0 auto;
}

.vip_tab {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.vip_li {
    margin-left: 53px;
}

.vip_li a {
    font-size: 26px;
    color: #666666;
}

.vip_li a:hover {
    color: #A8070F;
}

.vip_li.active a {
    color: #A8070F;
}

.vip_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.vip_list_li {
    width: 380px;
    margin-bottom: 29px;
    margin-right: 30px;
}

.vip_list_li:hover img {
    transform: scale(1.1);
}

.vip_list_li:hover a {
    color: #A8070F;
}

.vip_list_li:nth-child(3n) {
    margin-right: 0;
}

.vip_list_li_img {
    width: 100%;
    height: 355px;
    overflow: hidden;
}

.vip_list_li_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.vip_list_li_text {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #FFFFFF;
}

.vip_list_li_text a {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #333333;
}


/* 刊物 */

.kanwu_ul {
    padding: 21px 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kanwu_li {
    display: flex;
    align-items: center;
    height: 175px;
    /*margin-right: 48px;*/
    margin-bottom: 30px;
}


.kanwu_li_img {
    width: 130px;
    height: 175px;
    margin-right: 46px;
}

.kanwu_li_img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.kanwu_li_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 21px;
    padding-bottom: 9px;
}

.kanwu_time_title p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 13px;
}

.kanwu_time_title span {
    color: #666666;
    font-size: 14px;
}

.kanwu_yl {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.kanwu_yl img {
    width: 17px;
    height: 18px;
    margin-right: 7px;
}


/* @media (min-width: 1920px) { */

.right-nr {
    width: 81%;
    height: auto;
    min-height: 556px;
    background: #FFFFFF;
}

.right-nr-title {
    font-size: 20px;
    color: #A8070F;
    height: 62px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    border-bottom: 2px solid #F9F9F9;
}

.right-nr-content {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding: 30px 32px;
}
.right-nr-content img{
    display: block;
    margin: 0 auto;
}

/* } */



.leader-boss-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leader-boss-box-duo {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin-top: 41px;
}

.leader-box-img {
    width: 190px;
    height: 250px;
    background: #333333;
}

.leader-boss-box-duo .leader-box-li .leader-box-img {
    width: 110px;
    height: 140px;
}

.leader-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-box-li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.leader-boss-box-duo .leader-box-li:nth-child(7n){
    margin-right: 0;
}
.zhiwei-name {
    width: 100%;
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 20px 0;
}

.leader-box-li span {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    margin-top: 10px;
}

.leader-boss-box-duo .leader-box-li {
    margin-right: 64px;
    margin-bottom: 10px;
}



.leader:last-of-type {
    margin-top: 85px;
}
@media screen and (max-width: 768px){
    .details-nr{
        padding: 0 10px;
    }
    .details-nr-des{
        flex-wrap: wrap;
    }
    .details-nr-des p{
        margin-right: 25px;
    }
    .right-nr{
        width: 100%;
    }
    .vip_tab{
        height: 40px;
    }
    .vip_content{
        width: 100%;
        padding: 0 10px;
    }
    .vip_li a{
        font-size: 16px;
    }
    .vip_li{
        margin-left: 21px;
    }
    .vip_list_li{
        width: 48%;
        margin-right: 10px;
    }
    .vip_list_li:nth-child(2n){
        margin-right: 0;
    }
    .vip_list_li_img{
        height: 155px;
    }
    .vip_list_li_text{
        height: 40px;
    }
    .vip_list_li_text a{
        font-size: 16px;
    }
    .right-nr-ul{
        padding: 15px 10px;
    }
    .kanwu_ul{
        padding: 15px 10px;
    }
    .kanwu_li{
        margin-right: 0;
    }
    .kanwu_li_img{
        margin-right: 20px;
    }
    .right-nr-title{
        padding-left: 10px;
    }
    .leader:last-of-type {
        margin-top: 30px;
    }
    .leader-boss-box-duo .leader-box-li:nth-child(2n){
        margin-right: 0;
    }
    .leader-boss-box-duo .leader-box-li:nth-child(7n){
        margin-right: 64px;
    }
}