.headline {
    font-size: 24px;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: bold;
}
.headline span {

    position: relative;
    display: inline-block;
    height: 56px;
    overflow: hidden;

}

.headline span::after {

    content: "";
    width: 120px;
    height: 2px;
    background: #fe121c;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -61px;

}

.container .triangle-item .item-r {
    width: 50%;
    text-align: center;
}
.container .triangle-item .item-r img {
    max-width: 100%;
}
.container .triangle-item .item-l {
    width: 50%;
}
.container .triangle-item .item-l p {
    line-height: 28px;
    color: #666666;
}
@media (max-width: 1024px){

    .container {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 991px){
    .headline span {
        height: 50px;
    }
}
@media (max-width: 768px){
    .container .triangle-item {
        margin-bottom: 50px;
    }
}

@media (max-width: 567px){
    .headline {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 40px;
        height: 40px;
    }
    .headline span {
         height: 40px;
     }

}
@media (max-width: 414px) {

    .container .triangle-item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container .triangle-item .item-l {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 1px;
    }

    .value-triangle-wrapper .triangle-item:nth-child(2n) .item-r {
        padding-right: 0px;
    }

    .container .triangle-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container .triangle-item .item-r {
        width: 100%;
        padding: 0 0;
    }

    .container .triangle-item .item-l p {
        line-height: 24px;

    }
}
.container .triangle-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}


/*大图展示*/
.aboutbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-flex;
    /*padding: 20px 40px 40px;*/
}
.news-detail-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
}
.news-detail-wrapper .newsdetail-left {
    width: 100%;
    float: left;
}
.news-detail-wrapper .newsdetail-left .content p {
    margin-bottom: 1px;
}



