@charset "utf-8";
.pos{
    width: 1200px;
    padding-left:30px;
    background: url(../images/pos.jpg) no-repeat left center;
    font-size: 14px;
    color: #333;
    margin: 23px auto;
}

.pos a{
    color: #333;
}

.p2{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 40px;
    border: 1px solid #E9EDF5
}


.newList2{
    list-style: none;
}

.newList2 li {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    padding-left: 27px;
    overflow: hidden;
    background:url("../images/dot1.jpg") no-repeat left center;
}

.newList2 li a{
    max-width: 950px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date{
    float: right;
}

.fanye{
    width: 1140px;
    margin: 10px auto;
    padding-top: 27px;
    text-align: center;
}

.fanye a{
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    background-color: #F7F6F3;
    border: 1px solid #DDDAD2;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}

.fanye a.current{
    border: none;
    background-color: #3758AE;
    color: #fff;
}