.img_vertical, .descp_vertical{
    float: none!important;
    width: auto!important;
    background-size: cover;
}
.articles_horizontal{
    float: left;
}
.contain_article{

}
.notice_articles {
    position: relative;
    overflow: hidden;
}
.containerMaxFlip {
    width: auto;
    overflow: hidden;
    position: relative;
    height: auto!important;
}
.contend_blanc {
    height: auto;
    position: relative;
    width: auto;
    /*overflow: hidden;*/

}
.flip {
    z-index: 10000000;
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin: 5px;
    background-color: #A3A3A3;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 2.4;
    box-shadow: 0px 0px 5px;
    color: #fff;
}
.flipTop {
    left: -40px;
}
.flipDown {
    right: -40px;
}
.column {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.table_arti_lis {
    width: auto;
    margin: 0px;
    overflow: hidden;
    height: auto;
    position: relative;
}
.title_notice {
    padding: 5px 5px;
    overflow: hidden;
    margin-bottom: 5px;
}
.link_title {
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
.image_prodc {
    height: 200px;
    width: 30%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    float: left;
    background-size: contain;
}
.contend_notice {
    position: relative;
    float: right;
    height: auto;
    width: 60%;
}
.contend_notice_int{
    position: relative;
    padding: 10px;
}
.table_arti_lis_int{
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.table_arti_lis:hover .title_notice a {
    color: #0099ff;
}
.table_arti_lis:hover .title_notice {
    background: #fff;
}
.span_reference_article{
    position: relative;
    font-size: 12px;
}
@media screen and (max-width: 800px) {
    .contend_blanc, .containerMaxFlip, .table_arti_lis {
        height: auto;
        float: none;
        padding: 0;
        margin: 0;
        height: auto!important;
    }
    .contend_blanc, .containerMaxFlip {
        width: 100%!important;
    }
    .table_arti_lis {
        width: 50%!important;
        float: left;
    }
    .column {
        top: 0!important;
        left: 0!important;
        width: 100%!important;
    }
    .title_notice {
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        height: auto;
        position: relative;
    }
    .image_prodc {
        position: relative;
        width: 100%!important;
        float: none;
        background-size: contain;
    }
    .flip {
        display: none;
    }
    .contend_notice{
        width: auto!important;
        margin: auto!important;
        padding: 10px;
    }
}
@media screen and (max-width: 500px) {
    .table_arti_lis {
        width: 100%!important;
        float: none;
    }
}