@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;
}
.left{
  width: 200px;  
  float: left;

}
.left .itm{
    width: 200px;
    height: 60px;
    font-size: 18px;
    color: #3758ae;
    background-color: #E9EDF5;
    line-height: 60px;
    text-align: center;
    margin-bottom: 1px;
}

.left .itm.current{
    color: #fff;
    background-color: #3758AE;
}

.left .itm:hover {
    background-color:#3758AE; 
    color:#fff;
}

.right{
    width: 1000px;
    border: 1px solid #E9EDF5;
    padding:0 20px;
    float:right;
}

.newList2{
    list-style: none;
}

.newList2 li {
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    padding-left: 17px;
    overflow: hidden;
    background:url("../images/dot1.jpg") no-repeat left center;
}

.newList2 li a{
    max-width: 800px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date{
    float: right;
}

.page {
    width: 100%;
    height: 41px;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
}

.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 4px 7px 4px 11px;
    margin: 0 2px;
}

.page a.current {
    color: #fff;
    background-color: #3d7dcb;
}
