﻿.lb{
    width: 100%;
    border-bottom: 1px dashed #e2e2e2;
    overflow: hidden;
    font-size: 14px;
    color: #111111;
}

.lb span{
    margin-right: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-top: 20px;
    display: inline-block;
}

.lbwrap{
    display: inline-block;
    width: 1130px;
}

.lb .itm{
    width: auto;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #777;
    display: inline-block;
    _display:inline;
    margin: 20px 10px;
    cursor: pointer;
}

.lb .itm.current{
    color: #ffffff;
    background-color: #2f6ea2;
}

.fy_list{
    width:1230px;
    margin-top: 30px;
    overflow: hidden;
}

.fy_list .itm{
    width: 380px;
    height: 320px;
    float: left;
    margin-right: 30px;
    margin-bottom: 35px;
    background-color: #f1f1f1;
}

.fy_list .itm img{
    width: 100%;
    height: 240px;
}

.fy_list .itm .title{
    padding: 20px 15px;
}

.fy_list .itm .title h3{
    font-size: 18px;
    color: #111111;
}

.fy_list .itm .title p{
    font-size: 14px;
    color: #777777;
}

.last{
    margin-right: 0!important;
}