header {
    background: #3B70F7;
}
body {
    background: #f8f8f8;
   
}
.page1 .content {
    padding: 34px 28px;
    background: #fff;
    border-radius: 6px;
    margin: 90px auto 18px;
    color: #252933;
    font-size: 14px;
}


/*第二页*/
.page2 .content {
    align-items: flex-start;
    justify-content: space-between;
}
.page2 .left {
    background: #fff;
    border-radius: 6px 0 0 6px;
}
.page2 .left div {
    padding: 23px 55px 22px 45px;
    font-size: 16px;
    cursor: pointer;
    color: #252933;
}
.page2 .news_active {
    color: #3B70F7;
    background: #EEF3FF;
    position: relative;
}
.page2 .news_active:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    background: #3B70F7;
    left: 0;
    top: 0;
}

/*右侧边栏*/
.page2 .right {
    width: 996px;
    margin-bottom: 123px;
    min-height: 25.5vh;
}
#xiangqingbox {
    padding: 49px 48px 64px;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}
#xiangqingbox .biaoti {
    font-size: 28px;
    color: #252933;
    margin-bottom: 28px;
    text-align: center;
    padding-bottom: 28px;
    position: relative;
    
}
#xiangqingbox .biaoti:before {
    background: #DBDBE0;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
}
#xiangqingbox .xiaozhu{
    color: #888A90;
    font-size: 14px;
    margin-bottom: 69px;
    text-align: center;
}
#xiangqingbox .xiaozhu span {
    margin-left: 50px;
}
#xiangqingbox p {
    color: #51545C;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
#xiangqingbox img {
    width: 100%;
    height: auto;
    margin: 0 0  30px 0;
}
#xiangqingbox .line {
    background: #DBDBE0;
    width: 100%;
    height: 1px;
    margin: 61px 0 28px;
}
#xiangqingbox .tiaozhuan {
    color: #51545C;
    font-size: 14px;
}
#xiangqingbox .tiaozhuan .xia {
    margin-left: auto;
}
#xiangqingbox .tiaozhuan div {
    cursor: pointer;
}
#xiangqingbox .tiaozhuan div:hover {
    color: #3B70F7;
}

/*入驻页面*/
.neirong .box {
    width: 100%;
}
.neirong .box .smbox {
    background: #fff;
    padding: 30px 36px 28px 35px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 16px;
    box-shadow: 0 0 10px 5px rgba(242, 242, 242,0.8);
}
.neirong .box .smbox .name {
    color: #252933;
    font-size: 20px;
    margin-bottom: 15px;
}
.neirong .box .smbox:hover .name {
    color: #3B70F7;
} 
.neirong .box .smbox p {
    color: #51545C;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
     word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
}
.neirong .box .smbox .time_data {
    color: #888A90;
    font-size: 14px;
}
.neirong .box .yema .content {
    width: fit-content;
    margin-bottom: 0;
}