﻿#newscate {
        width: 96%;
        padding: 15px 0px;
        background-color: #fcfcfc;
    }

        #newscate h2 {
            padding: 0px;
            margin: auto;
        }

            #newscate h2 i {
                float: left;
                width: 0;
                height: 0;
                border-top: 16px solid transparent;
                border-left: 16px solid #d60000;
                border-bottom: 16px solid transparent;
                margin-right: 10px;
            }

    .catewrap {
        padding: 10px 0px 0px 0px;
        margin: auto;
    }

        .catewrap .cateitem {
            margin: auto auto 20px auto;
            list-style: none;
            background-color: #d60000;
            color: white;
            line-height: 45px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px;
        }

            .catewrap .cateitem i {
                float: left;
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-left: 8px solid #fff;
                border-bottom: 8px solid transparent;
                margin: 14px 10px auto 10px;
            }

            .catewrap .cateitem .newswrap {
                padding: 0px;
                margin: auto;
                background-color: #fff;
            }

                .catewrap .cateitem .newswrap .newsitem {
                    margin: 3px auto auto auto;
                    list-style: none;
                    background-color: #fcfcfc;
                    line-height: 30px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 12px;
                }

                    .catewrap .cateitem .newswrap .newsitem:hover {
                        background-color: #ccc;
                    }

                    .catewrap .cateitem .newswrap .newsitem a {
                        margin-left: 10px;
                        color: #808080;
                        text-decoration: none;
                    }
