body {
    /* background: #f5f5f5; */
}

.newsDetail-box {
    padding: 20px 0 30px;
}

.newsDetail-box h2 {
    line-height: 36px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 20px 0 10px;
}

.newsDetail-box h3 {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-indent: 0;
    padding: 10px 0 10px;
}

.newsDetail-box p {
    line-height: 30px;
    color: #717171;
    margin-bottom: 10px;
}

.other-list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0 15px;
}

.other-list li {
    display: flex;
    display: -webkit-flex;
    line-height: 24px;
    color: #808080;
    padding: 0 10px;
    float: left;
}

.newsDetail-box p {
    line-height: 24px;
    color: #181717 !important;
    text-indent: 2em;
}

.newsDetail-box img {
    max-width: 100%;
    margin: 10px auto;
}

.newsDetail-box .tip-text {
    padding-top: 30px;
    margin-bottom: 0;
}

.newsDetail-box a {
    line-height: 20px;
    color: #ffb2b2;
    text-indent: 2em;
    margin-bottom: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.newsDetail-box a:hover {
    color: #ff5151;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.operation-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;
    padding: 15px 0;
}

.operation-list li {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    line-height: 36px;
    color: #333;
    padding: 0 10px;
}

.operation-list li p, .operation-list li a {
    line-height: 20px;
    color: #656565 !important;
}

.operation-list li:last-child {
    justify-content: flex-end;
}

.operation-list li p {
    width: 42px;
    text-indent: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.operation-list li a {
    max-width: calc(100% - 42px);
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.operation-list li:hover p, .operation-list li:hover a {
    color: #90c42f !important;
    transition: all 0.2s;
}

.operation-list li .btn-return {
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #90c42f;
    border-radius: 3px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    float: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.operation-list li:nth-child(2):hover .btn-return {
    color: #fff;
}

.operation-list li .btn-return:hover {
    color: #fff;
    background: #17ab91;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

table {
    border: 1px solid #515151;
    border-collapse: collapse;
}

table tr td {
    border-bottom: 1px solid #515151;
    border-right: 1px solid #515151;
    line-height: 23px;
    empty-cells: show;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .newsDetail-box h2 {
        font-size: 24px;
    }

    .operation-list {
        flex-direction: column;
    }

    .operation-list li {
        width: 100%;
    }

    .operation-list li p {
        margin-bottom: 0;
    }

    .operation-list li:last-child {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .newsDetail-box h2 {
        font-size: 20px;
    }

    .other-list li {
        line-height: 20px;
    }
}

@media (max-width: 550px) {
    .other-list {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .newsDetail-box h2 {
        line-height: 30px;
        font-size: 18px;
        padding-top: 0;
    }

    .other-list {
        padding-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .newsDetail-box h2 {
        line-height: 25px;
        font-size: 16px;
    }
}
