﻿.menu-news {
    color: #e5322d !important;
    background: #ffffff;
}

.news-title {
    width: 1200px;
    height: 60px;
    line-height: 75px;
    border-bottom: 1px solid #e5322d;
}

    .news-title span {
        position: absolute;
        font-size: 17px;
        margin-left: 32px;
    }

.news-body {
    width: 1160px;
    min-height: 300px;
    margin-top: 20px;
}

    .news-body ul {
        padding-left: 0;
        width: 1000px;
        margin-top: 50px;
    }

        .news-body ul li {
            list-style: none;
            margin-top: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .news-body ul li a {
                color: #d03e30;
            }

                .news-body ul li a:hover {
                    color: #d03e30;
                    text-decoration: underline;
                }

/*分页*/
.news-page {
    margin: 50px 0 10px 0;
    text-align: center;
}

    .news-page a {
        color: white;
        text-decoration: none;
        background: #eb4232;
        margin: 0 5px 0 5px;
        padding: 5px 9px 5px 9px;
        border-radius: 4px 4px;
        background: url(/Image/Computer/page.png);
        background-position: center;
        cursor: pointer;
    }

.page-first, .page-end {
    padding: 5px 15px 5px 15px !important;
}

.page-now {
    color: #e73e2d !important;
    border: 1px solid #e73e2d !important;
    padding: 4px 8px 4px 8px !important;
    background: white !important;
    cursor: initial !important;
}

.news-page span {
    margin: 0 5px 0 5px;
}

.news-page form {
    display: inline-block;
}

.page-txt {
    width: 50px;
    height: 26px;
    padding: 0 5px 0 5px;
    border: 1px solid #808080;
    outline: none;
}

.page-btn {
    color: white;
    text-decoration: none;
    background: #eb4232;
    margin-left: 10px;
    padding: 6px 8px 6px 8px;
    border: none;
    outline: none;
    border-radius: 4px 4px;
    background: url(/Image/Computer/page.png);
    background-position: center;
    cursor: pointer;
}
