.news-wrap {
    margin: 0 auto;
    padding-bottom: .9rem;
}

.news-list {
    margin-bottom: .6rem;
}

.news-item {
    padding: .66rem 0;
    border-bottom: 0.01rem solid #eee;
    display: flex;
    align-items: center;
}

.news-img {
    flex-shrink: 0;
    width: 3.42rem;
    height: 2.28rem;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-des {
    flex: 1;
    margin-left: .55rem;
}

.news-text {
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.news-time {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0.2rem 0;
}

.news-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
}

.news-icon {
    width: .4rem;
    height: .4rem;
    border: 0.01rem solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
}

.news-icon img {
    width: .22rem;
}

.news-icon2 {
    display: none;
}

.news-item:hover .news-text {
    color: #168E3E;
}

.news-item:hover .news-icon {
    background: #168E3E;
    border-color: #168E3E;
}

.news-item:hover .news-icon1 {
    display: none;
}

.news-item:hover .news-icon2 {
    display: block;
}

/* 详情 */
.newsDetails {
    margin-top: .3rem;
}

.newsDetails-title {
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.newsDetails-time {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: .15rem;
    text-align: center;
}

.newsDetails-content {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.32rem;
    margin: 0.35rem 0;
}

.newsDetails-content img {
    margin: 0 auto;
}

.newsDetails-page-box {
    border-top: 0.01rem solid #DCDCDC;
    padding-top: .1rem;
}

.newsDetails-page {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: .2rem;
}

.newsDetails-page:hover {
    color: #168E3E;
}

/* 行业规范 */
.trade-item {
    padding: .66rem 0;
    border-bottom: 0.01rem solid #eee;
    display: flex;
    align-items: center;
}

.trade-img {
    flex-shrink: 0;
    width: 3.42rem;
    height: 2.28rem;
}

.trade-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trade-date {
    flex-shrink: 0;
    padding-right: .2rem;
    margin-right: .2rem;
    border-right: 0.01rem solid #168E3E;
    text-align: center;
}

.trade-year {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.trade-time {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

/*  */
.trade-des {
    flex: 1;
    margin-right: .55rem;
}

.trade-text {
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}


.trade-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    margin-top: .23rem;
}

.trade-icon {
    width: .4rem;
    height: .4rem;
    border: 0.01rem solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: .25rem;
}

.trade-icon img {
    width: .22rem;
}

.trade-icon2 {
    display: none;
}

.trade-item:hover .trade-text {
    color: #168E3E;
}

.trade-item:hover .trade-icon {
    background: #168E3E;
    border-color: #168E3E;
}

.trade-item:hover .trade-icon1 {
    display: none;
}

.trade-item:hover .trade-icon2 {
    display: block;
}

/* 项目成果 */
.project-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .25rem;
}

.project-item {
    width: 4rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.08rem 0.01rem rgba(0, 0, 0, 0.16);
    margin-right: .3rem;
    margin-bottom: .3rem;
}

.project-item:nth-child(3n) {
    margin-right: 0;
}

.project-img {
    width: 100%;
    height: 2.6rem;
    padding: .1rem;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-text {
    height: 0.64rem;
    border-top: 0.01rem solid #EEEEEE;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.63rem;
    text-align: center;
    padding: 0 .15rem;
}

.project-item:hover {
    background: #168E3E;
}

.project-item:hover .project-text {
    border-color: #168E3E;
    color: #fff;
}
