.pageContentR{
    text-align: center
}
.pageContIn{
    display: inline-block;
    vertical-align: top;
    width: 1385px;
    text-align: left;
}
@media screen and (max-width: 1750px) {
    .pageContIn{
        width: 1200px;
    }
}
.topShowW{
    display: flex;
    align-items: center;
}
.topShowWItem{
    cursor: pointer;
    font-size: 14px;
    color: #222222;
    margin-right: 20px;
    position: relative;
}
.topShowWItem::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #FF6933; /* 高亮底线的颜色 */
    transition: width 0.3s ease;
    display: none;
}
.topShowWItem:hover::after {
    display: block;
}
.topShowWItem:hover {
    display: block;
    color: #FF6933;
}
.topShowWItem.act::after {
    display: block;
}
.topShowWItem.act {
    display: block;
    color: #FF6933;
}
.pageContInT{
    background: #FEFEFE;
    padding: 32px 0 16px 0;
}
/* nav */
.contentNavItemW{
    font-size: 0;
    line-height: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
.navItem{
    font-size: 14px;
    color: #5D5D5E;
}
.navItemResult{
    color: #222;
}
.navGap{
    font-size: 14px;
    color: #5D5D5E; 
    margin: 0 5px;
}
/* 顶部 */
.pageContInTIn{
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topSearch{
    position: relative;
}
.topSearchInput{
    width: 260px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(22,46,74,0.1);
    padding: 0 40px 0 12px;
    font-size: 14px;
    color: #222529;
}
.topSearchLogW{
    width: 44px;
    height: 36px;
    position: absolute;
    right: -1px;
    top: -1px;
    text-align: right;
    cursor: pointer;
}
.topSearchLog{
    width: 18px;
    vertical-align: middle;
    margin-right: 16px;
    margin-top: 1px;
}
.pageContInTInR{
    display: flex;
}
/* 内容区 */
.pageContInW{
    padding: 0;
}
.pItem{
    padding: 24px 8px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
}
.pItem:nth-child(1){
    padding: 16px 8px 24px 8px;
}
.pItem:hover{
    background: #FFF5F1;
}
.pItemTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pItemTitle{
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    height: 28px;
    white-space: nowrap;
    font-weight: 600;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.pItemTime{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 28px;
}
.pItemTip{
    font-size: 14px;
    color: rgba(34,34,34,0.7);
    margin-top: 6px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 48px;
    word-break: break-all;
}
.nodataW{
    text-align: center;
    padding: 120px 0;
}
.nodata{
    width: 150px;
}

