﻿
.box_cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

.left_cont {
    width: 900px;
    height: auto;
    float: left;
    text-align: center;
    line-height: 500px;
}

.list_mian {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #EEEEEE;
    float: left;
    margin-bottom: 30px;
}

    .list_mian > a > img {
        width: 160px;
        height: 120px;
        float: left;
        margin-bottom: 30px;
        display: inline-block;
    }

        .list_mian > a > img:hover {
            cursor: pointer;
            color: #ff5a5a;
        }

.list_rig {
    width: 720px;
    height: 120px;
    float: right;
}

    .list_rig p {
        width: 100%;
        line-height: 30px;
        font-size: 18px;
        color: #333;
        float: left;
        text-align: left;
        margin-bottom: 5px;
    }

        .list_rig p:hover {
            cursor: pointer;
            color: #ff5a5a;
        }

    .list_rig span {
        width: 100%;
        height: 48px;
        overflow: hidden;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        float: left;
        display: inline-block;
        text-align: left;
        text-indent: 2em;
    }

.counter_mark {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 12px;
}

.tag_lage {
    float: left;
    width: auto;
}

    .tag_lage sub {
        width: auto;
        height: 14px;
        line-height: 14px;
        float: left;
        margin-right: 10px;
        display: inline-block;
        color: #A0A0A0;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 5px 7px;
    }

        .tag_lage sub:hover {
            background: #ff5a5a;
            color: #fff;
            border-radius: 5px;
            padding: 5px 7px;
        }

.dateedin {
    width: auto;
    height: 18px;
    float: right;
}

    .dateedin li {
        float: left;
        height: 15px;
        margin-left: 20px;
    }

    .dateedin > li > p {
        color: #999;
        font-size: 12px;
        float: left;
    }

.Date_pub {
    width: auto;
    float: right;
    display: inline-block;
    color: #A0A0A0;
    font-size: 15px;
    font-family: arial;
}

    .Date_pub p {
        margin-top: 1px;
    }
.right_cont {
    width: 240px;
    float: right;
}
