*{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-family: "微软雅黑",serif;
}

body{
    width: 100%;
    min-width: 1200px;
}

a{
    color: inherit;
    text-decoration: none;
}

.hide{
    display: none;
}

.vCon{
    width: 1200px;
    margin: 28px auto 0;
    border: solid 1px #d2d2d2;
    padding-bottom: 40px;
}

.vNewList{
    width: 1132px;
    margin: 6px auto 0;
    padding: 0 5px;
    list-style: none;
    overflow: hidden;
}

.vNewList li{
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 18px;
    background: url("../images/dot.jpg") no-repeat left center;
}


.vNewList li .vTil{
    width: 90%;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.vNewList li .vTil a{
    color: #333333;
}

.vNewList .time{
    font-size: 18px;
    color: #999999;
    float: right;
}

.line{
    width: 1107px;
    height: 1px;
    background-color: #d2d2d2;
    margin: 50px auto 39px;
}

.page{
    overflow: hidden;
    text-align: center;
}

.page a{
    height: 34px;
    line-height: 34px;
    color: #666666;
    background-color: #f1f1f1;
    padding: 0 14px;
    margin: 0 3px;
    display: inline-block;
    _display: block;
    _display:inline;
    text-align: center;
}

.page a.current{
    color: #ffffff;
    background-color: #DB0000;
}