.newCenter-item {
    width: 33%;
    padding: 10px;
    cursor: pointer;
}

.newsCenter-content {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.tag {
    border: 1px solid #ccc;
    padding: 1px 3px;
    border-radius: 3px;
}

.cursorPointer {
    cursor: pointer;
}

.selectNavLi {
    background-color: #ffe28d;
 }

.pc .nav-li {
    display: flex;
    justify-content: center;
    height: 70px;
    line-height: 70px;
    flex: 1
}

.m .nav-li {
    display: flex;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    flex: 1
}


/*20211210*/
.shweb{ margin-top:30px; background:#f1f3f4; margin-bottom:30px;width: 100%;}
.subweb{border-bottom:1px solid #dbdbdb;position:relative;padding-top:20px;padding-bottom:20px;min-height:108px;padding-left: 60px;}
.shweb .subweb:last-child{ border-bottom:none;}
.subweb h2{font-size:16px;color:#b63033;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:26px;padding-right: 7px;left: 15px; line-height:1.1em;}
.webweb{ overflow:hidden;  line-height:30px;}
.webweb a{ display:block; float:left; margin-right:15px;color:#666;}
.subweb h2:after{content:"";height:90%;right:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:#b63033;width: 1px;}