/**!
 * 静安government-外文版--notice
 * author: huangcong
 * date:2020-08-20
 */


.en-main {
    width: 80%;
    margin: 0 auto;
}

.main {
    background: #fff;
    padding-bottom: 30px;
}


.list-item {
    height: 52px;
    line-height: 51px;
    font-size: 14px;
    vertical-align: top;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 46px;
}

.list-time {
    float: right;
    color: #999;
}

.list-infor {
    margin-right: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0072bc;
    font-weight: bold;
}

.list-infor a {
    padding-left: 10px;
    background: url('../images/dian.jpg') left center no-repeat;
    color: #0072bc;
}

/* pad */
@media(max-width:999px){
    .list-infor{
        margin-right: 100px;
    }

    .en-main{
        width: 760px;
    }
}

/* phone */

@media(max-width:767px){
    .en-main{
        width: 100%;
    }

    .list-item{
        margin: 0 5px;
    }
}