.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;
}

.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;
}


/*会员风采  */

.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;
}

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

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

.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: 100%;
    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 68px;
    display: flex;
}

.contac-us-right {
    margin-left: 83px;
}
@media screen and (max-width: 768px){
    .right-nr-content{
        padding: 20px 10px;
        flex-direction: column;
    }
    #dituContent{
        width: 100% !important;
        height: 200px !important;
    }
    .contac-us-right{
        margin-left: 0;
        margin-top: 20px;
    }
    .right-nr-title{
        padding-left: 10px;
    }
}

/* } */