﻿.page {  width: 1190px;margin: 0 auto;}
.news_box {
    width: 100%;
    float: left;
    margin-top: 15px;
    display: inline;
}

    .news_box h1 {
        font-size: 16px;
        text-align: center;
    }

    .news_box h3 {
        width: 960px;
        float: left;
        font-family: "宋体";
        font-size: 14px;
        font-weight: bold;
        color: #484848;
        line-height: 32px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        display: inline;
    }

    .news_box p {
        padding: 10px 30px;
        padding-bottom: 0;
        text-indent: 2em;
        display: block;
        line-height: 18px;
        color: #484848;
        font-family: "宋体";
        font-size: 12px;
    }

.news_nav {
    width: 100%;
    height: 36px;
    float: left;
    background: url(/images/news_navbg.jpg) repeat-x bottom;
}

    .news_nav ul li {
        float: left;
    }

        .news_nav ul li a {
            width: 104px;
            height: 33px;
            float: left;
            padding: 0px 5px;
            margin-right: 1px;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-top: 3px solid #ccc;
            border-bottom: none;
            background: url(/images/news_nav01.jpg) repeat-x top;
            text-align: center;
            line-height: 33px;
            font-family: "宋体";
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            color: #383838;
            hide-focus: expression(this.hideFocus=true);
            outline: none;
        }

            .news_nav ul li a:hover {
                color: #383838;
                text-decoration: none;
            }

        .news_nav ul li.hover a {
            margin-right: 1px;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-top: 3px solid #c1171a;
            border-bottom: none;
            background: url(/images/news_nav02.jpg) repeat-x top;
            text-align: center;
            color: #970005;
            font-family: "宋体";
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            hide-focus: expression(this.hideFocus=true);
            outline: none;
        }

            .news_nav ul li.hover a:hover {
                color: #970005;
            }

.news_nav_box {
    width: 100%;
    float: left;
    display: inline;
    border: 1px solid #ccc;
    border-top: none;
    margin-bottom: 5px;
}

.news_top {
    width: 98%;
    float: left;
    padding: 10px 10px 0px 10px;
    border-bottom: 1px solid #ccc;
}

.news_top1 {
    width: 98%;
    float: left;
    padding: 0px 10px 10px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

    .news_top h1, .news_top1 h1 {
        float: left;
        color: #484848;
        line-height: 16px;
        padding-top: 12px;
        font-size: 14px;
    }

        .news_top h1 em, .news_top1 h1 em {
            font-weight: normal;
            font-style: normal;
            font-size: 14px;
            font-family: Arial;
        }

.news_fany {
    float: right;
}

.news_nav_box ul {
    width: 98%;
    float: left;
    padding: 15px 10px;
}

    .news_nav_box ul li {
        float: left;
        padding: 6px 0;
        font-size: 14px;
        width: 100%;
    }

        .news_nav_box ul li a {
            color: #333;
            display: block;
            float: left;
            text-decoration: none;
            padding: 0 3px 0 7px;
            text-decoration: none;
        }

            .news_nav_box ul li a:hover {
                color: #970005;
                text-decoration: underline;
            }

        .news_nav_box ul li em {
            background: none repeat scroll 0 0 #FFFFFF;
            float: right;
            color: #333;
            font-style: normal;
            margin-left: 5px;
            padding: 0px 5px;
            font-size: 12px;
        }

.crumb {
    padding: 5px;
    font-size: 14px;
}

    .crumb.em {
        color: #7E7E7E;
    }

    .crumb.a {
        color: #B50016;
        font-size: 14px;
    }
