.news_details .details_title {
    padding-top: 26px;
    padding-bottom: 16px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.news_details .details_title>span {
    font-size: 28px;
    line-height: 45px;
    color: #2d57d0;
}

.news_details .details_title p {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

.news_details .details_title p span {
    margin: 0 30px;
}

.details_content .content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 28px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.details_content .content p {
    width: 100%;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.details_content .content img {
    width: 1000px;
    /*height: 380px;*/
    margin: 20px auto;
}

.details_content .cut {
    padding: 25px 15px;
    height: 120px;
    justify-content: space-between;
}

.details_content .cut .right,
.details_content .cut .left {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.details_content .cut .right a:hover,
.details_content .cut .left a:hover {
    color: #2d57d0;
}