@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fafafa url(../img/body_bg.png) repeat;
    background-size: 85%;
    padding-bottom: 0.6rem;
}

.con_box {
    width: 14.9rem;
    margin: 0 auto;
    background: #fff;
    margin-top: -0.6rem;
    z-index: 0;
}

.content {
    position: relative;
    display: flex;
}

.list_box{
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    padding: 0.4rem;
}
.list_box .item{
    position: relative;
}
.img_box{
    width: 2.8rem;
    height: 1.87rem;
}
.img_box img{
    display: block;
    width: 100%;
    height: 100%;
}
.list_box .item .red_hover{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;

}
.list_box a.item .red_hover:hover{
    background: #f4f5f8;
    transition: all .4s;
    cursor: pointer;
    
}
.list_box .item .red_hover .con_1{
    padding-left: 0.35rem;
    width: 80%;
    font-family: 'VERDANA';
}
.list_box .item .red_hover .title{
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
    max-width: 7.8rem;
}
.list_box .item .red_hover .text_box{
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem;
    height: 0.5rem;
    line-height: 0.24rem;
    color: #787878;
}
.list_box .item .red_hover .date{
    font-size: 0.16rem;
    color: #707070;
    margin-top: 0.15rem;
}

.list_box .item:hover .red_hover:hover .con_1 .title{
    color: #e9a223;
    transition: all .4s;
}