.solution-main{
    padding-bottom: 3rem;
}
.container-fluid {
    width: 90%;
    max-width: 1280px;
    padding: 0;
}
.news-detail-content{
    margin:auto;
    width:90%;
}

.news-detail-title{
    padding: 80px 0 18px 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 3.875rem;
    color: #333333;
    opacity: 1;
}
.news-detail-top{
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    opacity: 0.6;
    display: flex;
    justify-content: space-between;
}

.news-detail-browse>img{
    width:32px;
}

.news-detail-share>img{
    width:32px;
}
#test_pop {
    position: absolute;
    bottom: 100px;
    bottom: 70px;
    right: -50px;
    width: 170px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
    opacity: 1;
    border-radius: 16px;
    padding-bottom: 20px;
}
#test_pop div {
    margin-top: 19px;
    white-space: nowrap;
    cursor:pointer;
}
#test_pop img {
    margin: 0px 10px 5px 32px;
    width: 24px;
    height: 24px;
}
#test_pop div span {
    display: inline-block;
    width: 72px;
    height: 18px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 27px;
    /*color: #0A82F0;*/
    opacity: 1;
}
.test_pop .piccode {
    margin: 0px auto 20px;
    width: 106px;
    height: 106px;
    background: #F2F2F2;
    opacity: 1;
    border-radius: 0px;

}
.test_pop .piccode>span {
    display: inline-block;
    width: 60px;
    height: 44px;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0px;
    color: #333333;
    opacity: 0.14;
}
#test_pop span:hover {
    color: #0A82F0;
}
#test_pop img:hover {
    color: #0A82F0;
}
.trianglebox {
    position: relative;
    width: 500px;
    margin: 100px auto;
}
.triangle {
    position: absolute;
    top: 55px;
    left: 60px;
    width: 0px;                 /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 30px solid #FFFFFF;
    /*border-top-color: transparent;*/
    border-bottom-color: transparent;    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
}


.news-detail-text{
    margin-bottom:40px;
    padding: 48px 0;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    opacity: 1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
}
.news-detail-text img{
    /* width: auto; */
    max-width: 848px;
}

.news-detail-text>div{
    margin-bottom: 20px;
    line-height: 2;
}
.news-detail-share{
    cursor: pointer;
}