/*nav-wz.css*/
body {
    background-color: #eaeaea;
}

.main {
    width: 1060px;
    margin: 0 auto;
    position: relative;
    clear: both;
    top: 100px;
    margin-bottom: 140px;
}

.main .list {
    overflow: hidden;
}

.main .wz {
    margin-bottom: 6px;
}

.main .list .item:nth-child(odd) {
    margin-right: 20px;
}

.main .item {
    float: left;
    width: 478px;
    padding: 20px;
    display: block;
    height: 200px;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    border: 1px solid #EAEAEA;
}

.main .item:hover {
    border: 1px solid #ff931f;
}

.main .imgbox {
    width: 170px;
    height: 170px;
    border-radius: 4px;
    float: left;
    padding-right: 12px;
}

.main .imgbox img {
    width: 100%;
    display: block;
}

.main .item .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #666875;
}

.main .item .title a {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 6px;
    color: #666875;
}

.main .like-num {
    float: right;
    margin-right: 6px;
}

.main .like {
    float: right;
    width: 20px;
    margin-top: -2px;
    height: 20px;
    display: block;
    background-image: url(/datanews/static/like.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.main .info {
    overflow: hidden;
}

.main .info span {
    font-size: 14px;
    color: #9f9f9f;
}

.main .short-cut {
    margin-top: 4px;
    overflow: hidden;
    line-height: 1.6;
    color: #656565;
}


@media screen and (max-width:480px) {

    body,
    html,
    .head,
    .footer {
        width: 100%;
    }

    .main {
        width: 100%;
        top: 80px;
        margin-bottom: 100px;
    }

    .main .wz {
        margin-left: 4%;
    }

    .main .list li:nth-child(odd) {
        margin-right: 0;
    }

    .main .item {
        position: relative;
        width: 92%;
        height: auto;
        margin: 0 4% 26px 4%;
        padding: 0;
        border-width: 0;
    }

    .main .item:hover {
        border-width: 0;
    }

    .main .imgbox {
        margin: 0 auto;
        padding: 0;
        height: auto;
        width: 30%;
        padding-right: 6px;
    }

    .main .info {
        width: 66%;
        padding: 0;
        overflow: auto;
        position: absolute;
        bottom: 2%;
        clear: both;
        right: 2%;
    }

    .main .item .title {
        font-size: 22px;
        font-weight: 300;
    }

    .main .item .title a {
        font-size: 18px;
        font-weight: 300;
    }

    .main .short-cut {
        clear: both;
        margin: 0 0 12px 0;
        width: 98%;
        padding: 6px 1% 0 1%;
        display: none;
    }
}