

.wrap {
    position: relative;
    width: 1200px;
    margin: 30px auto 0;
}

/* 最新展会 */
.newshow {
    /* width: 100%; */
    width: 890px;
    /* margin-top: 20px; */
    /* margin: 30px auto 0; */
}

.newshow_tit {
    width: 100%;
    /* border: 1px solid #FF8000; */
    position: relative;
    border-bottom: 1px solid #FF8000;
}

.newshow_tit span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    /* margin-left: 5px; */
    background: #FF8000;
    /* padding: 1px 10px; */
    height: 35px;
    line-height: 35px;
    width: 120px;
    text-align: center;

}

.newshow_tit a {
    position: absolute;
    bottom: 5px;
    right: 0px;
    color: #fff;
    background: #a5a5a5;
    padding: 1px 20px;
}

.newshow_tit a:hover {
    opacity: .6;
}

/* 列表资讯 */
.listimg {
    width: 100%;
    margin-top: 15px;
    /* float: left; */
}

.listimg_cont li {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    /* position: relative; */
    /* float: left; */
}

.listimg_img {
    float: left;
    margin-right: 15px;
    z-index: 99;
}

.listimg_img .topimg_r_a1 {
    z-index: 99;
    display: block;
    cursor: pointer;
}

.listimg_img .topimg_r_a1 img {
    display: block;
    width: 200px;
    height: 130px;
    cursor: pointer;
    float: left;
}

.listimg_img .topimg_r_a1 img:hover {
    box-shadow: 0 0 5px #aab;
}

.listimg_text {
    /* z-index: 0; */
    padding: 15px;
}

.listimg_text h3 {
    white-space: nowrap;
    /* width: 100%; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.listimg_text h3 a {
    /* white-space: nowrap; */
    font-size: 23px;
    font-weight: bold;
    color: #222;
    height: 30px;
    line-height: 30px;
    z-index: 99;
}

.listimg_text h3 a:hover {
    color: #f34540;
}


.listimg_text P {
    margin-top: 10px;
    /* width: 100%; */
    line-height: 21px;
    max-height: 81px;
    font-size: 14px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.listimg_text .listimg_text_time {
    margin-top: 8px;
    float: left;
}

.listimg_text .listimg_text_time span {

    font-size: 14px;
    color: #999;
}

.listimg_text_eye {
    margin-top: 8px;
    float: right;
    font-size: 14px;
    color: #999;
}

.listimg_text_eye i {
    display: inline-block;
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /* border: 1px solid red; */
    margin-right: 10px;
    background-image: url("../img/浏览眼睛.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: -3px;
    vertical-align: -5px;

}

.footer{
    margin-top: 60px;
}


