@charset "utf-8";
/* CSS Document */	
.content_all_conteiner
{
    background-color: #FFF;
    padding-bottom: 20px;
}

.content_all_conteiner .content_all_item
{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

.content_all_conteiner .image
{
    float: left;
    width: 301px;
    height: 183px;
    background-position: center center;
    cursor: pointer;
}

.content_all_conteiner h1
{
    color: #434343;
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
    border: none;
}

.content_all_conteiner .desc
{
    float: left;
    width: 380px;
    line-height: 20px;
}

.content_all_conteiner a
{
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 31.933%;
    height: 230px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content_all_conteiner a:hover
{
}

.content_all_conteiner h2
{
    color: #A5CE39;
    font-size: 16px;
    padding-top: 10px;
    display: block;
    margin: 0px;
    padding-bottom: 10px;
}