﻿.danye {
    padding-top:10px;
}
    .danye .danye_left {
        float:left;
        width:260px;
                border:1px solid #ccc;
    }
    .danye .danyeitem {
        line-height:25px;
        padding:5px;
        margin:5px;
        border:1px solid #DBDBDB;
        background-color:#f2f2f2;
        font-size:14px;
        background-image: url(/images/2013/icon_01.gif);
        background-repeat: no-repeat;
        background-position: 10px 16px;
        padding-left:20px;

    }

    .danye .danye_right {
        float:right;
        width:700px;
        border:1px solid #ccc;
        padding:0px 10px;
        padding-bottom:20px;
    }
        .danye .danye_right .t {
            font-size:24px;
            font-weight:700;
            padding:10px 0px;
        }