@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
#ipzixun_box{
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    background: #f3f3f3;
    padding: 40px 0;
}
.ipzixun_banxin{
    width: 940px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding:0 25px 30px;
}
.ipzixun_banxin .ipcitiao{
    display: block;
    width: 940px;
    height: 70px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 30px;
    position: relative;
    border-bottom: 2px solid #f3f3f3;
}
.ipzixun_banxin .ipcitiao:hover{color: #a80000;}
.ipzixun_banxin .ipcitiao .time{
    display: block;
    font-size: 10px;
    font-weight: normal;
    padding-top: 5px;
}
.ipzixun_banxin .ipcitiao .sanjiao{
    display: block;
    position: absolute;
    top: 40px;
    right: 70px;
}







