.news {
    padding: 0.6rem 1.6rem 1rem 1.6rem;
    font-family: Poppins, Poppins;
}

.news .news-tit {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.39rem;
    margin-bottom: 0.5rem;
}

.news .news-con {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.8rem;
    box-sizing: border-box;
    background: #F3F3F3;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.news .news-con .news-left {
    width: 3.2rem;
    height: 2rem;
    box-sizing: border-box;
    margin-left: 0.4rem;
}

.news .news-con .news-left img {
    width: 100%;
    height: 100%;
}

.news .news-con .news-center {
    width: 9.96rem;
    height: 100%;
    margin-left: 0.4rem;
    padding-top: 0.6rem;
    box-sizing: border-box;
}

.news-center .con-tit {
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
}

.news-center .con-text {
    width: 9.2rem;
    font-size: 0.16rem;
    color: #CCCCCC;
    line-height: 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: 0.57rem;
}

.news-center .con-btn {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.news-center .con-btn P {
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    margin-right: 0.1rem;
}

.news-center .con-btn img {
    width: 0.2rem;
    height: 0.1rem;
}

.news .news-con .news-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 2.05rem;
    height: 1.28rem;
    box-sizing: border-box;
    border-left: 0.01rem solid #CCCCCC;
    color: #707070;
    padding-left: 0.6rem;
}

.news .news-con .news-right p:nth-child(1) {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
}

.news .news-con .news-right p:nth-child(2) {
    font-size: 0.16rem;
}




.news-href {
    padding: 0.8rem 1.6rem 1rem;
    font-family: Poppins, Poppins;
    background: #F2F2F2;
}

.news-href p{
    font-family: Poppins, Poppins;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
}

.news-href .h-title {
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.24rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.news-href .text {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.4rem;
}

.news-href .h-img {
    width: 100%;
    height: 5.8rem;
    text-align: center;
    margin: 0.3rem 0;
}

.news-href .h-img img {
    width: 9rem;
    height: 5.8rem;
}

.news-href .small {
    display: flex;
    justify-content: space-between;
    font-size: 0.16rem;
    color: #ADAFB0;
    text-align: left;
    border-top: 0.01rem solid #C8C8C8;
    padding-top: 0.25rem;
    margin-bottom: 0.45rem;
}

.news-href .small a:link,
.news-href .small a:visited {
    color: #ADAFB0;
}


.news-href .h-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    width: 1.75rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    cursor: pointer;
    background: #191919;
    color: #FFFFFF;
}