﻿.body .breadcrumb{
    height: 76px;
    line-height: 76px;
    font-size: 16px;
    color: #999999;
}

.body .breadcrumb a{
    color: #999999;
}

h1.title{
    color: #165199;
    font-size: 24px;
    text-align: center;
}

.row{
    margin-top: 30px;
}

.element{
    width: 200px;
    height: 335px;
}

.element img{
    width: 100%;
    height: auto;
}

.element span{
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 24px;
    color: #333333;
    font-size: 18px;
    width: 100%;
}

.row1 .element{
    margin: 0 auto;
}

.row2 .element{
    float: left;
    margin-left: 340px;
}

.row2 .element + .element{
    margin-left: 140px;
}

.row4 .element{
    float: left;
}

.row4 .element + .element{
    margin-left: 140px;
}

.row5 .element{
    float: left;
}

.row5 .element + .element{
    margin-left: 55px;
}
