/* 新闻详情内容 */
.newsdetail-box {
    margin: 0 auto;
    margin-top: 0.6rem;
    display: flex;
    align-items: flex-start;
}

.ndl-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.24rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid #D8D8D8;
}

.ndl-two {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
}

.nd-left {
    width: 9.9rem;
}

.ndl-fl,
.ndl-titme {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.18rem;
}

.ndl-titme {
    margin-left: 0.3rem;
}

.ndl-text {
    text-indent: 2em;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
}

.ndl-img img {
    margin-top: 0.3rem;
    width: 100%;
    height: 5.58rem;
    object-fit: cover;
}

.nd-rig {
    margin-left: 0.7rem;
    width: 4.6rem;
    height: auto;
    background: #FFFFFF;
    border: 0.01rem solid #D8D8D8;
    padding: 0.4rem 0.48rem 0.47rem 0.47rem;
}

.ndr-title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid #D8D8D8;
}

.ndr-con {
    margin-top: 0.1rem;
}

.ndr-k {
    margin-top: 0.3rem;
    width: 3.65rem;
    height: 3.35rem;
    cursor: pointer;
    padding: 0.1rem 0.1rem 0.23rem 0.1rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.18rem;
    text-align: center;
    background: #F2F2F2;
}

.pbk-img {
    width: 100%;
    height: 2.6rem;
    object-fit: cover;
    margin-bottom: 0.22rem;
}

.ndr-k:hover {
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
    font-weight: bold;
    color: #FFFFFF;
}

/* 新闻详情内容 end*/




/* 新闻资讯 */
.news-bg {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.news-con {
    margin: 0 auto;
    margin-top: 0.26rem;
}
.nk-left img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.news-k:hover .nk-left img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
.news-k {
    cursor: pointer;
    padding: 0.21rem 0.95rem 0.21rem 0.3rem;
    width: 100%;
    height: 2.72rem;
    margin-top: 0.4rem;
    background: #F2F2F2;
    display: flex;
    align-items: center;
}

.nk-left img {
    width: 3.6rem;
    height: 2.3rem;
    object-fit: cover;
}

.nk-rig {
    margin-left: 0.7rem;
    display: flex;
    align-items: center;
}

.nkr-left {
    width: 6.98rem;
    margin-right: 1.51rem;
}

.nkrl-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    line-height: 0.24rem;
}

.nkrl-p {
    margin-top: 0.3rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
}

.nkrr-day {
    font-size: 0.4rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    line-height: 0.48rem;
    text-align: center;
}

.nkrr-year {
    margin-top: 0.14rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    line-height: 0.2rem;
}

.news-k:hover {
    transition: .3s;
    background: #FFFFFF;
    box-shadow: -0.04rem -0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1), 0.04rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}
.news-k:hover .nkrl-title{
    transition: .3s;
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.news-k:hover .nkrr-day{
    transition: .3s;
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
    -webkit-background-clip: text;
    color: transparent;
}
/* 新闻资讯 end*/