﻿.swtichblock {
    width: 1040px;
    height: 310px;
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    color: #474747;
}

    .swtichblock .sb_title {
        font-size: 30px;
        line-height: 30px;
        display: block;
        clear: both;
    }

    .swtichblock .sb_content {
        font-size: 16px;
        clear: both;
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: 26px;
        height: 104px;
        display: block;
    }

    .swtichblock .sb_piclist {
        display: table;
        width: 1040px;
    }

.sb_piclist .sbpl_tl {
    display: table-cell;
    line-height: 0px;
    text-align: center;
}

    .sb_piclist .sbpl_tl img {
        border: 1px solid #D7D7D7;
    }
