﻿.pall {
    width: 1194px;
    float: left;
    overflow: hidden;
    margin-left: 3px;
}
/*---------- index ---------*/
.bignews {
    width: 460px;
    height: 370px;
    float: left;
    overflow: hidden;
}

    .bignews a {
        color: #555;
    }

    .bignews .onenews {
        margin: 0 3px 0 3px;
        padding: 6px;
        border-bottom: 1px dashed #EBEBEB;
    }

        .bignews .onenews h2 {
            text-align: center;
            display: block;
            height: 32px;
            line-height: 28px;
            overflow: hidden;
        }

            .bignews .onenews h2 a {
                font-size: 16px;
            }

        .bignews .onenews p {
            line-height: 19px;
            color: #666;
            text-indent: 2em;
        }
 .picnews
{
    width: 867px;
    float: left;
    overflow: hidden;
    margin-top: 2px;
}
/*---------- 内容 ---------*/
.listbox {
    width: 870px;
    overflow: hidden;
    float: left;
    overflow: hidden;
}

    .listbox dl {
        width: 430px;
        float: left;
    }

    .listbox dl:nth-child(2) {
        margin-left:3px;
    }

    .listbox ul a {
        color: #666;
    }
